Your message dated Thu, 08 Aug 2024 16:49:17 +0000
with message-id <[email protected]>
and subject line Bug#1075185: fixed in libmemcached-libmemcached-perl
1.001801+dfsg-5
has caused the Debian Bug report #1075185,
regarding libmemcached-libmemcached-perl: 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.)
--
1075185: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075185
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libmemcached-libmemcached-perl
Version: 1.001801+dfsg-4
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/libmemcached-libmemcached-perl_1.001801+dfsg-4_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
[...]
libmemcached.c:3013:35: warning: cast from function call of type ‘NV’ {aka
‘double’} to non-matching type ‘long unsigned int’ [-Wbad-function-cast]
3013 | uint64_t initial = (uint64_t)SvNV(ST(4));
| ^
libmemcached.c:3048:21: warning: cast from function call of type ‘NV’ {aka
‘double’} to non-matching type ‘long unsigned int’ [-Wbad-function-cast]
3048 | value = (uint64_t)SvNV(ST(6));
| ^
libmemcached.c: In function
‘XS_Memcached__libmemcached_memcached_decrement_with_initial_by_key’:
libmemcached.c:3100:35: warning: cast from function call of type ‘NV’ {aka
‘double’} to non-matching type ‘long unsigned int’ [-Wbad-function-cast]
3100 | uint64_t initial = (uint64_t)SvNV(ST(4));
| ^
libmemcached.c:3135:21: warning: cast from function call of type ‘NV’ {aka
‘double’} to non-matching type ‘long unsigned int’ [-Wbad-function-cast]
3135 | value = (uint64_t)SvNV(ST(6));
| ^
libmemcached.c: In function ‘XS_Memcached__libmemcached_memcached_get’:
libmemcached.c:3217:33: warning: cast from function call of type ‘IV’ {aka
‘long int’} to non-matching type ‘enum memcached_return_t’ [-Wbad-function-cast]
3217 | error = (SvOK(ST(3))) ? (memcached_return)SvIV(ST(3)) : 0;
| ^
libmemcached.c: In function ‘XS_Memcached__libmemcached_memcached_get_by_key’:
libmemcached.c:3314:33: warning: cast from function call of type ‘IV’ {aka
‘long int’} to non-matching type ‘enum memcached_return_t’ [-Wbad-function-cast]
3314 | error = (SvOK(ST(4))) ? (memcached_return)SvIV(ST(4)) : 0;
| ^
libmemcached.c: In function ‘XS_Memcached__libmemcached_memcached_fetch’:
libmemcached.c:3538:33: warning: cast from function call of type ‘IV’ {aka
‘long int’} to non-matching type ‘enum memcached_return_t’ [-Wbad-function-cast]
3538 | error = (SvOK(ST(3))) ? (memcached_return)SvIV(ST(3)) : 0;
| ^
libmemcached.c: In function ‘XS_Memcached__libmemcached_memcached_strerror’:
libmemcached.c:3922:30: warning: cast from function call of type ‘IV’ {aka
‘long int’} to non-matching type ‘enum memcached_return_t’ [-Wbad-function-cast]
3922 | rc = (SvOK(ST(1))) ? (memcached_return)SvIV(ST(1)) : 0;
| ^
libmemcached.c: In function ‘XS_Memcached__libmemcached_trace_level’:
/usr/lib/x86_64-linux-gnu/perl/5.38/CORE/handy.h:155:23: warning: cast from
function call of type ‘long int’ to non-matching type ‘_Bool’
[-Wbad-function-cast]
155 | #define cBOOL(cbool) ((bool) (cbool))
| ^
/usr/lib/x86_64-linux-gnu/perl/5.38/CORE/perl.h:4231:62: note: in definition of
macro ‘EXPECT’
4231 | # define EXPECT(expr,val) __builtin_expect(expr,val)
| ^~~~
/usr/lib/x86_64-linux-gnu/perl/5.38/CORE/perl.h:4251:52: note: in expansion of
macro ‘cBOOL’
4251 | #define LIKELY(cond) EXPECT(cBOOL(cond),TRUE)
| ^~~~~
/usr/lib/x86_64-linux-gnu/perl/5.38/CORE/pp.h:429:13: note: in expansion of
macro ‘LIKELY’
429 | if (LIKELY(
\
| ^~~~~~
/usr/lib/x86_64-linux-gnu/perl/5.38/CORE/perl.h:996:34: note: in expansion of
macro ‘cBOOL’
996 | # define TAINT_get (cBOOL(UNLIKELY(PL_tainted))) /* Is
something tainted? */
| ^~~~~
/usr/lib/x86_64-linux-gnu/perl/5.38/CORE/pp.h:431:28: note: in expansion of
macro ‘TAINT_get’
431 | & (do_taint ? !TAINT_get : 1)))
\
| ^~~~~~~~~
/usr/lib/x86_64-linux-gnu/perl/5.38/CORE/pp.h:495:38: note: in expansion of
macro ‘TARGi’
495 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~
libmemcached.c:4001:20: note: in expansion of macro ‘PUSHi’
4001 | XSprePUSH; PUSHi((IV)RETVAL);
| ^~~~~
libmemcached.c: In function ‘XS_Memcached__libmemcached_mget_into_hashref’:
libmemcached.c:4230:46: warning: comparison of constant ‘12’ with boolean
expression is always false [-Wbool-compare]
4230 | if (!SvROK(ST(2)) || !SvTYPE(SvRV(ST(2)))==SVt_PVHV)
| ^~
libmemcached.c:4230:46: warning: logical not is only applied to the left hand
side of comparison [-Wlogical-not-parentheses]
libmemcached.c:4230:26: note: add parentheses around left hand side expression
to silence this warning
4230 | if (!SvROK(ST(2)) || !SvTYPE(SvRV(ST(2)))==SVt_PVHV)
libmemcached.c: In function ‘boot_Memcached__libmemcached’:
libmemcached.c:4613:23: error: assignment to ‘I32’ {aka ‘int’} from ‘char *’
makes integer from pointer without a cast [-Wint-conversion]
4613 | XSANY.any_i32 = MEMCACHED_DEFAULT_PORT_STRING ;
| ^
make[1]: *** [Makefile:393: libmemcached.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libmemcached-libmemcached-perl
Source-Version: 1.001801+dfsg-5
Done: gregor herrmann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libmemcached-libmemcached-perl, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated
libmemcached-libmemcached-perl 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 08 Aug 2024 18:24:38 +0200
Source: libmemcached-libmemcached-perl
Architecture: source
Version: 1.001801+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Closes: 1075185
Changes:
libmemcached-libmemcached-perl (1.001801+dfsg-5) unstable; urgency=medium
.
* Team upload.
* Remove constant MEMCACHED_DEFAULT_PORT_STRING from
debian/libmemcached/**. (Closes: #1075185)
* Declare compliance with Debian Policy 4.7.0.
Checksums-Sha1:
efb5df1b3f6f2353c65af5e7b15f6ab9fe7b0dc7 2775
libmemcached-libmemcached-perl_1.001801+dfsg-5.dsc
ff023f09eeb8501a92ae7747eb6ae4a92a667f4b 14276
libmemcached-libmemcached-perl_1.001801+dfsg-5.debian.tar.xz
Checksums-Sha256:
6e69418accaf78c4128d5700888e79a4b5cc455e2627b7216745f0c5b3fed4a1 2775
libmemcached-libmemcached-perl_1.001801+dfsg-5.dsc
fb8495f8925fee597dedd302c9c88c69a7f85a2b5b70315642d8ca8273cc79e3 14276
libmemcached-libmemcached-perl_1.001801+dfsg-5.debian.tar.xz
Files:
b4ec78caea4b3a5d87fb1d010111d86b 2775 perl optional
libmemcached-libmemcached-perl_1.001801+dfsg-5.dsc
4c3eecbb9705ab240ea3d0b0a1bebc02 14276 perl optional
libmemcached-libmemcached-perl_1.001801+dfsg-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAma08dlfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgadPw//ZPY7/w0Q4OwZ4dAAtMI5XcvD2NOSFBeyeu5b1Boxl23N/HTF7X2K5jCb
KCMo/OQK9H0+C9iUSyclnAaUM3ScDAwecBeoQbCPMrncp5fhSHMqVmioYqtIzd6p
dsobaWpMKqPFyOhJX8PFnjhy/k3nOfVMZuzmoq7s6EMr0CodJ3nO0OVUlztSpSLK
V3I6L+8JzEtSwYTzKA07z06hQxZo2BJtwRGvVk3GdAl5p0QtMM8ls27qlBNQ0YES
sj0qF1ErJKY8L7menYWwusKrS6bFZmgQdlvq5vdtHGGLgI2DdSCEzPBoteIAPGU3
uOOpTZb7bkq/8cJVmk7YNTIKoLr6XI411SXarFAql2vCToNrGieNHIUMonrX6Y4j
19QWykwHPQsiY8Qlf0Q1HmskitePKZDCXLONSru5MrdwZyKxOneduP7bUeBMYZY5
dj+HLSvk8TJAOHZg/HuCyfaI9qG4EVVlFMWod0kFx9h2VM5GGKsYnVe/VaRv8Xhu
xN3zqVA4a5bjCSBWzj/bBn0JqcLKnpAkYFkBqvAxt8+HPzJFmKZZi/n/7c/6NF/Z
S0eEriHcYzitg2VjUlvraG6ZjlAL1r724Tg86EgSqFP4nBWyup4N6c3Zld1ZzNCo
ShOnrpX9Mj71zHrVHT7ScRsy5GHOgGPXUp9x4qLJmGslub7DE8U=
=Ll4s
-----END PGP SIGNATURE-----
pgpoIFAXIUArT.pgp
Description: PGP signature
--- End Message ---