Bug#1069435: olpc-powerd: FTBFS on armhf: olpc-switchd.c:311:14: error: ‘struct input_event’ has no member named ‘time’
Source: olpc-powerd Version: 23-4 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf Hi, During a rebuild of all packages in sid, your package failed to build on armhf. Relevant part (hopefully): > cc -Wall -O2 -g -DVERSION=23 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro pnmto565fb.c > -o pnmto565fb > pnmto565fb.c: In function ‘showimage’: > pnmto565fb.c:374:5: warning: implicit declaration of function ‘readahead’ > [-Wimplicit-function-declaration] > 374 | readahead(fd, 0, sb.st_size); > | ^ > olpc-switchd.c: In function ‘round_secs’: > olpc-switchd.c:311:14: error: ‘struct input_event’ has no member named ‘time’ > 311 | return ev->time.tv_sec + ((ev->time.tv_usec > 50) ? 1 : 0); > | ^~ > olpc-switchd.c:311:34: error: ‘struct input_event’ has no member named ‘time’ > 311 | return ev->time.tv_sec + ((ev->time.tv_usec > 50) ? 1 : 0); > | ^~ > olpc-switchd.c: In function ‘power_button_event’: > olpc-switchd.c:323:11: error: ‘struct input_event’ has no member named ‘time’ > 323 | ev->time.tv_sec, ev->time.tv_usec, > | ^~ > olpc-switchd.c:323:28: error: ‘struct input_event’ has no member named ‘time’ > 323 | ev->time.tv_sec, ev->time.tv_usec, > |^~ > pnmto565fb.c:312:25: warning: variable ‘rightfillcols’ set but not used > [-Wunused-but-set-variable] > 312 | int bottomfillrows, rightfillcols; > | ^ > olpc-switchd.c: In function ‘lid_event’: > olpc-switchd.c:339:11: error: ‘struct input_event’ has no member named ‘time’ > 339 | ev->time.tv_sec, ev->time.tv_usec, > | ^~ > olpc-switchd.c:339:28: error: ‘struct input_event’ has no member named ‘time’ > 339 | ev->time.tv_sec, ev->time.tv_usec, > |^~ > olpc-switchd.c: In function ‘ebook_event’: > olpc-switchd.c:359:11: error: ‘struct input_event’ has no member named ‘time’ > 359 | ev->time.tv_sec, ev->time.tv_usec, > | ^~ > olpc-switchd.c:359:28: error: ‘struct input_event’ has no member named ‘time’ > 359 | ev->time.tv_sec, ev->time.tv_usec, > |^~ > olpc-switchd.c: In function ‘acpwr_event’: > olpc-switchd.c:379:11: error: ‘struct input_event’ has no member named ‘time’ > 379 | ev->time.tv_sec, ev->time.tv_usec, > | ^~ > olpc-switchd.c:379:28: error: ‘struct input_event’ has no member named ‘time’ > 379 | ev->time.tv_sec, ev->time.tv_usec, > |^~ > olpc-switchd.c: In function ‘round_secs’: > olpc-switchd.c:312:1: warning: control reaches end of non-void function > [-Wreturn-type] > 312 | } > | ^ > make[1]: *** [: olpc-switchd] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/04/20/olpc-powerd_23-4_unstable-armhf.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
Bug#1069440: olpc-kbdshim: FTBFS on armhf: common.c:342:24: error: ‘struct input_event’ has no member named ‘time’
Source: olpc-kbdshim Version: 27-2 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf Hi, During a rebuild of all packages in sid, your package failed to build on armhf. Relevant part (hopefully): > cc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/<>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -Wall -O2 -g > -DVERSION=27 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 > -Wdate-time -D_FORTIFY_SOURCE=2 -c -o olpc-kbdshim-udev.o olpc-kbdshim-udev.c > common.c: In function ‘inject_uinput_event’: > common.c:342:24: error: ‘struct input_event’ has no member named ‘time’ > 342 | gettimeofday(&event.time, NULL); > |^ > make[1]: *** [: common.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/04/20/olpc-kbdshim_27-2_unstable-armhf.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
Bug#1069448: ipsvd: FTBFS on armhf: make[1]: *** [Makefile:7: check] Error 1
Source: ipsvd Version: 1.0.0-5 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf Hi, During a rebuild of all packages in sid, your package failed to build on armhf. Relevant part (hopefully): > make[1]: Entering directory '/<>/ipsvd-1.0.0/compile' > ./compile check-tcpsvd.c > ./load check-tcpsvd unix.a byte.a `cat socket.lib` > ./compile check-udpsvd.c > ./load check-udpsvd unix.a byte.a `cat socket.lib` > ./compile check-ipsvd-cdb.c > ./load check-ipsvd-cdb uint32_unpack.o unix.a byte.a > ./check-local tcpsvd udpsvd ipsvd-cdb `grep -v nossl Checking tcpsvd... > Checking udpsvd... > Checking ipsvd-cdb... > usage: ipsvd-cdb cdb cdb.tmp dir > > 111 > ipsvd-cdb: fatal: unable to create: > /<>/ipsvd/compile/check-tmp.cdb.tmp: invalid argument > 111 > /<>/ipsvd/compile/ipsvd-cdb.check: 24: cannot open > /<>/ipsvd/compile/check-tmp.cdb: No such file > 0 > ipsvd-cdb failed. > make[1]: *** [Makefile:7: check] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/04/20/ipsvd_1.0.0-5_unstable-armhf.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
Bug#1069453: tcmu: FTBFS on armhf: build-dependency not installable: librados-dev
Source: tcmu Version: 1.5.4-6 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf Hi, During a rebuild of all packages in sid, your package failed to build on armhf. Relevant part (hopefully): > +--+ > | Install package build dependencies > | > +--+ > > > Setup apt archive > - > > Merged Build-Depends: cmake, debhelper-compat (= 13), kmod, libglib2.0-dev, > libkmod-dev, libnl-genl-3-dev, librados-dev, pkgconf, systemd-dev, > zlib1g-dev, build-essential, fakeroot > Filtered Build-Depends: cmake, debhelper-compat (= 13), kmod, libglib2.0-dev, > libkmod-dev, libnl-genl-3-dev, librados-dev, pkgconf, systemd-dev, > zlib1g-dev, build-essential, fakeroot > dpkg-deb: building package 'sbuild-build-depends-main-dummy' in > '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'. > Ign:1 copy:/<>/apt_archive ./ InRelease > Get:2 copy:/<>/apt_archive ./ Release [609 B] > Ign:3 copy:/<>/apt_archive ./ Release.gpg > Get:4 copy:/<>/apt_archive ./ Sources [794 B] > Get:5 copy:/<>/apt_archive ./ Packages [757 B] > Fetched 2160 B in 0s (0 B/s) > Reading package lists... > Reading package lists... > > Install main build dependencies (apt-based resolver) > > > Installing build dependencies > Reading package lists... > Building dependency tree... > Reading state information... > Some packages could not be installed. This may mean that you have > requested an impossible situation or if you are using the unstable > distribution that some required packages have not yet been created > or been moved out of Incoming. > The following information may help to resolve the situation: > > The following packages have unmet dependencies: > sbuild-build-depends-main-dummy : Depends: librados-dev but it is not > installable > E: Unable to correct problems, you have held broken packages. > apt-get failed. The full build log is available from: http://qa-logs.debian.net/2024/04/20/tcmu_1.5.4-6_unstable-armhf.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
Bug#1069463: blobwars: FTBFS on armhf: src/CReplayData.cpp:41:34: error: cannot convert ‘long int*’ to ‘const time_t*’ {aka ‘const long long int*’}
Source: blobwars Version: 2.00-3 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf Hi, During a rebuild of all packages in sid, your package failed to build on armhf. Relevant part (hopefully): > g++ -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security `pkg-config > --cflags sdl2 SDL2_mixer SDL2_image SDL2_ttf SDL2_net` -DVERSION=2.00 > -DRELEASE=1 -DUSEPAK=0 -DPAKNAME=\"blobwars.pak\" > -DPAKLOCATION=\"/usr/share/games/blobwars/\" -DUNIX > -DGAMEPLAYMANUAL=\"/usr/share/doc/blobwars/index.html\" -Wall > -DLOCALEDIR=\"/usr/share/locale/\" > -DMEDAL_SERVER_HOST=\"www.parallelrealities.co.uk\" -DMEDAL_SERVER_PORT=80 -g > -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/<>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -O2 -g -flto -c > src/CSwitch.cpp > cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ > is not valid for C++ > src/CReplayData.cpp: In member function ‘void > ReplayData::printReplayInformation()’: > src/CReplayData.cpp:41:34: error: cannot convert ‘long int*’ to ‘const > time_t*’ {aka ‘const long long int*’} >41 | tm *timeinfo = localtime(&header.randomSeed); > | ^~ > | | > | long int* > In file included from /usr/include/features.h:490, > from /usr/include/errno.h:25, > from src/headers.h:22, > from src/CReplayData.cpp:1: > /usr/include/time.h:141:19: note: initializing argument 1 of ‘tm* > localtime(const time_t*)’ > 141 | extern struct tm *__REDIRECT_NTH (localtime, (const time_t *__timer), > | ^~ > make[1]: *** [Makefile:83: CReplayData.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/04/20/blobwars_2.00-3_unstable-armhf.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
Bug#1069481: freecdb: FTBFS on armhf: dh_auto_test: error: make -j4 check returned exit code 2
Source: freecdb Version: 0.76 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf Hi, During a rebuild of all packages in sid, your package failed to build on armhf. Relevant part (hopefully): > make[1]: Entering directory '/<>' > ./check-local cdbmake cdbdump cdbget cdbstats > Checking cdbmake... > cdbmake: fatal: unable to create tmp: invalid argument > 111 > cdbmake: fatal: unable to create tmp: invalid argument > 111 > cdbmake: fatal: unable to create tmp: invalid argument > 111 > cdbmake: fatal: unable to create loop: symbolic link loop > 111 > cdbmake: fatal: unable to create tmp: invalid argument > 111 > cdbmake: fatal: unable to create tmp: invalid argument > 111 > cdbmake: fatal: unable to create tmp: invalid argument > 111 > cdbmake: fatal: unable to create tmp: invalid argument > 111 > cdbmake failed. > make[1]: *** [Makefile:25: check] Error 1 > make[1]: Leaving directory '/<>' > dh_auto_test: error: make -j4 check returned exit code 2 The full build log is available from: http://qa-logs.debian.net/2024/04/20/freecdb_0.76_unstable-armhf.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
magicmaze is marked for autoremoval from testing
magicmaze 1.4.3.6+dfsg-4 is marked for autoremoval from testing on 2024-05-19 It (build-)depends on packages with these RC bugs: 1066329: sdl-mixer1.2: FTBFS: mixer.c:158:60: error: implicit declaration of function âMix_InitFluidSynthâ [-Werror=implicit-function-declaration] https://bugs.debian.org/1066329 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl