View previous topic :: View next topic |
Author |
Message |
BackSeat Apprentice
Joined: 12 Apr 2002 Posts: 242 Location: Reading, UK
|
Posted: Wed May 08, 2002 12:25 pm Post subject: "emerge update" broken |
|
|
The man page for emerge says:
Code: | "emerge update" updates the system packages (those listed
in /etc/make.profile/packages) to their current versions .
It is always a good idea to perform an "emerge --pretend
update" first just so that you know what emerge will be
doing. |
Doesn't work for me:
Code: | taplock root # emerge --pretend update
These are the packages that I would merge, in order.
Calculating dependencies !!! Couldn't find match for update; aborting.
taplock root # emerge update
Calculating dependencies !!! Couldn't find match for update; aborting.
taplock root # |
Reported as bug 2574.
BS |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Wed May 08, 2002 12:31 pm Post subject: Re: "emerge update" broken |
|
|
BackSeat wrote: | Reported as bug 2574. |
It's not a bug in emerge -- it's a bug in the man page. The correct command is:
Code: | emerge --pretend --update |
Try that and you should find that it works as expected.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
leifbrown n00b
Joined: 25 Apr 2002 Posts: 36
|
Posted: Wed May 08, 2002 1:02 pm Post subject: Works for me. |
|
|
I understood this had changed within the last week or two... |
|
Back to top |
|
|
|