Your message dated Sat, 27 Jul 2024 03:05:10 +0000
with message-id <e1sxxk6-007cdp...@fasolo.debian.org>
and subject line Bug#1074985: fixed in genders 1.27-3-2
has caused the Debian Bug report #1074985,
regarding genders: 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 ow...@bugs.debian.org
immediately.)


-- 
1074985: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074985
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:genders
Version: 1.22-1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
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/genders_1.22-1_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

[...]
hostlist.c:384:29: note: did you mean to dereference the pointer?
  384 |     while (**str != '\0' && strchr(sep, **str) != '\0')
      |                             ^
hostlist.c:400:52: warning: comparison between pointer and zero character 
constant [-Wpointer-compare]
  400 |         while (**str != '\0' && strchr(sep, **str) == '\0')
      |                                                    ^~
hostlist.c:400:33: note: did you mean to dereference the pointer?
  400 |         while (**str != '\0' && strchr(sep, **str) == '\0')
      |                                 ^
hostlist.c:405:48: warning: comparison between pointer and zero character 
constant [-Wpointer-compare]
  405 |     while (**str != '\0' && strchr(sep, **str) != '\0')
      |                                                ^~
hostlist.c:405:29: note: did you mean to dereference the pointer?
  405 |     while (**str != '\0' && strchr(sep, **str) != '\0')
      |                             ^
hostlist.c: At top level:
hostlist.c:336:13: warning: ‘_error’ defined but not used [-Wunused-function]
  336 | static void _error(char *file, int line, char *msg, ...)
      |             ^~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../config -Wall -g -c hostlist.c -o 
libcommon_la-hostlist.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../config   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../config -Wall -g -c -o 
libcommon_la-list.lo `test -f 'list.c' || echo './'`list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../config -Wall -g -c list.c  -fPIC -DPIC -o 
.libs/libcommon_la-list.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../config -Wall -g -c list.c -o libcommon_la-list.o 
>/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../config   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../config -Wall -g -c -o 
libcommon_la-thread.lo `test -f 'thread.c' || echo './'`thread.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../config -Wall -g -c thread.c  -fPIC -DPIC -o 
.libs/libcommon_la-thread.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -I../../config -Wall -g -c thread.c -o 
libcommon_la-thread.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../config -Wall -g  
-Wl,-z,relro -Wl,-z,now -o libcommon.la  libcommon_la-fd.lo 
libcommon_la-hash.lo libcommon_la-hostlist.lo libcommon_la-list.lo 
libcommon_la-thread.lo  
libtool: link: ar cr .libs/libcommon.a .libs/libcommon_la-fd.o 
.libs/libcommon_la-hash.o .libs/libcommon_la-hostlist.o 
.libs/libcommon_la-list.o .libs/libcommon_la-thread.o 
libtool: link: ranlib .libs/libcommon.a
libtool: link: ( cd ".libs" && rm -f "libcommon.la" && ln -s "../libcommon.la" 
"libcommon.la" )
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/libcommon'
Making all in libgenders
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/libgenders'
bison -y -d -b genders_query ./genders_query.y
flex -t ./genders_query_parse.l > ./genders_query_parse.c
make  all-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/libgenders'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../config   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon 
-Wall -g -c -o libgenders_la-genders.lo `test -f 'genders.c' || echo 
'./'`genders.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon -Wall -g -c genders.c  -fPIC 
-DPIC -o .libs/libgenders_la-genders.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon -Wall -g -c genders.c -o 
libgenders_la-genders.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../config   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon 
-Wall -g -c -o libgenders_la-genders_parsing.lo `test -f 'genders_parsing.c' || 
echo './'`genders_parsing.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon -Wall -g -c 
genders_parsing.c  -fPIC -DPIC -o .libs/libgenders_la-genders_parsing.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon -Wall -g -c 
genders_parsing.c -o libgenders_la-genders_parsing.o >/dev/null 2>&1
bison -y -d -b genders_query ./genders_query.y
flex -t ./genders_query_parse.l > ./genders_query_parse.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../config   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon 
-Wall -g -c -o libgenders_la-genders_query_parse.lo `test -f 
'genders_query_parse.c' || echo './'`genders_query_parse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon -Wall -g -c 
genders_query_parse.c  -fPIC -DPIC -o .libs/libgenders_la-genders_query_parse.o
<stdout>:1196:16: warning: ‘input’ defined but not used [-Wunused-function]
<stdout>:1153:17: warning: ‘yyunput’ defined but not used [-Wunused-function]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon -Wall -g -c 
genders_query_parse.c -o libgenders_la-genders_query_parse.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../config   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon 
-Wall -g -c -o libgenders_la-genders_query.tab.lo `test -f 
'genders_query.tab.c' || echo './'`genders_query.tab.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon -Wall -g -c 
genders_query.tab.c  -fPIC -DPIC -o .libs/libgenders_la-genders_query.tab.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon -Wall -g -c 
genders_query.tab.c -o libgenders_la-genders_query.tab.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../config   -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon 
-Wall -g -c -o libgenders_la-genders_util.lo `test -f 'genders_util.c' || echo 
'./'`genders_util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_REENTRANT -I ./../libcommon -Wall -g -c genders_util.c  
-fPIC -DPIC -o .libs/libgenders_la-genders_util.o
genders_util.c: In function ‘_genders_list_free_attrvallist’:
genders_util.c:97:7: error: assignment to ‘genders_attrvals_container_t’ {aka 
‘struct genders_attrvals_container *’} from incompatible pointer type ‘struct 
list *’ [-Wincompatible-pointer-types]
   97 |   avc = (List)x;
      |       ^
make[4]: *** [Makefile:554: libgenders_la-genders_util.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libgenders'
make[3]: *** [Makefile:408: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/libgenders'
make[2]: *** [Makefile:398: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:459: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:62: build-arch-stamp] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: genders
Source-Version: 1.27-3-2
Done: Brian Pellin <bpel...@debian.org>

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

Debian distribution maintenance software
pp.
Brian Pellin <bpel...@debian.org> (supplier of updated genders 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, 26 Jul 2024 21:35:54 -0500
Source: genders
Architecture: source
Version: 1.27-3-2
Distribution: unstable
Urgency: medium
Maintainer: Brian Pellin <bpel...@debian.org>
Changed-By: Brian Pellin <bpel...@debian.org>
Closes: 1074985
Changes:
 genders (1.27-3-2) unstable; urgency=medium
 .
   * Fix GCC 14 compile issues (closes: #1074985)
Checksums-Sha1:
 2a131890ad638b1bb06c8bf0c42c8f15157256bf 2003 genders_1.27-3-2.dsc
 3fabd6b0f25e88fc545b0194593e3701277e5567 5608 genders_1.27-3-2.debian.tar.xz
 c16d6341ac4bbb0c97aca7576d22d154fff17437 7443 genders_1.27-3-2_amd64.buildinfo
Checksums-Sha256:
 43b69c0594a9ce9c3b61492b0098f7d990f375b243309bd8465cf53021feaa80 2003 
genders_1.27-3-2.dsc
 6af29dbd266c680d8847e991cdcb31e9a82a9da476d3fa2bc9a8898ac2bcc299 5608 
genders_1.27-3-2.debian.tar.xz
 c8155a3d1100a1067b07ab77997acc0bcf6ff3e0ce442792ae5ac179d81b0b12 7443 
genders_1.27-3-2_amd64.buildinfo
Files:
 12ca713a647642e2619f4ae9fae45feb 2003 admin optional genders_1.27-3-2.dsc
 33cd0458b0921f4efeb50cd6b7b0227f 5608 admin optional 
genders_1.27-3-2.debian.tar.xz
 9662538b7e6616a62a2e2cf7e63a4c8f 7443 admin optional 
genders_1.27-3-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEE4666NZlhemjq+CZwaevOoXXJf9AFAmakXkUACgkQaevOoXXJ
f9BZxg//SAW4LP0F4hs9w71GXdPYllZmZz72T5mgAqQiyXnyNOWmrUxRJ3aAIYiY
mVJQ4bP97hNnWLiIiryT504tdw3F5CElxEK7Q1xmlJUvHmZP8OrI0mmHdxmFZMBi
vxL8aZ40knMNb+7gfc4GTuvpc+bUNK8EZWDWPHDUCDMFcRRy6nn0HMxqDeOy+jKU
7JzChItS31nUXRkCCX3kiRuBMs96ndEuKjKuf2oAuilQz5rUtuHO3nOfog1vPjJU
Wq17AHljW4C+F8oyKUF8b3SNAg5rBOk8b45oNxhxIQIjr8eonoxgNDCnjl3kY6rX
TcJpcJFkalspmb5xqYrFKRUMox2bgTcp9mpJWDCfQrVamzUO264t3o7y9kP+5bZL
WD/sjWFjdwrdJ2lQ8CHQAA47uCO/49fwJu4rbDuZoa3E28d6zQdQy8DwpIlhSKPh
Hoio7f1UE8rPgTTLieuOcKHlceiqXOGgvWNJdpF5brwgaSh9tSFzG5fa+nDAxyUx
GAzj1dFSJ+hh8JSBkc8lOw5b81N8RrBx2k0M5gJTnFPjrG+Yw7XWOJPqJ7S1luP9
fFRtHtcetOek303QzHzVurvD98VrvE8rmXb9e46AtzGOnWyIBbE20BT6kRiSwkxy
5IwCIolUQKQpkHOpssge0Ff5+ldpQmsACflDQhofgdFT/KIFEDs=
=2vp9
-----END PGP SIGNATURE-----

Attachment: pgppnNP53aFHB.pgp
Description: PGP signature


--- End Message ---

Reply via email to