Re: [gentoo-user] Re: Compile large packages as last package [SOLVED]

2021-09-08 Thread Ramon Fischer
Thank you for the hint, but I am very aware of this. As the subject says, I want to compile large packages as last package, since it sometimes happens, that a large package may get compiled as package 245 of 300 for example; blocking other small packages. I just re-used

Re: [gentoo-user] network do not come up after booting, only manual reloading (systemd-networkd)

2021-09-08 Thread Canek Peláez Valdés
On Wed, Sep 8, 2021 at 9:14 AM Tamer Higazi wrote: [...] > I think the problem is somewhere deeper > > I wish I knew what it might be. > Yeah, I don't understand it either. Have you tried using the other network card? With the corresponding change in the .network file, of course. Just to

[gentoo-user] faded images with Gwenview

2021-09-08 Thread Philip Webb
I have cropped some .png images using Gwenview & the reduced versions are faded with Gwenview, but fully colored with Feh. I've tried using 'convert' to create .jpg versions, but while they're much smaller in Kbytes (good), they're also faded when viewed with Gwenview (Feh ok). Can anyone

Re: [gentoo-user] Radeon navi cards and opencl

2021-09-08 Thread Peter Humphrey
On Wednesday, 1 September 2021 23:28:46 BST antlists wrote: > On 01/09/2021 00:30, Peter Humphrey wrote: > > The thing is, there's already an ebuild for dev-libs/amdgpu-pro-opencl, > > but since I upgraded the display card the resulting code hasn't worked. > > BOINC reports 'No usable GPUs found'

Re: [gentoo-user] Re: Compile large packages as last package

2021-09-08 Thread Ramon Fischer
Thank you for your ideas! I was actually hoping for a neat hack with "/etc/portage/env/" and "/etc/portage/package.env/", where you can set environment variables. I will try out the following solution: $ < "/etc/portage/package.env/no_tmpfs.conf # custom - 20181121 - rfischer: list

Re: [gentoo-user] network do not come up after booting, only manual reloading (systemd-networkd)

2021-09-08 Thread Tamer Higazi
Hi ... In another. The only difference I see is the systemd-udev-settle.service, do you have it enabled it? What systemd-* services do you have enabled? I have: aztlan ~ # find /etc/systemd/system -name "systemd-*" -type l

Re: [gentoo-user] Re: Compile large packages as last package

2021-09-08 Thread David M. Fellows
>Thank you for your ideas! > >I was actually hoping for a neat hack with "/etc/portage/env/" and >"/etc/portage/package.env/", where you can set environment variables. Did you look at example 2 in https://wiki.gentoo.org/wiki//etc/portage/package.env ? It seems to address your problem. DaveF >