graysky2 / distccd-alarm

1 stars 0 forks source link

distcc-armv8h broken #2

Open solsticedhiver opened 1 year ago

solsticedhiver commented 1 year ago

When trying to use distcc-armv8h, one get errors like:

distccd[348542] (dcc_r_file_timed) 12075866 bytes received in 0.013788s, rate 855297kB/s
distccd[348543] (dcc_r_file_timed) 12129884 bytes received in 0.007360s, rate 1609455kB/s
distccd[348542] (dcc_collect_child) cc times: user 0.000000s, system 0.000000s, 0 minflt, 0 majflt
distccd[348542] /usr/bin/g++ packetchain.cc on localhost failed
distccd[348542] job complete
distccd[348542] (dcc_job_summary) client: 192.168.44.xxx:49024 COMPILE_ERROR exit:1 sig:0 core:0 ret:0 time:7228ms /usr/bin/g++ packetchain.cc

Isn't that a problem that we have a hard-coded path here for g++? (/usr/bin/g++)

Another user on AUR is also having the same problem.

My setup is that I am using distcc from a armv8 systemd-nspawn with distccd-armv8 running on localhost. Works fine for armv7 and armv6. worked fine for arvm8 for some time too.