Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge -eD world
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
JacoMozzi
l33t
l33t


Joined: 12 May 2003
Posts: 645
Location: Giubiasco world(EU(CH(TI)))

PostPosted: Fri Jul 11, 2003 3:44 pm    Post subject: emerge -eD world Reply with quote

Hi.
It's 24 hours that I'm compiling and unfortunately the compilation blocks at giFT packet(260 of 268 packets).
It may have had some problem with the cvs because emerge -eD world blocks when it was downloading from the cvs.
So, I stopped the emerge -eD world but when I tried to resume it, it didn't work, this is the output:
Code:

 pentium portage # emerge -eD --resume world
emerge: It seems we have nothing to resume...


I have also tried with the emerge -e --resume world:
Code:

emerge -e --resume world

Performing Global Updates: /usr/portage/profiles/updates/1Q-2003
(Could take a couple minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'
...............................

Performing Global Updates: /usr/portage/profiles/updates/2Q-2003
(Could take a couple minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'
.............................................................................

Performing Global Updates: /usr/portage/profiles/updates/3Q-2002
(Could take a couple minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'
........................................................................................

Performing Global Updates: /usr/portage/profiles/updates/3Q-2003
(Could take a couple minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'


Performing Global Updates: /usr/portage/profiles/updates/4Q-2002
(Could take a couple minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'
..................................................................................emerge: It seems we have nothing to resume...

What's the problem?
I have to recompile everything from the beginning?
Thanx in advance.
Jaco
Ps: sorry for my English.
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9528
Location: beyond the rim

PostPosted: Fri Jul 11, 2003 4:52 pm    Post subject: Reply with quote

Only specify --resume, don't use -e again (and -D is redundant with -e or --resume, only useful with -u or -U). As you have called emerge by now it could have heppend that it overwrote the resume information. If that you could try the following trick (untested):

Code:

emerge -ep world | grep -A 100 gift | cut -d\] -f 2 > /tmp/rebuild.world


Then look if /tmp/rebuild.world looks reasonable (only contains about the number of packages you don't have recompiled yet), if so do

Code:

cat /tmp/rebuild.world | xargs emerge


That will rebuild the packages in /tmp/rebuild.world.

HTH
Back to top
View user's profile Send private message
JacoMozzi
l33t
l33t


Joined: 12 May 2003
Posts: 645
Location: Giubiasco world(EU(CH(TI)))

PostPosted: Fri Jul 11, 2003 6:06 pm    Post subject: Reply with quote

Thanx for the answer.
I first tried
Code:
 emerge -ep world | grep -A 100 gift | cut -d\] -f 2 > /tmp/rebuild.world

and i saw any error.
Then I looked in /tmp/rebuild.world and it look reasonnable
:lol:
At last I did a
Code:
 cat /tmp/rebuild.world | xargs emerge

but I had an error message:
Code:

Calculating dependencies   
emerge: there are no masked or unmasked ebuilds to satisfy "net-p2p/gift-cvs-0.10.0".

!!! Error calculating dependencies. Please correct.


Thanx.
Jaco
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum