Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1834 - portage 1.9.1 bugs?
Summary: portage 1.9.1 bugs?
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-16 10:16 UTC by Grant Goodyear (RETIRED)
Modified: 2011-10-30 22:18 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 Grant Goodyear (RETIRED) gentoo-dev 2002-04-16 10:16:40 UTC
Portage 1.9.1 w/ default-1.0 profile: 

Adding =sys-kernel/linux-headers-2.4.17-r5 to
the end of /var/cache/edb/world doesn't seem to be
pinning properly, since "emerge --pretend --update system"
shows 

Calculating system dependencies ...done!
[ebuild    U ] sys-kernel/linux-headers-2.4.18 to /

On the other hand,

# emerge --debug --pretend --update world

These are the packages that I would merge, in order.

Calculating world dependencies /
!!! Error: couldn't find match for =sys-kernel/linux-headers-2.4.17-r5 in update
(likely old /var/db/pkg entry)

Well, linux-headers-2.4.17-r5 does exist, but

# emerge --pretend =sys-kernel/linux-headers-2.4.17-r5

These are the packages that I would merge, in order.

Calculating dependencies   !!! Couldn't find match for
=sys-kernel/linux-headers-2.4.17-r5; aborting.
 
but,

# emerge --pretend =sys-kernel/linux-headers-2.4.18   

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild    U ] sys-kernel/linux-headers-2.4.18 to /
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-04-16 11:38:52 UTC
This is normal -- anything less than 2.4.18 is masked.