Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-20 Thread Dale
David Haller wrote: > Hello, > > On Mon, 18 Dec 2017, Dale wrote: >> David Haller wrote: >>> On Mon, 18 Dec 2017, Dale wrote: The key thing, remembering to force it to be added to world, which is a lot easier than remembering to use -1 for ALL those things I don't want in the world

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-20 Thread David Haller
Hello, On Tue, 19 Dec 2017, Adam Carter wrote: >> # wc -l /var/lib/portage/world >> 1140 /var/lib/portage/world >> >> Am I doing something wrong? > >If you're emerging dependencies without -1, then yes, otherwise, no. Actually, it's been a long time I've not merged anything without '-1' ;) Only

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-20 Thread David Haller
Hello, On Mon, 18 Dec 2017, Dale wrote: >David Haller wrote: >> On Mon, 18 Dec 2017, Dale wrote: >>> The key thing, remembering to force it to be added to world, which is a >>> lot easier than remembering to use -1 for ALL those things I don't want >>> in the world file.  Before I added the -1

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-20 Thread David Haller
Hello, On Wed, 20 Dec 2017, Helmut Jarausch wrote: >On 12/19/2017 07:13:55 PM, Bas Zoutendijk wrote: >> On Tue 19 Dec 2017 at 16:45:15 +0100, Helmut Jarausch wrote: >> > In addition. I keep gcc-6.4.0 since it can generate PIE-enabled >> > executables AND it it the last compiler with 'gcj'. >> >

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-20 Thread Helmut Jarausch
On 12/19/2017 07:13:55 PM, Bas Zoutendijk wrote: On Tue 19 Dec 2017 at 16:45:15 +0100, Helmut Jarausch wrote: > In addition. I keep gcc-6.4.0 since it can generate PIE-enabled > executables AND it it the last compiler with 'gcj'. > > I don't understand why 'pdftk' and packages depending on that

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-19 Thread Adam Carter
On Tue, Dec 19, 2017 at 8:15 PM, Neil Bothwick wrote: > On Tue, 19 Dec 2017 16:51:27 +1100, Adam Carter wrote: > > > When i depclean i use -av --depclean --exclude gcc --exclude > > gentoo-sources, since i like keep 2 gcc's around and I look after > > sources manually. > >

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-19 Thread Neil Bothwick
On Tue, 19 Dec 2017 11:45:58 -0600, Dale wrote: > > You can prevent depclean from removing gcc and kernel like this > > > > % cat /etc/portage/sets.conf > > [kernels] > > class = portage.sets.dbapi.OwnerSet > > world-candidate = False > > files = /usr/src > > > > [gcc] > > class =

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-19 Thread Bas Zoutendijk
On Tue 19 Dec 2017 at 16:45:15 +0100, Helmut Jarausch wrote: > In addition. I keep gcc-6.4.0 since it can generate PIE-enabled > executables AND it it the last compiler with 'gcj'. > > I don't understand why 'pdftk' and packages depending on that have been > masked. > > They build and run

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-19 Thread Dale
Neil Bothwick wrote: > On Tue, 19 Dec 2017 16:51:27 +1100, Adam Carter wrote: > >> When i depclean i use -av --depclean --exclude gcc --exclude >> gentoo-sources, since i like keep 2 gcc's around and I look after >> sources manually. > You can prevent depclean from removing gcc and kernel like

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-19 Thread Helmut Jarausch
On 12/19/2017 10:15:46 AM, Neil Bothwick wrote: Having said that, everything built with gcc-7.2.0 after the profile switch so I now have only one gcc installed for the first time in years. In addition. I keep gcc-6.4.0 since it can generate PIE-enabled executables AND it it the last

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-19 Thread Neil Bothwick
On Tue, 19 Dec 2017 04:06:52 +0100, David Haller wrote: > # wc -l /var/lib/portage/world > 1140 /var/lib/portage/world > > Am I doing something wrong? Looking it over, it looks right though. It sounds a lot, but only you know what you need. For comparison I have 217 packages in world plus about

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-19 Thread Neil Bothwick
On Tue, 19 Dec 2017 16:51:27 +1100, Adam Carter wrote: > When i depclean i use -av --depclean --exclude gcc --exclude > gentoo-sources, since i like keep 2 gcc's around and I look after > sources manually. You can prevent depclean from removing gcc and kernel like this % cat

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread Adam Carter
> > Hm. > > # wc -l /var/lib/portage/world > 1140 /var/lib/portage/world > > Am I doing something wrong? If you're emerging dependencies without -1, then yes, otherwise, no. > Looking it over, it looks right though. > And --depclean is hopelessly overeager here. > What makes you think that?

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread Dale
David Haller wrote: > Hello, > > On Mon, 18 Dec 2017, Dale wrote: >> The key thing, remembering to force it to be added to world, which is a >> lot easier than remembering to use -1 for ALL those things I don't want >> in the world file.  Before I added the -1 option, my world file was full >> of

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread David Haller
Hello, On Mon, 18 Dec 2017, Dale wrote: >The key thing, remembering to force it to be added to world, which is a >lot easier than remembering to use -1 for ALL those things I don't want >in the world file.  Before I added the -1 option, my world file was full >of all sorts of things that have no

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread Dale
Adam Carter wrote: > > I have to confess, I set most of this as defaults in make.conf.  The > most often commands I use, eix-sync and emerge -uaDN world.  > Everything > else is in make.conf.  Listy for those who may be curious. > > EMERGE_DEFAULT_OPTS="--with-bdeps y

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread Adam Carter
> > I have to confess, I set most of this as defaults in make.conf. The > most often commands I use, eix-sync and emerge -uaDN world. Everything > else is in make.conf. Listy for those who may be curious. > > EMERGE_DEFAULT_OPTS="--with-bdeps y --backtrack=100 --keep-going -v -j5 >

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread Dale
Mick wrote: > On Monday, 18 December 2017 16:14:42 GMT Dale wrote: >> Grant Edwards wrote: >>> I tried following the profile 17 upgrade instructions but now I'm >>> stuck. After running for a day or so, the 'emerge -e @world' command >>> stopped when grub-0.97 failed to build. >>> >>> How do I

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread David Haller
Hello, On Mon, 18 Dec 2017, Francisco Ares wrote: >2017-12-18 17:02 GMT-02:00 David Haller : >> On Mon, 18 Dec 2017, Mick wrote: [..] >> >Let's not forget the '--keep-going y' option too. At the end it will >> print a >> >list of all the packages that failed to emerge. >> >>

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread Francisco Ares
2017-12-18 17:02 GMT-02:00 David Haller : > Hello, > > On Mon, 18 Dec 2017, Mick wrote: > >On Monday, 18 December 2017 16:14:42 GMT Dale wrote: > >> Grant Edwards wrote: > >> > I tried following the profile 17 upgrade instructions but now I'm > >> > stuck. After running for a

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread David Haller
Hello, On Mon, 18 Dec 2017, Mick wrote: >On Monday, 18 December 2017 16:14:42 GMT Dale wrote: >> Grant Edwards wrote: >> > I tried following the profile 17 upgrade instructions but now I'm >> > stuck. After running for a day or so, the 'emerge -e @world' command >> > stopped when grub-0.97

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread Mick
On Monday, 18 December 2017 16:14:42 GMT Dale wrote: > Grant Edwards wrote: > > I tried following the profile 17 upgrade instructions but now I'm > > stuck. After running for a day or so, the 'emerge -e @world' command > > stopped when grub-0.97 failed to build. > > > > How do I skip grub and

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread Dale
Grant Edwards wrote: > I tried following the profile 17 upgrade instructions but now I'm > stuck. After running for a day or so, the 'emerge -e @world' command > stopped when grub-0.97 failed to build. > > How do I skip grub and continue? > > Or do I have to tell emerge to start over from the

Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread John Blinka
On Mon, Dec 18, 2017 at 11:00 AM, Grant Edwards wrote: > > How do I skip grub and continue? > emerge --skipfirst --resume I had to do that several times in my 17.0 upgrades. John Blinka

[gentoo-user] How to resume 'emerge -e @world' after grub fails?

2017-12-18 Thread Grant Edwards
I tried following the profile 17 upgrade instructions but now I'm stuck. After running for a day or so, the 'emerge -e @world' command stopped when grub-0.97 failed to build. How do I skip grub and continue? Or do I have to tell emerge to start over from the beginning (skipping grub)? Assuming