bug#78251: arm-trusted-firmware for pine64 FTBFS

2025-05-06 Thread Efraim Flashner
On Mon, May 05, 2025 at 11:23:25AM -0700, Vagrant Cascadian wrote: > On 2025-05-05, Vagrant Cascadian wrote: > > Last time I built this version on Debian it worked fine ... but now you > > have me wanting to double-check! Differences in the toolchains between > > Debian and guix might be a clue...

bug#78251: arm-trusted-firmware for pine64 FTBFS

2025-05-06 Thread Efraim Flashner
On Mon, May 05, 2025 at 11:23:25AM -0700, Vagrant Cascadian wrote: > On 2025-05-05, Vagrant Cascadian wrote: > > Last time I built this version on Debian it worked fine ... but now you > > have me wanting to double-check! Differences in the toolchains between > > Debian and guix might be a clue...

bug#78251: arm-trusted-firmware for pine64 FTBFS

2025-05-05 Thread Vagrant Cascadian
On 2025-05-05, Vagrant Cascadian wrote: > Last time I built this version on Debian it worked fine ... but now you > have me wanting to double-check! Differences in the toolchains between > Debian and guix might be a clue... Just checked again, and 2.12.1 still builds fine natively on Debian... so

bug#78251: arm-trusted-firmware for pine64 FTBFS

2025-05-05 Thread Vagrant Cascadian
On 2025-05-05, Vagrant Cascadian wrote: > On 2025-05-05, Vagrant Cascadian wrote: >> On 2025-05-05, Efraim Flashner wrote: >>> I was trying to deploy a new generation on my pine64 and the >>> arm-trusted-firmware failed to build. I tried changing the make-flags >>> on arm-trusted-firmware to set C

bug#78251: arm-trusted-firmware for pine64 FTBFS

2025-05-05 Thread Vagrant Cascadian
On 2025-05-05, Vagrant Cascadian wrote: > On 2025-05-05, Efraim Flashner wrote: >> I was trying to deploy a new generation on my pine64 and the >> arm-trusted-firmware failed to build. I tried changing the make-flags >> on arm-trusted-firmware to set CFLAGS=-Os but the overflow was still 216 >> by

bug#78251: arm-trusted-firmware for pine64 FTBFS

2025-05-05 Thread Vagrant Cascadian
On 2025-05-05, Vagrant Cascadian wrote: > On 2025-05-05, Efraim Flashner wrote: >> I was trying to deploy a new generation on my pine64 and the >> arm-trusted-firmware failed to build. I tried changing the make-flags >> on arm-trusted-firmware to set CFLAGS=-Os but the overflow was still 216 >> by

bug#78251: arm-trusted-firmware for pine64 FTBFS

2025-05-05 Thread Vagrant Cascadian
On 2025-05-05, Efraim Flashner wrote: > I was trying to deploy a new generation on my pine64 and the > arm-trusted-firmware failed to build. I tried changing the make-flags > on arm-trusted-firmware to set CFLAGS=-Os but the overflow was still 216 > bytes. Changing it to -O2 made it 4312 bytes.

bug#78251: arm-trusted-firmware for pine64 FTBFS

2025-05-04 Thread Efraim Flashner
I was trying to deploy a new generation on my pine64 and the arm-trusted-firmware failed to build. I tried changing the make-flags on arm-trusted-firmware to set CFLAGS=-Os but the overflow was still 216 bytes. Changing it to -O2 made it 4312 bytes. Adding DEBUG=0 didn't make a difference either