Your message dated Thu, 01 Aug 2024 05:35:21 +0000
with message-id <e1szotb-00ewvh...@fasolo.debian.org>
and subject line Bug#1075356: fixed in pacparser 1.4.5-2
has caused the Debian Bug report #1075356,
regarding pacparser: 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.)


-- 
1075356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075356
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pacparser
Version: 1.4.5-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/pacparser_1.4.5-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

[...]
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/libpacparser1.substvars 
debian/libpacparser-dev.substvars debian/python3-pacparser.substvars 
debian/files
        rm -fr -- debian/libpacparser1/ debian/tmp/ debian/libpacparser-dev/ 
debian/python3-pacparser/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) 
-prune -exec rm -rf {} + \) \)
 debian/rules binary
dh binary --no-parallel
   dh_update_autotools_config -O--no-parallel
   dh_autoreconf -O--no-parallel
   dh_auto_configure -O--no-parallel
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- -C src VERSION=1.4.5
        make -j1 "INSTALL=install --strip-program=true" -C src VERSION=1.4.5
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
cd spidermonkey && SMCFLAGS="-fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy" make jsapi
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/spidermonkey'
mkdir -p js/src/Linux_All_DBG.OBJ
CFLAGS="-fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy" make -C js/src -f Makefile.ref 
libjs.a
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/spidermonkey/js/src'
cat: ../../dist/Linux_All_DBG.OBJ/nspr/Version: No such file or directory
make[4]: Circular jscpucfg.h <- Linux_All_DBG.OBJ/jsautocfg.h dependency 
dropped.
gcc -o Linux_All_DBG.OBJ/jscpucfg.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy 
-Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_DEFAULT_SOURCE -DPOSIX_SOURCE 
-DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC -DDEBUG 
-DDEBUG_user42 -DEDITLINE -ILinux_All_DBG.OBJ  jscpucfg.c
gcc -o Linux_All_DBG.OBJ/jscpucfg Linux_All_DBG.OBJ/jscpucfg.o
make[4]: Circular Linux_All_DBG.OBJ/jsautocfg.h <- 
Linux_All_DBG.OBJ/jsautocfg.h dependency dropped.
rm -f Linux_All_DBG.OBJ/jsautocfg.h
Linux_All_DBG.OBJ/jscpucfg > Linux_All_DBG.OBJ/jsautocfg.h
gcc -o Linux_All_DBG.OBJ/jsapi.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy 
-Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_DEFAULT_SOURCE -DPOSIX_SOURCE 
-DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC -DDEBUG 
-DDEBUG_user42 -DEDITLINE -ILinux_All_DBG.OBJ  jsapi.c
jsapi.c: In function ‘JS_ConvertArgumentsVA’:
jsapi.c:96:35: error: passing argument 5 of ‘TryArgumentFormatter’ from 
incompatible pointer type [-Wincompatible-pointer-types]
   96 | #define JS_ADDRESSOF_VA_LIST(ap) (&(ap))
      |                                  ~^~~~~~
      |                                   |
      |                                   __va_list_tag **
jsapi.c:267:39: note: in expansion of macro ‘JS_ADDRESSOF_VA_LIST’
  267 |                                       JS_ADDRESSOF_VA_LIST(ap))) {
      |                                       ^~~~~~~~~~~~~~~~~~~~
jsapi.c:137:44: note: expected ‘__va_list_tag (*)[1]’ but argument is of type 
‘__va_list_tag **’
  137 |                      jsval **vpp, va_list *app)
      |                                   ~~~~~~~~~^~~
jsapi.c: In function ‘JS_PushArgumentsVA’:
jsapi.c:96:35: error: passing argument 5 of ‘TryArgumentFormatter’ from 
incompatible pointer type [-Wincompatible-pointer-types]
   96 | #define JS_ADDRESSOF_VA_LIST(ap) (&(ap))
      |                                  ~^~~~~~
      |                                   |
      |                                   __va_list_tag **
jsapi.c:370:39: note: in expansion of macro ‘JS_ADDRESSOF_VA_LIST’
  370 |                                       JS_ADDRESSOF_VA_LIST(ap))) {
      |                                       ^~~~~~~~~~~~~~~~~~~~
jsapi.c:137:44: note: expected ‘__va_list_tag (*)[1]’ but argument is of type 
‘__va_list_tag **’
  137 |                      jsval **vpp, va_list *app)
      |                                   ~~~~~~~~~^~~
make[4]: *** [rules.mk:78: Linux_All_DBG.OBJ/jsapi.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/spidermonkey/js/src'
make[3]: *** [Makefile:35: js-buildstamp] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/spidermonkey'
make[2]: *** [Makefile:96: jsapi_buildstamp] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
dh_auto_build: error: make -j1 "INSTALL=install --strip-program=true" -C src 
VERSION=1.4.5 returned exit code 2
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: pacparser
Source-Version: 1.4.5-2
Done: Yogeswaran Umasankar <y...@debian.org>

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

Debian distribution maintenance software
pp.
Yogeswaran Umasankar <y...@debian.org> (supplier of updated pacparser 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: Thu, 01 Aug 2024 05:10:00 +0000
Source: pacparser
Architecture: source
Version: 1.4.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Yogeswaran Umasankar <y...@debian.org>
Closes: 1075356
Changes:
 pacparser (1.4.5-2) unstable; urgency=medium
 .
   * Patch to fix ftbfs with GCC-14
     'd/patches/004_fix-GCC14-va.patch'. (Closes: #1075356)
Checksums-Sha1:
 daeb146a128c1f049035886185ed0143464c4744 2223 pacparser_1.4.5-2.dsc
 a9b069c7b7089469b9b5d3752688566c1277dff7 5776 pacparser_1.4.5-2.debian.tar.xz
 342258beb6756032876946665ae92e8d7ee84095 6473 
pacparser_1.4.5-2_source.buildinfo
Checksums-Sha256:
 efcc02416b9df5721c73cf0dfb2f97130d2078ca4e9f2d4b3c3e25ffb2fb5b6f 2223 
pacparser_1.4.5-2.dsc
 20a3a088704facbd8a3a2af0ad761911b16fb99fd59e48e2b22ed7c8293b9c16 5776 
pacparser_1.4.5-2.debian.tar.xz
 4e88ba2ab849dc5fe0cf52b6567b70185b1dcd85d2ccb6e7ae5c7516b80abd04 6473 
pacparser_1.4.5-2_source.buildinfo
Files:
 e6d8c590bed9309423308d5fab444499 2223 libs optional pacparser_1.4.5-2.dsc
 0fa1186038d3ecb2b78d49cb373944de 5776 libs optional 
pacparser_1.4.5-2.debian.tar.xz
 61690e6154cea56dd3cdfa33cff12478 6473 libs optional 
pacparser_1.4.5-2_source.buildinfo

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

iQJEBAEBCgAuFiEE/qLi99g13V/he2oYtIOKvyeCVXsFAmarGmcQHHlvZ3VAZGVi
aWFuLm9yZwAKCRC0g4q/J4JVe1iLD/9ua7bCIZnR5ye3rzAD0dAcq2k3voRJ6wtJ
9J7ZpQNpT3GEbMwFA889Oj4MmaP6vTKDFYfVqjrkq6dDdKYIBDWE61LrlOr5qd0o
Sm5AIUK7rFPykmH5h1odd7DEdhh/IRIEf5k+21z+3qKvyh94rgp9dHXK8oM8QrLX
/BYr1SO5WX3/or8GEMNypayDfM7dEDv1nYiA7tRWDmYEjmhVyGP6OKvMUmXRWOnU
T/bA/dh6DTO88RKgU13D1IqoAVOlccMRx/bkmr+2STK6IGWhgEijfsGwgkJc6rnY
cksmFL45uCcoaFEmBScu8GcZLBs+AuAPeJDTcntdNfK8bjgCBCPCIYKG9wqbClR+
/Hu84Oi0HddYMiJHI/T/TYXEdhJrNYNNBLBQYUwgnzzj6b1rkFgasHA/R1D/aTDY
PdnwsZJ+vP+fw0TC4lRpGL2fhVEl/tkFyVC3auwQMbyc65sPVkefUcQV/0FIfVF9
jMAgciDFyM+Gl+h7U8bky0VDYgvddhcA5auywdtioDbSiK/DvDVtq1aA+BvpGi07
9cI1lOwBS1idq96LgsMBz0sQLKv5Fv5kjjjSVa1X4E6pb6GU8cshD+YhUNZguaqn
DRoZ6R0sPqYpS8+2GHeGUDHKoNEr4dLMYUS8fhbrjvncNdmUFF4+Kk31ttk6Svuf
JTIefVOVAw==
=CkfS
-----END PGP SIGNATURE-----

Attachment: pgpGXYxYf8yeW.pgp
Description: PGP signature


--- End Message ---

Reply via email to