Your message dated Thu, 13 Aug 2020 05:33:25 +0000
with message-id <[email protected]>
and subject line Bug#957548: fixed in mlgmp 20021123-21
has caused the Debian Bug report #957548,
regarding mlgmp: ftbfs with GCC-10
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.)
--
957548: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957548
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mlgmp
Version: 20021123-20
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10
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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/mlgmp_20021123-20_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html
[...]
gcc -Wall -Wno-unused -g -O2 -fPIC -I /usr/lib/ocaml -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o mlgmp_z.o mlgmp_z.c
In file included from mlgmp_z.c:13:
conversions.c:68: warning: ignoring ‘#pragma inline ’ [-Wunknown-pragmas]
68 | #pragma inline(Int_option_val, mpz_val, alloc_mpz, alloc_init_mpz)
|
conversions.c:92: warning: ignoring ‘#pragma inline ’ [-Wunknown-pragmas]
92 | #pragma inline(mpq_val, alloc_mpq, alloc_init_mpq)
|
gcc -Wall -Wno-unused -g -O2 -fPIC -I /usr/lib/ocaml -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o mlgmp_q.o mlgmp_q.c
In file included from mlgmp_q.c:12:
conversions.c:68: warning: ignoring ‘#pragma inline ’ [-Wunknown-pragmas]
68 | #pragma inline(Int_option_val, mpz_val, alloc_mpz, alloc_init_mpz)
|
conversions.c:92: warning: ignoring ‘#pragma inline ’ [-Wunknown-pragmas]
92 | #pragma inline(mpq_val, alloc_mpq, alloc_init_mpq)
|
gcc -Wall -Wno-unused -g -O2 -fPIC -I /usr/lib/ocaml -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o mlgmp_f.o mlgmp_f.c
In file included from mlgmp_f.c:12:
conversions.c:68: warning: ignoring ‘#pragma inline ’ [-Wunknown-pragmas]
68 | #pragma inline(Int_option_val, mpz_val, alloc_mpz, alloc_init_mpz)
|
conversions.c:92: warning: ignoring ‘#pragma inline ’ [-Wunknown-pragmas]
92 | #pragma inline(mpq_val, alloc_mpq, alloc_init_mpq)
|
gcc -Wall -Wno-unused -g -O2 -fPIC -I /usr/lib/ocaml -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o mlgmp_fr.o mlgmp_fr.c
In file included from mlgmp_fr.c:12:
conversions.c:68: warning: ignoring ‘#pragma inline ’ [-Wunknown-pragmas]
68 | #pragma inline(Int_option_val, mpz_val, alloc_mpz, alloc_init_mpz)
|
conversions.c:92: warning: ignoring ‘#pragma inline ’ [-Wunknown-pragmas]
92 | #pragma inline(mpq_val, alloc_mpq, alloc_init_mpq)
|
mlgmp_fr.c: In function ‘_mlgmp_fr_initialize’:
mlgmp_fr.c:410:1: warning: control reaches end of non-void function
[-Wreturn-type]
410 | }
| ^
gcc -Wall -Wno-unused -g -O2 -fPIC -I /usr/lib/ocaml -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o mlgmp_random.o mlgmp_random.c
gcc -Wall -Wno-unused -g -O2 -fPIC -I /usr/lib/ocaml -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o mlgmp_misc.o mlgmp_misc.c
In file included from mlgmp_misc.c:12:
conversions.c:68: warning: ignoring ‘#pragma inline ’ [-Wunknown-pragmas]
68 | #pragma inline(Int_option_val, mpz_val, alloc_mpz, alloc_init_mpz)
|
conversions.c:92: warning: ignoring ‘#pragma inline ’ [-Wunknown-pragmas]
92 | #pragma inline(mpq_val, alloc_mpq, alloc_init_mpq)
|
ocamlmklib -o gmp -oc gmpstub gmp.cmo \
gmp.cmx mlgmp_z.o mlgmp_q.o mlgmp_f.o mlgmp_fr.o mlgmp_random.o mlgmp_misc.o
-lgmp
/usr/bin/ld: mlgmp_q.o:/<<PKGBUILDDIR>>/conversions.c:70: multiple definition
of `_mlgmp_custom_q'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:70: first
defined here
/usr/bin/ld: mlgmp_q.o:/<<PKGBUILDDIR>>/conversions.c:35: multiple definition
of `_mlgmp_custom_z'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:35: first
defined here
/usr/bin/ld: mlgmp_q.o:/<<PKGBUILDDIR>>/conversions.c:118: multiple definition
of `_mlgmp_custom_fr'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:118: first
defined here
/usr/bin/ld: mlgmp_q.o:/<<PKGBUILDDIR>>/conversions.c:95: multiple definition
of `_mlgmp_custom_f'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:95: first
defined here
/usr/bin/ld: mlgmp_f.o:/<<PKGBUILDDIR>>/conversions.c:95: multiple definition
of `_mlgmp_custom_f'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:95: first
defined here
/usr/bin/ld: mlgmp_f.o:/<<PKGBUILDDIR>>/conversions.c:118: multiple definition
of `_mlgmp_custom_fr'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:118: first
defined here
/usr/bin/ld: mlgmp_f.o:/<<PKGBUILDDIR>>/conversions.c:70: multiple definition
of `_mlgmp_custom_q'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:70: first
defined here
/usr/bin/ld: mlgmp_f.o:/<<PKGBUILDDIR>>/conversions.c:35: multiple definition
of `_mlgmp_custom_z'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:35: first
defined here
/usr/bin/ld: mlgmp_fr.o:/<<PKGBUILDDIR>>/conversions.c:118: multiple definition
of `_mlgmp_custom_fr'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:118: first
defined here
/usr/bin/ld: mlgmp_fr.o:/<<PKGBUILDDIR>>/conversions.c:95: multiple definition
of `_mlgmp_custom_f'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:95: first
defined here
/usr/bin/ld: mlgmp_fr.o:/<<PKGBUILDDIR>>/conversions.c:70: multiple definition
of `_mlgmp_custom_q'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:70: first
defined here
/usr/bin/ld: mlgmp_fr.o:/<<PKGBUILDDIR>>/conversions.c:35: multiple definition
of `_mlgmp_custom_z'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:35: first
defined here
/usr/bin/ld: mlgmp_misc.o:/<<PKGBUILDDIR>>/conversions.c:118: multiple
definition of `_mlgmp_custom_fr'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:118:
first defined here
/usr/bin/ld: mlgmp_misc.o:/<<PKGBUILDDIR>>/conversions.c:95: multiple
definition of `_mlgmp_custom_f'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:95:
first defined here
/usr/bin/ld: mlgmp_misc.o:/<<PKGBUILDDIR>>/conversions.c:70: multiple
definition of `_mlgmp_custom_q'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:70:
first defined here
/usr/bin/ld: mlgmp_misc.o:/<<PKGBUILDDIR>>/conversions.c:35: multiple
definition of `_mlgmp_custom_z'; mlgmp_z.o:/<<PKGBUILDDIR>>/conversions.c:35:
first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:89: dllgmpstub.so] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: mlgmp
Source-Version: 20021123-21
Done: =?utf-8?q?St=C3=A9phane_Glondu?= <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mlgmp, 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.
Stéphane Glondu <[email protected]> (supplier of updated mlgmp 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, 13 Aug 2020 07:14:02 +0200
Source: mlgmp
Architecture: source
Version: 20021123-21
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <[email protected]>
Changed-By: Stéphane Glondu <[email protected]>
Closes: 873239 957548
Changes:
mlgmp (20021123-21) unstable; urgency=medium
.
* Team upload
* Fix compilation with gcc-10 (Closes: #957548)
* Remove Mike from Uploaders (Closes: #873239)
* Bump debhelper compat level to 13
* Bump Standards-Version to 4.5.0
* Add Rules-Requires-Root: no
* Update debian/watch
Checksums-Sha1:
009eaa1522988e5c48eb2d2e16398ff2a929246a 1857 mlgmp_20021123-21.dsc
89225008ad0eefc7b97a388bc5e93799e44b5822 9132 mlgmp_20021123-21.debian.tar.xz
Checksums-Sha256:
e527a0b0f8cfb978123b63fcabf84e6b7d20da0a62508bc05c9f8ab4b40dfaba 1857
mlgmp_20021123-21.dsc
a3d754b7a8c2836c3af42698d3ae1abfd1d950567edc85759befe832262db893 9132
mlgmp_20021123-21.debian.tar.xz
Files:
ccf2477cb00be609de28c37bd9b8c999 1857 ocaml optional mlgmp_20021123-21.dsc
843f0a6f3973299ca95daced6bb16cfe 9132 ocaml optional
mlgmp_20021123-21.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQFGBAEBCgAwFiEEbeJOl+yohsxW5iUOIbju8bGJMIEFAl80zFESHGdsb25kdUBk
ZWJpYW4ub3JnAAoJECG47vGxiTCB/LkIALAMZmX/chpu17YRj0lkfxvbO5FABk/9
9ZmAhKHMz8MtTfTCa2/vaOAe5tbdWFXcH0edWs17Z+yNp3sl4HIPjWOREP17tPxp
QPHl0HFl4H8RYiOxPEj7kwC69qerT6sIg4heM6i+pdsJqdWZ9zxNeSRjhSJd4kYa
zYUZYsuaRceOVzmD1MV6PLnERx4DCF81bT7wdlXWykSoKRnQQgc9NjgVC7ox9BIz
jPHRdLd+/0gFx6a1TZ4nC1ztvzqX53JpJ4zMMaDqzH5Sagi46CPX2cetxMDXvz3v
TM8vjRulFdPYylIFsvBK2an6lim5mxwSdCZNbqYvJukIJeA9sik3mPI=
=8Nwv
-----END PGP SIGNATURE-----
--- End Message ---