GenPi64 / gentoo-on-rpi-64bit

Bootable 64-bit Gentoo image for the Raspberry Pi4B, 3B & 3B+, with Linux 5.4, OpenRC, Xfce4, VC4/V3D, camera and h/w codec support, weekly-autobuild binhost
GNU General Public License v3.0
55 stars 8 forks source link

GCC isn't compiling #16

Closed NMartin354 closed 3 years ago

NMartin354 commented 3 years ago

I just updated to alpha8, genup isn't completing past GCC on a Raspberry Pi 4. I've tried 3 times now, I haven't timed it but I think it's a 4-5 hour compile. I can't find the swap file, is it still getting installed after the update to BTRFS?

samip5 commented 3 years ago

There is no swapfile by default, one should use zram as there's built-in support for it in kernel.

https://wiki.gentoo.org/wiki/Zram

samip5 commented 3 years ago

I just updated to alpha8, genup isn't completing past GCC on a Raspberry Pi 4. I've tried 3 times now, I haven't timed it but I think it's a 4-5 hour compile. I can't find the swap file, is it still getting installed after the update to BTRFS?

Actually, came across this too. You need to change MAKEOPTS, it's trying to do 16 jobs more than likely.

samip5 commented 3 years ago

We are working towards an non ~ global USE which will hopefully fix this issue too.