Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49402 - emerge -u ">=autoconf-2.59" says it will only update autoconf, but does 3 packages
Summary: emerge -u ">=autoconf-2.59" says it will only update autoconf, but does 3 pac...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-29 11:36 UTC by Stony
Modified: 2004-04-30 04:20 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 Stony 2004-04-29 11:36:43 UTC
The above emerge goes and updates glibc and more...  Not sure what, but there are 3 of them.  Calculating dependencies ...done!
[ebuild     U ] sys-devel/autoconf-2.59-r3 [2.58-r1]
 
bash-2.05b# ACCEPT_KEYWORDS="~x86" emerge -u ">=autoconf-2.59"
Calculating dependencies ...done!
>>> emerge (1 of 3) sys-libs/glibc-2.3.3_pre20040207 to /
You can see from the stuff I captured from the screen buffer below:



Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge -u ">=autoconf-2.59"
2.
3.

Actual Results:  
emerges 3 packagges, not 1 like it promises

Expected Results:  
emerged oone like it promised
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-04-30 04:20:08 UTC
how about using 
ACCEPT_KEYWORDS="~x86" emerge -up ">=autoconf-2.59"