| View previous topic :: View next topic |
| Author |
Message |
punter Guru

Joined: 25 Nov 2002 Posts: 506
|
Posted: Mon Jun 02, 2003 6:18 pm Post subject: corrupt emerge ? |
|
|
| Code: | root /home/root>emerge -p -e --deep world
...
[ebuild N ] sys-apps/which-2.14
[ebuild N ] sys-libs/slang-1.4.8
[ebuild N ] sys-apps/help2man-1.29
[ebuild N ] sys-apps/diffutils-2.8.4-r3
[ebuild N ] sys-apps/devfsd-1.3.25-r3
[ebuild N ] sys-apps/less-381
[ebuild N ] sys-apps/net-tools-1.60-r7
[ebuild N ] sys-apps/fbset-2.1
root /home/root>emerge -p -f --deep world
Calculating world dependencies ...done!
root /home/root>ls /usr/portage/distfiles/
cvs-src procps-3.1.9.tar.gz
man-1.5l.tar.gz util-linux-2.11z-crypt-gentoo.patch.bz2
portage-2.0.48-r1.tar.bz2 util-linux-2.11z.tar.bz2
root /home/root>
|
emerge says I have all packages, but listing the diectory shows otherwise.
any ideas why its not fetching all packages ?
Shane
PS I'm using a different mirror, so dont think the corrupt portage is the case here |
|
| Back to top |
|
 |
punter Guru

Joined: 25 Nov 2002 Posts: 506
|
Posted: Mon Jun 02, 2003 8:05 pm Post subject: |
|
|
| There's a regenworld script. |
|
| Back to top |
|
 |
Byte n00b

Joined: 03 Apr 2003 Posts: 17
|
Posted: Tue Jun 03, 2003 3:28 am Post subject: Re: corrupt emerge ? |
|
|
| punter wrote: | | Code: |
root /home/root>emerge -p -e --deep world
root /home/root>emerge -p -f --deep world
Calculating world dependencies ...done!
root /home/root>
|
emerge says I have all packages, but listing the diectory shows otherwise.
any ideas why its not fetching all packages ?
|
try:
| Code: | | emerge -f -e --deep world |
if you look at:
| Code: | | emerge -p --deep world |
you'll see that without -e, it won't list emerge any packages unless they need updating |
|
| Back to top |
|
 |
|