Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19249 - Cannot update deep world with -U
Summary: Cannot update deep world with -U
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Michele Balistreri (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-13 13:15 UTC by Narada Sage
Modified: 2011-10-30 22:20 UTC (History)
1 user (show)

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 Narada Sage 2003-04-13 13:15:57 UTC
Having emerged the new masked nvidia drivers I get the following error message
when I type emerge -UDuvp world.

----
These are the packages that I would merge, in order:

Calculating world dependencies \
!!! all ebuilds that could satisfy "~media-video/nvidia-kernel-1.0.4349" have
been masked.
!!!    (dependency required by "media-video/nvidia-glx-1.0.4349" [ebuild])

!!! Problem with ebuild app-cdr/arson-0.9.7-r1
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.
----

I have tried emerge regen and also injected stubs for the older stable versions
but this error happens everytime I use the -U option.  The complaint about arson
in the error changes to other packages depending on what I install and
uninstall.  I have also tried reemerging nvidia-kernel and nvidia-glx and this
does not help.  Many thanks.

Reproducible: Always
Steps to Reproduce:
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-04-13 15:25:35 UTC
Your use of U is violating a required dependency.

The mention of arson is only for helping track down the dependencies
involved in the condition. You need to unmask nvidia.
Comment 2 Narada Sage 2003-04-13 17:07:05 UTC
How should I unmask nvidia?  Do you mean /usr/portage/profiles/package.mask or some other way?  Kindly elaborate a little.