Created attachment 365438 [details] emerge --info + build.log During emerge I get the following error: USE flag includes 'doc'. cp -f latex/refman.pdf fltk.pdf cp: cannot stat 'latex/refman.pdf': No such file or directory make: *** [pdf] Error 1 * ERROR: x11-libs/fltk-1.3.2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-libs/fltk-1.3.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-libs/fltk-1.3.2::gentoo'`. * The complete build log is located at '/var/tmp/portage/x11-libs/fltk-1.3.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/fltk-1.3.2/temp/environment'. * Working directory: '/var/tmp/portage/x11-libs/fltk-1.3.2/work/fltk-1.3.2/documentation' * S: '/var/tmp/portage/x11-libs/fltk-1.3.2/work/fltk-1.3.2' >>> Failed to emerge x11-libs/fltk-1.3.2, Log file: >>> '/var/tmp/portage/x11-libs/fltk-1.3.2/temp/build.log' * Messages for package x11-libs/fltk-1.3.2: * ERROR: x11-libs/fltk-1.3.2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-libs/fltk-1.3.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-libs/fltk-1.3.2::gentoo'`. * The complete build log is located at '/var/tmp/portage/x11-libs/fltk-1.3.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/fltk-1.3.2/temp/environment'. * Working directory: '/var/tmp/portage/x11-libs/fltk-1.3.2/work/fltk-1.3.2/documentation' * S: '/var/tmp/portage/x11-libs/fltk-1.3.2/work/fltk-1.3.2' Attached is complete log and emerge --info
I don't think LANG="en" is valid, is it? Try setting a proper locale like en_US or en_US.utf8 and see if that helps.
Thanks for information... no change after setting LANG to en_US.utf8 and env-update. "habicht mbrenn # set | grep LANG LANG=en_US.utf8" emerge output is now: " ... echo "Generating PDF documentation ..." Generating PDF documentation ... /usr/bin/doxygen Doxybook ;\ (cd latex ;\ pdflatex --interaction=nonstopmode refman.tex ;\ makeindex refman.idx ;\ pdflatex --interaction=nonstopmode refman.tex ;\ latex_count=5;\ while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log \ && [ $latex_count -gt 0 ] ;\ do \ echo "Rerunning latex ..." ;\ pdflatex --interaction=nonstopmode refman.tex ;\ latex_count=`expr $latex_count - 1` ;\ done ; \ cd ..) > pdfall.log 2>&1 warning: Tag `SHOW_DIRECTORIES' at line 462 of file Doxybook has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `HTML_ALIGN_MEMBERS' at line 811 of file Doxybook has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" cp -f latex/refman.pdf fltk.pdf cp: cannot stat ‘latex/refman.pdf’: No such file or directory make: *** [pdf] Error 1 * ERROR: x11-libs/fltk-1.3.2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-libs/fltk-1.3.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-libs/fltk-1.3.2::gentoo'`. * The complete build log is located at '/var/tmp/portage/x11-libs/fltk-1.3.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/fltk-1.3.2/temp/environment'. * Working directory: '/var/tmp/portage/x11-libs/fltk-1.3.2/work/fltk-1.3.2/documentation' * S: '/var/tmp/portage/x11-libs/fltk-1.3.2/work/fltk-1.3.2' >>> Failed to emerge x11-libs/fltk-1.3.2, Log file: >>> '/var/tmp/portage/x11-libs/fltk-1.3.2/temp/build.log' " As an attachment, the updated emerge --info
Created attachment 365440 [details] Update emerge --info (LANG)
Please attach the entire build log to this bug report.
(In reply to Jeroen Roovers from comment #4) > Please attach the entire build log to this bug report. Actually, attach that pdfall.log too - it might be more interesting than build log itself.
Created attachment 365472 [details] build.log
Created attachment 365474 [details] pdfall.log
I see an error in pdfall.log, but did not find a solution: ! LaTeX Error: File `a4wide.sty' not found.
a4wide.sty should be part of dev-texlive/texlive-latex . Which version do you have?
(In reply to Jeroen Roovers from comment #9) > a4wide.sty should be part of dev-texlive/texlive-latex . Which version do > you have? Or maybe it should be dev-texlive/texlive-latexextra nowadays. Maybe set a DEPEND on this? || ( dev-texlive/texlive-latexextra <dev-texlive/texlive-latex-VER )
habicht mbrenn # emerge -a texlive-latex [...] [ebuild R ] dev-texlive/texlive-latex-2012 [... After having rebuild texlive-latex] habicht mbrenn # locate a4wide.sty habicht mbrenn # find / | grep a4wide.sty habicht mbrenn #
emerging "texlive-latexextra" solved the issue (for my local installation)
Created attachment 366414 [details] emerge --info '=x11-libs/fltk-1.3.2::gentoo'
Created attachment 366416 [details] emerge -pqv '=x11-libs/fltk-1.3.2::gentoo'
Created attachment 366418 [details] Build log
Created attachment 366420 [details] environment
Experiencing the same failure, but with a slightly different symptom. My workaround is to add "x11-libs/fltk -doc" to package.use, though that is obviously less than optimal. I think this is the same issue, so I'm attaching my output.