Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148705 - www-client/links incomplete dependencies when USE=livecd
Summary: www-client/links incomplete dependencies when USE=livecd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Marcelo Goes (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-22 15:18 UTC by Daniel Drake (RETIRED)
Modified: 2007-04-28 01:51 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Drake (RETIRED) gentoo-dev 2006-09-22 15:18:56 UTC
USE=livecd causes links to get built in graphical mode, but this fails when libpng is not installed, and libpng is not specified as a dependency. As USE=livecd also implies USE=fbcon then I guess there are also some other missing dependencies.

You should add:

livecd? ( >=media-libs/libpng-1.2.1 >=media-libs/jpeg-6b sys-libs/gpm )

to RDEPEND
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2007-04-28 01:51:59 UTC
Done, sorry for the wait.