Your message dated Sun, 15 Aug 2021 15:19:24 +0000
with message-id <[email protected]>
and subject line Bug#984136: fixed in fplll 5.4.0-3
has caused the Debian Bug report #984136,
regarding fplll: ftbfs with GCC-11
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.)
--
984136: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984136
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:fplll
Version: 5.4.0-2
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11
[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/fplll_5.4.0-2_unstable_gcc11.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
make[4]: Entering directory '/<<PKGBUILDDIR>>/fplll'
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2
-D_LARGEFILE_SOURCE -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o main.o main.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o libfplll_la-fplll.lo `test -f 'fplll.cpp' || echo
'./'`fplll.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o libfplll_la-util.lo `test -f 'util.cpp' || echo
'./'`util.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o libfplll_la-lll.lo `test -f 'lll.cpp' || echo
'./'`lll.cpp
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c util.cpp -fPIC -DPIC -o .libs/libfplll_la-util.o
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c fplll.cpp -fPIC -DPIC -o .libs/libfplll_la-fplll.o
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c lll.cpp -fPIC -DPIC -o .libs/libfplll_la-lll.o
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c util.cpp -o libfplll_la-util.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o libfplll_la-wrapper.lo `test -f 'wrapper.cpp' ||
echo './'`wrapper.cpp
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c wrapper.cpp -fPIC -DPIC -o
.libs/libfplll_la-wrapper.o
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c fplll.cpp -o libfplll_la-fplll.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o libfplll_la-bkz.lo `test -f 'bkz.cpp' || echo
'./'`bkz.cpp
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c bkz.cpp -fPIC -DPIC -o .libs/libfplll_la-bkz.o
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c lll.cpp -o libfplll_la-lll.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o libfplll_la-bkz_param.lo `test -f 'bkz_param.cpp'
|| echo './'`bkz_param.cpp
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c bkz_param.cpp -fPIC -DPIC -o
.libs/libfplll_la-bkz_param.o
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o libfplll_la-gso_interface.lo `test -f
'gso_interface.cpp' || echo './'`gso_interface.cpp
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gso_interface.cpp -fPIC -DPIC -o
.libs/libfplll_la-gso_interface.o
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c bkz_param.cpp -o libfplll_la-bkz_param.o >/dev/null
2>&1
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o libfplll_la-gso_gram.lo `test -f 'gso_gram.cpp'
|| echo './'`gso_gram.cpp
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gso_gram.cpp -fPIC -DPIC -o
.libs/libfplll_la-gso_gram.o
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c wrapper.cpp -o libfplll_la-wrapper.o >/dev/null 2>&1
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gso_interface.cpp -o libfplll_la-gso_interface.o
>/dev/null 2>&1
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c bkz.cpp -o libfplll_la-bkz.o >/dev/null 2>&1
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gso_gram.cpp -o libfplll_la-gso_gram.o >/dev/null
2>&1
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o libfplll_la-gso.lo `test -f 'gso.cpp' || echo
'./'`gso.cpp
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gso.cpp -fPIC -DPIC -o .libs/libfplll_la-gso.o
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o libfplll_la-householder.lo `test -f
'householder.cpp' || echo './'`householder.cpp
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c householder.cpp -fPIC -DPIC -o
.libs/libfplll_la-householder.o
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o libfplll_la-hlll.lo `test -f 'hlll.cpp' || echo
'./'`hlll.cpp
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c hlll.cpp -fPIC -DPIC -o .libs/libfplll_la-hlll.o
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o libfplll_la-threadpool.lo `test -f
'threadpool.cpp' || echo './'`threadpool.cpp
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c threadpool.cpp -fPIC -DPIC -o
.libs/libfplll_la-threadpool.o
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c threadpool.cpp -o libfplll_la-threadpool.o
>/dev/null 2>&1
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gso.cpp -o libfplll_la-gso.o >/dev/null 2>&1
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c hlll.cpp -o libfplll_la-hlll.o >/dev/null 2>&1
g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2
-D_LARGEFILE_SOURCE -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o latticegen.o
latticegen.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o enum/libfplll_la-topenum.lo `test -f
'enum/topenum.cpp' || echo './'`enum/topenum.cpp
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c enum/topenum.cpp -fPIC -DPIC -o
enum/.libs/libfplll_la-topenum.o
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c enum/topenum.cpp -o enum/libfplll_la-topenum.o
>/dev/null 2>&1
/bin/bash ../libtool --tag=CXX --mode=compile g++ -std=c++11 -DHAVE_CONFIG_H
-I. -I.. -I./.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o enum/libfplll_la-enumerate.lo `test -f
'enum/enumerate.cpp' || echo './'`enum/enumerate.cpp
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c enum/enumerate.cpp -fPIC -DPIC -o
enum/.libs/libfplll_la-enumerate.o
In file included from ../fplll/enum/enumerate_base.h:22,
from enum/enumerate.h:23,
from enum/enumerate.cpp:19:
../fplll/enum/enumerate_ext_api.h:87:25: error: ‘uint64_t’ is not a member of
‘std’; did you mean ‘wint_t’?
87 | typedef std::array<std::uint64_t,
FPLLL_EXTENUM_MAX_EXTENUM_DIM>(extenum_fc_enumerate)(
| ^~~~~~~~
| wint_t
../fplll/enum/enumerate_ext_api.h:87:25: error: ‘uint64_t’ is not a member of
‘std’; did you mean ‘wint_t’?
87 | typedef std::array<std::uint64_t,
FPLLL_EXTENUM_MAX_EXTENUM_DIM>(extenum_fc_enumerate)(
| ^~~~~~~~
| wint_t
../fplll/enum/enumerate_ext_api.h:87:64: error: template argument 1 is invalid
87 | typedef std::array<std::uint64_t,
FPLLL_EXTENUM_MAX_EXTENUM_DIM>(extenum_fc_enumerate)(
| ^
libtool: compile: g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -I./.. -Wdate-time
-D_FORTIFY_SOURCE=2 -D_LARGEFILE_SOURCE -pthread -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c householder.cpp -o libfplll_la-householder.o
>/dev/null 2>&1
make[4]: *** [Makefile:1462: enum/libfplll_la-enumerate.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/fplll'
make[3]: *** [Makefile:855: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/fplll'
make[2]: *** [Makefile:505: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:393: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:16: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: fplll
Source-Version: 5.4.0-3
Done: Nilesh Patra <[email protected]>
We believe that the bug you reported is fixed in the latest version of
fplll, 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.
Nilesh Patra <[email protected]> (supplier of updated fplll 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: Sun, 15 Aug 2021 16:26:15 +0530
Source: fplll
Architecture: source
Version: 5.4.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Nilesh Patra <[email protected]>
Closes: 984136
Changes:
fplll (5.4.0-3) unstable; urgency=medium
.
* Team Upload.
[ Andreas Tille ]
* Fix typo
.
[ Nilesh Patra ]
* d/p/gcc11_fix.patch: Fix gcc11 FTBFS (Closes: #984136)
.
[ Julien Puydt ]
* Fix d/watch.
Checksums-Sha1:
8ad5be4a4e583e806738572865f6a3e353dfe188 2191 fplll_5.4.0-3.dsc
24920d47d3be29d0b5d1be7d367d64843b44362f 8804 fplll_5.4.0-3.debian.tar.xz
19568dbfb2d12cc3a5ddbc3ce09a86398419332f 6987 fplll_5.4.0-3_amd64.buildinfo
Checksums-Sha256:
00ae5f6b076716acc81ff521c17f71733fdbac42cd200302eaea7f0d237592fe 2191
fplll_5.4.0-3.dsc
e60d285cde24e0f3cdb7fe960e14d37665c5ef46eebfebab4684746ac17520c7 8804
fplll_5.4.0-3.debian.tar.xz
ec25e3393d99dc55b1e9e73791c3ac4cb3efb7f74b0b7e962a5096184a4dd97b 6987
fplll_5.4.0-3_amd64.buildinfo
Files:
010f76dbc15b453ccbe459e0572f9350 2191 math optional fplll_5.4.0-3.dsc
55e15ead43952ef1150e957a3ad784f1 8804 math optional fplll_5.4.0-3.debian.tar.xz
2d0e8240dee38946c9def0d88a648638 6987 math optional
fplll_5.4.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAmEZLv8UHG5wYXRyYTk3
NEBnbWFpbC5jb20ACgkQALrnSzQzafGneA//RqJIP7oXDMxZU38fIL/9uO67CtQ2
I5L7wmyQUy5nLZGKFw+Z8MTXeT1ZnD5si6KLkfGQ5zVQBZTyxhou8GqnGmyhX5l+
HP6I46b/UrJXkApgscJwx/qqw7KwaWOXUC33M08zaPZcRwcG46D2TT+Qk7v3ur/j
XG/j879/UYh7sAZeQLSivIqM0GQSi6hB5RQ1jgwUk7HbtB1p/WtsR7D4aKTy1EZF
JzoJqA4LAvhDVlDw/fayvmF/SSYB/foVsCmNqGrS+ho23ShHMNcdoj3pyxR2b0CD
d+dxkMYfP3t4vuNRYR5PvD8xYW1Oi8309J8v8W6vESZCUlKCHndKuXNvKRAm+XUe
ZH2XC9kE2TQitnNKYRx/pLJPKat+/x66dX2BqAXc4CUIOrrHAzUbRP6NNH100J32
EaAwZxeiRkUyjC4U3SFvO3qFhuHMQV3CHUTXDAfuaqxxibCoBWQhU15HhffXMcA+
ZgUcggUDRjtq/OlTh/9xNlNj2mobWoXmNjzqUGBLlLyVmfBKgEyr7DZqBltExf4q
sHklt/3UG6Db/UMBzuUMxNQRH02H1TUh1WRYhniLuN4VKgCMN4jneobWI/YliXpm
iMVDressI/OoGh//9IFsqG5XA/0hdpFBdHG0nhjn1KtoL/s7Qd4YfRolwKvKrWJ3
89XW1XN11dNGtRo=
=fgpv
-----END PGP SIGNATURE-----
--- End Message ---