[gentoo-user] Modify emerge --resume

2006-10-17 Thread Marco Calviani
Hi list, i was running an emerge -e world while emerge stuck on a package (that was openinventor). The problem was that with the modular X, the testing version was necessary. Now i would like to resume the emerge process, but however with emerge --resume, Portage wants to install the older

Re: [gentoo-user] Modify emerge --resume

2006-10-17 Thread Bo Ørsted Andresen
On Tuesday 17 October 2006 09:20, Marco Calviani wrote: i was running an emerge -e world while emerge stuck on a package (that was openinventor). The problem was that with the modular X, the testing version was necessary. Now i would like to resume the emerge process, but however with

Re: [gentoo-user] Modify emerge --resume

2006-10-17 Thread Neil Bothwick
On Tue, 17 Oct 2006 09:20:02 +0200, Marco Calviani wrote: i was running an emerge -e world while emerge stuck on a package (that was openinventor). The problem was that with the modular X, the testing version was necessary. Now i would like to resume the emerge process, but however with

Re: [gentoo-user] Modify emerge --resume

2006-10-17 Thread Marco Calviani
Hi Bo, # python resume_list.py should give you the resume list. Then you can alter the resulting list and emerge the altered list with --oneshot ... thanks for this. This script gave me the resume list. However i'm not able to give the file to emerge... i've tried with emerge -1 resume.list

Re: [gentoo-user] Modify emerge --resume

2006-10-17 Thread Bo Ørsted Andresen
On Tuesday 17 October 2006 10:07, Marco Calviani wrote: Hi Bo, # python resume_list.py should give you the resume list. Then you can alter the resulting list and emerge the altered list with --oneshot ... thanks for this. This script gave me the resume list. However i'm not able to

Re: [gentoo-user] Modify emerge --resume

2006-10-17 Thread Marco Calviani
Thanks Bo and Neil, # echo $(python resume_list.py) # emerge -va1 $(python resume_list.py) both of your solutions solved my problem! Thanks again, mc -- gentoo-user@gentoo.org mailing list