Your message dated Sat, 28 Dec 2024 02:56:24 +0000
with message-id <[email protected]>
and subject line Bug#1087975: Removed package(s) from unstable
has caused the Debian Bug report #1075401,
regarding puf: 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.)
--
1075401: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075401
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:puf
Version: 1.0.0-7
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/puf_1.0.0-7_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
[...]
| ^
puf.h:628:33: note: in expansion of macro ‘uhash’
628 | nhash = fhash(sp); \
| ^~~~~
url.c:833:5: note: in expansion of macro ‘h_add’
833 | h_add(urllist, real_num_urls, url_t, u, hash, return 0;, uhash);
| ^~~~~
hostlist.c:298:19: warning: this ‘if’ clause does not guard...
[-Wmisleading-indentation]
298 | if (getppid() != 1)
| ^~
hostlist.c:300:21: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘if’
300 | exit(1);
| ^~~~
url.c:833:11: warning: passing argument 1 of ‘free’ discards ‘volatile’
qualifier from pointer target type [-Wdiscarded-qualifiers]
833 | h_add(urllist, real_num_urls, url_t, u, hash, return 0;, uhash);
| ^~~~~~~
puf.h:634:26: note: in definition of macro ‘h_add’
634 | free(str); \
| ^~~
hostlist.c:323:19: warning: this ‘if’ clause does not guard...
[-Wmisleading-indentation]
323 | if (getppid() != 1)
| ^~
hostlist.c:325:21: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘if’
325 | exit(1);
| ^~~~
In file included from puf.h:44:
/usr/include/stdlib.h:687:25: note: expected ‘void *’ but argument is of type
‘volatile url_t *’
687 | extern void free (void *__ptr) __THROW;
| ~~~~~~^~~~~
hostlist.c:332:15: warning: this ‘if’ clause does not guard...
[-Wmisleading-indentation]
332 | if (getppid() != 1)
| ^~
hostlist.c:334:17: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘if’
334 | exit(1);
| ^~~~
puf.h:638:64: error: pointer type mismatch in conditional expression
[-Wincompatible-pointer-types]
638 | spp = nsz ? ((strt **)str) + (hash & ((1 << nsz) - 1)) : &str; \
| ^
url.c:833:5: note: in expansion of macro ‘h_add’
833 | h_add(urllist, real_num_urls, url_t, u, hash, return 0;, uhash);
| ^~~~~
puf.h:638:21: note: first expression has type ‘url_t **’
638 | spp = nsz ? ((strt **)str) + (hash & ((1 << nsz) - 1)) : &str; \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
url.c:833:5: note: in expansion of macro ‘h_add’
833 | h_add(urllist, real_num_urls, url_t, u, hash, return 0;, uhash);
| ^~~~~
puf.h:638:66: note: second expression has type ‘volatile url_t **’
638 | spp = nsz ? ((strt **)str) + (hash & ((1 << nsz) - 1)) : &str; \
url.c:833:5: note: in expansion of macro ‘h_add’
833 | h_add(urllist, real_num_urls, url_t, u, hash, return 0;, uhash);
| ^~~~~
make[3]: *** [Makefile:379: hostlist.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:379: url.o] Error 1
getopts.c: In function ‘cdie’:
getopts.c:155:44: warning: ‘%s’ directive output may be truncated writing up to
511 bytes into a region of size 507 [-Wformat-truncation=]
155 | snprintf(fmt, SHORTSTR, "\n%s: %s (%s:%d)\n", progname, msg,
qargfn, num);
| ^~
~~~~~~
getopts.c:155:9: note: ‘snprintf’ output 10 or more bytes (assuming 521) into a
destination of size 512
155 | snprintf(fmt, SHORTSTR, "\n%s: %s (%s:%d)\n", progname, msg,
qargfn, num);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:441: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:337: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:4: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 1.0.0-7+rm
Dear submitter,
as the package puf has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1087975
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Paul Richards Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---