[valgrind] [Bug 480126] Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8

2024-01-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=480126 Paul Floyd changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[valgrind] [Bug 480126] Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8

2024-01-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=480126 --- Comment #4 from Paul Floyd --- That's no good. The whole userland is 32bit. As a quick hack changing configure.ac so that aarch64*) AC_MSG_RESULT([ok (${host_cpu})]) ARCH_MAX="arm64" ;; sets ARCH_MAX to just arm gets a

[valgrind] [Bug 480126] Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8

2024-01-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=480126 --- Comment #3 from Paul Floyd --- So it looks like, even though the Pi 5 is aarch64, the default toolchain is 32bit gnueabihf I've installed the aarch64-linux-gnu toolchain and configured with ./configure CC=/usr/bin/aarch64-linux-gnu-gcc CXX=/usr/bi

[valgrind] [Bug 480126] Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8

2024-01-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=480126 --- Comment #2 from Paul Floyd --- (In reply to Mark Wielaard from comment #1) > This looks like a 32bit armhf compiler is used but the system is 64 aarch64? Yes, looks like it. A "Hello, world" compiled with simply "gcc -c -o test test.c" produces te

[valgrind] [Bug 480126] Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8

2024-01-21 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=480126 Mark Wielaard changed: What|Removed |Added CC||m...@klomp.org --- Comment #1 from Mark Wielaar

[valgrind] [Bug 480126] Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8

2024-01-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=480126 Paul Floyd changed: What|Removed |Added Platform|Other |Debian stable Assignee|jsew...@acm.org