Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269724 - media-gfx/lprof removal request
Summary: media-gfx/lprof removal request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal with 1 vote (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on: 295972
Blocks: 283429
  Show dependency tree
 
Reported: 2009-05-13 16:23 UTC by Jose Antonio Rodríguez
Modified: 2010-02-24 14:50 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix missing define (lprof-1.11.4.1-definebool.patch,346 bytes, patch)
2009-05-13 16:25 UTC, Jose Antonio Rodríguez
Details | Diff
lprof-1.11.4.1-r1.ebuild (lprof-1.11.4.1-r1.ebuild,917 bytes, text/plain)
2009-08-19 08:23 UTC, Jose Antonio Rodríguez
Details

Note You need to log in before you can comment on or make changes to this bug.
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