| Bug#: 120870 | Product: Gentoo Linux | Version: 2005.1 | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: cryos@gentoo.org | Reported By: je_fro@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: opendx change in dependencies - something broke | |||
| Keywords: InCVS | |||
| Status Whiteboard: | |||
| Opened: 2006-01-29 14:22 0000 | |||
| Description: | Opened: 2006-01-29 14:22 0000 |
Howdy folks, It appears the name of the opendx packages opendx and opendx-samples has gone from: media-gfx/opendx media-gfx/opendx-samples to sci-visualization/opendx sci-visualization/opendx-samples Emerge sync "appeared" to make changes to my /etc/portage/package.keywords file to reflect this change, but an emerge -u world shows that dependencies are broken... # emerge -uvpDN world These are the packages that I would merge, in order: Calculating world dependencies / emerge: there are no ebuilds to satisfy "=media-gfx/opendx-4.3.2*". (dependency required by "sci-visualization/opendx-samples-4.3.2" [ebuild]) !!! Problem resolving dependencies for sci-visualization/opendx-samples !!! Depgraph creation failed. I can figure it out, but I thought y'all would want to know...
in fact...here's the offending line from
/usr/portage/sci-visualization/opendx-samples/opendx-samples-4.3.2.ebuild
DEPEND="=media-gfx/opendx-${PV}*"
it should be changed to DEPEND="=sci-visualization/opendx-${PV}*"
That sucks, don't know why epkgmove missed that one. Hopefully it hasn't missed anymore. Thanks for reporting the issue and please do report anything else you spot. Fixed in CVS.