Bug#1086231: libchamplain: FTBFS on 32-bit with 64-bit time_t: passing argument 1 of ‘gmtime’ from incompatible pointer type

2025-01-26 Thread Arnd Bergmann
On Thu, Jan 23, 2025, at 16:01, Jeremy Bícha wrote: > I have filed an armel/armhf removal bug [1] for libchamplain. If > libchamplain is removed on those architectures, we will demote this > bug to important. > > Upstream prefers [2] that apps that use gtk3+libchamplain switch to > gtk4+libshumate.

Bug#1033643: debvm: consider using cpu=cortex-a57 instead of cpu=max on arm64

2023-03-29 Thread Arnd Bergmann
On Wed, Mar 29, 2023, at 18:55, Helmut Grohne wrote: > -cpu max > Startup finished in 23.590s (kernel) + 18.210s (userspace) = 41.800s > -cpu cortex-a57 > Startup finished in 6.090s (kernel) + 8.460s (userspace) = 14.551s > -cpu max,pauth=off > Startup finished in 4.756s (kernel) + 5.678s (userspa

Bug#1033643: debvm: consider using cpu=cortex-a57 instead of cpu=max on arm64

2023-03-29 Thread Arnd Bergmann
On Wed, Mar 29, 2023, at 12:41, Helmut Grohne wrote: > On Wed, Mar 29, 2023 at 11:58:24AM +0200, Emanuele Rocca wrote: > > Thanks for the report. Since I mainly use it on amd64, I am not affected > by this change and seek feedback from Arnd and Johannes as they will be > affected. The machine I us

Bug#1021810: Should firefox-esr be dropped on 32bit architectures in bookworm?

2022-10-16 Thread Arnd Bergmann
On Sat, Oct 15, 2022, at 8:27 AM, Adrian Bunk wrote: > Package: firefox-esr > Version: 102.3.0esr-1 > Severity: serious > Tags: bookworm sid > X-Debbugs-Cc: Carsten Schoenert , > debian-rele...@lists.debian.org, t...@security.debian.org, > debian-...@lists.debian.org > > [ various potentially int

Bug#1017537: armel buildd misconfiguration (was Re: Bug#1017537: dietlibc: FTBFS on armel)

2022-08-24 Thread Arnd Bergmann
On Mon, Aug 22, 2022 at 3:08 AM Thorsten Glaser wrote: > > outlook 1017537 some armel buildds are misconfigured and lack SWP emulation > thanks > > Dixi quod… > > ># if __ARM_ARCH__ < 6 > > swp r0, r1, [r2] > ># else > > And this, after some research, is it. This is needed for armel, whi

Bug#1017538: dietlibc: FTBFS on armhf: selected processor does not support vldm in ARM mode

2022-08-17 Thread Arnd Bergmann
On Thu, Aug 18, 2022 at 12:13 AM Thorsten Glaser wrote: > > Arnd Bergmann dixit: > > >The way the FPU type gets selected in gcc changed with recent versions, > >this was intentional and won't be reverted but it did break packages that > >used the old method. &g

Bug#1017538: dietlibc: FTBFS on armhf: selected processor does not support vldm in ARM mode

2022-08-17 Thread Arnd Bergmann
On Wed, Aug 17, 2022 at 8:00 PM Thorsten Glaser wrote: > > Arnd Bergmann dixit: > > >-march=armv7-a+fp instead of -march=armv7-a to pick the right > > “instead of” > > We pass nothing there, and we need a solution (or two distinct > ones) for armel and armhf. I trie

Bug#1017538: dietlibc: FTBFS on armhf: selected processor does not support vldm in ARM mode

2022-08-17 Thread Arnd Bergmann
On Wed, Aug 17, 2022 at 7:28 PM Thorsten Glaser wrote: > > tags 1017538 + help > forwarded 1017538 https://lists.debian.org/debian-arm/2022/07/msg00041.html > thanks > > Hi Sebastian, > > instead of filing a bug with the information we already have… > > >arm/__longjmp.S: Assembler messages: > >arm

Bug#996419: gcc-11: Fails to compile the linux kernel on ARM

2021-10-18 Thread Arnd Bergmann
On Mon, Oct 18, 2021 at 9:03 AM Sebastian Andrzej Siewior wrote: > On 2021-10-16 12:17:40 [+0200], Matthias Klose wrote: > > The change is intended; the configure changes are already in GCC 8, but the > > configure options that we used, are now being deprecated upstream. > > > > Changes: https://g

Bug#975977: tor generates invalid adress for hiddenservice when runninf on armv5tel architectures

2020-12-15 Thread Arnd Bergmann
I notice that the store crosses a cacheline boundary on an ARMv5 CPU with 32-byte cache lines. I see that the xorin8 function on line 104 of https://fossies.org/linux/tor/src/ext/keccak-tiny/keccak-tiny-unrolled.c assumes that the 'dst' pointer has 8 byte alignment, but the gdb output only shows

Bug#340508: missing modules on s390/s390x (mkinitramfs for 2.6.14)

2005-12-04 Thread Arnd Bergmann
Am Sonntag 04 Dezember 2005 16:31 schrieb Frans Pop: > Reason is that dasd_mod needs an option to tell it which dasd devices > should be used. I've written a script that creates a config file for > modprobe in /etc/modprobe.d/. > The script is a first approximation and probably needs cleaning up. >