Your message dated Fri, 20 Sep 2024 01:34:06 +0000
with message-id <[email protected]>
and subject line Bug#1075187: fixed in libmoe 1.5.8-6
has caused the Debian Bug report #1075187,
regarding libmoe: 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.)
--
1075187: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075187
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libmoe
Version: 1.5.8-5
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/libmoe_1.5.8-5_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
[...]
dpkg-buildpackage: info: source version 1.5.8-5
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by TANIGUCHI Takaki <[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_auto_clean
make -j8 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f libmoe.a libmoe.so* *.o mk_btri mbconv notascii.h mbwcweight.h jis1flag.h
jis0208-to-ucs-extra.h ucs-to-jis0208-extra.h full-to-half.h half-to-full.h
iso-to-ucs.h ucs-to-iso.h xterm_ucswidth.h eaw_a2n_ucswidth.h
eaw_a2w_ucswidth.h mbtermtab.h prop.h mbcestab.h mbconvtab.h mbflagtab.h
mbdetectortab.h
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- DEBUG=-g
make -j8 "INSTALL=install --strip-program=true" DEBUG=-g
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -g -O2 -Wall -fpic -I. -c altmalloc.c
gcc -g -O2 -Wall -fpic -I. -c btri.c
gcc -g -O2 -Wall -fpic -I. -c uirx.c
gcc -g -O2 -Wall -fpic -I. -c wcrx.c
echo "#define MB_VERSION_STRING \"1.5.8\"" >mbversion.h
echo "#define MB_VERSION (1*10000+5*100+8)" >>mbversion.h
pod2man --section=1 --center=' ' mbconv.pod >mbconv.man
gcc -g -O2 -Wall -fpic -I. -c mbces.c
gcc -g -O2 -Wall -fpic -I. -c mbio.c
altmalloc.c: In function ‘alt_malloc_vs’:
altmalloc.c:87:7: error: implicit declaration of function ‘memset’
[-Wimplicit-function-declaration]
87 | memset((char *)newv + elem_size * n, 0, elem_size * (newsize -
n));
| ^~~~~~
altmalloc.c:2:1: note: include ‘<string.h>’ or provide a declaration of ‘memset’
1 | #include "altmalloc.h"
+++ |+#include <string.h>
2 |
altmalloc.c:87:7: warning: incompatible implicit declaration of built-in
function ‘memset’ [-Wbuiltin-declaration-mismatch]
87 | memset((char *)newv + elem_size * n, 0, elem_size * (newsize -
n));
| ^~~~~~
altmalloc.c:87:7: note: include ‘<string.h>’ or provide a declaration of
‘memset’
make[2]: *** [Makefile:92: altmalloc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
btri.c: In function ‘btri_fast_search_uint’:
btri.c:851:40: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
851 | *p_value = res == bt_n ? (void *)(((unsigned int)value & mask) |
(key & ~mask)) : value;
| ^
btri.c:851:30: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
851 | *p_value = res == bt_n ? (void *)(((unsigned int)value & mask) |
(key & ~mask)) : value;
| ^
btri.c: In function ‘btri_uint_tab_to_vector_loop’:
btri.c:1310:13: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1310 | val = (unsigned int)*BTRI_O2P(void **, node, desc->off_value[i]);
| ^
btri.c:1326:13: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1326 | val = (unsigned int)*BTRI_O2P(void **, node, desc->off_value[i]);
| ^
btri.c: In function ‘btri_pack_uint_tab’:
btri.c:1488:23: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
1488 | dest[gen++] = (unsigned int)subv[i];
| ^
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" DEBUG=-g
returned exit code 2
make[1]: *** [debian/rules:20: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:17: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libmoe
Source-Version: 1.5.8-6
Done: TANIGUCHI Takaki <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libmoe, 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.
TANIGUCHI Takaki <[email protected]> (supplier of updated libmoe 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: SHA256
Format: 1.8
Date: Fri, 20 Sep 2024 10:20:29 +0900
Source: libmoe
Architecture: source
Version: 1.5.8-6
Distribution: unstable
Urgency: low
Maintainer: TANIGUCHI Takaki <[email protected]>
Changed-By: TANIGUCHI Takaki <[email protected]>
Closes: 1075187
Changes:
libmoe (1.5.8-6) unstable; urgency=low
.
[ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from old 11 to 12.
* Set debhelper-compat version in Build-Depends.
* Remove constraints unnecessary since buster:
+ libmoe-dev: Drop versioned constraint on libmoe1.5 in Replaces.
+ libmoe-dev: Drop versioned constraint on libmoe1.5 in Breaks.
* Apply multi-arch hints.
+ libmoe-dev: Add Multi-Arch: same.
.
[ TANIGUCHI Takaki ]
* Fix ftbfs on gcc-14. (Closes: #1075187)
Checksums-Sha1:
bddd60722e405840193e750279b693b07261ae4e 1852 libmoe_1.5.8-6.dsc
8f481a7933136e3d41cbf15c35d74d689d4f27a6 3732 libmoe_1.5.8-6.debian.tar.xz
84bb547f5111cb6af2773460fc80fd2faf224522 7418 libmoe_1.5.8-6_source.buildinfo
Checksums-Sha256:
2e31480866fa852e98bbb1b9e7144ce46cf730e572e543979dca7d4be694e18c 1852
libmoe_1.5.8-6.dsc
b215afb6d5279b998dd828eead4a49ffea0dafc672e9f7c39319dae7d064846c 3732
libmoe_1.5.8-6.debian.tar.xz
2c95c1c53571a6dc637476b1a103739c03bf31b698a866c0b294fec986d32502 7418
libmoe_1.5.8-6_source.buildinfo
Files:
91d33e3fadf6d36078474aa34c0c3ca0 1852 libdevel optional libmoe_1.5.8-6.dsc
3bdf6f4c906ea40c438272f74fd5f476 3732 libdevel optional
libmoe_1.5.8-6.debian.tar.xz
40b8b6541ee441c904dab68feb84cac2 7418 libdevel optional
libmoe_1.5.8-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCAAwFiEE0kq/0SfNJVahPGx5zBSfbCil4lcFAmbsz+gSHHRha2FraUBk
ZWJpYW4ub3JnAAoJEMwUn2wopeJX6vIQALEnaCq5Q/5EDOwP1XaiKkMNCpuXTwod
M9LieUuDIlh/G4ex5KrFgwVdmc5MDX0SvGoy+FWfThPL/+ZODISuRL25yxQ/kDnw
m5jZpS2QVr+9FstmPRQq1LhyTfAenxIb/2Y6OD4G3vmMgx2fELMqEVtCTCYQ2bC0
3UzniH/Cl/eaYw7bY7bzYAEsu7GtDu0w92mjQ8kZXdBNhlq47vIAVnRvzJk19CcB
RY70CZn9/hYg2AjQhkkTnkZUc/SHUHQBHqfwxIaZ8XK3lYMETe+Cif30ChG+2oYu
HZIU4vipoFBEApkf4bswrD5HDSfvxdHgl7LZyTsEGcOLPwxwdcHmJEwt+CIQdGug
zRMqDVfruJzHUQ8OcbbdbcQK4+1J8EsU+xt9xPBhPG6NqdSvWTEKvTg0cQLmw197
HVHo/1hAEsLggldNZo3MSOiu/1ukZXllzHpcxf3lfJkO7sZeNJgoz2Imr5f8yd9L
jHhsubjPg0R23wwX9t1ftTOGEfXuz4t0ajdrxTW/EY1zOEpR+5na9j7+tprhxu/j
UHeqZgT7nisZGLiOm87Qvci77agJf3EXxay7I5srKXzyGaccl+d6mmvXe0K3OC70
nguwX457yVLVtKbbFSu7GlRrV+abL93PJmuMdnSHExuNxYIFRAaXK4rxSNfm5pFJ
/wd1qFPFE0q9
=gDYW
-----END PGP SIGNATURE-----
pgpHoNJikPmT_.pgp
Description: PGP signature
--- End Message ---