View previous topic :: View next topic |
Author |
Message |
Henric Guest
|
Posted: Tue Apr 16, 2002 9:39 am Post subject: "emerge update" doesn't work? |
|
|
I installed Gentoo this weekend and has sofar been very pleased with the results. Never has my computer worked this well with linux before (tried both Debian & Redhat). However, today, I tried to do:
Code: | root@slartibartfast portage # emerge --pretend update
These are the packages that I would merge, in order.
Calculating dependencies !!! Couldn't find match for update; aborting.
root@slartibartfast portage # emerge update
Calculating dependencies !!! Couldn't find match for update; aborting.
root@slartibartfast portage #
|
And as you can see, it didn't work at all. It seems like it thinks "update" is a package and not a special option.
Can anyone shed any light on this issue?
/Henric |
|
Back to top |
|
|
Beforegod Bodhisattva
Joined: 10 Apr 2002 Posts: 1494 Location: Frankfurt/Main
|
Posted: Tue Apr 16, 2002 10:35 am Post subject: |
|
|
You must make an
emerge --update system|world --pretend
Greetings,
BeforeGod |
|
Back to top |
|
|
gschneider Tux's lil' helper
Joined: 10 Apr 2002 Posts: 81 Location: Rostock, Germany
|
Posted: Tue Apr 16, 2002 11:59 am Post subject: |
|
|
and don't forget the before _________________ /(bb|[^b]{2})/ |
|
Back to top |
|
|
Henric Guest
|
Posted: Tue Apr 16, 2002 11:59 am Post subject: Ah! |
|
|
Ah! That seems to do the trick, but I think the man should be rewritten, since it says:
Code: | update
"emerge update" updates the system packages (those listed in /etc/make.profile/packages) to their current ver-
sions . It is always a good idea to perform an "emerge --pretend update" first just so that you know what
emerge will be doing. Adding the --world flag causes emerge to update ALL installed packages to their current
versions. |
Ohwell, now I know
/Henric |
|
Back to top |
|
|
Guest
|
Posted: Tue Apr 16, 2002 1:21 pm Post subject: Re: Ah! |
|
|
Henric wrote: | Ah! That seems to do the trick, but I think the man should be rewritten, since it says:
Ohwell, now I know
/Henric |
Some of the man-pages/website articles are al little inconsistent since they changed portage |
|
Back to top |
|
|
|