sakaki- / 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
921 stars 126 forks source link

sys-libs/glibc build with debugging kills the system #31

Closed V10lator closed 6 years ago

V10lator commented 6 years ago

I need glibc build with

CFLAGS="${CFLAGS} -ggdb"
CXXFLAGS="${CXXFLAGS} -ggdb"
FEATURES="${FEATURES} splitdebug compressdebug"

for debugging purposes. Sadly the system crashes while installing the newly compiled glibc (seems to be this bug triggered by systemd which turns into the init system being killed and as such a full system crash: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1558120 ) and won't boot anymore untill your binary package of glibc has been restored.

sakaki- commented 6 years ago

I suggest you post about this to the Gentoo on ARM forum. As the currently-shipped system is OpenRC-based, I won't be able to track down a systemd-related problem until I have the 17.0 profile / full pie rebuild done (which I am working on now). Someone on the forum (such as NeddySeagoon) may be better able to help you sort this one out than I can.