Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255736 - media-tv/nvtv: rdepend bug in ebuild
Summary: media-tv/nvtv: rdepend bug in ebuild
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 09:53 UTC by David Voge
Modified: 2009-01-21 22:12 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 David Voge 2009-01-21 09:53:46 UTC
there is a bug in ebuild.

RDEPEND="sys-apps/pciutils[-zlib]
    gtk? ( x11-libs/gtk+ )
    X? ( x11-libs/libXi
        x11-libs/libXmu
        x11-libs/libXxf86vm )"

# emerge -avuDN world

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy "sys-apps/pciutils[-zlib]".
!!! One of the following packages is required to complete your request:
- sys-apps/pciutils-3.0.2 (Change USE: -zlib)
(dependency required by "media-tv/nvtv-0.4.7-r1" [ebuild])
(dependency required by "media-video/totem-2.24.3" [ebuild])
(dependency required by "dev-python/totem-python-2.24.1" [ebuild])
(dependency required by "dev-python/gnome-python-desktop-2.24.1" [ebuild])
(dependency required by "gnome-extra/startupmanager-1.9.10" [installed])
(dependency required by "world" [argument])

the problem is sys-apps/pciutils[-zlib]

Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge -avuDN world
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2009-01-21 11:05:47 UTC
The ebuild uses EAPI2, please update your portage first.
Comment 2 David Voge 2009-01-21 11:41:58 UTC
ok all right, but if someone does not have unmask portage-2* he fails with this error message.
Comment 3 Steve Dibb (RETIRED) gentoo-dev 2009-01-21 14:58:42 UTC
Actually this was a result of my bad, I removed the old stable nvtv.

Back in the tree.
Comment 4 David Voge 2009-01-21 17:43:28 UTC
if portage-2.2_rc23 is in use this bug is there.
Comment 5 Alexis Ballier gentoo-dev 2009-01-21 19:25:30 UTC
(In reply to comment #0)
> emerge: there are no ebuilds built with USE flags to satisfy
> "sys-apps/pciutils[-zlib]".
> !!! One of the following packages is required to complete your request:
> - sys-apps/pciutils-3.0.2 (Change USE: -zlib)

Actually this tells you what to do... you probably enabled zlib in make.conf or package.use and nvtv requires pciutils without it. Of course portage won't change an useflag you told it to enable (if it did I'd start ranting :) ) and you have to manually disable it for pciutils.
Comment 6 David Voge 2009-01-21 22:12:23 UTC
yes, thats right.

all is ok. :)