Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: make: *** [pdf] Error 83 #99

Open
Ragamuffin-Asa opened this issue Dec 19, 2020 · 6 comments
Open

Issue: make: *** [pdf] Error 83 #99

Ragamuffin-Asa opened this issue Dec 19, 2020 · 6 comments

Comments

@Ragamuffin-Asa
Copy link

Today I updated the phd_thesis_markdown template (after using a 2016 version for years without issues). However, when I tried to generate a pdf I got the following error:
make: *** [pdf] Error 83

This happened after I resolved the error *** [pdf] Error 43 by updating tlmgr.

Anyone has any suggestions? I'm pretty much a tech noob, so any help would be appreciated ^^"

@tompollard
Copy link
Owner

@Ragamuffin-Asa sorry about this, we'll look into it!

@tompollard
Copy link
Owner

I see tests are failing (my bad, i think, for not checking an earlier merge properly!), though not sure if this is related:

tlmgr: main database at https://mirrors.concertpass.com/tex-archive/systems/texlive/tlnet is not signed
The command "if [ "$TRAVIS_OS_NAME" = "osx" ]; then
    eval "$(/usr/libexec/path_helper)"
    sudo tlmgr update --self
  elif [ "$TRAVIS_OS_NAME" = "linux" ]; then
    tlmgr init-usertree
    echo MSG FROM JO:
    echo on linux we cannot update apt installed texlive
    echo next steps to fix see commit msg: https://github.com/tompollard/phd_thesis_markdown/pull/100/commits/85fd9e7ac413a34066b79f1e49b3e1d3efdeac00
    echo c.f. https://tex.stackexchange.com/questions/551383/cant-run-tex-lives-tlmgr-in-a-github-action
    echo and https://tex.stackexchange.com/questions/1092/how-to-install-vanilla-texlive-on-debian-or-ubuntu
  
  fi
  " failed and exited with 1 during .

@Ragamuffin-Asa
Copy link
Author

Thanks for looking into it. Since I was facing a deadline and a little rushed, I eventually solved it by exporting to .docx and (after changing the fonts etc) exported it to .pdf
It was a way to get around the issue, but of course not as handy. I am going to have another look to see whether I am able to figure something out.

@dendrondal
Copy link
Collaborator

FWIW, it appears this issue arose before the merge. Strangely, the Jenkins build succeeded when he submitted the PR, but failed when I merged it. Judging by the error, it's a problem with the mirror that tlmgr update is pulling from. Perhaps their SSL certificate has expired since then, but I'm not 100% sure what we can do to fix this, unless we manually pull from another mirror. @JamesOwers let me know your thoughts since you've run into so many of the sharp edges with Travis.

@JamesOwers
Copy link
Contributor

JamesOwers commented Feb 17, 2021

Hi @dendrondal - apologies for delay!

This issue should be solved. @Ragamuffin-Asa - can you reproduce your issue now when following the new quickstart instructions in the README.md?

@dendrondal - The issue with the Travis build is separate to this issue. For that, I recommend simply rerunning the build: https://stackoverflow.com/a/17624403/2550114

@aathanor
Copy link

aathanor commented Jun 2, 2024

I encountered the same problem, how it was solved?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants