Your message dated Fri, 20 Aug 2021 01:35:05 +0000
with message-id <[email protected]>
and subject line Bug#984231: fixed in mathicgb 1.0~git20210109-1
has caused the Debian Bug report #984231,
regarding mathicgb: 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.)
--
984231: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984231
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mathicgb
Version: 1.0~git20200526-1
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/mathicgb_1.0~git20200526-1_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.
[...]
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/Reducer.cpp -fPIC -DPIC -o
src/mathicgb/.libs/Reducer.o
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
-DPACKAGE_STRING=\"mathicgb\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o src/mathicgb/ReducerDedup.lo
src/mathicgb/ReducerDedup.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/ReducerDedup.cpp -fPIC -DPIC -o
src/mathicgb/.libs/ReducerDedup.o
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/Reducer.cpp -o src/mathicgb/Reducer.o
>/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/ModuleMonoSet.cpp -o
src/mathicgb/ModuleMonoSet.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/ReducerDedup.cpp -o
src/mathicgb/ReducerDedup.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
-DPACKAGE_STRING=\"mathicgb\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o src/mathicgb/ReducerHash.lo
src/mathicgb/ReducerHash.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/ReducerHash.cpp -fPIC -DPIC -o
src/mathicgb/.libs/ReducerHash.o
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
-DPACKAGE_STRING=\"mathicgb\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o src/mathicgb/ReducerHashPack.lo
src/mathicgb/ReducerHashPack.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/ReducerHashPack.cpp -fPIC -DPIC -o
src/mathicgb/.libs/ReducerHashPack.o
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
-DPACKAGE_STRING=\"mathicgb\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o src/mathicgb/ReducerNoDedup.lo
src/mathicgb/ReducerNoDedup.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/ReducerNoDedup.cpp -fPIC -DPIC -o
src/mathicgb/.libs/ReducerNoDedup.o
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/ReducerHash.cpp -o
src/mathicgb/ReducerHash.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/ReducerHashPack.cpp -o
src/mathicgb/ReducerHashPack.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/ReducerNoDedup.cpp -o
src/mathicgb/ReducerNoDedup.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
-DPACKAGE_STRING=\"mathicgb\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o src/mathicgb/ReducerPackDedup.lo
src/mathicgb/ReducerPackDedup.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/ReducerPackDedup.cpp -fPIC -DPIC -o
src/mathicgb/.libs/ReducerPackDedup.o
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
-DPACKAGE_STRING=\"mathicgb\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o src/mathicgb/SignatureGB.lo
src/mathicgb/SignatureGB.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/SignatureGB.cpp -fPIC -DPIC -o
src/mathicgb/.libs/SignatureGB.o
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
-DPACKAGE_STRING=\"mathicgb\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o src/mathicgb/SigSPairs.lo
src/mathicgb/SigSPairs.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/SigSPairs.cpp -fPIC -DPIC -o
src/mathicgb/.libs/SigSPairs.o
In file included from src/mathicgb/mtbb.hpp:7,
from src/mathicgb/LogDomain.hpp:6,
from src/mathicgb/SignatureGB.cpp:10:
/usr/include/tbb/tbb.h:21:154: note: ‘#pragma message: TBB Warning: tbb.h
contains deprecated functionality. For details, please see Deprecated Features
appendix in the TBB reference manual.’
21 | #pragma message("TBB Warning: tbb.h contains deprecated functionality.
For details, please see Deprecated Features appendix in the TBB reference
manual.")
|
^
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
-DPACKAGE_STRING=\"mathicgb\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o src/mathicgb/SPairs.lo src/mathicgb/SPairs.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/ReducerPackDedup.cpp -o
src/mathicgb/ReducerPackDedup.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/SPairs.cpp -fPIC -DPIC -o
src/mathicgb/.libs/SPairs.o
In file included from src/mathicgb/mtbb.hpp:7,
from src/mathicgb/LogDomain.hpp:6,
from src/mathicgb/SPairs.cpp:7:
/usr/include/tbb/tbb.h:21:154: note: ‘#pragma message: TBB Warning: tbb.h
contains deprecated functionality. For details, please see Deprecated Features
appendix in the TBB reference manual.’
21 | #pragma message("TBB Warning: tbb.h contains deprecated functionality.
For details, please see Deprecated Features appendix in the TBB reference
manual.")
|
^
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/SigSPairs.cpp -o
src/mathicgb/SigSPairs.o >/dev/null 2>&1
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/SignatureGB.cpp -o
src/mathicgb/SignatureGB.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
-DPACKAGE_STRING=\"mathicgb\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o src/mathicgb/SigSPairQueue.lo
src/mathicgb/SigSPairQueue.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/SigSPairQueue.cpp -fPIC -DPIC -o
src/mathicgb/.libs/SigSPairQueue.o
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
-DPACKAGE_STRING=\"mathicgb\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o src/mathicgb/SparseMatrix.lo
src/mathicgb/SparseMatrix.cpp
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/SparseMatrix.cpp -fPIC -DPIC -o
src/mathicgb/.libs/SparseMatrix.o
In file included from src/mathicgb/SparseMatrix.hpp:6,
from src/mathicgb/SparseMatrix.cpp:4:
src/mathicgb/RawVector.hpp: In member function ‘mgb::RawVector<T>::size_type
mgb::RawVector<T>::max_size() const’:
src/mathicgb/RawVector.hpp:109:43: error: ‘numeric_limits’ is not a member of
‘std’
109 | size_type max_size() const {return
std::numeric_limits<size_type>::max();}
| ^~~~~~~~~~~~~~
src/mathicgb/RawVector.hpp:109:67: error: expected primary-expression before
‘>’ token
109 | size_type max_size() const {return
std::numeric_limits<size_type>::max();}
| ^
src/mathicgb/RawVector.hpp:109:70: error: ‘::max’ has not been declared; did
you mean ‘std::max’?
109 | size_type max_size() const {return
std::numeric_limits<size_type>::max();}
| ^~~
|
std::max
In file included from /usr/include/c++/11/algorithm:62,
from src/mathicgb/RawVector.hpp:10,
from src/mathicgb/SparseMatrix.hpp:6,
from src/mathicgb/SparseMatrix.cpp:4:
/usr/include/c++/11/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
3467 | max(initializer_list<_Tp> __l, _Compare __comp)
| ^~~
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/SPairs.cpp -o src/mathicgb/SPairs.o
>/dev/null 2>&1
make[1]: *** [Makefile:1169: src/mathicgb/SparseMatrix.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
libtool: compile: g++ -DPACKAGE_NAME=\"mathicgb\"
-DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\"
"-DPACKAGE_STRING=\"mathicgb 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
-DHAVE_CXX11=1 -DPACKAGE=\"mathicgb\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I./ -I./src/
-I/usr/src/gtest/include -I/usr/src/gtest -Wdate-time -D_FORTIFY_SOURCE=2 -g
-O2 "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
-Werror=format-security -c src/mathicgb/SigSPairQueue.cpp -o
src/mathicgb/SigSPairQueue.o >/dev/null 2>&1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: mathicgb
Source-Version: 1.0~git20210109-1
Done: Doug Torrance <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mathicgb, 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.
Doug Torrance <[email protected]> (supplier of updated mathicgb 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, 19 Aug 2021 21:09:39 -0400
Source: mathicgb
Built-For-Profiles: noudeb
Architecture: source
Version: 1.0~git20210109-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Doug Torrance <[email protected]>
Closes: 984231
Changes:
mathicgb (1.0~git20210109-1) unstable; urgency=medium
.
* New upstream release (git snapshot).
* debian/control
- Bump Standards-Version to 4.6.0.
- Drop specific architectures from libtbb-dev in Build-Depends; it is
now available on all the official ones.
* debian/patches/big-endian.patch
- Add Author, Bug, and Bug-Debian fields.
* debian/patches/include-limits.patch
- New patch; include header for std::numeric_limits. Otherwise,
mathicgb fails to compile using GCC 11 (Closes: #984231).
* debian/patches/link-deps.patch
- Remove patch; applied upstream.
Checksums-Sha1:
222a0fa43b056ae1c3324d1757a1fa8df2f21b53 2356 mathicgb_1.0~git20210109-1.dsc
48eee865e0f77640357f84fd5a96b4d637a9420a 586824
mathicgb_1.0~git20210109.orig.tar.xz
37f49ab1210e5dfca00bb27b3c750f5305e3554e 5504
mathicgb_1.0~git20210109-1.debian.tar.xz
017ca3d556e8e281d320c82efb82b4faec707a20 7968
mathicgb_1.0~git20210109-1_source.buildinfo
Checksums-Sha256:
b9e96f9f730e86f097cd5d0b68d57340cfc080b24e0baa017ce8a1d10bbc8dc8 2356
mathicgb_1.0~git20210109-1.dsc
91fbf1f83426a210d2c22714d0b402debdd54a5451bea3dd473402faae36a8eb 586824
mathicgb_1.0~git20210109.orig.tar.xz
656e90238070562086fb1d6fb715bb009b14c3f929e230a272f31b114a9737ae 5504
mathicgb_1.0~git20210109-1.debian.tar.xz
70b07db83560d4e0c6cfbbb7ed9f27663ac890238bc41a5135d8efb04038cfe5 7968
mathicgb_1.0~git20210109-1_source.buildinfo
Files:
e0239629ad011be2b5828b5360d59531 2356 math optional
mathicgb_1.0~git20210109-1.dsc
0b516ae3573d089906d014adf421a183 586824 math optional
mathicgb_1.0~git20210109.orig.tar.xz
aef66754d275e29653a154b22be6bfc1 5504 math optional
mathicgb_1.0~git20210109-1.debian.tar.xz
e4cd39cd38457e2499058f5e9875b83d 7968 math optional
mathicgb_1.0~git20210109-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJLBAEBCgA1FiEEupghwS4HiU+y5K0AkdxKd57FyRAFAmEfASsXHGR0b3JyYW5j
ZUBwaWVkbW9udC5lZHUACgkQkdxKd57FyRB24g//ZXLZRxN8AWGofJEbvCW1JytQ
Bh5HcWruGolB2IXJKB+Gq5w1CDO0ZhnDsOjfhAezYYbc5g9wx/k1tvN6/DPd/9yv
EpPZHnV3qTzzS3WRwdEb0/ysO0+yrCpmMcyg1SghlqY6AbmniAI8y5wWoQRPc8KO
IbKghvaW5pe38z5KBUJsLaPRZ0ROkAuOBtqB6sbZwhErmtvvnZmCkdecrlO+rJUD
TA0lkPOLL22kljGoDkO5GD29JqwbnWUFU0k7U9UVyF8KT8RnK9z3ogwdTF9Z4lZT
JCwsIkUam8KdziVw9ScNyMhqaxI3KYup7lEG3aVcnx0Tx7G22J56w4sqaGmz6qKo
Tvnna/xGy4R/E40noSN4g3nGiM0/UKPMYtjPt2f+GOFhglVBleNKIZ027YB+73mM
9M+249FEjpQXkBj8peYrz3iKBLmE33RdG2MyYVquNbZ6EL9NIApyA5oLEyJ1zJh6
h+U0uI4vK2tQPCrkuKgJTzpkucPAHH5Ta+FUjhAax+gg/Yf1V9untnbyMZRuLOt1
Ebvj2Bg/t7pdMWwrSXcpCiHEdYg5umCvyumiEIj41W6UDDbnEWgHtUX3cTvSY7eL
jXRlt3yAmTdhQCErxrajKuoEjgQMWz8N/2hncnhf5Vn1UO2FLnZG6ZBzca5kigUm
jYTC67/QYAr5FIK5zl0=
=vQ5x
-----END PGP SIGNATURE-----
--- End Message ---