Your message dated Sun, 06 Oct 2024 08:42:19 +0000
with message-id <e1sxmqj-009aig...@fasolo.debian.org>
and subject line Bug#1077392: fixed in moarvm 2024.09+dfsg-1
has caused the Debian Bug report #1077392,
regarding moarvm: FTBFS: src/6model/containers.c:117:5: error: initialization
of ‘void (*)(MVMThreadContext *, MVMObject *, MVMuint64)’ {aka ‘void
(*)(MVMThreadContext *, MVMObject *, long unsigned int)’} from incompatible
pointer type ‘void (*)(MVMThreadContext *, MVMObject *, MVMint64)’ {aka ‘void
(*)(MVMThreadContext *, MVMObject *, long int)’} [-Wincompatible-pointer-types]
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.)
--
1077392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077392
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: moarvm
Version: 2022.12+dfsg-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240728 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> gcc -c -std=gnu99 -Wextra -Wall -Wno-unused-parameter -Wno-unused-function
> -Wno-missing-braces -Werror=pointer-arith -Werror=vla -O3 -DNDEBUG -g3
> -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -DDEBUG_HELPERS
> -DMVM_HEAPSNAPSHOT_FORMAT=2 -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -DMVM_TRACING=0 -DMVM_CGOTO=1
> -DMVM_BUILD_SHARED -fPIC -I3rdparty/sha1 -isystem3rdparty/tinymt
> -isystem3rdparty/ryu -isystem3rdparty/dynasm -isystem3rdparty/cmp
> -isystem3rdparty -I/usr/local/include -Isrc -o src/6model/containers.o
> src/6model/containers.c
> src/6model/containers.c:117:5: error: initialization of ‘void
> (*)(MVMThreadContext *, MVMObject *, MVMuint64)’ {aka ‘void
> (*)(MVMThreadContext *, MVMObject *, long unsigned int)’} from incompatible
> pointer type ‘void (*)(MVMThreadContext *, MVMObject *, MVMint64)’ {aka ‘void
> (*)(MVMThreadContext *, MVMObject *, long int)’}
> [-Wincompatible-pointer-types]
> 117 | code_pair_store_i, /* FIXME need a code_pair_store_u but lacking
> tests showing this need */
> | ^~~~~~~~~~~~~~~~~
> src/6model/containers.c:117:5: note: (near initialization for
> ‘code_pair_spec.store_u’)
> src/6model/containers.c:374:5: error: initialization of ‘void
> (*)(MVMThreadContext *, MVMObject *, MVMuint64)’ {aka ‘void
> (*)(MVMThreadContext *, MVMObject *, long unsigned int)’} from incompatible
> pointer type ‘void (*)(MVMThreadContext *, MVMObject *, MVMint64)’ {aka ‘void
> (*)(MVMThreadContext *, MVMObject *, long int)’}
> [-Wincompatible-pointer-types]
> 374 | value_desc_cont_store_i, /* FIXME need a value_desc_cont_store_u
> but lacking tests showing this need */
> | ^~~~~~~~~~~~~~~~~~~~~~~
> src/6model/containers.c:374:5: note: (near initialization for
> ‘value_desc_cont_spec.store_u’)
> make[3]: *** [Makefile:664: src/6model/containers.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/07/28/moarvm_2022.12+dfsg-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240728;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240728&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: moarvm
Source-Version: 2024.09+dfsg-1
Done: Dominique Dumont <d...@debian.org>
We believe that the bug you reported is fixed in the latest version of
moarvm, 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 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dominique Dumont <d...@debian.org> (supplier of updated moarvm 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: Sat, 05 Oct 2024 18:33:09 +0200
Source: moarvm
Architecture: source
Version: 2024.09+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Rakudo Maintainers <pkg-rakudo-de...@lists.alioth.debian.org>
Changed-By: Dominique Dumont <d...@debian.org>
Closes: 1077392
Changes:
moarvm (2024.09+dfsg-1) experimental; urgency=medium
.
[ Timo Paulssen ]
* New upstream version 2024.09+dfsg
* Fix building with new stricter error flags (Closes: #1077392)
* control: Add Timo as uploader
* Update patches
* Fix incorrect patch
* Add reproducible build patches
.
[ Dominique Dumont ]
* control: declare compliance with policy 4.7.0
* fill.copyright.blanks: update for 3rdparty/ryu
* copyright: update with cme
* README.source: mentions 3rdparty/ryu
Checksums-Sha1:
6f9601d024674f469c778689b57e5cf0b35d6d62 2584 moarvm_2024.09+dfsg-1.dsc
4c746d0a51fddb6c51574937968815d73ee2ae16 7993072
moarvm_2024.09+dfsg.orig.tar.xz
8c205b9cb9826e4b635a8af181c7fbda165b7f64 23824
moarvm_2024.09+dfsg-1.debian.tar.xz
8db6453f31ab9c3c3746b04cbd7bd5e4c9325793 8576
moarvm_2024.09+dfsg-1_source.buildinfo
Checksums-Sha256:
e0f40427bf7fa0799c517e9caf9ed8b398d971cc25b83eb28d4b57ba689af0bc 2584
moarvm_2024.09+dfsg-1.dsc
f612dbd437a979d85127fa6530ac4b09a6a45357808ebee37ea970af184d8e93 7993072
moarvm_2024.09+dfsg.orig.tar.xz
e6d9e75a7512116067a55c0e3743876a7c37c25c69e913e158770010f2173e07 23824
moarvm_2024.09+dfsg-1.debian.tar.xz
d6f52e782cfd478d88cd7b586e97a38733ed6fa971b1acf8608aa1334ee585b7 8576
moarvm_2024.09+dfsg-1_source.buildinfo
Files:
09628342b42573f8a64094a24c000f89 2584 interpreters optional
moarvm_2024.09+dfsg-1.dsc
df6254715a858e628efa1424a5a1b64d 7993072 interpreters optional
moarvm_2024.09+dfsg.orig.tar.xz
e57b38b7dfdd461d5c13746120b106ae 23824 interpreters optional
moarvm_2024.09+dfsg-1.debian.tar.xz
59102289fcc39b68f04ef5836161bbc7 8576 interpreters optional
moarvm_2024.09+dfsg-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEn3I5/LZk8Qsz6dwDwx9P2UmrK2wFAmcCQz0ACgkQwx9P2Umr
K2w3YA/9FdCDg2crdl7ElrFWM5SCXxwP0GwJlDgK2SnU+sG/gWmGAYB56ogFtMqR
cZ1xGMc1dbJ2gh91EpdYOS99FPb0XsACAI7+VS6NWfTBTxaFHPiDZavlSsjexocn
KOXjh/xm3gsJfXA+Rb5ELXJySXizeAC2VlUFMbsQosTWtZB/XVOW59RfVAiFIXFY
DKeyryOR234yUjeEcCHBVTOnxTZ/0LFuyvUD45VxemsvcOWTUn4epc0nwiComQEV
HFrJgxMH59qrUJfTrHBT1yBtxnIxV6XyoHTTAHcta6X9DWo+T+dFPmEBMCv7n0XH
n4AmOFZ1P6uumWbMYEjahTpA6SSv1dhb/dsx6OWCKLaD6kkoU+3tsf6annoACoad
v6UvV75Jv8/DgzjsJ2WqQ2Y0+2UKj4G8yNFGy0k1xoRCB7FgEy++jNQ1R2U1RwQ/
tLgpFbgi7MEgNK3WYTw9v/rY/QurtRlp6a27t1+NILTHvARa0K3WeMFQ2J4Dptiy
chPiIyjJLB0vx8m0Ns8a3N27F2LZruyQFDlmOvy7vgE0wnfU1hRA8w+KEG/+hNnz
p/GXAHN1xVtmkD6NinMvmasoZ6Zb7N3NDnxKduANwF6RugNwqhNc8AzDpK1PdnRF
+rt3tNlmBgR7vlBkd3SsORxZ+B30nuBxsLtLNCnhZU1DddrNy2o=
=o78p
-----END PGP SIGNATURE-----
pgpynOwbhxUl4.pgp
Description: PGP signature
--- End Message ---