Your message dated Sun, 28 Jul 2024 16:05:46 +0000
with message-id <[email protected]>
and subject line Bug#1075516: fixed in slony1-2 2.2.11-4
has caused the Debian Bug report #1075516,
regarding slony1-2: ftbfs with GCC-14
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.)
--
1075516: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075516
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:slony1-2
Version: 2.2.11-3
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/slony1-2_2.2.11-3_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html
[...]
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
xsl:call-template: misplaced xsl:apply-templates
mkdir -p man1 man7
mv *.1 man1/
mv *.7 man7/
make html
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc/adminguide'
make[5]: Circular HTML.index <- html dependency dropped.
LC_ALL=C /usr/bin/perl /usr/bin/collateindex.pl -f -g -i 'bookindex' -o
bookindex.sgml HTML.index
Processing HTML.index...
171 entries loaded...
0 entries ignored...
Done.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc/adminguide'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc/adminguide'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
All of Slony-I is successfully made. Ready to install
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
for v in 16; do /usr/bin/make -C build-$v/src/backend so
VPATH=/<<PKGBUILDDIR>>/src/backend || exit; done
make[2]: Entering directory '/<<PKGBUILDDIR>>/build-16/src/backend'
cp /<<PKGBUILDDIR>>/src/backend/../misc/avl_tree.c avl_tree.c
cp /<<PKGBUILDDIR>>/src/backend/../misc/avl_tree.h avl_tree.h
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -fpic
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql/16/server/ -I. -c -o
slony1_funcs.o /<<PKGBUILDDIR>>/src/backend/slony1_funcs.c
In file included from /usr/include/postgresql/16/server/postgres.h:46,
from /<<PKGBUILDDIR>>/src/backend/slony1_funcs.c:13:
/<<PKGBUILDDIR>>/src/backend/slony1_funcs.c: In function ‘getClusterStatus’:
/<<PKGBUILDDIR>>/src/backend/slony1_funcs.c:2515:100: error: passing argument 1
of ‘DatumGetCString’ makes integer from pointer without a cast
[-Wint-conversion]
2515 | elog(ERROR, "Slony-I: Node is uninitialized -
cluster %s", DatumGetCString(cluster_name));
|
^~~~~~~~~~~~
|
|
|
Name {aka struct nameData *}
/usr/include/postgresql/16/server/utils/elog.h:147:25: note: in definition of
macro ‘ereport_domain’
147 | __VA_ARGS__, errfinish(__FILE__, __LINE__,
__func__); \
| ^~~~~~~~~~~
/usr/include/postgresql/16/server/utils/elog.h:239:9: note: in expansion of
macro ‘ereport’
239 | ereport(elevel, errmsg_internal(__VA_ARGS__))
| ^~~~~~~
/<<PKGBUILDDIR>>/src/backend/slony1_funcs.c:2515:25: note: in expansion of
macro ‘elog’
2515 | elog(ERROR, "Slony-I: Node is uninitialized -
cluster %s", DatumGetCString(cluster_name));
| ^~~~
/usr/include/postgresql/16/server/postgres.h:335:23: note: expected ‘Datum’
{aka ‘long unsigned int’} but argument is of type ‘Name’ {aka ‘struct nameData
*’}
335 | DatumGetCString(Datum X)
| ~~~~~~^
make[2]: *** [/<<PKGBUILDDIR>>/build-16/Makefile.port:18: slony1_funcs.o] Error
1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-16/src/backend'
make[1]: *** [debian/rules:42: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: slony1-2
Source-Version: 2.2.11-4
Done: Christoph Berg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
slony1-2, 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.
Christoph Berg <[email protected]> (supplier of updated slony1-2 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: Sun, 28 Jul 2024 18:10:23 +0300
Source: slony1-2
Architecture: source
Version: 2.2.11-4
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers <[email protected]>
Changed-By: Christoph Berg <[email protected]>
Closes: 1075516
Changes:
slony1-2 (2.2.11-4) unstable; urgency=medium
.
* Fix FTBFS with gcc-14. (Closes: #1075516)
* Bump debian/pgversions to 11+.
Checksums-Sha1:
4d14b2f2385f545851c2222302b9b1a2481f18e9 2413 slony1-2_2.2.11-4.dsc
f1f5f3eed4f08c299e868798c2edd9491c557756 17136 slony1-2_2.2.11-4.debian.tar.xz
Checksums-Sha256:
1d2d9d818ff57c7ae0121c4f145f1f8f9784f8a9554bbc45fec3d06f9b8bafe4 2413
slony1-2_2.2.11-4.dsc
4287af77ab58894a73d7e0979acfe5cf18e644d041042075d53bc942da148b60 17136
slony1-2_2.2.11-4.debian.tar.xz
Files:
454ef46111b3398c0ccbe9da4becfd7a 2413 database optional slony1-2_2.2.11-4.dsc
e5e0767eaa31e0e88585b782d3a225ee 17136 database optional
slony1-2_2.2.11-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAmamZ+8ACgkQTFprqxLS
p64I8w//SmcH+LPZ/oYN6jf+rlghi0fgCjTQNLnYxbP6kk9TzR1Vor2Km4vzehe7
59ntGvUOnSVwiJHd9eFo9fl6dXfdn3xsixAUyKNOxXTtw/rCteoKs8w3NnlX3RUO
dC3k53gdg32yo8PQsgX+yBl9RFgxEIZT/Xo69H1K3yXCYqKrTLjpuy4AYzKnpF4z
fH/0NYKIKgMgl7ldfcMYWuJ/EFqPpySY2X4XblYYqN5DlddNJMUjhlcmvZBi9pko
vPZHuJ2Jha0OIalet9s2UP3PI52v1SIVZnEeet4RpFPlzQIxmmycEoYmCecNeSY0
9eOacmlyweMgXYzioPy0RxsjR4xT+eOOK+9msZvRM1gFM/V+V0c+KnMHEJnNU+xO
3SKaB13m09bIWGijy85rDzDsfoS7Mc0dOlv4BBaOcrxWOcts1WnwhMJNGf8LdJ+G
JTtYae9BeukTwFXnfRjlF+quTJltm/krzuvXnd4tfFuOjC7+1R0COf1vYfpZbfE5
pY6q9rqEQt75nrCcOxLaa/RDr3SGzn0+CizGBdr2QC9t6TdhQLFv+jAQVGoVSW0l
9pMrcf6FKXEX8zaMUY31Ihx4thXRou6Bu2HwGPy5ZxK71HgH6ky6iSnY9dZrP8Ad
9BMygVqniTmVPLclaUGH11ueCVH7zmKbFQ8yBS8FmtdBFJlxyGs=
=bTB6
-----END PGP SIGNATURE-----
pgpTagsQie77N.pgp
Description: PGP signature
--- End Message ---