Your message dated Thu, 05 Sep 2019 12:19:17 +0000
with message-id <e1i5qjn-0001ev...@fasolo.debian.org>
and subject line Bug#925761: fixed in libthread-pool 1.0.0-3
has caused the Debian Bug report #925761,
regarding libthread-pool: ftbfs with GCC-9
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.)


-- 
925761: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925761
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libthread-pool
Version: 1.0.0-2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/libthread-pool_1.0.0-2_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: Nothing to be done for 'preinstall'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "None"
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/libthread_pool.so.1.0.0
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/libthread_pool.so.0
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/libthread_pool.so
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/libthread_pool_static.a
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/include/thread_pool
-- Installing: 
/<<PKGBUILDDIR>>/debian/tmp/usr/include/thread_pool/thread_pool.hpp
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
   debian/rules override_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_install
file-rename 's/_static\.a/.a/' `find debian -name "lib*_static.a"`
d-shlibmove --commit \
            --multiarch \
            --devunversioned \
            --exclude-la \
            --movedev debian/tmp/usr/include/* usr/include \
            debian/tmp/usr/lib/*.so
Library package automatic movement utility
set -e
install -d -m 755 debian/libthread-pool-dev/usr/lib/x86_64-linux-gnu
install -d -m 755 debian/libthread-pool0/usr/lib/x86_64-linux-gnu
mv debian/tmp/usr/lib/libthread_pool.a 
debian/libthread-pool-dev/usr/lib/x86_64-linux-gnu
mv debian/tmp/usr/lib/libthread_pool.so 
debian/libthread-pool-dev/usr/lib/x86_64-linux-gnu
mv /<<PKGBUILDDIR>>/debian/tmp/usr/lib/libthread_pool.so.0 
debian/libthread-pool0/usr/lib/x86_64-linux-gnu
mv /<<PKGBUILDDIR>>/debian/tmp/usr/lib/libthread_pool.so.1.0.0 
debian/libthread-pool0/usr/lib/x86_64-linux-gnu
PKGDEV=libthread-pool-dev
PKGSHL=libthread-pool0
install -d -m 755 debian/libthread-pool-dev/usr/include
mv debian/tmp/usr/include/thread_pool debian/libthread-pool-dev/usr/include
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installdocs -a
   dh_installchangelogs -a
   dh_perl -a
   dh_link -a
   dh_strip_nondeterminism -a
   dh_compress -a
   dh_fixperms -a
   dh_missing -a
   dh_strip -a
   dh_makeshlibs -a
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libthread-pool0/DEBIAN/symbols doesn't match 
completely debian/libthread-pool0.symbols
--- debian/libthread-pool0.symbols (libthread-pool0_1.0.0-2_amd64)
+++ dpkg-gensymbolslzfxXI       2019-03-26 16:58:44.757060410 +0000
@@ -10,14 +10,14 @@
  _ZN11thread_pool9Semaphore4waitEv@Base 1.0.0
  _ZN11thread_pool9SemaphoreC1Ej@Base 1.0.0
  _ZN11thread_pool9SemaphoreC2Ej@Base 1.0.0
- 
_ZNSt5dequeISt8functionIFvvEESaIS2_EE19_M_destroy_data_auxESt15_Deque_iteratorIS2_RS2_PS2_ES8_@Base
 1.0.0
+#MISSING: 1.0.0-2# 
_ZNSt5dequeISt8functionIFvvEESaIS2_EE19_M_destroy_data_auxESt15_Deque_iteratorIS2_RS2_PS2_ES8_@Base
 1.0.0
  _ZNSt5dequeISt8functionIFvvEESaIS2_EED1Ev@Base 1.0.0
  _ZNSt5dequeISt8functionIFvvEESaIS2_EED2Ev@Base 1.0.0
  
_ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11thread_pool10ThreadPoolEES5_EEEEE6_M_runEv@Base
 1.0.0
  
_ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11thread_pool10ThreadPoolEES5_EEEEED0Ev@Base
 1.0.0
  
_ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11thread_pool10ThreadPoolEES5_EEEEED1Ev@Base
 1.0.0
  
_ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11thread_pool10ThreadPoolEES5_EEEEED2Ev@Base
 1.0.0
- 
_ZNSt6vectorINSt6thread2idESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base
 1.0.0
+#MISSING: 1.0.0-2# 
_ZNSt6vectorINSt6thread2idESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base
 1.0.0
  
_ZNSt6vectorISt6threadSaIS0_EE17_M_realloc_insertIJRFvPN11thread_pool10ThreadPoolEES6_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_@Base
 1.0.0
  
_ZTINSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11thread_pool10ThreadPoolEES5_EEEEEE@Base
 1.0.0
  
_ZTSNSt6thread11_State_implINS_8_InvokerISt5tupleIJPFvPN11thread_pool10ThreadPoolEES5_EEEEEE@Base
 1.0.0
dh_makeshlibs: failing due to earlier errors
make: *** [debian/rules:9: binary-arch] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned 
exit status 2

--- End Message ---
--- Begin Message ---
Source: libthread-pool
Source-Version: 1.0.0-3

We believe that the bug you reported is fixed in the latest version of
libthread-pool, 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 925...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated libthread-pool 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: Wed, 21 Aug 2019 11:19:44 +0200
Source: libthread-pool
Binary: libthread-pool0 libthread-pool-dev
Architecture: source
Version: 1.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Description:
 libthread-pool-dev - C++ thread pool library (devel)
 libthread-pool0 - C++ thread pool library
Closes: 925761
Changes:
 libthread-pool (1.0.0-3) unstable; urgency=medium
 .
   [ Michael R. Crusoe ]
   * Add missing '-pthread'
   * Remove trailing whitespace in debian/copyright
   * Update homepage URL.
   * Build the included tests and run them
   * As an autopkgtest, build the tests against the installed package and run
     them.
 .
   [ Andreas Tille ]
   * Rebuild for new version of gcc to fix symbols
     Closes: #925761
   * debhelper-compat 12
   * Standards-Version: 4.4.0
   * Set upstream metadata fields: Name.
Checksums-Sha1:
 a1101039909a4b64b4d0fe23a9b779a58acabf3b 2171 libthread-pool_1.0.0-3.dsc
 d711310034b7545244fd921be30b4810c8d9b927 3848 
libthread-pool_1.0.0-3.debian.tar.xz
Checksums-Sha256:
 0d5ce0f2abdff1e70d813a016d5c18d497081d0c52b3cb17e7afdb17dbb487ad 2171 
libthread-pool_1.0.0-3.dsc
 a9e2196579e3b425d50ac1e4c6802221b99446aa576fc4b54c96ca3e8d39c2f3 3848 
libthread-pool_1.0.0-3.debian.tar.xz
Files:
 7a1340865454513a9f086f639137473b 2171 science optional 
libthread-pool_1.0.0-3.dsc
 7b3fcbc791834e5694d4c2c706e05736 3848 science optional 
libthread-pool_1.0.0-3.debian.tar.xz

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl1w+JARHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtG/OA/9Ei7fZFvot7XHz/luk8dS8Ez0Ymm65Y6g
hukZ+uUwgHwgXBRT09vQaHNJu8MUh3esRuHnsHje8C3cFIE4IwIPlpjjy++N26cD
htMORFDpxgbTQ9UtH8lYj3/s8BuTxo1G1gI2sTS/wLggiRxZFpabhGh2ooiYMqQs
Wx7G3G5V9WKySs996FNHr+ocrs+vvbrz+GE41Ip5iPcXOKgGckT1D6wGT3fTSOkE
gKQuvKpNSObwPanHpmuDgbb9iKM/8VPtsr2HOXARPtU/O5rHwNPF3rnZkfWPuP/K
7WP/aZGLbNjRFRKL7OXu6sL7n7BcbXxA0QAOWXxBDylofX7lF9FHf6hEan7/3kzv
Av2HRlv6xFp0kFDpNrZPTi89EQbmfy8FF6Otopn2boU1t4mFHKkT/o7Z2s7DmjRq
Pf76POFEd/zW5yOOmg/jaeHgI44sG8h30lDPx1OO8Qs9FQiJl5dccb8BOQ0HXZQT
Mu9zRjLkfUdefy6XtWcDNEDkOw3h1plq0bB5pIjHZcZOeC2euQxi3utFRzTrQ9PO
UhGJYqc669qb+f3/6f75j6aDm3N7BqwVFx1u7jxJPcMQoX7L/9DYQIM5nlJZRNPF
Ul4e8TtqWopIXT1NYNK3TXBoY2VT+zWbUfox6J/PAz9yg003zcBFfw/0Li6rYzov
82cIC2i1+VQ=
=nw5o
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to