Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 517474

Summary: media-libs/libcaca-0.99_beta18-r2[doc] fails - generating multiple 2G logfiles
Product: Gentoo Linux Reporter: Torsten Kaiser <Storklerk>
Component: [OLD] LibraryAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: nbowler, thunder367, Timewulf, trent2
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Torsten Kaiser 2014-07-19 03:44:44 UTC
It seems bug 480862 also affects dev-texlive/texlive-latex-2012, because I get the same problem from that bug.
Trying to build the docs / the pdf via latex, it takes a long time resulting in a 2 gigabyte logfile from latex. That will also get output into build.log from the amd64 build and tee'd into the real build.log.

That resulted in my /var/tmp/portage-tmpfs filling up and an abort of the build.

Just removing the "has_version '>=dev-texlive/texlive-latex-2013'" from the fix for #480862 (epatch "${FILESDIR}/${P}-latex_hacks.patch") works for me, including an correctly looking /usr/share/doc/libcaca-dev/pdf/libcaca.pdf
Comment 1 Nick Bowler 2014-07-22 14:12:53 UTC
This horrible mess was just pushed out to stable.
Comment 2 Berthold Humkamp 2014-07-24 10:51:05 UTC
I've got the same problem with the same version of libcaca on two different machines, both amd64.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2014-08-01 19:42:45 UTC
+  01 Aug 2014; Samuli Suominen <ssuominen@gentoo.org>
+  libcaca-0.99_beta18-r2.ebuild:
+  Use -latex_hacks.patch also with =dev-texlive/texlive-latex-2012* wrt #517474
+  by Torsten Kaiser