tags 654767 + unreproducible moreinfo help thanks Hi Christoph!
On Thu, 05 Jan 2012, Christoph Egger wrote: > Package: src:transfig > Version: 1:3.2.5.d-2 > Severity: serious > Tags: sid wheezy > User: debian-...@lists.debian.org > Usertags: kfreebsd > X-Debbugs-Cc: debian-...@lists.debian.org > Justification: fails to build from source (but built successfully in the past) > > Hi! > > Your package failed to build on the kfreebsd-* buildds: > > (/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-theorem-dic > tionary/translator-theorem-dictionary-English.dict) > No file sample-presentation.nav. > > LaTeX Warning: File `overlay-sample-0.pdf' not found on input line 45. > > > ! Package pdftex.def Error: File `overlay-sample-0.pdf' not found. > > See the pdftex.def package documentation for explanation. > Type H <return> for immediate help. > ... > > l.45 \end{frame} > > ? > ! Emergency stop. > ... > > l.45 \end{frame} > > ! ==> Fatal error occurred, no output PDF file produced! > > Full build log at > https://buildd.debian.org/status/fetch.php?pkg=transfig&arch=kfreebsd-amd64&ver=1%3A3.2.5.d-2&stamp=1325777687 Thanks for your bug report. I noticed this problem not only on kfreebsd (i386 and amd64) but also on mips and mipsel (all other build daemons don't have a problem with my package). The log output you mention seems only to be a consequence of the primary problem some lines above: make[2]: Entering directory `/build/buildd-transfig_3.2.5.d-2-kfreebsd-amd64-qOdFJY/transfig-3.2.5.d/fig2mpdf/doc' env PATH="../../fig2dev:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" sh ../fig2mpdf -m overlay-sample.lfig sh: 1: ./_fig2mpdfoverlay-sample-0_inp.create: Permission denied Here ../fig2mpdf internally calls ../../fig2dev/fig2dev -L pdftex_p -D +52:53 -p _fig2mpdfoverlay-sample-0_inp overlay-sample.lfig _fig2mpdfoverlay-sample-0_inp.tex which creates the file _fig2mpdfoverlay-sample-0_inp.create, which is an executable /bin/bash script. After this fig2mpdf executes ./_fig2mpdfoverlay-sample-0_inp.create which results in the above "Permission denied" error. My problem is, that I cannot reproduce this problem. I just set up a kfreebsd-i386 box, but building the package runs without problems. My first idea was that the bash package is missing, which results in such an error message, but the build log shows, that bash was installed. Except this I can only imagine that the build parition of the build server could be mounted without executinon rights, but this should result in other problems... So now I don't have an idea how to fix this problem since I don't see what triggers this problem only on kfreebsd-i386, kfreebsd-amd64, mips and mipsel, while all other systems (including my kfreebsd-i386 test box) don't trigger the problem. Tschoeeee Roland -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org