Your message dated Sat, 09 Feb 2019 16:20:39 +0000
with message-id <[email protected]>
and subject line Bug#921769: fixed in moarvm 2018.12+dfsg-3
has caused the Debian Bug report #921769,
regarding moarvm: FTBFS (error: 'MP_GEN_RANDOM_MAX' undeclared)
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.)


-- 
921769: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921769
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:moarvm
Version: 2018.12+dfsg-2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-arch
dh build-arch
   dh_update_autotools_config -a
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<BUILDDIR>>/moarvm-2018.12+dfsg'
perl Configure.pl  \
        --prefix=/usr \
        --libdir=/usr/lib/moar \
        --debug \
        --has-libtommath \
        --has-libuv \
        --has-libatomic_ops \
        --has-libffi
Welcome to MoarVM!

[... snipped ...]

         two_complement_bitop(ia, ib, ic, mp_##opname); \
                                          ^~~
src/math/bigintops.c:512:1: note: in expansion of macro 'MVM_BIGINT_BINARY_OP_2'
 MVM_BIGINT_BINARY_OP_2(or , { sc = sa | sb; })
 ^~~~~~~~~~~~~~~~~~~~~~
src/math/bigintops.c:264:40: note: expected 'int (*)(mp_int *, mp_int *, mp_int 
*)' {aka 'int (*)(struct <anonymous> *, struct <anonymous> *, struct 
<anonymous> *)'} but argument is of type 'int (*)(const mp_int *, const mp_int 
*, mp_int *)' {aka 'int (*)(const struct <anonymous> *, const struct 
<anonymous> *, struct <anonymous> *)'}
                                  int (*mp_bitop)(mp_int *, mp_int *, mp_int 
*)) {
                                  ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/math/bigintops.c: In function 'MVM_bigint_xor':
src/math/bigintops.c:447:42: warning: passing argument 4 of 
'two_complement_bitop' from incompatible pointer type 
[-Wincompatible-pointer-types]
         two_complement_bitop(ia, ib, ic, mp_##opname); \
                                          ^~~
src/math/bigintops.c:513:1: note: in expansion of macro 'MVM_BIGINT_BINARY_OP_2'
 MVM_BIGINT_BINARY_OP_2(xor, { sc = sa ^ sb; })
 ^~~~~~~~~~~~~~~~~~~~~~
src/math/bigintops.c:264:40: note: expected 'int (*)(mp_int *, mp_int *, mp_int 
*)' {aka 'int (*)(struct <anonymous> *, struct <anonymous> *, struct 
<anonymous> *)'} but argument is of type 'int (*)(const mp_int *, const mp_int 
*, mp_int *)' {aka 'int (*)(const struct <anonymous> *, const struct 
<anonymous> *, struct <anonymous> *)'}
                                  int (*mp_bitop)(mp_int *, mp_int *, mp_int 
*)) {
                                  ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/math/bigintops.c: In function 'MVM_bigint_and':
src/math/bigintops.c:447:42: warning: passing argument 4 of 
'two_complement_bitop' from incompatible pointer type 
[-Wincompatible-pointer-types]
         two_complement_bitop(ia, ib, ic, mp_##opname); \
                                          ^~~
src/math/bigintops.c:514:1: note: in expansion of macro 'MVM_BIGINT_BINARY_OP_2'
 MVM_BIGINT_BINARY_OP_2(and, { sc = sa & sb; })
 ^~~~~~~~~~~~~~~~~~~~~~
src/math/bigintops.c:264:40: note: expected 'int (*)(mp_int *, mp_int *, mp_int 
*)' {aka 'int (*)(struct <anonymous> *, struct <anonymous> *, struct 
<anonymous> *)'} but argument is of type 'int (*)(const mp_int *, const mp_int 
*, mp_int *)' {aka 'int (*)(const struct <anonymous> *, const struct 
<anonymous> *, struct <anonymous> *)'}
                                  int (*mp_bitop)(mp_int *, mp_int *, mp_int 
*)) {
                                  ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/math/bigintops.c: In function 'MVM_bigint_rand':
src/math/bigintops.c:1166:13: error: 'MP_GEN_RANDOM_MAX' undeclared (first use 
in this function); did you mean 'UV_ERRNO_MAX'?
         if (MP_GEN_RANDOM_MAX >= abs(smallint_max)) {
             ^~~~~~~~~~~~~~~~~
             UV_ERRNO_MAX
src/math/bigintops.c:1166:13: note: each undeclared identifier is reported only 
once for each function it appears in
src/math/bigintops.c:1167:35: warning: implicit declaration of function 
'MP_GEN_RANDOM'; did you mean 'UV_FS_O_RANDOM'? 
[-Wimplicit-function-declaration]
             mp_digit result_int = MP_GEN_RANDOM();
                                   ^~~~~~~~~~~~~
                                   UV_FS_O_RANDOM
make[2]: *** [Makefile:621: src/math/bigintops.o] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/moarvm-2018.12+dfsg'
dh_auto_build: make -j1 NOISY=1 returned exit code 2
make[1]: *** [debian/rules:51: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/moarvm-2018.12+dfsg'
make: *** [debian/rules:37: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2
--------------------------------------------------------------------------------

(The above is just how the build ends and not necessarily the most relevant 
part)

The build was made in my autobuilder with "dpkg-buildpackage -B"
and it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/moarvm.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: moarvm
Source-Version: 2018.12+dfsg-3

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dominique Dumont <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 09 Feb 2019 16:56:12 +0100
Source: moarvm
Architecture: source
Version: 2018.12+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Rakudo Maintainers <[email protected]>
Changed-By: Dominique Dumont <[email protected]>
Closes: 921769
Changes:
 moarvm (2018.12+dfsg-3) unstable; urgency=medium
 .
   * add upstream patch to fix symbol collision
   * add patch to fix compat with new libtommath (Closes: #921769)
   * fix.scanned.copyright: don't tweak removed file
   * fill.copyright.blanks: don't fill for removed file
   * fill.copyright.blanks: rm moar.pod cleanup.
   * update debian/copyright (cme)
   * bump compat to 12
   * declare compliance with policy 4.1.4
Checksums-Sha1:
 f92806bca341723edfe681fb7a465879def06488 2506 moarvm_2018.12+dfsg-3.dsc
 6a76fb9214fab6e5bdc4deadd1310b23396ce200 21536 
moarvm_2018.12+dfsg-3.debian.tar.xz
 d825591196a09f7b2ba986f933810f601602338b 5563 
moarvm_2018.12+dfsg-3_source.buildinfo
Checksums-Sha256:
 beb40a4b4a20182c407155dfdb140c4ca2c2fce3d15da65f3599e372d63813a9 2506 
moarvm_2018.12+dfsg-3.dsc
 14e4fffc2c5e00a20fcaa17d85617eac50a72fc8a713d0a4e623197512da2d39 21536 
moarvm_2018.12+dfsg-3.debian.tar.xz
 d74894475bf1002dbaa627aab3f01103b9756000cb3accc4248795184bd708ba 5563 
moarvm_2018.12+dfsg-3_source.buildinfo
Files:
 9e784f7d1983c69cacec80e42b98cc80 2506 interpreters optional 
moarvm_2018.12+dfsg-3.dsc
 32d6bc1deb67aaa3d232658dfe456f4f 21536 interpreters optional 
moarvm_2018.12+dfsg-3.debian.tar.xz
 55f767d80667ea707550d5067e5936e0 5563 interpreters optional 
moarvm_2018.12+dfsg-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEn3I5/LZk8Qsz6dwDwx9P2UmrK2wFAlxe+MYACgkQwx9P2Umr
K2xryw//Rg2qwpQ87n9Uwvdo8m7rWKr7CAEJQPps0NHjfyxP/mRk8d7vidguv2U+
HDmzhmU0iyCN1/7l1AgQ4/w+HeQyl8K9iZqeIzxBJt+serUKorGIRNmz2P6IwYJd
JU3zJnrJFrvA/Qc8J1d+vKQVWjLLJ8bDWX7RCTmKltcolWVusOckftyqV3tdON49
NU9MOD+xfxXX84+zQGW3Ziv5F7nxZqf79aJNZVnvZQYbuevPcuZiCGtCzbKYYZw1
pRlRx9IihlLXV6kwxTxaImqIXOme8teWgnmlp50hmQRhthRPkaoktLXHFLKVhv3n
7+CJbfrhZ/C01Du3Nl4wcMsvOzkgMNpDbzB2rEITjxcKrS7uRWS24DHewHE7ANhg
amInqr5wQ3uyZemtpQakIA50BIbX1a/VYtvY7mgMlEnHSBFTjMCoG+DECmCTlKOl
NwpYIxYMJryNBpua2IRAyX4BcIyxrWxLgl7SmI6S7X+5lxz0tbSmh4c0CPW/SvjE
k72799GbEl9JYMjOdN+Bw6nCaxrt/yy1wil5TFHX+O6rJ6i/RaIwk75B2aSBEEH/
pfOe6RY0DTOPwSyCcegBnYflaGPwPUWX8/BZ27W8/8PFXiLuPD0F+3F0iGL/ZM6K
f9KJQwY5LXnr1+EXAPoUNyL5AJDSPFt0qzacANnHSkgd/UJBoFw=
=cwdw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to