Your message dated Tue, 29 Aug 2023 16:50:35 +0000 with message-id <[email protected]> and subject line Bug#906496: fixed in obexpushd 0.11.2-3 has caused the Debian Bug report #906496, regarding obexpushd: FTBFS in buster/sid (linux/irda.h: No such file or directory) to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 906496: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906496 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:obexpushd Version: 0.11.2-1.1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-arch test -x debian/rules mkdir -p "obj-x86_64-linux-gnu" cd obj-x86_64-linux-gnu && cmake /<<PKGBUILDDIR>>/. -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_C_COMPILER:FILEPATH="cc" -DCMAKE_CXX_COMPILER:FILEPATH="g++" -DCMAKE_C_FLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" -DCMAKE_CXX_FLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_EXE_LINKER_FLAGS="-Wl,-z,relro" -DCMAKE_MODULE_LINKER_FLAGS="-Wl,-z,relro" -DCMAKE_SHARED_LINKER_FLAGS="-Wl,-z,relro" -- The C compiler identification is GNU 8.2.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create [... snipped ...] from /<<PKGBUILDDIR>>/src/obexpushd.h:4, from /<<PKGBUILDDIR>>/src/action/get.c:18: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 29 and 39 bytes into a destination of size 38 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 48%] Building C object src/CMakeFiles/obexpushd.dir/action/put.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/action/put.c.o -c /<<PKGBUILDDIR>>/src/action/put.c [ 51%] Building C object src/CMakeFiles/obexpushd.dir/action/setpath.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/action/setpath.c.o -c /<<PKGBUILDDIR>>/src/action/setpath.c [ 53%] Building C object src/CMakeFiles/obexpushd.dir/auth/core.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/auth/core.c.o -c /<<PKGBUILDDIR>>/src/auth/core.c [ 56%] Building C object src/CMakeFiles/obexpushd.dir/auth/file.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/auth/file.c.o -c /<<PKGBUILDDIR>>/src/auth/file.c [ 58%] Building C object src/CMakeFiles/obexpushd.dir/io/core.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/io/core.c.o -c /<<PKGBUILDDIR>>/src/io/core.c [ 60%] Building C object src/CMakeFiles/obexpushd.dir/io/internal/common.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/io/internal/common.c.o -c /<<PKGBUILDDIR>>/src/io/internal/common.c [ 63%] Building C object src/CMakeFiles/obexpushd.dir/io/internal/file.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/io/internal/file.c.o -c /<<PKGBUILDDIR>>/src/io/internal/file.c [ 65%] Building C object src/CMakeFiles/obexpushd.dir/io/internal/dir.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/io/internal/dir.c.o -c /<<PKGBUILDDIR>>/src/io/internal/dir.c [ 68%] Building C object src/CMakeFiles/obexpushd.dir/io/internal/caps.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/io/internal/caps.c.o -c /<<PKGBUILDDIR>>/src/io/internal/caps.c [ 70%] Building C object src/CMakeFiles/obexpushd.dir/io/script.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/io/script.c.o -c /<<PKGBUILDDIR>>/src/io/script.c [ 73%] Building C object src/CMakeFiles/obexpushd.dir/net/core.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/net/core.c.o -c /<<PKGBUILDDIR>>/src/net/core.c [ 75%] Building C object src/CMakeFiles/obexpushd.dir/net/btobex.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/net/btobex.c.o -c /<<PKGBUILDDIR>>/src/net/btobex.c [ 78%] Building C object src/CMakeFiles/obexpushd.dir/net/publish/sdp.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/net/publish/sdp.c.o -c /<<PKGBUILDDIR>>/src/net/publish/sdp.c [ 80%] Building C object src/CMakeFiles/obexpushd.dir/net/irobex.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc -DDEFINITIONS -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/usr/include/libusb-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG -std=c99 -o CMakeFiles/obexpushd.dir/net/irobex.c.o -c /<<PKGBUILDDIR>>/src/net/irobex.c /<<PKGBUILDDIR>>/src/net/irobex.c:9:10: fatal error: linux/irda.h: No such file or directory #include <linux/irda.h> ^~~~~~~~~~~~~~ compilation terminated. make[3]: *** [src/CMakeFiles/obexpushd.dir/build.make:339: src/CMakeFiles/obexpushd.dir/net/irobex.c.o] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:141: src/CMakeFiles/obexpushd.dir/all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[1]: *** [Makefile:155: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] Error 2 dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -B" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/obexpushd.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: obexpushd Source-Version: 0.11.2-3 Done: Bastian Germann <[email protected]> We believe that the bug you reported is fixed in the latest version of obexpushd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Bastian Germann <[email protected]> (supplier of updated obexpushd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 29 Aug 2023 18:29:04 +0200 Source: obexpushd Architecture: source Version: 0.11.2-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <[email protected]> Changed-By: Bastian Germann <[email protected]> Closes: 906496 Changes: obexpushd (0.11.2-3) unstable; urgency=medium . * QA upload. * Drop IrDA support which was dropped from Linux. (Closes: #906496) Checksums-Sha1: 2ee069f4ac1d31ed4ba0286d5e302b097f482f48 1645 obexpushd_0.11.2-3.dsc 80249c4e8c4599ea8d867af2ff236b5af240be41 4252 obexpushd_0.11.2-3.debian.tar.xz bbdc1cbf56980b3cc43cc50df376f83b1dd087c3 7169 obexpushd_0.11.2-3_source.buildinfo Checksums-Sha256: 958f9890f27532bae642075c5e1b8fc185369214def706569caa9b407d602fcf 1645 obexpushd_0.11.2-3.dsc 2dc2a5d452272c4de6d53bddcd1b0bf6e41e583ea4ff09eebbcf0b0d78a5bc5a 4252 obexpushd_0.11.2-3.debian.tar.xz 118046fd964c7bd8749bacb940061cb6e8caf15b484f3e9d3e51670214abd1fe 7169 obexpushd_0.11.2-3_source.buildinfo Files: a5bb6734526a0d2cd523c082213a490b 1645 comm optional obexpushd_0.11.2-3.dsc 88caeec402330ce473659a47e449d44b 4252 comm optional obexpushd_0.11.2-3.debian.tar.xz ddf194e5010e1e0d720e346ba5203764 7169 comm optional obexpushd_0.11.2-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmTuHnsQHGJhZ2VAZGVi aWFuLm9yZwAKCRAfXHqLRVZDFIxtC/4s1OO+XRx/2HI54ROFURrI3+6gtt0EuCfY B4RewURODB68GEfspBZIITlRGMq77m/fWCmwPgMCAkXYKIgaxSpb6dIIrgDBXWrl dCI/fEv/AsivuhvGW17v82zEyKyJNUZ91DG/Xw372RL1KvLb73ZehNIKmxqnEJH1 opR9et7HDiZ8bUuvJZJu1lBOqvtP/QTCdqYLF/mdD9UHvfmu0CW7k281k1tnlp31 QiY8/YaYHREiZDeeN7G/UnvqmhAgOdala0CZc93Q04buC8/hAKAgav1099nTdkAl X9COIjYgYo6SEttnkBkjWVYQSDxhM0Xi0dNtnyHhwBmJLb9SA/MS509YqVk8NH2q k9BDr4v/9o7JTRb3HJa88AvCR9Xg/thfUr4+ttHOnThP6hQkMUgYwYAQlsq2XNjW x4wr1TyFOgehsFJrS/enBVer26kgEtr7qKzlisBdX44yGWN80gsNvw6z7FDMkTVP X3dCBf3iUExiefSEwfoQzkUYgMLCepc= =dHrL -----END PGP SIGNATURE-----
--- End Message ---

