Your message dated Fri, 18 Oct 2019 11:35:57 +0000
with message-id <e1ilqy1-0002yl...@fasolo.debian.org>
and subject line Bug#925805: fixed in prelude-manager 5.1.0-1
has caused the Debian Bug report #925805,
regarding prelude-manager: 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.)
--
925805: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925805
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:prelude-manager
Version: 4.1.1-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/prelude-manager_4.1.1-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.
[...]
PASS: test-verify
PASS: test-verify.sh
PASS: test-vsnprintf
PASS: test-wchar
PASS: test-sigprocmask
PASS: test-sleep
PASS: test-lock
============================================================
prelude-manager 4.1.1: libmissing/tests/test-suite.log
============================================================
# TOTAL: 71
# PASS: 68
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test-cond
===============
Starting test_cond ...FAIL test-cond (exit status: 134)
FAIL: test-rwlock1
==================
Unexpected outcome 3
FAIL test-rwlock1 (exit status: 134)
FAIL: test-thread_create
========================
glthread_create failed
FAIL test-thread_create (exit status: 1)
============================================================================
Testsuite summary for prelude-manager 4.1.1
============================================================================
# TOTAL: 71
# PASS: 68
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
============================================================================
See libmissing/tests/test-suite.log
============================================================================
make[8]: *** [Makefile:2658: test-suite.log] Error 1
make[8]: Leaving directory '/<<PKGBUILDDIR>>/libmissing/tests'
make[7]: *** [Makefile:2766: check-TESTS] Error 2
make[7]: Leaving directory '/<<PKGBUILDDIR>>/libmissing/tests'
make[6]: *** [Makefile:3355: check-am] Error 2
make[6]: Leaving directory '/<<PKGBUILDDIR>>/libmissing/tests'
make[5]: *** [Makefile:2550: check-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/libmissing/tests'
make[4]: *** [Makefile:3357: check] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libmissing/tests'
make[3]: *** [Makefile:1550: check-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libmissing'
make[2]: *** [Makefile:1702: check] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libmissing'
make[1]: *** [Makefile:1329: check-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j4 check VERBOSE=1 returned exit code 2
make: *** [debian/rules:24: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: prelude-manager
Source-Version: 5.1.0-1
We believe that the bug you reported is fixed in the latest version of
prelude-manager, 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.
Thomas Andrejak <thomas.andre...@gmail.com> (supplier of updated
prelude-manager 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: SHA512
Format: 1.8
Date: Fri, 11 Oct 2019 22:00:00 +0200
Source: prelude-manager
Architecture: source
Version: 5.1.0-1
Distribution: experimental
Urgency: medium
Maintainer: Pierre Chifflier <pol...@debian.org>
Changed-By: Thomas Andrejak <thomas.andre...@gmail.com>
Closes: 908238 925805
Changes:
prelude-manager (5.1.0-1) experimental; urgency=medium
.
* Bump version 5.1.0 (Closes: #925805)
* d/control:
- Migrate from debhelper to debhelper-compat
- Update Standard-Version to 4.4.1
- Add Rules-Requires-Root to no
- Bump DebHelper to 12
- Bump prelude dependencies to 5.1
* Add d/u/metadata
* d/changelog: Remove whitespaces
* Add hardening feature in systemd file
* Update copyrights dates
* Update postinst script (Closes: #908238)
* d/patches:
- Updates:
- 001-conf_db.patch
- 002-text-spelling.patch
- 003-fix-libpreludedb-pkgconfig.patch
- News:
- 004-fix_cond_test.patch
- 005-fix-test_rwlock1.patch
- 006-fix_thread_create.patch
Checksums-Sha1:
c283090573e07eac82524aa825dc4a7538ff6869 2401 prelude-manager_5.1.0-1.dsc
3721c4603d599b61a5ae83715eba12f121f7fd31 1510054
prelude-manager_5.1.0.orig.tar.gz
d9bb236186ef570b079d6fd070d893c4adb04c9e 163
prelude-manager_5.1.0.orig.tar.gz.asc
d709aaaec51ce4d9e6b6600efcccbc338e8bb7a1 16880
prelude-manager_5.1.0-1.debian.tar.xz
8482ef271fa68361a9dd0de787941212e7582fbb 7085
prelude-manager_5.1.0-1_amd64.buildinfo
Checksums-Sha256:
713f95a85967f671876970258ad657ab2047f388a471c97df8730e3fb5a1e3de 2401
prelude-manager_5.1.0-1.dsc
a0f3888862403817bbb8e5fb67ba6460070b28d3010ce452e33c1555e0880a1d 1510054
prelude-manager_5.1.0.orig.tar.gz
9a55c808cd5c11103071062e6c267727bb411078ab8ab27dff03c6cf21c1216d 163
prelude-manager_5.1.0.orig.tar.gz.asc
f93bc6dfb33fef262cfbc5b178cb801922775da67beb91ff0601cb06f60c6656 16880
prelude-manager_5.1.0-1.debian.tar.xz
836e0ff1f4258be1fa0b60d882cfa897a2769bd97a536930a24bef0774952006 7085
prelude-manager_5.1.0-1_amd64.buildinfo
Files:
89cdb79f661cc35694ccbd363e16300f 2401 admin optional
prelude-manager_5.1.0-1.dsc
6110b74915fba661a0886e45fbcad7a9 1510054 admin optional
prelude-manager_5.1.0.orig.tar.gz
6a4aade34bdc466205c81492258d7a7f 163 admin optional
prelude-manager_5.1.0.orig.tar.gz.asc
05efeed7125d11e1ae78b4860072824f 16880 admin optional
prelude-manager_5.1.0-1.debian.tar.xz
aa09bdff91d5d6e827647575d9afa8c4 7085 admin optional
prelude-manager_5.1.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAl2poKkACgkQCBa54Yx2
K61OWA//V1hLcOqwXdlOqKEAbjkUO8+DfS8LEqIEe/DRR1TeFHP1uMnVyDOfBQAK
4mPRrcsyBqH8gI2N8rCGwxeOOmj9dIsVdpzoUjJYW+dbbqpdKrMR0MGNZi4un6Pf
/27FaJssjS224UFgw4PzT1nTR3Hpw6bEyiQBXjF/XdvFdFZFCeOzo2Oyfi01kRRo
HPwQ0HQmti9sVAfolcORL7BOxilgHc7enSNtsd99bRAPxiAI5fJJsNWq5x1NiAXh
AkKSjHV9Zepee16DYAqTLI9aiDffTO3OEg16rSBkeTESEdKQlMxDAFQM/TODqUF7
N8BF1nAtBhcWbrb0Uy6HbWx82Xp69J5Cgz8TltR9G5cvPoK4d6Xt93HIymjNOz2M
tlh6y1VZdwbJ0zh38vbodnkWkznsOIWctyu4Kzb0iO/FU3BM/Ct9Ug/PQD0GPsS0
s/5hTIOLrAQTzEP2SeNQydH+5x+6bLtJky7kKEZqZAMlDwLDvC1n2T3gY+Eq1sgx
37sBITXsjd44tpqd4jclrQs1mXh1hwcTqib+ZIwmHCjCmRTTXMpcm2ildWba0fO/
oiuotiRxATeyOAjkMKAIhRhq+WzX2Q2BZItPJKIeTKkbvXmahmAS0UMUesmxPzhH
3tUuVuSSPu9/6x+OOoN5UfBi29wxyA2B0eZ+XxbCDQ8JS5bTUJc=
=RGbu
-----END PGP SIGNATURE-----
--- End Message ---