-
Notifications
You must be signed in to change notification settings - Fork 758
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
"make pdf" fails with "make: *** [Makefile:9: pdf] Error 1" in Fedora 34 #78
Comments
context.lua file exists in the following path and is contained in texlive-context package.
|
I'm really sorry, but I don't know what's going wrong here; I haven't seen this error before. One thing that potentially might work is replacing Other than that I'm afraid I don't understand why mtxrun can't find the context.lua. Could it maybe be two installations interfering with each other? |
Thanks for the reply!
What do you mean by "two installations"? I'll do some more research when I have time. |
I meant perhaps you have installed texlive once from source and once with your package manager or something like that? I admit, it's a long shot... I think the only viable workaround is using the docker-compose workflow. |
I reproduced this with my quite fresh install of Fedora 34 - have not manually installed anything. Will debug more later this week. |
Okay, so then it quite clearly looks like the new Fedoras have a difference in how they install the context/mtx tools -- maybe they're available under a different name? Happy to add a patch to fix this if you do figure this out... |
In just playing around with it.. Switching to generate from html was the easiest. may look deeper later |
The problem lies witch
|
Good find @willemsk! |
On fedora mtxrun doesn't look in the right places for the scripts. With the system install of context, setting |
I was having a similar issue on macOS Sequoia, and it was fixed by running
as noted here |
Expected Behavior
make pdf
generates pdf file normally.Actual Behavior
make pdf
fails with the following error.mtxrun --generate
command guided in README.md didn't resolve the issue.make html
,make docx
andmake rtf
works as expected. (Generates output files without error)Steps to reproduce the behavior
Versions
The text was updated successfully, but these errors were encountered: