Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339148 - media-gfx/splashutils-1.5.4.3-r3[mng]: doesn't compile with media-libs/lcms[-static-libs]
Summary: media-gfx/splashutils-1.5.4.3-r3[mng]: doesn't compile with media-libs/lcms[-...
Status: RESOLVED DUPLICATE of bug 336172
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-29 17:29 UTC by i.Dark_Templar
Modified: 2010-09-29 17:52 UTC (History)
0 users

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


Attachments
ebuild that fixes problem (splashutils-1.5.4.3-r3.ebuild,7.64 KB, text/plain)
2010-09-29 17:37 UTC, i.Dark_Templar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description i.Dark_Templar 2010-09-29 17:29:43 UTC
media-gfx/splashutils-1.5.4.3-r3 with enabled useflag "mng" doesn't compile with media-libs/lcms with disabled flag "static-libs".

Reproducible: Always

Steps to Reproduce:
1. USE="-static-libs" emerge -1v media-libs/lcms:0
2. USE="mng" emerge -1v media-gfx/splashutils

Actual Results:  
Build failes with message:

  CREATE  libfbsplash.pc
  CREATE  libfbsplashrender.pc
  LD      fbcondecor_helper
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llcms
collect2: ld returned 1 exit status


Expected Results:  
Should successfully compile.

Emerging media-libs/lcms with enabled "static-libs" useflag before splashutils solves problem. One way to fix this - make sure "mng" useflag requires media-libs/lcms with enabled "static-libs" flag.
Comment 1 i.Dark_Templar 2010-09-29 17:37:14 UTC
Created attachment 248981 [details]
ebuild that fixes problem
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-09-29 17:52:03 UTC

*** This bug has been marked as a duplicate of bug 336172 ***