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

Bug 269724

Summary: media-gfx/lprof removal request
Product: Gentoo Linux Reporter: Jose Antonio Rodríguez <jar>
Component: Current packagesAssignee: Printing Team <printing>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, gentoo.integer, israel.lugo, phmagic, xmw
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 295972    
Bug Blocks: 283429    
Attachments: Fix missing define
lprof-1.11.4.1-r1.ebuild

Description Jose Antonio Rodríguez 2009-05-13 16:23:52 UTC
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
Comment 1 Jose Antonio Rodríguez 2009-05-13 16:25:21 UTC
Created attachment 191173 [details, diff]
Fix missing define
Comment 2 Alexander Bezrukov 2009-08-18 23:56:43 UTC
I also met with this problem.

(In reply to comment #1)
Jose, could you please share your ebuild with the rest of us?
Comment 3 Jose Antonio Rodríguez 2009-08-19 08:23:43 UTC
Created attachment 201691 [details]
lprof-1.11.4.1-r1.ebuild
Comment 4 Jose Antonio Rodríguez 2009-08-19 08:29:10 UTC
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?
> 

Comment 5 Kanstantsin Shautsou 2009-10-28 22:02:20 UTC
same problem
Comment 6 Israel G. Lugo 2009-12-06 15:02:47 UTC
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.
Comment 7 Jose Antonio Rodríguez 2009-12-06 15:30:31 UTC
(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.
Comment 8 Samuli Suominen (RETIRED) gentoo-dev 2010-01-23 14:29:02 UTC
gone