lprof is a color profiling tool for monitors and scanners Included scons-0.96.91 is not python2.6 safe ("import as"); when patched ebuild hang forever compiling a lcms.h test Out of the tree scons-1.2.0-r1 configures lprof ok and then chokes on a trivial define bug (http://www.archivum.info/debian-bugs-dist%40lists.debian.org/2008-08/msg21349.html) after patching and adding dependency on >=scons-1.2.0-r1 to ebuild compiles ok (<scons-1.2 will not, although) Reproducible: Always
Created attachment 191173 [details, diff] Fix missing define
I also met with this problem. (In reply to comment #1) Jose, could you please share your ebuild with the rest of us?
Created attachment 201691 [details] lprof-1.11.4.1-r1.ebuild
Sure, had forgotten. I have gone again through the whole thing, in local overlay, and it works. (In reply to comment #2) > I also met with this problem. > > (In reply to comment #1) > Jose, could you please share your ebuild with the rest of us? >
same problem
The problem is with dev-util/scons. Please see bug 295972 which I have just filed. I suggest closing this bug as a duplicate of 295972.
(In reply to comment #6) > The problem is with dev-util/scons. Please see bug 295972 which I have just > filed. > > I suggest closing this bug as a duplicate of 295972. > I would agree, but the problem I see is that lprof ships with its own version of scons, and the ebuild in the tree uses that. That way changes in scons won't affect lprof. And lprof compiles ok using portage scons.
gone