Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127731 - xawtv-3.95-r1 need x11-libs/libFS when xorg 7.x used
Summary: xawtv-3.95-r1 need x11-libs/libFS when xorg 7.x used
Status: RESOLVED NEEDINFO
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: 2006-03-27 03:43 UTC by Romary Sonrier
Modified: 2006-03-27 03:47 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 Romary Sonrier 2006-03-27 03:43:58 UTC
There id no depedency between (al least) xawtv-3.95-r1 and x11-libs/libFS,
so i had to emerge it by hand
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-27 03:47:13 UTC
It depends on libFS (read the ebuild). There seems to be an issue with virtual/x11-7 that's causing portage not to pick up the correct dependencies. Please, do the following:

emerge -Ca virtual/x11
echo "virtual/x11" >> /etc/portage/package.mask
echo "=x11-base/xorg-x11-6*" >> /etc/portage/package.mask
emerge -uDpv world

Now you should see what's pulling in virtual/x11-7.0 and breaks xawtv
dependencies.

Post here and reopen then. Thanks.