Your message dated Fri, 23 Nov 2018 17:50:34 +0000
with message-id <[email protected]>
and subject line Bug#914356: fixed in dlt-daemon 2.17.0-2
has caused the Debian Bug report #914356,
regarding dlt-daemon: FTBFS (ld: cannot find -lpthreads)
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.)


-- 
914356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914356
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: dlt-daemon
Source-Version: 2.17.0-2

We believe that the bug you reported is fixed in the latest version of
dlt-daemon, 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.
Aigars Mahinovs <[email protected]> (supplier of updated dlt-daemon 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: Fri, 23 Nov 2018 17:45:18 +0200
Source: dlt-daemon
Binary: libdlt-dev libdlt2 dlt-daemon dlt-tools libdlt-examples
Architecture: source
Version: 2.17.0-2
Distribution: unstable
Urgency: low
Maintainer: Aigars Mahinovs <[email protected]>
Changed-By: Aigars Mahinovs <[email protected]>
Description:
 dlt-daemon - Diagnostic Log and Trace logging daemon
 dlt-tools  - Diagnostic Log and Trace (DLT) (documentation)
 libdlt-dev - Diagnostic Log and Trace (DLT) library (development)
 libdlt-examples - Diagnostic Log and Trace (DLT) (documentation)
 libdlt2    - Diagnostic Log and Trace (DLT) library
Closes: 914356
Changes:
 dlt-daemon (2.17.0-2) unstable; urgency=low
 .
   * Fix FTBFS (Closes: #914356)
Checksums-Sha1:
 665c3aca71418ac44c3aaa76a0a07ccc0009e190 2090 dlt-daemon_2.17.0-2.dsc
 6c8476dba7f368b8adec4042847a5063fbced92e 4372 dlt-daemon_2.17.0-2.debian.tar.xz
 077e649dc3c9ed47967605effa9efd1992ed9334 10949 
dlt-daemon_2.17.0-2_amd64.buildinfo
Checksums-Sha256:
 ef3c09609382c39f880b7213cf1315199b0c42e63a6e53f46e2e1907f83fcc6a 2090 
dlt-daemon_2.17.0-2.dsc
 5edb81916b33c22d8b7e98d7de443fcc77485aee538ee18d1482372d32de3657 4372 
dlt-daemon_2.17.0-2.debian.tar.xz
 467fe5c46119a040341e6dfe1d8ee948496be6f383fbfed4ccbc3adfc698fd09 10949 
dlt-daemon_2.17.0-2_amd64.buildinfo
Files:
 78d08757f971d5627335a472458815b0 2090 libs optional dlt-daemon_2.17.0-2.dsc
 d7f684a282e0360a79da62c449134238 4372 libs optional 
dlt-daemon_2.17.0-2.debian.tar.xz
 035395585f9063f83493f355e259f859 10949 libs optional 
dlt-daemon_2.17.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCAAyFiEEFmwrqIlWRDzdY39G+mQ7ph0ievsFAlv4OIsUHGFpZ2FyaXVz
QGRlYmlhbi5vcmcACgkQ+mQ7ph0ievtGeRAAn/amEuvbXjVuupZdMu5EMwUgowQa
MHIKeBh5nZH/yBQ/rMuVa9W7PuRhWFP61CXCRxuB9VWdT/dJxC+ihD5WGCw7vxqm
+WSRcj8qRajUkMd7/nJALLRu7I9ioOtCuqVU7hiU3/tlMP92xRbqSpFdmHhRcMXq
lQD1OnUDb5Xrjx2yOpzOiM+6UfaZtpohXUyfmbUei4phsjOPkHvpBzsCoBeSpG2y
1u66362+aSEnYiPPi2xcdswiKcZrrkd/BZprnVbM4yheavHw4p6OhmGqd7YUKx7n
CBcHlNORGjMXOVEjLWaFdT7zXcG8GILoMNb0MpurSVE0wgjffXKoAiwkPtIpn9KC
mVKVRy//tk5gea1/B0o8UWhvXtGOz0QXJqheQHCe0B81p5cvjcDPLD7zjLnzFsit
sD0hygUfp4SXXQeWqrjraLBex+CkgjLE/c1YZA5jrRJxXFQvo9DpNQtQd+LuMkyJ
POkncNrCozSQXMjRqsIXae6oY2edv740Uqlurq+03aOYeIJImr1+fkMV4XkU5YWC
85Niuf+mdqVmSqL9u2w7dTbJA/00M/KVjdNcLfJnGk+OIY41nU7zW3i1ofxiGM4l
EERa+Pg+EXW2OUxSpD7CP+0ySUqUt+Z/0xm9R5ztP+Uvgj/Zvr268QO2MNNWAPAb
RFwXeBiApiPdtFQ=
=UHUv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to