Re: [gentoo-user] per package parallel build

2019-10-25 Thread Peter Humphrey
On Friday, 25 October 2019 06:31:03 BST Raffaele BELARDI wrote: > 8-core CPU: > > EMERGE_DEFAULT_OPTS="--quiet-build --keep-going --jobs 9 --load-average 9" > > MAKEOPTS="-j9 -l9" > > Works fine except when both Firefox and Thunderbird need update, in that > case emerge typically tries to build

Re: [gentoo-user] per package parallel build

2019-10-25 Thread Mick
On Friday, 25 October 2019 06:31:03 BST Raffaele BELARDI wrote: > 8-core CPU: > > EMERGE_DEFAULT_OPTS="--quiet-build --keep-going --jobs 9 --load-average 9" > > MAKEOPTS="-j9 -l9" > > Works fine except when both Firefox and Thunderbird need update, in that > case emerge typically tries to build

[gentoo-user] UEFI boot - the saga continues

2019-10-25 Thread Peter Humphrey
Hello list, I'm trying to fix my system boot arrangements. I did have a fully working system, but something happened a few weeks ago and now I'm struggling. This is what I have at the moment: # grep nvm /etc/fstab /dev/nvme0n1p4 / ext4defaults,relatime 1 1 /dev/

Re: [gentoo-user] UEFI boot - the saga continues

2019-10-25 Thread Mick
On Friday, 25 October 2019 15:28:27 BST Peter Humphrey wrote: > At the next reboot, the UEFI BIOS starts the system directly; it doesn't > show a menu of boot images. But I want that list so that I can choose which > image to boot. The UEFI firmware does not display a list of bootable devices the

Re: [gentoo-user] per package parallel build

2019-10-25 Thread Dale
Mick wrote: > On Friday, 25 October 2019 06:31:03 BST Raffaele BELARDI wrote: >> 8-core CPU: >> >> EMERGE_DEFAULT_OPTS="--quiet-build --keep-going --jobs 9 --load-average 9" >> >> MAKEOPTS="-j9 -l9" >> >> Works fine except when both Firefox and Thunderbird need update, in that >> case emerge typica