-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fails to build on armel #473
Comments
It might be a parallelization issue. Does |
Did not try, but I can call the command as described alone and it fails. So it is not issue caused by the building process. |
What exactly do you mean by "command as described alone" and "it fails"? |
P.S. If that succeeds, the next test to try is: |
Attached. Interestingly with Option -vv I get a different error than without that option. This is reproducibly. |
The option What version of ghostscript are you using? Please copy and paste exactly this command in the top level source directory: I notice that you are using an untested version of TeXLive (2025). Have you tried the current 2024 release of pdflatex? |
Yes, I would expect that.
10.04.0~dfsg-1 (this is the Debian version). Not sure, how many patches are in there.
Done that on x86 & armel. Both files are here shadedtiling_0_armel.pdf shadedtiling_0_x86.pdf. The x86 file can be processed using pdftotext, the file from armel seems to be broken somehow:
Displaying the file in a pdf viewer also does not give the expected result.
This is the texlive-bin tar ball, which is used in TL 2024 (AFAICT). I have to say I don't have an official TL installation here, just the Debian packages I've built. I've replaced on armel the generated pdf file shadedtiling_0.pdf by the one fron x86 and the pdflatex run for shadedtiling_.tex is successful. This sehds some light on the issue. Many thanks for your help for now! Please be so kind to keep the ticket open, set it on "wait-for-user", I'll call back. Hilmar |
I have some issues to build the asy package on architecture armel on a Debian box. The issue happens on an official Debian sbuild builder and can be reproduced inside a chroot. The full build log is visible here. I made four attempts, but the build fails always with the same error message:
So the call of asy itself, does not generate the intermediate TeX file or it is deleted to early. I've created an "strace -f" of the asy call, it is attached. Sorry, I currently don't have more input.
I had the same issue on mips64el, but after repeating the build, the issue was gone. So I expect some kind of timing issue. I set the "ulimit -c" to unlimited, but no core dump was created, so asy does not crash. Let me know if anything else is needed. Many thanks!
The text was updated successfully, but these errors were encountered: