Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339769 - sys-apps/tuxonice-userui-1.0 needs media-libs/liblcms-1*[static-libs]
Summary: sys-apps/tuxonice-userui-1.0 needs media-libs/liblcms-1*[static-libs]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Krzysztof Pawlik (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-05 00:33 UTC by Albert W. Hopkins
Modified: 2010-12-12 14:57 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,8.21 KB, text/plain)
2010-10-06 12:08 UTC, Albert W. Hopkins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Albert W. Hopkins 2010-10-05 00:33:20 UTC
While emerging tuxonice-userui I have:


x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -static userui_core.o fbsplash/userui_fbsplash.o -o tuxoniceui_fbsplash -lmng -lpng -ljpeg -lz -lfreetype -llcms -lm
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llcms
collect2: ld returned 1 exit status
make: *** [tuxoniceui_fbsplash] Error 1
emake failed


I have media-libs/lcms-1.19 installed, which provides liblcms.so but not liblcms.a.

I noticed that lcms wasn't emerged with the "static-libs" USE flag set, so I re-emerged lcms-1.19 with USE=static-libs.  After then tuxonice-userui merges successfully.

This is ~amd64.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-10-06 08:54:27 UTC
Hello, 

can you please attach the complete build.log?

Thanks, Michael
Comment 2 Albert W. Hopkins 2010-10-06 12:08:29 UTC
Created attachment 249743 [details]
build.log

build.log attached
Comment 3 Krzysztof Pawlik (RETIRED) gentoo-dev 2010-12-12 14:57:05 UTC
Dependencies updated.