Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6492 - Emerge package list not commutative?
Summary: Emerge package list not commutative?
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-14 21:00 UTC by naanyaar2000
Modified: 2011-10-30 22:20 UTC (History)
4 users (show)

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 naanyaar2000 2002-08-14 21:00:13 UTC
# epm -qa|grep portage
portage-2.0.27

# emerge -pu world system

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

Calculating world dependencies ...done!
[ebuild    U ] app-text/acroread-5.06-r1 to /
[ebuild    U ] gnome-base/eel-2.0.4 to /
[ebuild    U ] gnome-base/nautilus-2.0.4 to /

# emerge -pu system world

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

Calculating system dependencies ...done!

Should "emerge -pu system world" do the same thing as "emerge -pu world system"?
Comment 1 SpanKY gentoo-dev 2002-08-15 00:06:56 UTC
well yes, but you shouldnt have to put the 2 together ...
world also updates system ...

and you only have to do `emerge --version`
Comment 2 naanyaar2000 2002-08-15 07:07:46 UTC
man emerge does not explicitly say that the --version option returns a unified
version for portage and I wanted to be sure I provided the ebuild version number
rather than a specific program's version number that could be different.
Comment 3 Daniel Robbins (RETIRED) gentoo-dev 2002-08-16 23:26:49 UTC
OK, portage 2.0.28 will have clear errors when specifying weird options ("world"
and "system" aren't supposed to be specified at the same time)
Comment 4 naanyaar2000 2002-08-17 22:26:56 UTC
Thank you.