View previous topic :: View next topic |
Author |
Message |
necktwi Apprentice
Joined: 24 Aug 2018 Posts: 171
|
Posted: Tue Jan 23, 2024 11:43 pm Post subject: app-admin/sudo fails to merge on arm64-musl-llvm |
|
|
Core3566 ~ # wgetpaste -s dpaste -c 'emerge --info =app-admin/sudo-1.9.15_p5::gentoo'
Your paste can be seen here: http://dpaste.com/BWHT5ES2C
Core3566 ~ # wgetpaste -s dpaste -c 'emerge -pqv =app-admin/sudo-1.9.15_p5::gentoo'
Your paste can be seen here: http://dpaste.com/2G4Y9JKCH
Core3566 ~ # wgetpaste -s dpaste /var/tmp/portage/app-admin/sudo-1.9.15_p5/temp/build.log
Your paste can be seen here: http://dpaste.com/C7D5CNV3W
Core3566 ~ # wgetpaste -s dpaste /var/tmp/portage/app-admin/sudo-1.9.15_p5/temp/environment
Your paste can be seen here: http://dpaste.com/FJSKVKSDU
Core3566 ~ # wgetpaste -s dpaste /var/tmp/portage/app-admin/sudo-1.9.15_p5/work/sudo-1.9.15p5/config.log
Your paste can be seen here: http://dpaste.com/6NX4RDRS9
I've unpacked llvm-musl-aarch64 stage3 on to Core3566 linaro debian sd card.
Last edited by necktwi on Wed Jan 24, 2024 5:41 pm; edited 1 time in total |
|
Back to top |
|
|
GDH-gentoo Veteran
Joined: 20 Jul 2019 Posts: 1709 Location: South America
|
Posted: Wed Jan 24, 2024 12:13 pm Post subject: Re: app-admin/sudo fails to merge on arm64-musl-llvm |
|
|
necktwi wrote: | Core3566 ~ # wgetpaste -s dpaste /var/tmp/portage/app-admin/sudo-1.9.15_p5/work/sudo-1.9.15p5/config.log
Your paste can be seen here: http://dpaste.com/6NX4RDRS9 |
Code: | configure:3776: checking for aarch64-gentoo-linux-musl-gcc
configure:3809: result: clang
...
configure:7677: checking for aarch64-gentoo-linux-musl-gcc
configure:7713: result: no
configure:7723: checking for gcc
configure:7744: found /usr/bin/gcc
configure:7756: result: gcc
configure:8115: checking for C compiler version
configure:8124: gcc --version >&5
./configure: line 8126: /usr/bin/gcc: No such file or directory
configure:8135: $? = 127 |
I don't know what is causing it, but the same test (finding the name of a C compiler) succeeds the first time (it finds clang, probably because of environment variable CC), but not later (somehow it defaults to trying nonexistent /usr/bin/gcc). _________________
NeddySeagoon wrote: | I'm not a witch, I'm a retired electronics engineer |
Ionen wrote: | As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though |
|
|
Back to top |
|
|
necktwi Apprentice
Joined: 24 Aug 2018 Posts: 171
|
Posted: Wed Jan 24, 2024 5:43 pm Post subject: Thank you! |
|
|
I figured it out as well, I've updated my original post with additional info that causing the issue. |
|
Back to top |
|
|
|