Bug#1065435: [Aptitude-devel] Bug#1065435: aptitude: FTBFS on armhf and armel (probably -Werror=implicit-function-declaration related)

2024-03-16 Thread Axel Beckert
Hi Steinar and Christoph, Steinar H. Gunderson wrote: > struct timeval > { > #ifdef __USE_TIME_BITS64 > __time64_t tv_sec;/* Seconds. */ > __suseconds64_t tv_usec; /* Microseconds. */ > #else > __time_t tv_sec; /* Seconds. */ > __suseconds_t tv_usec;

Bug#1065435: aptitude: FTBFS on armhf and armel (probably -Werror=implicit-function-declaration related)

2024-03-13 Thread Steinar H. Gunderson
On Mon, Mar 04, 2024 at 07:34:06PM +0100, Sven Joachim wrote: > Not really, these arches now default to a 64-bit time_t and therefore > you get the conflicting types (suseconds_t is a long int, > __suseconds64_t a long long int). This has nothing to do with implicit > function declarations. It's

Bug#1065435: aptitude: FTBFS on armhf and armel (probably -Werror=implicit-function-declaration related)

2024-03-11 Thread Christoph Biedl
Axel Beckert wrote... > Citing from https://buildd.debian.org/status/package.php?p=aptitude: (...) > /usr/include/cppunit/TestAssert.h:161:6: note: template argument > deduction/substitution failed: > ../../tests/test_misc.cc:187:5: note: deduced conflicting types for > parameter ‘const T’

Bug#1065435: aptitude: FTBFS on armhf and armel (probably -Werror=implicit-function-declaration related)

2024-03-04 Thread Sven Joachim
On 2024-03-04 16:01 +0100, Axel Beckert wrote: > Source: aptitude > Version: 0.8.13-5 > Severity: serious > Tags: ftbfs > X-Debbugs-Cc: a...@debian.org, z...@debian.org > > Citing from https://buildd.debian.org/status/package.php?p=aptitude: > > BinNMU changelog for aptitude on amd64, arm64,

Bug#1065435: aptitude: FTBFS on armhf and armel (probably -Werror=implicit-function-declaration related)

2024-03-04 Thread Axel Beckert
Source: aptitude Version: 0.8.13-5 Severity: serious Tags: ftbfs X-Debbugs-Cc: a...@debian.org, z...@debian.org Citing from https://buildd.debian.org/status/package.php?p=aptitude: BinNMU changelog for aptitude on amd64, arm64, armel, armhf, i386, mips64el, ppc64el, riscv64, s390x, alpha, hppa,