Your message dated Thu, 23 Aug 2018 22:04:58 +0000 with message-id <[email protected]> and subject line Bug#906553: fixed in ibutils 1.5.7+0.2.gbd7e502-2 has caused the Debian Bug report #906553, regarding ibutils: FTBFS in buster/sid (ld: cannot find -libiscom) 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.) -- 906553: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906553 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:ibutils Version: 1.5.7+0.2.gbd7e502-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-arch dh build-arch --with autoreconf dh_update_autotools_config -a debian/rules override_dh_autoreconf make[1]: Entering directory '/<<BUILDDIR>>/ibutils-1.5.7+0.2.gbd7e502' dh_autoreconf autoreconf -- -f -i -I config aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' [... snipped ...] from /usr/include/tcl8.6/tcl.h:124, from ibissh_wrap.cpp:23: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 15 and 1654 bytes into a destination of size 1624 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ibissh_wrap.cpp:6198:16: warning: ' {fan_count 0x' directive writing 14 bytes into a region of size between 1 and 1624 [-Wformat-overflow=] sprintf(buff,"%s {fan_count 0x%x} ",buff,_arg1->fan_count); ^~~~~~~~~~~~~~~~~~~~~~ ibissh_wrap.cpp:6198:16: note: directive argument in the range [0, 255] In file included from /usr/include/stdio.h:862, from /usr/include/tcl8.6/tcl.h:124, from ibissh_wrap.cpp:23: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 18 and 1642 bytes into a destination of size 1624 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ibissh_wrap.cpp:6201:24: warning: ' {fan' directive writing 5 bytes into a region of size between 1 and 1624 [-Wformat-overflow=] sprintf(buff,"%s {fan%u 0x%x} ",buff,i+1,cl_ntoh16(_arg1->fan_record[i])); ^~~~~~~~~~~~~~~~~~ ibissh_wrap.cpp:6201:24: note: using the range [0, 4294967295] for directive argument ibissh_wrap.cpp:6201:24: note: directive argument in the range [0, 65535] In file included from /usr/include/stdio.h:862, from /usr/include/tcl8.6/tcl.h:124, from ibissh_wrap.cpp:23: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 13 and 1648 bytes into a destination of size 1624 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --tag=CXX --mode=link g++ -I/usr/include/tcl8.6 -I/usr/include/infiniband -I/usr/include -DOSM_VENDOR_INTF_OPENIB -DOSM_BUILD_OPENIB -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -O2 -Wall -fno-strict-aliasing -fPIC -DIBIS_VERSION=\"1.5.7\" -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/ibutils-1.5.7+0.2.gbd7e502=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o ibis ibissh_wrap.o -L. -libiscom -L/usr/lib/x86_64-linux-gnu -lopensm -losmvendor -losmcomp -libumad -L/usr/lib/x86_64-linux-gnu -ltcl8.6 -ldl -lz -lpthread -lm libtool: link: g++ -I/usr/include/tcl8.6 -I/usr/include/infiniband -I/usr/include -DOSM_VENDOR_INTF_OPENIB -DOSM_BUILD_OPENIB -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -O2 -Wall -fno-strict-aliasing -fPIC -DIBIS_VERSION=\"1.5.7\" -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/ibutils-1.5.7+0.2.gbd7e502=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o ibis ibissh_wrap.o -L. -libiscom -L/usr/lib/x86_64-linux-gnu -lopensm -losmvendor -losmcomp -libumad -ltcl8.6 -ldl -lz -lpthread -lm /usr/bin/ld: cannot find -libiscom collect2: error: ld returned 1 exit status make[4]: *** [Makefile:616: ibis] Error 1 make[4]: Leaving directory '/<<BUILDDIR>>/ibutils-1.5.7+0.2.gbd7e502/ibis/src' make[3]: *** [Makefile:455: all-recursive] Error 1 make[3]: Leaving directory '/<<BUILDDIR>>/ibutils-1.5.7+0.2.gbd7e502/ibis' make[2]: *** [Makefile:387: all] Error 2 make[2]: Leaving directory '/<<BUILDDIR>>/ibutils-1.5.7+0.2.gbd7e502/ibis' make[1]: *** [Makefile:372: all-recursive] Error 1 make[1]: Leaving directory '/<<BUILDDIR>>/ibutils-1.5.7+0.2.gbd7e502' dh_auto_build: make -j1 returned exit code 2 make: *** [debian/rules:5: build-arch] 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/ibutils.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: ibutils Source-Version: 1.5.7+0.2.gbd7e502-2 We believe that the bug you reported is fixed in the latest version of ibutils, 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. Mehdi Dogguy <[email protected]> (supplier of updated ibutils 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: SHA256 Format: 1.8 Date: Thu, 23 Aug 2018 23:45:15 +0200 Source: ibutils Binary: ibutils libibdm1 libibdm-dev Architecture: source amd64 Version: 1.5.7+0.2.gbd7e502-2 Distribution: unstable Urgency: medium Maintainer: Debian HPC Team <[email protected]> Changed-By: Mehdi Dogguy <[email protected]> Description: ibutils - InfiniBand network utilities libibdm-dev - Development files for the libibdm library libibdm1 - InfiniBand network diagnostic library Closes: 906553 Changes: ibutils (1.5.7+0.2.gbd7e502-2) unstable; urgency=medium . * Fix FTBFS in buster/sid (ld: cannot find -libiscom) (Closes: #906553). Thanks to Adrian Bunk for the patch! Checksums-Sha1: 8e115663fb749b248df93b6829e75a607d52a517 2349 ibutils_1.5.7+0.2.gbd7e502-2.dsc 172b1b386d41c5c6d591afa23048449aa68dce5c 12368 ibutils_1.5.7+0.2.gbd7e502-2.debian.tar.xz 010e3f18b86522c33bb6d29f194c5a760e1d5cb2 4770588 ibutils-dbgsym_1.5.7+0.2.gbd7e502-2_amd64.deb 3ae91c2d3e2b65e506762ce62e81b7720e865508 9437 ibutils_1.5.7+0.2.gbd7e502-2_amd64.buildinfo cee32283be671ee6611d1c0b853f380a22fcaec5 444768 ibutils_1.5.7+0.2.gbd7e502-2_amd64.deb 22c82949283277b4642184b1b30877535823dae0 255932 libibdm-dev_1.5.7+0.2.gbd7e502-2_amd64.deb a89d8d5af45e8e2e38279291266ee839a9391750 7147332 libibdm1-dbgsym_1.5.7+0.2.gbd7e502-2_amd64.deb e7d18e089018bbd64fc7cda7f94b179c8d92f240 569204 libibdm1_1.5.7+0.2.gbd7e502-2_amd64.deb Checksums-Sha256: c4c16d17c3849e9e40b142a7b2f78271d3c2e30639d23225eff14e7b57212b9d 2349 ibutils_1.5.7+0.2.gbd7e502-2.dsc 2d7187ac148354759c84c8a799576ffaeca6ca42a344134cbf227dd22cf1a5c4 12368 ibutils_1.5.7+0.2.gbd7e502-2.debian.tar.xz d366d3cee564399cd97918fa9fdf04ac5a773f6753400e673eb1ded4c74dd8b5 4770588 ibutils-dbgsym_1.5.7+0.2.gbd7e502-2_amd64.deb 3331b712026879650b758151d6366432ddcafef5cab4628904fd927d423ffb99 9437 ibutils_1.5.7+0.2.gbd7e502-2_amd64.buildinfo 8212f502ce905515a97b3760b6ab663c296922852859ffddefdd91a44618015a 444768 ibutils_1.5.7+0.2.gbd7e502-2_amd64.deb 18b2d3f1493089c44c3c443b5b73d1fb834ef7a07070c531caaf7731bc1389b2 255932 libibdm-dev_1.5.7+0.2.gbd7e502-2_amd64.deb 542677d5ab72ecae7a44dceda42b3888de88558f5fc305c572e8f6bf1230d469 7147332 libibdm1-dbgsym_1.5.7+0.2.gbd7e502-2_amd64.deb 7e904ca0323724c027edce8a7e99fd0c39a7b373efe428de090a25eb9d88abfd 569204 libibdm1_1.5.7+0.2.gbd7e502-2_amd64.deb Files: 0f782e41844add7eac10f267de7d08dd 2349 net optional ibutils_1.5.7+0.2.gbd7e502-2.dsc bcd60d2d64e88ca8f7e6d8c2029ad120 12368 net optional ibutils_1.5.7+0.2.gbd7e502-2.debian.tar.xz a19df5a4fbc1eb50a8537275180199eb 4770588 debug optional ibutils-dbgsym_1.5.7+0.2.gbd7e502-2_amd64.deb 499b3de31341c35b4092b5e969d9e086 9437 net optional ibutils_1.5.7+0.2.gbd7e502-2_amd64.buildinfo 5a8db035ef08e3f64efbd6d459a2503c 444768 net optional ibutils_1.5.7+0.2.gbd7e502-2_amd64.deb 575a29c30f5c774bd46f0b02ffda1c08 255932 libdevel optional libibdm-dev_1.5.7+0.2.gbd7e502-2_amd64.deb 2d4ac1759d1dc131119d0a2adb9d2c0d 7147332 debug optional libibdm1-dbgsym_1.5.7+0.2.gbd7e502-2_amd64.deb 5fb8ed165c457ee27b49f7390bfa4060 569204 libs optional libibdm1_1.5.7+0.2.gbd7e502-2_amd64.deb -----BEGIN PGP SIGNATURE----- iQJFBAEBCAAvFiEE/IeFmw45V03XKU7GPfRgADmhQMQFAlt/LGYRHG1laGRpQGRl Ymlhbi5vcmcACgkQPfRgADmhQMTOTA//bw75GSdAE+8F1v9RRY1WvO7JcJgCzPyS ZBYr/ezj1cg93kJjUF73p6bSyTeC68ErWmLr1UtY44AQent7v7UcmPBnwoin8Y8f zrE/CC3+ngfi/gbFsxmPfL29ydgXvR3/dugNefBl9wstLZDkBIes1I7FWDeDt/Go cLYb7I6qS+vr5J1POHRyEPocpkBOJoMm4j1gR7g2rAriKKB+cAaAk0gTZ73MwumZ 34NcdhiH0+SxRtcrmowo3kAkO1M8MUhMLMtRegLoWfurZU5js37H2493FsOwh0mO J3g1BGXLbXbGs8enHkzEaTDO8TPOAiQHQCiMp7nGQQnqF5uMNOxPmOteAi0gZEmz HuMcoG//Re1Qo/Sfbq1sAKaaWdBeFCv71MaYWORfLVYDaqCNe7SM4TV7g+3sRUzo Yo5NUZKkT0JPlymEzFq/UaLhpYrcmbMpeUFt6sgSyFP5kNce9yp+msGZAX1UBgoT DzT+LtR/uo/TdDsrjoXzMuGAuMNcka0/oWpw/yhGS5w7ezKJLH9qwdWyMpBcGCai mxbsG1WMTvjh6p5botrpTVjEigdKCJWX1RMxv7u7YmggV8TOcQoOlkd9Sc+gTbuT oWvmXVxcNUUipthu/VDb9q7TmNjKaTpRp0+EvG1xVkOS8XjSohl7EvM/Y2OTPGd1 lj55DmsATQ8= =x82a -----END PGP SIGNATURE-----
--- End Message ---

