Your message dated Fri, 06 Sep 2024 17:19:12 +0000
with message-id <e1smcc4-00dl59...@fasolo.debian.org>
and subject line Bug#1077392: fixed in moarvm 2022.12+dfsg-2
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: 2022.12+dfsg-2
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: Fri, 06 Sep 2024 18:51:53 +0200
Source: moarvm
Architecture: source
Version: 2022.12+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Rakudo Maintainers <pkg-rakudo-de...@lists.alioth.debian.org>
Changed-By: Dominique Dumont <d...@debian.org>
Closes: 1077392
Changes:
moarvm (2022.12+dfsg-2) unstable; urgency=medium
.
[ Timo Paulssen ]
* add patch to fix build with -Wincompatible-pointer-types (Closes: #1077392)
.
[ Dominique Dumont ]
* add gbp.conf to switch main branch to debian/sid
* control: added Timo Paulssen as uploader
Checksums-Sha1:
a452f3cd743f3390f6c8f9e5cb6fd483409faecc 2545 moarvm_2022.12+dfsg-2.dsc
a1fd868af3ddf25b5ef62211088ddd0df6470a3e 21228
moarvm_2022.12+dfsg-2.debian.tar.xz
741662d697575be9b6337b9c3f17b65ca77fe98b 8397
moarvm_2022.12+dfsg-2_source.buildinfo
Checksums-Sha256:
d14eb2ebe9bafd9a59262a5f40c28c934f214cccab0f4e774500dbfc5417a75f 2545
moarvm_2022.12+dfsg-2.dsc
73cf7bcb9a14fecc04e3ccb082530dc0dab987d6162d384feb5842b7134affb1 21228
moarvm_2022.12+dfsg-2.debian.tar.xz
0618d19b1d4c307061f673cc8606be5654d62317a021f904698eb7a6db0c6a91 8397
moarvm_2022.12+dfsg-2_source.buildinfo
Files:
dcb4e5717ab6d8b485b252caac383757 2545 interpreters optional
moarvm_2022.12+dfsg-2.dsc
8a6582da2bc25375c1118f9018441447 21228 interpreters optional
moarvm_2022.12+dfsg-2.debian.tar.xz
121fc4a2a6f0ea5954fe9800380229ca 8397 interpreters optional
moarvm_2022.12+dfsg-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEn3I5/LZk8Qsz6dwDwx9P2UmrK2wFAmbbNbkACgkQwx9P2Umr
K2xTHw//SZgs2nPq3qhP9sK+k0drvS96KKuk5mv3PxXD+PL95Xc4nYzeOFkgdg4d
qPFm6Mz2jE9kdmjsAdXgayNXAQZV4aumIkEGsWCoqeG0hAVqQ9jctxXjrOwpyin0
4whoLGnvbLMJqxrLj3vr4CFTuZk/9yXc3lhETLbjwPonhzVJWJapghVIcC0uicjM
r5vXwpfcw34EX9aGF0GFi0AjOuz4YZruwdSQ8qvDJsPPsIgqpSxLQ8PdL+R4QJg+
tKVgYOJOEQalVFF7eg5mOIR2s8NqnydENNf1pNKyjH3VKjSzebsj0Pi7KbGf45D5
PZ49IejVaW0CofcmUbYu+f8BcaQTLXiGqCAn/yTVDtqSVit4VrR260XAyCp7zpuh
7XJIxiMjFvakfuavEcdAI0ifWZkdsaTfKuZVyWPkm9hyRVsHqkOFdftxp/vfARkK
bvskbxixc4xdjc0QOt9TxqR3QF/IuQ4yijPZMYOt1/6Ya6aOievaA+SwOxPcjc1H
48VodQh8Tx6AJ5r0kh8tM1Fr6h6kPvChXcOZihMopQ+HLr+2bjcPx4p8S1HBsjP2
kIOwPx/SloGHAijdCB0vda7kvc4I6v46NV5w2xY/M7zLHEdvh3wMo1UTughCxuAI
PbcvDH/x9pbxbOYB5c+eP+OczlYJjHdsjHNIbEqmYjKF2yGfTfM=
=AgCZ
-----END PGP SIGNATURE-----
pgpoCQVmRrw3e.pgp
Description: PGP signature
--- End Message ---