Your message dated Fri, 31 Jul 2020 13:33:30 +0000
with message-id <e1k1vaa-0003h5...@fasolo.debian.org>
and subject line Bug#957140: fixed in dlt-daemon 2.18.5-0.1
has caused the Debian Bug report #957140,
regarding dlt-daemon: ftbfs with GCC-10
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 ow...@bugs.debian.org
immediately.)
--
957140: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957140
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:dlt-daemon
Version: 2.18.4-0.1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/dlt-daemon_2.18.4-0.1_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html
[...]
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src/examples
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/examples
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/examples/CMakeFiles/dlt-example-user-func.dir/DependInfo.cmake
--color=
[ 47%] Linking C executable dlt-daemon
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/daemon && /usr/bin/cmake -E
cmake_link_script CMakeFiles/dlt-daemon.dir/link.txt --verbose=1
Scanning dependencies of target dlt-example-user-func
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/examples/CMakeFiles/dlt-example-user-func.dir/build.make
src/examples/CMakeFiles/dlt-example-user-func.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -rdynamic
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o
CMakeFiles/dlt-daemon.dir/dlt_daemon_client.c.o
CMakeFiles/dlt-daemon.dir/dlt_daemon_common.c.o
CMakeFiles/dlt-daemon.dir/dlt_daemon_connection.c.o
CMakeFiles/dlt-daemon.dir/dlt_daemon_event_handler.c.o
CMakeFiles/dlt-daemon.dir/dlt_daemon_offline_logstorage.c.o
CMakeFiles/dlt-daemon.dir/dlt_daemon_serial.c.o
CMakeFiles/dlt-daemon.dir/dlt_daemon_socket.c.o
CMakeFiles/dlt-daemon.dir/dlt_daemon_unix_socket.c.o
CMakeFiles/dlt-daemon.dir/__/gateway/dlt_gateway.c.o
CMakeFiles/dlt-daemon.dir/__/lib/dlt_client.c.o
CMakeFiles/dlt-daemon.dir/__/shared/dlt_common.c.o
CMakeFiles/dlt-daemon.dir/__/shared/dlt_config_file_parser.c.o
CMakeFiles/dlt-daemon.dir/__/shared/dlt_offline_trace.c.o
CMakeFiles/dlt-daemon.dir/__/shared/dlt_protocol.c.o
CMakeFiles/dlt-daemon.dir/__/shared/dlt_user_sha
red.c.o
CMakeFiles/dlt-daemon.dir/__/offlinelogstorage/dlt_offline_logstorage.c.o
CMakeFiles/dlt-daemon.dir/__/offlinelogstorage/dlt_offline_logstorage_behavior.c.o
CMakeFiles/dlt-daemon.dir/udp_connection/dlt_daemon_udp_socket.c.o
CMakeFiles/dlt-daemon.dir/__/__/systemd/3rdparty/sd-daemon.c.o -o dlt-daemon
-lrt -lpthread
/usr/bin/ld: [ 48%] Building C object
src/examples/CMakeFiles/dlt-example-user-func.dir/dlt-example-user-func.c.o
CMakeFiles/dlt-daemon.dir/dlt_daemon_client.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
multiple definition of `g_logstorage_cache_size'; cd
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/examples && /usr/bin/cc
-DCONFIGURATION_FILES_DIR=\"/etc\" -DDLT_SYSTEMD_ENABLE
-DDLT_SYSTEMD_JOURNAL_ENABLE -DDLT_USER_IPC_PATH=\"/tmp\" -DDLT_USE_IPv6
-D_GNU_SOURCE -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/include/dlt
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/dlt
-I/<<PKGBUILDDIR>>/src/shared -I/<<PKGBUILDDIR>>/src/core_dump_handler
-I/<<PKGBUILDDIR>>/src/offlinelogstorage -I/<<PKGBUILDDIR>>/src/lib
-I/<<PKGBUILDDIR>>/src/daemon -I/<<PKGBUILDDIR>>/src/console
-I/<<PKGBUILDDIR>>/src/gateway -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 -Wall
-Wextra -Wno-variadic-macros -Wno-strict-aliasing -o CMakeFiles/dlt-example-
user-func.dir/dlt-example-user-func.c.o -c
/<<PKGBUILDDIR>>/src/examples/dlt-example-user-func.c
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_client.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
multiple definition of `g_logstorage_cache_max';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_common.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
multiple definition of `g_logstorage_cache_size';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_common.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
multiple definition of `g_logstorage_cache_max';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_connection.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
multiple definition of `g_logstorage_cache_size';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_connection.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
multiple definition of `g_logstorage_cache_max';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_event_handler.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
multiple definition of `g_logstorage_cache_size';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_event_handler.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
multiple definition of `g_logstorage_cache_max';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_offline_logstorage.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
multiple definition of `g_logstorage_cache_max';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_offline_logstorage.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
multiple definition of `g_logstorage_cache_size';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_serial.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
multiple definition of `g_logstorage_cache_size';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_serial.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
multiple definition of `g_logstorage_cache_max';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_socket.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
multiple definition of `g_logstorage_cache_size';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_socket.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
multiple definition of `g_logstorage_cache_max';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_unix_socket.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
multiple definition of `g_logstorage_cache_size';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/dlt_daemon_unix_socket.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
multiple definition of `g_logstorage_cache_max';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/__/gateway/dlt_gateway.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
multiple definition of `g_logstorage_cache_size';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/__/gateway/dlt_gateway.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
multiple definition of `g_logstorage_cache_max';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/__/offlinelogstorage/dlt_offline_logstorage.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
multiple definition of `g_logstorage_cache_size';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/__/offlinelogstorage/dlt_offline_logstorage.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
multiple definition of `g_logstorage_cache_max';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/__/offlinelogstorage/dlt_offline_logstorage_behavior.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
multiple definition of `g_logstorage_cache_max';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/__/offlinelogstorage/dlt_offline_logstorage_behavior.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
multiple definition of `g_logstorage_cache_size';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/udp_connection/dlt_daemon_udp_socket.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
multiple definition of `g_logstorage_cache_size';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:118:
first defined here
/usr/bin/ld:
CMakeFiles/dlt-daemon.dir/udp_connection/dlt_daemon_udp_socket.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
multiple definition of `g_logstorage_cache_max';
CMakeFiles/dlt-daemon.dir/dlt-daemon.c.o:./obj-x86_64-linux-gnu/src/daemon/./src/offlinelogstorage/dlt_offline_logstorage.h:116:
first defined here
make -f src/examples/CMakeFiles/dlt-example-user-common-api.dir/build.make
src/examples/CMakeFiles/dlt-example-user-common-api.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src/examples
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/examples
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/examples/CMakeFiles/dlt-example-user-common-api.dir/DependInfo.cmake
--color=
collect2: error: ld returned 1 exit status
make[3]: *** [src/daemon/CMakeFiles/dlt-daemon.dir/build.make:372:
src/daemon/dlt-daemon] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:519:
src/daemon/CMakeFiles/dlt-daemon.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 49%] Linking C executable dlt-logstorage-ctrl
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/console/logstorage &&
/usr/bin/cmake -E cmake_link_script CMakeFiles/dlt-logstorage-ctrl.dir/link.txt
--verbose=1
Scanning dependencies of target dlt-example-user-common-api
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/examples/CMakeFiles/dlt-example-user-common-api.dir/build.make
src/examples/CMakeFiles/dlt-example-user-common-api.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -rdynamic
CMakeFiles/dlt-logstorage-ctrl.dir/dlt-logstorage-ctrl.c.o
CMakeFiles/dlt-logstorage-ctrl.dir/dlt-logstorage-common.c.o
CMakeFiles/dlt-logstorage-ctrl.dir/dlt-logstorage-list.c.o
CMakeFiles/dlt-logstorage-ctrl.dir/__/__/__/systemd/3rdparty/sd-daemon.c.o
CMakeFiles/dlt-logstorage-ctrl.dir/__/dlt-control-common.c.o -o
dlt-logstorage-ctrl -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/lib:
../../lib/libdlt.so.2.18.4 -lrt -lpthread
[ 50%] Building C object
src/examples/CMakeFiles/dlt-example-user-common-api.dir/dlt-example-user-common-api.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/examples && /usr/bin/cc
-DCONFIGURATION_FILES_DIR=\"/etc\" -DDLT_SYSTEMD_ENABLE
-DDLT_SYSTEMD_JOURNAL_ENABLE -DDLT_USER_IPC_PATH=\"/tmp\" -DDLT_USE_IPv6
-D_GNU_SOURCE -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/include/dlt
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/dlt
-I/<<PKGBUILDDIR>>/src/shared -I/<<PKGBUILDDIR>>/src/core_dump_handler
-I/<<PKGBUILDDIR>>/src/offlinelogstorage -I/<<PKGBUILDDIR>>/src/lib
-I/<<PKGBUILDDIR>>/src/daemon -I/<<PKGBUILDDIR>>/src/console
-I/<<PKGBUILDDIR>>/src/gateway -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 -Wall
-Wextra -Wno-variadic-macros -Wno-strict-aliasing -o
CMakeFiles/dlt-example-user-common-api.dir/dlt-example-user-common-api.c.o -c
/<<PKGBUILDDIR>>/src/examples/dlt-example-user-common-api.c
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 50%] Built target dlt-logstorage-ctrl
[ 51%] Linking C executable dlt-example-user-func
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/examples && /usr/bin/cmake -E
cmake_link_script CMakeFiles/dlt-example-user-func.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 -Wl,-z,relro -rdynamic
CMakeFiles/dlt-example-user-func.dir/dlt-example-user-func.c.o -o
dlt-example-user-func
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/lib:
../lib/libdlt.so.2.18.4 -lrt -lpthread
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 51%] Built target dlt-example-user-func
[ 52%] Linking C executable dlt-example-user-common-api
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/examples && /usr/bin/cmake -E
cmake_link_script CMakeFiles/dlt-example-user-common-api.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 -Wl,-z,relro -rdynamic
CMakeFiles/dlt-example-user-common-api.dir/dlt-example-user-common-api.c.o -o
dlt-example-user-common-api
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/lib:
../lib/libdlt.so.2.18.4 -lrt -lpthread
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 52%] Built target dlt-example-user-common-api
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install
--strip-program=true" returned exit code 2
make: *** [debian/rules:18: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: dlt-daemon
Source-Version: 2.18.5-0.1
Done: Gianfranco Costamagna <locutusofb...@debian.org>
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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofb...@debian.org> (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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 31 Jul 2020 14:09:08 +0200
Source: dlt-daemon
Binary: libdlt-dev libdlt2 dlt-daemon dlt-tools libdlt-examples
Architecture: source
Version: 2.18.5-0.1
Distribution: unstable
Urgency: medium
Maintainer: Aigars Mahinovs <aigar...@debian.org>
Changed-By: Gianfranco Costamagna <locutusofb...@debian.org>
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: 957140
Changes:
dlt-daemon (2.18.5-0.1) unstable; urgency=medium
.
* Non-maintainer upload
* New upstream release.
* Drop debian/patches/170.patch: upstream
* debian/patches/238.patch:
- upstream proposed patch to fix gcc-10 build failures (Closes: #957140)
* enable UDP_CONNECTION and DLT_FILETRANSFER
Checksums-Sha1:
9fced0cb9ae80aa364a4a4a6a0bf390bde3397fd 2078 dlt-daemon_2.18.5-0.1.dsc
a1fcd9d7a41ad1764d77db8314f5f80822ba38d3 5071510 dlt-daemon_2.18.5.orig.tar.gz
d5519be1be78defa20e7c5689a54f455eb849ca0 5496
dlt-daemon_2.18.5-0.1.debian.tar.xz
b272d42e2f3947506d0e7436e8eef29ba33cfa21 9817
dlt-daemon_2.18.5-0.1_source.buildinfo
Checksums-Sha256:
a70affb3bbd347fb77d24da4685915647a928987f5ff1032c27af84887bdff6e 2078
dlt-daemon_2.18.5-0.1.dsc
fdac35695a2e789ed7f28c96883b83d591e53de42b2bdf2fd202d064e51a6eba 5071510
dlt-daemon_2.18.5.orig.tar.gz
1e7332cd60066f04e4412d58a3548520f00d91f56fc82308b463615c9d2ff9bb 5496
dlt-daemon_2.18.5-0.1.debian.tar.xz
dc335b6ab23d072d239f046611862fab0c026f23e0a4f787c980f1c34f5b7a25 9817
dlt-daemon_2.18.5-0.1_source.buildinfo
Files:
59707c7a2ebf764e248c40b95a5c8e5a 2078 libs optional dlt-daemon_2.18.5-0.1.dsc
2e4a0fa4e3714bb872dd5861f6d3d3d8 5071510 libs optional
dlt-daemon_2.18.5.orig.tar.gz
4c5327c00badaa7850baf6afe456f4e7 5496 libs optional
dlt-daemon_2.18.5-0.1.debian.tar.xz
c8467c0c6c90fb7b7962dd5d4edb523e 9817 libs optional
dlt-daemon_2.18.5-0.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl8kHHAACgkQ808JdE6f
XdlxQg//e91ZYXwvIssZ3dHenTL7l3mNS7RlbwMfmf+cDifVudvj+m2emKKtrt9D
gZuMoLDbmnHxyN4543YFPNYN6M6OQW4DBgWAWcWrBQfsxJH6tqQPJWoKUL6LqQCx
dIcn7eWgTzzPkMgFTF5n4TtFALI9+PX9U5TgvADJR/pirNY1ttWViDLmzkthXurb
EWRB60pCuAaiiEAWLsWcRZQF3fnYYHKnsH7IJO6EhY6rMNA6g12/CxpVQWp8Y5N0
/wbOGGwEQqK8WJOqomb0wWtd0gs0R7ooOPzoMIpvlJw+tifaLc8AA9aU7tPWSjp4
cY+hfavKTNQqoT+NQfnSQdatkke2en+YdAYS7n/5hzmuYgemZr69GGBts8tr2FFt
ogrwePx6Vo2O5/vmNKc1VsI70lCeAF71Mp8YBrUxX43+MDidSz1ypA0oK2HTTcjV
jODV12NyxF+P9xhQgM3FU8Jt7UTBiWILHxbdB38aHmA0DbBYEHfxoPCmxE8Pxq2K
7A2vwWeeQgIQ5YROoE5QxzTriLVbSQgvwsPqhmn6s128MUjcwAXWIpv0HcPNEwQu
5ppWgh4AUjO3BKUKsJVcd+0tHOvS+EsHaCe5WUX2MilAw4Fd0nibOYXjEv2ngiEV
l83wtURVtyTZFWUd6mGSfjAevCUSD11DwPFoxZ+Ivaaf9uXN7Sc=
=w46N
-----END PGP SIGNATURE-----
--- End Message ---