[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#906553: ibutils: FTBFS in buster/sid (ld: cannot find -libiscom)



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.


Reply to: