Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173800 - emerge command refers to a specific version
Summary: emerge command refers to a specific version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 Other
: High normal
Assignee: Gentoo non-Linux Team
URL: http://www.gentoo.org/proj/en/gentoo-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-08 20:49 UTC by Rabbe Fogelholm
Modified: 2007-04-13 19:24 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 Rabbe Fogelholm 2007-04-08 20:49:26 UTC
This comment refers to the February 4, 2007 version of the document referenced by the URL.

Just being puzzled, the command 

    emerge --oneshot "=sys-apps/sed-4.1.4*"

refers to a specific version of sed. Is this critical, or would it work just as well to do

    emerge --oneshot sys-apps/sed

I am trying out the bootstrap process, not specifying a particular version of sed, which means I am getting 4.1.5. This has worked for me up to and including "emerge --oneshot --nodeps gcc-config".

My humble suggestion then: Remove the "4.1.4*" specification, or add a comment explaining why a specific version is required.

Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2007-04-13 19:23:40 UTC
indeed, it's not necessary.  It's a leftover from when 4.1.5 contained code that didn't allow it to be bootstrapped without another GNU sed, and we didn't bootstrap sed yet.
Comment 2 Fabian Groffen gentoo-dev 2007-04-13 19:24:11 UTC
Thanks for the report!