Package: src:dlt-daemon
Version: 2.17.0-1
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-arch
dh build-arch
dh_update_autotools_config -a
dh_autoreconf -a
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DWITH_SYSTEMD=ON -DWITH_SYSTEMD_JOURNAL=ON
-DCMAKE_LIBRARY_PATH=x86_64-linux-gnu
install -d obj-x86_64-linux-gnu
cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles"
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu
-DWITH_SYSTEMD=ON -DWITH_SYSTEMD_JOURNAL=ON
-DCMAKE_LIBRARY_PATH=x86_64-linux-gnu ..
-- The C compiler identification is GNU 8.2.0
-- The CXX 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
[... snipped ...]
#endif
}
Determining if the function pthread_create exists in the pthreads failed with
the following output:
Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2df6a/fast"
make[2]: Entering directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_2df6a.dir/build.make
CMakeFiles/cmTC_2df6a.dir/build
make[3]: Entering directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2df6a.dir/CheckFunctionExists.c.o
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -o
CMakeFiles/cmTC_2df6a.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-3.12/Modules/CheckFunctionExists.c
Linking C executable cmTC_2df6a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2df6a.dir/link.txt
--verbose=1
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-z,relro
-rdynamic CMakeFiles/cmTC_2df6a.dir/CheckFunctionExists.c.o -o cmTC_2df6a
-lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/cmTC_2df6a.dir/build.make:87: cmTC_2df6a] Error 1
make[3]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[2]: *** [Makefile:121: cmTC_2df6a/fast] Error 2
make[2]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Determining if the function floor exists failed with the following output:
Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3de1c/fast"
make[2]: Entering directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_3de1c.dir/build.make
CMakeFiles/cmTC_3de1c.dir/build
make[3]: Entering directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3de1c.dir/CheckFunctionExists.c.o
/usr/bin/cc -I/<<PKGBUILDDIR>>/systemd/3rdparty -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99
-DCHECK_FUNCTION_EXISTS=floor -o
CMakeFiles/cmTC_3de1c.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-3.12/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function 'floor'
[-Wbuiltin-declaration-mismatch]
/usr/share/cmake-3.12/Modules/CheckFunctionExists.c:7:3: note: in expansion of
macro 'CHECK_FUNCTION_EXISTS'
CHECK_FUNCTION_EXISTS(void);
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_3de1c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3de1c.dir/link.txt
--verbose=1
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu99 -DCHECK_FUNCTION_EXISTS=floor -Wl,-z,relro
-rdynamic CMakeFiles/cmTC_3de1c.dir/CheckFunctionExists.c.o -o cmTC_3de1c
/usr/bin/ld: CMakeFiles/cmTC_3de1c.dir/CheckFunctionExists.c.o: in function
`main':
/usr/share/cmake-3.12/Modules/CheckFunctionExists.c:17: undefined reference to
`floor'
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/cmTC_3de1c.dir/build.make:87: cmTC_3de1c] Error 1
make[3]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[2]: *** [Makefile:121: cmTC_3de1c/fast] Error 2
make[2]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
dh_auto_configure: cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles"
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu
-DWITH_SYSTEMD=ON -DWITH_SYSTEMD_JOURNAL=ON
-DCMAKE_LIBRARY_PATH=x86_64-linux-gnu .. returned exit code 1
make[1]: *** [debian/rules:22: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--------------------------------------------------------------------------------
Full log available here for several architectures:
http://buildd.debian.org/dlt-daemon
Thanks.