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

Bug 339148

Summary: media-gfx/splashutils-1.5.4.3-r3[mng]: doesn't compile with media-libs/lcms[-static-libs]
Product: Gentoo Linux Reporter: i.Dark_Templar <idarktemplar>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild that fixes problem

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 ***