View previous topic :: View next topic |
Author |
Message |
jingai n00b
Joined: 22 Apr 2002 Posts: 23
|
Posted: Tue Apr 30, 2002 7:25 pm Post subject: emerge update not working? |
|
|
when i try to emerge update system/world, it never updates anything, even though newer versions are available. i sat at portage 1.9.2 for a while before i realized it wasn't working. all i get is:
Code: | These are the packages that I would merge, in order.
Calculating world dependencies ...done! |
any ideas? |
|
Back to top |
|
|
Target Apprentice
Joined: 25 Apr 2002 Posts: 200
|
Posted: Tue Apr 30, 2002 7:39 pm Post subject: |
|
|
emerge rsync |
|
Back to top |
|
|
Jeevz Bodhisattva
Joined: 15 Apr 2002 Posts: 195 Location: Boston, MA
|
Posted: Tue Apr 30, 2002 7:44 pm Post subject: |
|
|
Target wrote: | emerge rsync |
Yup, that is very important. |
|
Back to top |
|
|
rachaef n00b
Joined: 19 Apr 2002 Posts: 39 Location: Vienna/Austria/Europe
|
Posted: Tue Apr 30, 2002 7:44 pm Post subject: |
|
|
The actual problem is rather that update is not an action, but an option, thus emerge --update world/system should do the job. Of course you should also emerge rsync first
rachaef |
|
Back to top |
|
|
jingai n00b
Joined: 22 Apr 2002 Posts: 23
|
Posted: Tue Apr 30, 2002 8:13 pm Post subject: |
|
|
rachaef wrote: | The actual problem is rather that update is not an action, but an option, thus emerge --update world/system should do the job. Of course you should also emerge rsync first |
Ah, that's what I'm looking for. And yes, I did do an emerge rsync. Several times in fact
Thanks! |
|
Back to top |
|
|
rachaef n00b
Joined: 19 Apr 2002 Posts: 39 Location: Vienna/Austria/Europe
|
Posted: Tue Apr 30, 2002 8:28 pm Post subject: |
|
|
No problem
Actually the fact, that an emerge update world doesn't exit with an error message can be considered a bug. You can do an emerge <anything> world and it doesn't exit with an error message, even in the newest Portage 1.9.5. Maybe you should file a bug report.
rachaef |
|
Back to top |
|
|
jingai n00b
Joined: 22 Apr 2002 Posts: 23
|
Posted: Wed May 01, 2002 12:46 pm Post subject: |
|
|
rachaef wrote: | No problem
Actually the fact, that an emerge update world doesn't exit with an error message can be considered a bug. You can do an emerge <anything> world and it doesn't exit with an error message, even in the newest Portage 1.9.5. Maybe you should file a bug report. |
I think I will. It's not altogether intuitive, without at least a message saying "are you sure you didn't want to do..."
Also, the man page for emerge makes no mention of the --update argument, which is why I incorrectly assumed --update == update. |
|
Back to top |
|
|
|