Your message dated Wed, 04 Dec 2024 15:44:42 +0000
with message-id <e1tiryq-00bkpw...@fasolo.debian.org>
and subject line Bug#1075628: fixed in vstream-client 1.2.1.1-1
has caused the Debian Bug report #1075628,
regarding vstream-client: 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.)
--
1075628: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075628
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vstream-client
Version: 1.2-7
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/vstream-client_1.2-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
[...]
cp -f /usr/share/misc/config.guess config.guess
./configure --prefix=/usr
Creating config.mak
Config files successfully generated by ./configure !
# THIS IS POINTLESS... BECAUSE THE UPSTREAM BUILD SYSTEM IS SIMPLE AND MESSY!
dh_testdir
dh_auto_build --buildsystem=makefile
make -j8 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -c -O2 -I.. -o mfs.o mfs.c
cc -c -O2 -I.. -o object.o object.c
cc -c -O2 -I.. -o schema.o schema.c
cc -c -O2 -I.. -o query.o query.c
cc -c -O2 -I.. -o util.o util.c
cc -c -O2 -I.. -o io.o io.c
cc -c -O2 -I.. -o partition.o partition.c
cc -c -O2 -I.. -o crc.o crc.c
mfs.c: In function ‘mfs_dir’:
mfs.c:266:17: error: implicit declaration of function ‘ntohl’
[-Wimplicit-function-declaration]
266 | dsize = ntohl(buf[0]) >> 16;
| ^~~~~
io.c: In function ‘vserver_read_req’:
io.c:22:23: error: implicit declaration of function ‘htonl’
[-Wimplicit-function-declaration]
22 | cmd.command = htonl(MFS_CMD_READ);
| ^~~~~
io.c: In function ‘vserver_vstream_read_sectors’:
io.c:90:32: error: implicit declaration of function ‘ntohs’
[-Wimplicit-function-declaration]
90 | v[i] = ntohs(v[i]);
| ^~~~~
make[1]: *** [Makefile:22: mfs.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:22: io.o] Error 1
object.c: In function ‘parse_attr’:
object.c:16:21: error: implicit declaration of function ‘ntohs’
[-Wimplicit-function-declaration]
16 | attr->len = ntohs(attr->len);
| ^~~~~
object.c:23:21: error: implicit declaration of function ‘htons’
[-Wimplicit-function-declaration]
23 | attr->len = htons(attr->len);
| ^~~~~
crc.c: In function ‘vstream_check_crc’:
crc.c:125:25: error: implicit declaration of function ‘ntohl’
[-Wimplicit-function-declaration]
125 | u32 crc_saved = ntohl(*crc);
| ^~~~~
crc.c:128:16: error: implicit declaration of function ‘htonl’
[-Wimplicit-function-declaration]
128 | *crc = htonl(MFS_CRC_BASE);
| ^~~~~
partition.c: In function ‘vstream_partition_parse’:
partition.c:53:17: error: implicit declaration of function ‘ntohl’
[-Wimplicit-function-declaration]
53 | count = ntohl(tp->map_count);
| ^~~~~
partition.c:57:21: error: implicit declaration of function ‘ntohs’
[-Wimplicit-function-declaration]
57 | if (ntohs(tp->signature) != PARTITION_MAGIC) {
| ^~~~~
query.c: In function ‘vstream_query_path’:
query.c:86:32: error: implicit declaration of function ‘ntohl’
[-Wimplicit-function-declaration]
86 | fsid = ntohl(objattr->fsid);
| ^~~~~
make[1]: *** [Makefile:22: object.o] Error 1
make[1]: *** [Makefile:22: crc.o] Error 1
make[1]: *** [Makefile:22: partition.o] Error 1
make[1]: *** [Makefile:22: query.o] Error 1
schema.c: In function ‘load_callback2’:
schema.c:91:33: error: implicit declaration of function ‘ntohl’
[-Wimplicit-function-declaration]
91 | iattr = ntohl(*(u32 *)data);
| ^~~~~
make[1]: *** [Makefile:22: schema.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:61: build-stamp] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: vstream-client
Source-Version: 1.2.1.1-1
Done: наб <nabijaczlew...@nabijaczleweli.xyz>
We believe that the bug you reported is fixed in the latest version of
vstream-client, 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.
наб <nabijaczlew...@nabijaczleweli.xyz> (supplier of updated vstream-client
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: Wed, 04 Dec 2024 04:39:51 +0100
Source: vstream-client
Architecture: source
Version: 1.2.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Paul Hedderly <p...@debian.org>
Changed-By: наб <nabijaczlew...@nabijaczleweli.xyz>
Closes: 601035 1070868 1075628
Changes:
vstream-client (1.2.1.1-1) unstable; urgency=medium
.
* Team upload.
.
[ Debian Janitor ]
* Drop fields with obsolete URLs.
* Remove constraints unnecessary since buster (oldstable):
+ vstream-client-dev: Drop versioned constraint on vstream-client in
Replaces.
.
[ наб ]
* Remove Build-Depends: autotools-dev (implied by debhelper-compat (= 13))
* Import ubuntu patchset (1.2-7ubuntu2):
+ d/p: fix implicit declarations
Closes: #1075628
+ Use dpkg-buildflags, and build with -D_LARGEFILE64_SOURCE since
test-client.c uses fopen64.
Closes: #1070868
* New upstream version 1.2.1.1
Closes: #601035
* d/p/0002: Fix int64_ts being formatted as %lld
* d/rules: dh style
* d/copyright: DEP-5
* old-fsf-address-in-copyright-file
* debian/lintian-overrides: ignore obsolete-url-in-packaging for
code.google.com
.
[ Andreas Tille ]
* Use fake watch file since code.google.com is archived
* Standards-Version: 4.7.0 (routine-update)
* Rely on pre-initialized dpkg-architecture variables (lintian-brush)
Checksums-Sha1:
14d3bfc498d613699f86dc8fc37801ecbd1358a8 1949 vstream-client_1.2.1.1-1.dsc
16051dd522ac49c22fef54c377e3619d76b28721 36390
vstream-client_1.2.1.1.orig.tar.bz2
c3739bc1e1ea9b0cde43da126d0fa2368b51d030 5928
vstream-client_1.2.1.1-1.debian.tar.xz
8dd0649e0f9fb054de31c56ae7f33bee92f1583d 6584
vstream-client_1.2.1.1-1_amd64.buildinfo
Checksums-Sha256:
ac9503aeb1eee34332447a7268eab813f67ee105cc91acd2a998172db48e675c 1949
vstream-client_1.2.1.1-1.dsc
caf3058b0afc0e8c01d752abf7a115a9b647fac1c6e9190a9aae8f79d4dcf09b 36390
vstream-client_1.2.1.1.orig.tar.bz2
1bdb3d0d48cf1697464219aa31660714d8a0cb38910993ce18f0d83fdba2676b 5928
vstream-client_1.2.1.1-1.debian.tar.xz
08ef56e005569f1eb738a94fef517f61a572e84a712d295db7e2698aec855286 6584
vstream-client_1.2.1.1-1_amd64.buildinfo
Files:
610893ec97f85e200e0c8b8c7ed7e998 1949 libs optional
vstream-client_1.2.1.1-1.dsc
4f2fc3e5835592f5d8c230aaacd6a7b6 36390 libs optional
vstream-client_1.2.1.1.orig.tar.bz2
9344efc46c07fd745f263c73c743a8d4 5928 libs optional
vstream-client_1.2.1.1-1.debian.tar.xz
f9f982aae432f4a6e9fe9421fe8dd293 6584 libs optional
vstream-client_1.2.1.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmdQcW8RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtETBQ/+Lulj5BRbdYLWgqfyAbacBGSrnItIi8Nl
NZ15slIFU9CMg7ewPR3kAOIfGrMWBsoa8+oMiPN9H4RHl5954oWQq1/mwy1qD9E+
jebLRR8KsJlHYl3OKe5cUMBfLJUXlDgqR7eh5kiXuONRP1Tx3XXOH7Sf0M0MWXjt
5az1HIUUkB+sfAqFCqpWagcyDCMrzhR/pHj4v9MehBzfyEv4tq49kdlKUCUT1BI1
XLLCeWmNNnbTBcil7U3Xi+4yQ09wsEHPDQJF+Y0BHepH32lqqDdi2BPJRkLsfwnk
F3rPwwLWuoa9XD2HkaGSP3XcyzNSLf5Os+1+ppU1G9uOzh4TcbyLruxUCiJqmzEX
a356R0lI3NHk3n5AE2LvYoWyVfnQVSa/nL2oXHGPCdeHWsLKfAGu+gk9gEb4wU67
hvbqQpRdBoBuGz/TaQJkSueHpoWp+5TldN9XIo9EFier6Z2eg1IeeJWEb6k6gsOx
f98b7TrnbHG/LfTmkefH939BTWyPr+4OfvWSrYnykOmiqyPpdex9rZRH6mhuUdoM
dEYBv17Z84m9b2b2Yv2qZ6Kc9sjRFz1xypcprIXCZbpSViDb5I+I5avmF1jjePHw
xj2cYt0Q3a4XD98nwOQIUp9K11bATGSPv+R8R2jnMrGcdRGcszyX5Bsk4uxR1yuM
oGWMUVJ2mM4=
=qjP5
-----END PGP SIGNATURE-----
pgpw_AxHTxVE0.pgp
Description: PGP signature
--- End Message ---