Activity log for bug #2059139

Date Who What changed Old value New value Message
2024-03-26 15:31:53 Lukas Märdian bug added bug
2024-03-26 15:32:21 Lukas Märdian pngphoon (Ubuntu): status New Fix Committed
2024-03-26 16:15:37 Lukas Märdian bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065972
2024-03-26 16:15:37 Lukas Märdian bug task added pngphoon (Debian)
2024-03-26 16:35:00 Lukas Märdian description FTBFS on Noble/armhf due to time_t No reverse-depends: $ reverse-depends -r noble src:pngphoon No reverse dependencies found $ reverse-depends -r noble -b src:pngphoon No reverse dependencies found tws.c:40:13: error: conflicting types for ‘time’; have ‘long int()’ 40 | extern long time(); | ^~~~ In file included from /usr/include/features.h:502, from /usr/include/arm-linux-gnueabihf/bits/libc-header-start.h:33, from /usr/include/stdio.h:28, from tws.c:29: /usr/include/time.h:86:15: note: previous declaration of ‘time’ with type ‘time_t(time_t *)’ {aka ‘long long int(long long int *)’} 86 | extern time_t __REDIRECT_NTH (time, (time_t *__timer), __time64); | ^~~~~~~~~~~~~~ tws.c: In function ‘dlocaltime’: tws.c:72:20: warning: passing argument 1 of ‘localtime’ from incompatible pointer type [-Wincompatible-pointer-types] 72 | tm = localtime( clock ); | ^~~~~ | | | long int * /usr/include/time.h:142:19: note: expected ‘const time_t *’ {aka ‘const long long int *’} but argument is of type ‘long int *’ 142 | extern struct tm *__REDIRECT_NTH (localtime, (const time_t *__timer), | ^~~~~~~~~~~~~~ make[1]: *** [Makefile:12: tws.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned exit code 2 make: *** [debian/rules:7: binary-arch] Error 25 dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit status 2 pngphoon is built in -proposed but not on armhf. This will not block migration because armhf binaries are being removed from the release pocket, but unless addressed will regress armhf availability of this package in 24.04 LTS. FTBFS on Noble/armhf due to time_t No reverse-depends: $ reverse-depends -r noble src:pngphoon No reverse dependencies found $ reverse-depends -r noble -b src:pngphoon No reverse dependencies found tws.c:40:13: error: conflicting types for ‘time’; have ‘long int()’    40 | extern long time();       | ^~~~ In file included from /usr/include/features.h:502,                  from /usr/include/arm-linux-gnueabihf/bits/libc-header-start.h:33,                  from /usr/include/stdio.h:28,                  from tws.c:29: /usr/include/time.h:86:15: note: previous declaration of ‘time’ with type ‘time_t(time_t *)’ {aka ‘long long int(long long int *)’}    86 | extern time_t __REDIRECT_NTH (time, (time_t *__timer), __time64);       | ^~~~~~~~~~~~~~ tws.c: In function ‘dlocaltime’: tws.c:72:20: warning: passing argument 1 of ‘localtime’ from incompatible pointer type [-Wincompatible-pointer-types]    72 | tm = localtime( clock );       | ^~~~~       | |       | long int * /usr/include/time.h:142:19: note: expected ‘const time_t *’ {aka ‘const long long int *’} but argument is of type ‘long int *’   142 | extern struct tm *__REDIRECT_NTH (localtime, (const time_t *__timer),       | ^~~~~~~~~~~~~~ make[1]: *** [Makefile:12: tws.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned exit code 2 make: *** [debian/rules:7: binary-arch] Error 25 dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit status 2
2024-03-26 16:35:02 Lukas Märdian pngphoon (Ubuntu): status Fix Committed Confirmed
2024-03-26 17:12:54 Bug Watch Updater pngphoon (Debian): status Unknown New
2024-05-15 07:47:11 Mate Kukri bug added subscriber Ubuntu Package Archive Administrators