Your message dated Fri, 15 Nov 2024 08:37:58 +0000
with message-id <e1tbrq2-002iw8...@fasolo.debian.org>
and subject line Bug#1085979: fixed in gvm-libs 22.14.0-2
has caused the Debian Bug report #1085979,
regarding gvm-libs: FTBFS on 32 bit architectures
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.)
--
1085979: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085979
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gvm-libs
Version: 22.14.0-1
Severity: serious
Tags: ftbfs
Justification: ftbfs
X-Debbugs-Cc: sop...@offensive-security.com
User: de...@kali.org
Usertags: origin-kali
The package version 22.14.0 fails to build on 32-bit architectures (i386, armel
and armhf)
[ 53%] Linking C executable version-test
cd /<<PKGBUILDDIR>>/obj-i686-linux-gnu/base && /usr/bin/cmake -E
cmake_link_script CMakeFiles/version-test.dir/link.txt --verbose=1
/<<PKGBUILDDIR>>/util/compressutils_tests.c: In function
‘compressutils__can_compress_and_uncompress_without_header’:
/<<PKGBUILDDIR>>/util/compressutils_tests.c:27:52: error: passing argument 3 of
‘gvm_compress’ from incompatible pointer type [-Wincompatible-pointer-types]
27 | gvm_compress (testdata, strlen (testdata) + 1, &compressed_len);
| ^~~~~~~~~~~~~~~
| |
| size_t * {aka
unsigned int *}
In file included from /<<PKGBUILDDIR>>/util/compressutils_tests.c:6:
/<<PKGBUILDDIR>>/util/compressutils.c:41:69: note: expected ‘long unsigned int
*’ but argument is of type ‘size_t *’ {aka ‘unsigned int *’}
41 | gvm_compress (const void *src, unsigned long srclen, unsigned long
*dstlen)
|
~~~~~~~~~~~~~~~^~~~~~
/<<PKGBUILDDIR>>/util/compressutils_tests.c:34:49: error: passing argument 3 of
‘gvm_uncompress’ from incompatible pointer type [-Wincompatible-pointer-types]
34 | gvm_uncompress (compressed, compressed_len, &uncompressed_len);
| ^~~~~~~~~~~~~~~~~
| |
| size_t * {aka unsigned
int *}
/<<PKGBUILDDIR>>/util/compressutils.c:109:71: note: expected ‘long unsigned int
*’ but argument is of type ‘size_t *’ {aka ‘unsigned int *’}
109 | gvm_uncompress (const void *src, unsigned long srclen, unsigned long
*dstlen)
|
~~~~~~~~~~~~~~~^~~~~~
/<<PKGBUILDDIR>>/util/compressutils_tests.c: In function
‘compressutils__can_compress_and_uncompress_with_header’:
/<<PKGBUILDDIR>>/util/compressutils_tests.c:45:63: error: passing argument 3 of
‘gvm_compress_gzipheader’ from incompatible pointer type
[-Wincompatible-pointer-types]
45 | gvm_compress_gzipheader (testdata, strlen (testdata) + 1,
&compressed_len);
|
^~~~~~~~~~~~~~~
| |
| size_t *
{aka unsigned int *}
/<<PKGBUILDDIR>>/util/compressutils.c:180:41: note: expected ‘long unsigned int
*’ but argument is of type ‘size_t *’ {aka ‘unsigned int *’}
180 | unsigned long *dstlen)
| ~~~~~~~~~~~~~~~^~~~~~
/<<PKGBUILDDIR>>/util/compressutils_tests.c:56:49: error: passing argument 3 of
‘gvm_uncompress’ from incompatible pointer type [-Wincompatible-pointer-types]
56 | gvm_uncompress (compressed, compressed_len, &uncompressed_len);
| ^~~~~~~~~~~~~~~~~
| |
| size_t * {aka unsigned
int *}
/<<PKGBUILDDIR>>/util/compressutils.c:109:71: note: expected ‘long unsigned int
*’ but argument is of type ‘size_t *’ {aka ‘unsigned int *’}
109 | gvm_uncompress (const void *src, unsigned long srclen, unsigned long
*dstlen)
|
~~~~~~~~~~~~~~~^~~~~~
/<<PKGBUILDDIR>>/util/compressutils_tests.c: In function
‘compressutils__can_uncompress_using_reader’:
/<<PKGBUILDDIR>>/util/compressutils_tests.c:66:63: error: passing argument 3 of
‘gvm_compress_gzipheader’ from incompatible pointer type
[-Wincompatible-pointer-types]
66 | gvm_compress_gzipheader (testdata, strlen (testdata) + 1,
&compressed_len);
|
^~~~~~~~~~~~~~~
| |
| size_t *
{aka unsigned int *}
/<<PKGBUILDDIR>>/util/compressutils.c:180:41: note: expected ‘long unsigned int
*’ but argument is of type ‘size_t *’ {aka ‘unsigned int *’}
180 | unsigned long *dstlen)
| ~~~~~~~~~~~~~~~^~~~~~
/<<PKGBUILDDIR>>/util/compressutils_tests.c: In function
‘compressutils__can_uncompress_using_fd_reader’:
/<<PKGBUILDDIR>>/util/compressutils_tests.c:88:63: error: passing argument 3 of
‘gvm_compress_gzipheader’ from incompatible pointer type
[-Wincompatible-pointer-types]
88 | gvm_compress_gzipheader (testdata, strlen (testdata) + 1,
&compressed_len);
|
^~~~~~~~~~~~~~~
| |
| size_t *
{aka unsigned int *}
/<<PKGBUILDDIR>>/util/compressutils.c:180:41: note: expected ‘long unsigned int
*’ but argument is of type ‘size_t *’ {aka ‘unsigned int *’}
180 | unsigned long *dstlen)
| ~~~~~~~~~~~~~~~^~~~~~
/usr/bin/cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -std=c11
-Wall -Wextra -Wpedantic -Wmissing-prototypes -Wshadow
-Wsequence-point -D_ISOC11_SOURCE -D_DEFAULT_SOURCE -Wl,-z,relro
-Wl,-z,now -rdynamic -g -lgcov --coverage
"CMakeFiles/version-test.dir/version_tests.c.o" -o version-test -lcgreen
-L/usr/lib/i386-linux-gnu -lglib-2.0 -Wl,-z,relro -Wl,-z,now
/<<PKGBUILDDIR>>/util/compressutils_tests.c: In function
‘compressutils__can_uncompress_using_reader’:
/<<PKGBUILDDIR>>/util/compressutils_tests.c:70:3: warning: ignoring return
value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
70 | write (compressed_fd, compressed, compressed_len);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/util/compressutils_tests.c:77:3: warning: ignoring return
value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
77 | fread (uncompressed, 1, 30, stream);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/util/compressutils_tests.c: In function
‘compressutils__can_uncompress_using_fd_reader’:
/<<PKGBUILDDIR>>/util/compressutils_tests.c:92:3: warning: ignoring return
value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
92 | write (compressed_fd, compressed, compressed_len);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/util/compressutils_tests.c:101:3: warning: ignoring return
value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
101 | fread (uncompressed, 1, 30, stream);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[5]: *** [util/CMakeFiles/compressutils-test.dir/build.make:79:
util/CMakeFiles/compressutils-test.dir/compressutils_tests.c.o] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj-i686-linux-gnu'
make[4]: *** [CMakeFiles/Makefile2:808:
util/CMakeFiles/compressutils-test.dir/all] Error 2
make[4]: *** Waiting for unfinished jobs....
-- System Information:
Debian Release: trixie/sid
APT prefers stable-security
APT policy: (500, 'stable-security'), (500, 'unstable'), (500, 'testing'),
(1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.11.2-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
Source: gvm-libs
Source-Version: 22.14.0-2
Done: Sophie Brun <sop...@offensive-security.com>
We believe that the bug you reported is fixed in the latest version of
gvm-libs, 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 1085...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sophie Brun <sop...@offensive-security.com> (supplier of updated gvm-libs
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, 15 Nov 2024 08:41:09 +0100
Source: gvm-libs
Architecture: source
Version: 22.14.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Sophie Brun <sop...@offensive-security.com>
Closes: 1085979
Changes:
gvm-libs (22.14.0-2) unstable; urgency=medium
.
* Fix build on 32 bit architectures (Closes: #1085979)
Checksums-Sha1:
e2c58911e5676ae6700f7380ab5c3e93dc36f76b 2381 gvm-libs_22.14.0-2.dsc
c729f0a59f5a7d096bcc6e92b7a10ca21a70d50f 15692 gvm-libs_22.14.0-2.debian.tar.xz
c58c06710566c3c59e34d4c9eb070edb147c95ab 11230
gvm-libs_22.14.0-2_source.buildinfo
Checksums-Sha256:
501f416b953b9be15fb957fcfacab92660d54b4b9d6d6d6da71d5d4c884fb8dd 2381
gvm-libs_22.14.0-2.dsc
6b916eeafcffe36250043e632e18e9cce3dc01d20d0e16422c83d0b039cea5d3 15692
gvm-libs_22.14.0-2.debian.tar.xz
2bc488036cf081cb8cf3921e0579c597afd17c842f1ab1e75f4d5df3849635b8 11230
gvm-libs_22.14.0-2_source.buildinfo
Files:
2910512f04f9453f2850a9a49c830365 2381 libs optional gvm-libs_22.14.0-2.dsc
1e725b82df13a0bdaedcf783e15c116c 15692 libs optional
gvm-libs_22.14.0-2.debian.tar.xz
8e05b997a3f132e676058cabd869aa91 11230 libs optional
gvm-libs_22.14.0-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
Comment: Signed by Sophie Brun
iQIzBAEBCgAdFiEEOyG45orlwW+H9TItV5J4OyBv7jAFAmc2+1gACgkQV5J4OyBv
7jD02hAAwpKzI/TRYtg5Smi12DmbGdwsPtqSRlE6XzIDzyUAIFNNdmudUfCnnuSi
OD+lU/chF28IEaBnLlEYHvZwo3enBPRlcejVAPiyw2YpAQvmDAeQJvjI0y+Xr15Z
DItvTH0PpBdeTdvaFKByakR9zE3sQjR9+jUC0khFL8KTfz6csRviXxIuhMoGTCB1
x0wjalbqXdUxpu6KK+DltZ+zk7jIMi96hbhlbKjhj8WfaWQCxOWOASLKiXqKSwKJ
tK7VrJ61ex8LzVCYw+dd5YGGh/K7gS4u5GAuXIc/7cciQCWlCcLLpZiMogCVk7+P
F7kVuB4A5XfCzho7sPqWPlBonKDWcCIGjzTMO89i0BeNcmQUAc/giJEvoGJfK+rV
rcM/rXxWppN7z2oqJ7T29K9ocSVCqbNsivDQIAKoSa3iKsPOar1phpWOsMD1cEJa
4NPUBJEvylhixlGi9Zx21rTvOuUCdZZXPtDmqJHjoUxCBQbXoG/qm+KJ41teVkFf
3bbKJ3QJbxX6IXEHZoER2d5xGAwssV0bTexw0/0P+5w65hCMHnHmjeel1YZ2yBmJ
ra5m6OoYVL39vsrTXxejRmOdQObdkqA0zmQc0EoZithscVxH6yF6VtRMcFAuLij8
fQLrmggJlsGo5tVFmljFQoqyiXSgLIEp+x1AHsUcEYK4HhqwDeA=
=rnes
-----END PGP SIGNATURE-----
pgpf_kx00pGAy.pgp
Description: PGP signature
--- End Message ---