Your message dated Sun, 25 Mar 2018 12:05:06 +0000
with message-id <e1f04oy-000a8y...@fasolo.debian.org>
and subject line Bug#853410: fixed in galera-3 25.3.23-1
has caused the Debian Bug report #853410,
regarding galera-3: ftbfs with GCC-7
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.)
--
853410: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853410
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:galera-3
Version: 25.3.19-2
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7
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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/galera-3_25.3.19-2_unstable_gcc7.log
The last lines of the build log are at the end of this report.
To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html
[...]
|
|int
|main() {
|
|return 0;
|}
|
gcc -o .sconf_temp/conftest_17.o -c -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -fno-strict-aliasing -pipe -g -O3 -DNDEBUG
-m64 -pthread -Wall -Wextra -Wno-unused-parameter -Werror -pedantic -Wdate-time
-D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=600 -DHAVE_COMMON_H -DGALERA_USE_GU_NETWORK
-DHAVE_BYTESWAP_H -DHAVE_ENDIAN_H -DHAVE_EXECINFO_H -DHAVE_BOOST_SHARED_PTR_HPP
-DHAVE_TR1_UNORDERED_MAP -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG=1
-DHAVE_SYSTEM_ASIO -DHAVE_ASIO_HPP -DHAVE_ASIO_SSL_HPP .sconf_temp/conftest_17.c
gcc -o .sconf_temp/conftest_17 -Wl,-z,relro .sconf_temp/conftest_17.o -lpthread
-lrt -lssl -lcrypto -lcheck -lm
scons: Configure: yes
scons: Configure: Checking for C library subunit...
.sconf_temp/conftest_18.c <-
|
|
|
|int
|main() {
|
|return 0;
|}
|
gcc -o .sconf_temp/conftest_18.o -c -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -fno-strict-aliasing -pipe -g -O3 -DNDEBUG
-m64 -pthread -Wall -Wextra -Wno-unused-parameter -Werror -pedantic -Wdate-time
-D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=600 -DHAVE_COMMON_H -DGALERA_USE_GU_NETWORK
-DHAVE_BYTESWAP_H -DHAVE_ENDIAN_H -DHAVE_EXECINFO_H -DHAVE_BOOST_SHARED_PTR_HPP
-DHAVE_TR1_UNORDERED_MAP -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG=1
-DHAVE_SYSTEM_ASIO -DHAVE_ASIO_HPP -DHAVE_ASIO_SSL_HPP .sconf_temp/conftest_18.c
gcc -o .sconf_temp/conftest_18 -Wl,-z,relro .sconf_temp/conftest_18.o -lpthread
-lrt -lssl -lcrypto -lcheck -lm -lsubunit
scons: Configure: yes
scons: Configure: Checking for C library rt...
.sconf_temp/conftest_19.c <-
|
|
|
|int
|main() {
|
|return 0;
|}
|
gcc -o .sconf_temp/conftest_19.o -c -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -fno-strict-aliasing -pipe -g -O3 -DNDEBUG
-m64 -pthread -Wall -Wextra -Wno-unused-parameter -Werror -pedantic -Wdate-time
-D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=600 -DHAVE_COMMON_H -DGALERA_USE_GU_NETWORK
-DHAVE_BYTESWAP_H -DHAVE_ENDIAN_H -DHAVE_EXECINFO_H -DHAVE_BOOST_SHARED_PTR_HPP
-DHAVE_TR1_UNORDERED_MAP -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG=1
-DHAVE_SYSTEM_ASIO -DHAVE_ASIO_HPP -DHAVE_ASIO_SSL_HPP .sconf_temp/conftest_19.c
gcc -o .sconf_temp/conftest_19 -Wl,-z,relro .sconf_temp/conftest_19.o -lpthread
-lrt -lssl -lcrypto -lcheck -lm -lsubunit -lrt
scons: Configure: yes
*****************************************
if [ -f FAIL ]; then exit 1; fi
debian/rules:28: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:48: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: galera-3
Source-Version: 25.3.23-1
We believe that the bug you reported is fixed in the latest version of
galera-3, 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 853...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Otto Kekäläinen <o...@debian.org> (supplier of updated galera-3 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: Sun, 04 Mar 2018 01:12:52 +0200
Source: galera-3
Binary: galera-3 galera-3-dbg galera-arbitrator-3 galera-arbitrator-3-dbg
Architecture: source
Version: 25.3.23-1
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers <pkg-mysql-ma...@lists.alioth.debian.org>
Changed-By: Otto Kekäläinen <o...@debian.org>
Description:
galera-3 - Replication framework for transactional applications
galera-3-dbg - debugging symbols for galera-3
galera-arbitrator-3 - Galera arbitrator daemon
galera-arbitrator-3-dbg - debugging symbols for galera-arbitrator-3
Closes: 853410
Changes:
galera-3 (25.3.23-1) unstable; urgency=low
.
* Update VCS-* links to point to Salsa
* New upstream version 25.3.23
- Includes GCC-7 build fix (Closes: #853410)
* Fix Lintian complaints
* Use dh --list-missing to detect extra files that might belong in package
Checksums-Sha1:
ccc6da83992250ab33e9068f9706964556c5daea 2193 galera-3_25.3.23-1.dsc
51cd849193191c0779d1774a62b0d396fa9b3a3a 3328961 galera-3_25.3.23.orig.tar.gz
2de83095522e3b744b4c74ab03d4994b2c1a1512 7420 galera-3_25.3.23-1.debian.tar.xz
Checksums-Sha256:
645c778d86a08cbcda816a49be76992d1ff94f6e0133c1bd988cf86a8d114c6c 2193
galera-3_25.3.23-1.dsc
a8055b3e04ed58fddb02195f2fc017f22031070ddf1083a628923d4f65a82fa3 3328961
galera-3_25.3.23.orig.tar.gz
1b710bebb9e394cd7aee15d44520427aa9ed4699b1a2d076e9f33a4d0a1a2016 7420
galera-3_25.3.23-1.debian.tar.xz
Files:
be0f0e7ec45f02e947a586bb7945d045 2193 database extra galera-3_25.3.23-1.dsc
f1c1c658532fdb4f38c1dab53ef216f9 3328961 database extra
galera-3_25.3.23.orig.tar.gz
5842d6c2bde4ef2b274e8d75000b1ac6 7420 database extra
galera-3_25.3.23-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJamzEJAAoJEL7YRJ/O6NqI9A0QAK4QybcledSXJ77zPiorQ9+r
oQVsxElrxOQ8UcI0qmLGk+tRIJYCYp5Otxx5Wb9AS+K/Ff7yjQZLHYj2QumCoqcy
r21g6Gqw5XvtsyNm7pyOOc67oI66JIWeDYGtdQeEnRwPq4UxOjtF8VuGuMPY0xb4
C86V3yLvye6prUpdniSMf6fJ6eDJxiuQDOyE+r3KZG3VLIc4vRMnHYwVwMS86m/N
w7YuK6OIgUHT3ShnW5Cv7jU+g0rDYF6YNz+x+rIlilaNAm/U4x9vCCSI/XrUxSR+
epbz7PKOoUW7nE4BuoY6W+Z6RN31CYdqYzvfg/Zghaj4dscv80Yk/vDKoY/q5Unf
UXuLJRrGxucU2M+rmfg9zu6yFN07HL0ANhqTpFojsTp/3DCrRu3VBpJr5bbBvX2w
e0s7bAhtYuoLjzGbOg2nIv0L25A3+uezi5Gfwh9P0Qe86Nj5n9z9B/q0eyKklMGl
Ac1/n1ZzBl03dF1mcWPg477Fo5JnnPet5Y28j2Oi7MD1IwV65yNOtdRvHy1nh/lI
j4P44H1lKr/83Rk380cP1zy4OmrZb7fP7J5sVQICJ82FDUoiSo1XFKekXw+NLc/b
AF/sm/ePIcsSpm19Uv3gdOo4aixz8z4hry+odk/VFV/K7aFoG/erlX6r2GgFroin
qMmkENSug2xLdYFubnCF
=67h9
-----END PGP SIGNATURE-----
--- End Message ---