Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70296 - error on emerge; there are no ebuilds to satisfy ">=sys-devel/gcc-4.2-r4".
Summary: error on emerge; there are no ebuilds to satisfy ">=sys-devel/gcc-4.2-r4".
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-06 13:02 UTC by Ben Cressey
Modified: 2004-11-06 13:26 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 Ben Cressey 2004-11-06 13:02:08 UTC
I am running gcc-2.95.3-r8.  On most packages when emerging I get an error back saying that ">=sys-devel/gcc-4.2.r4" cannot be found.

Example:
bcressey@ghostwheel gcc $ emerge -p gcc-2.95.3-r8.ebuild
These are the packages that I would merge, in order:

Calculating dependencies -
emerge: there are no ebuilds to satisfy ">=sys-devel/gcc-4.2-r4".

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Ben Cressey 2004-11-06 13:03:24 UTC
If I emerge with the --nodeps option, I don't see the error message.

Example:
bcressey@ghostwheel gcc $ emerge -p --nodeps gcc-2.95.3-r8.ebuild
These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] sys-devel/gcc-2.95.3-r8
Comment 2 Ben Cressey 2004-11-06 13:26:33 UTC
Removed /var/db/pkg/sys-devel/gcc-2.95.3-r5/PROVIDE to correct the problem.