Your message dated Thu, 23 Dec 2021 19:00:42 +0000
with message-id <e1n0tku-000efd...@fasolo.debian.org>
and subject line Bug#984326: fixed in sagemath 9.4-1
has caused the Debian Bug report #984326,
regarding sagemath: 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 ow...@bugs.debian.org
immediately.)


-- 
984326: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984326
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sagemath
Version: 9.2-2
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
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/sagemath_9.2-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.

[...]
[sagelib-9.2]  3545 | static char __pyx_doc_4sage_9structure_7element_parent[] 
= "parent(x)\nFile: sage/structure/element.pxd (starting at line 6)\n\n    
Return the parent of the element ``x``.\n\n    Usually, this means the 
mathematical object of which ``x`` is an\n    element.\n\n    INPUT:\n\n    - 
``x`` -- an element\n\n    OUTPUT:\n\n    - If ``x`` is a Sage 
:class:`Element`, return ``x.parent()``.\n\n    - Otherwise, return 
``type(x)``.\n\n    .. SEEALSO::\n\n        `Parents, Conversion and Coercion 
<http://doc.sagemath.org/html/en/tutorial/tour_coercion.html>`_\n        
Section in the Sage Tutorial\n\n    EXAMPLES::\n\n        sage: a = 42\n        
sage: parent(a)\n        Integer Ring\n        sage: b = 42/1\n        sage: 
parent(b)\n        Rational Field\n        sage: c = 42.0\n        sage: 
parent(c)\n        Real Field with 53 bits of precision\n\n    Some more 
complicated examples::\n\n        sage: x = Partition([3,2,1,1,1])\n        
sage: parent(x)\n        Partition
 s\n        sage: v = vector(RDF, [1,2,3])\n        sage: parent(v)\n        
Vector space of dimension 3 over Real Double Field\n\n    The following are not 
considered to be elements, so the type is\n    returned::\n\n        sage: d = 
int(42)  # Python int\n        sage: parent(d)\n        <... 'int'>\n        
sage: L = list(range(10))\n        sage: parent(L)\n        <... 'list'>\n    ";
[sagelib-9.2]       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-9.2] x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 
-Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 
-L/<<PKGBUILDDIR>>/sage/local/lib -Wl,-z,relro -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-3.9/build/cythonized/sage/ext/interpreters/wrapper_cdf.o
 -o 
build/lib.linux-x86_64-3.9/sage/ext/interpreters/wrapper_cdf.cpython-39-x86_64-linux-gnu.so
 -lpari
[sagelib-9.2] [521/522] gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g 
-ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/x86_64-linux-gnu/openblas-pthread/ 
-I/usr/lib/python3/dist-packages/cysignals 
-I/<<PKGBUILDDIR>>/sage/build/pkgs/sagelib/src 
-I/<<PKGBUILDDIR>>/sage/build/pkgs/sagelib/src/sage/ext 
-I/usr/include/python3.9 -I/usr/lib/python3/dist-packages/numpy/core/include 
-Ibuild/cythonized -I/<<PKGBUILDDIR>>/sage/local/include 
-I/usr/include/python3.9 -c 
build/cythonized/sage/ext/interpreters/wrapper_rdf.c -o 
build/temp.linux-x86_64-3.9/build/cythonized/sage/ext/interpreters/wrapper_rdf.o
 -fno-strict-aliasing -DCYTHON_CLINE_IN_TRACEBACK=1 -std=c99
[sagelib-9.2] x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 
-Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 
-L/<<PKGBUILDDIR>>/sage/local/lib -Wl,-z,relro -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-3.9/build/cythonized/sage/ext/interpreters/wrapper_el.o 
-o 
build/lib.linux-x86_64-3.9/sage/ext/interpreters/wrapper_el.cpython-39-x86_64-linux-gnu.so
 -lpari
[sagelib-9.2] [522/522] gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g 
-ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I./sage/cpython 
-I/usr/lib/python3/dist-packages/cypari2 
-I/usr/lib/python3/dist-packages/cysignals 
-I/<<PKGBUILDDIR>>/sage/build/pkgs/sagelib/src 
-I/<<PKGBUILDDIR>>/sage/build/pkgs/sagelib/src/sage/ext 
-I/usr/include/python3.9 -I/usr/lib/python3/dist-packages/numpy/core/include 
-Ibuild/cythonized -I/<<PKGBUILDDIR>>/sage/local/include 
-I/usr/include/python3.9 -c build/cythonized/sage/ext/interpreters/wrapper_cc.c 
-o 
build/temp.linux-x86_64-3.9/build/cythonized/sage/ext/interpreters/wrapper_cc.o 
-fno-strict-aliasing -DCYTHON_CLINE_IN_TRACEBACK=1 -std=c99
[sagelib-9.2] build/cythonized/sage/ext/interpreters/wrapper_cc.c:4671:18: 
warning: ‘__pyx_pw_4sage_9structure_7element_3have_same_parent’ defined but not 
used [-Wunused-function]
[sagelib-9.2]  4671 | static PyObject 
*__pyx_pw_4sage_9structure_7element_3have_same_parent(PyObject *__pyx_self, 
PyObject *__pyx_args, PyObject *__pyx_kwds) {
[sagelib-9.2]       |                  
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-9.2] build/cythonized/sage/ext/interpreters/wrapper_cc.c:4670:13: 
warning: ‘__pyx_doc_4sage_9structure_7element_2have_same_parent’ defined but 
not used [-Wunused-variable]
[sagelib-9.2]  4670 | static char 
__pyx_doc_4sage_9structure_7element_2have_same_parent[] = 
"have_same_parent(left, right) -> bool\nFile: sage/structure/element.pxd 
(starting at line 111)\n\n    Return ``True`` if and only if ``left`` and 
``right`` have the\n    same parent.\n\n    .. WARNING::\n\n        This 
function assumes that at least one of the arguments is a\n        Sage 
:class:`Element`. When in doubt, use the slower\n        ``parent(left) is 
parent(right)`` instead.\n\n    EXAMPLES::\n\n        sage: from 
sage.structure.element import have_same_parent\n        sage: 
have_same_parent(1, 3)\n        True\n        sage: have_same_parent(1, 1/2)\n  
      False\n        sage: have_same_parent(gap(1), gap(1/2))\n        True\n\n 
   These have different types but the same parent::\n\n        sage: a = 
RLF(2)\n        sage: b = exp(a)\n        sage: type(a)\n        <... 
'sage.rings.real_lazy.LazyWrapper'>\n        sage: type(b)\n        <... 
'sage.rings.real_lazy.LazyNamedUnop'>
 \n        sage: have_same_parent(a, b)\n        True\n    ";
[sagelib-9.2]       |             
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-9.2] build/cythonized/sage/ext/interpreters/wrapper_cc.c:4326:18: 
warning: ‘__pyx_pw_4sage_9structure_7element_1parent’ defined but not used 
[-Wunused-function]
[sagelib-9.2]  4326 | static PyObject 
*__pyx_pw_4sage_9structure_7element_1parent(PyObject *__pyx_self, PyObject 
*__pyx_v_x) {
[sagelib-9.2]       |                  
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-9.2] build/cythonized/sage/ext/interpreters/wrapper_cc.c:4325:13: 
warning: ‘__pyx_doc_4sage_9structure_7element_parent’ defined but not used 
[-Wunused-variable]
[sagelib-9.2]  4325 | static char __pyx_doc_4sage_9structure_7element_parent[] 
= "parent(x)\nFile: sage/structure/element.pxd (starting at line 6)\n\n    
Return the parent of the element ``x``.\n\n    Usually, this means the 
mathematical object of which ``x`` is an\n    element.\n\n    INPUT:\n\n    - 
``x`` -- an element\n\n    OUTPUT:\n\n    - If ``x`` is a Sage 
:class:`Element`, return ``x.parent()``.\n\n    - Otherwise, return 
``type(x)``.\n\n    .. SEEALSO::\n\n        `Parents, Conversion and Coercion 
<http://doc.sagemath.org/html/en/tutorial/tour_coercion.html>`_\n        
Section in the Sage Tutorial\n\n    EXAMPLES::\n\n        sage: a = 42\n        
sage: parent(a)\n        Integer Ring\n        sage: b = 42/1\n        sage: 
parent(b)\n        Rational Field\n        sage: c = 42.0\n        sage: 
parent(c)\n        Real Field with 53 bits of precision\n\n    Some more 
complicated examples::\n\n        sage: x = Partition([3,2,1,1,1])\n        
sage: parent(x)\n        Partition
 s\n        sage: v = vector(RDF, [1,2,3])\n        sage: parent(v)\n        
Vector space of dimension 3 over Real Double Field\n\n    The following are not 
considered to be elements, so the type is\n    returned::\n\n        sage: d = 
int(42)  # Python int\n        sage: parent(d)\n        <... 'int'>\n        
sage: L = list(range(10))\n        sage: parent(L)\n        <... 'list'>\n    ";
[sagelib-9.2]       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-9.2] x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 
-Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 
-L/<<PKGBUILDDIR>>/sage/local/lib -Wl,-z,relro -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-3.9/build/cythonized/sage/ext/interpreters/wrapper_rdf.o
 -L/usr/lib/x86_64-linux-gnu/openblas-pthread/ -lgsl -lopenblas -lm -o 
build/lib.linux-x86_64-3.9/sage/ext/interpreters/wrapper_rdf.cpython-39-x86_64-linux-gnu.so
 -lpari
[sagelib-9.2] In function 
‘__pyx_pf_4sage_3ext_12interpreters_10wrapper_cc_10Wrapper_cc_4__call__’,
[sagelib-9.2]     inlined from 
‘__pyx_pw_4sage_3ext_12interpreters_10wrapper_cc_10Wrapper_cc_5__call__’ at 
build/cythonized/sage/ext/interpreters/wrapper_cc.c:4000:13:
[sagelib-9.2] build/cythonized/sage/ext/interpreters/wrapper_cc.c:4120:15: 
warning: ‘interp_cc’ accessing 64 bytes in a region of size 32 
[-Wstringop-overflow=]
[sagelib-9.2]  4120 |   __pyx_t_2 = interp_cc(__pyx_v_c_args, ((__mpc_struct 
*)__pyx_v_retval->__pyx___re), __pyx_v_self->_constants, 
__pyx_v_self->_py_constants, __pyx_v_self->_stack, __pyx_v_self->_code, 
((PyObject *)__pyx_v_self->_domain)); if (unlikely(__pyx_t_2 == ((int)0) && 
PyErr_Occurred())) __PYX_ERR(0, 114, __pyx_L1_error)
[sagelib-9.2]       |               
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[sagelib-9.2] build/cythonized/sage/ext/interpreters/wrapper_cc.c: In function 
‘__pyx_pw_4sage_3ext_12interpreters_10wrapper_cc_10Wrapper_cc_5__call__’:
[sagelib-9.2] build/cythonized/sage/ext/interpreters/wrapper_cc.c:4120:15: 
note: referencing argument 2 of type ‘__mpc_struct *’
[sagelib-9.2] In file included from 
build/cythonized/sage/ext/interpreters/wrapper_cc.c:2980:
[sagelib-9.2] 
/<<PKGBUILDDIR>>/sage/build/pkgs/sagelib/src/sage/ext/interpreters/interp_cc.c:8:5:
 note: in a call to function ‘interp_cc’
[sagelib-9.2]     8 | int interp_cc(mpc_t* args,
[sagelib-9.2]       |     ^~~~~~~~~
[sagelib-9.2] x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 
-Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 
-L/<<PKGBUILDDIR>>/sage/local/lib -Wl,-z,relro -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-3.9/build/cythonized/sage/ext/interpreters/wrapper_cc.o 
-lmpfr -lmpc -lgmp -o 
build/lib.linux-x86_64-3.9/sage/ext/interpreters/wrapper_cc.cpython-39-x86_64-linux-gnu.so
 -lpari
[sagelib-9.2] x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 
-Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 
-L/<<PKGBUILDDIR>>/sage/local/lib -Wl,-z,relro -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-3.9/build/cythonized/sage/ext/interpreters/wrapper_rr.o 
-lmpfr -lgmp -o 
build/lib.linux-x86_64-3.9/sage/ext/interpreters/wrapper_rr.cpython-39-x86_64-linux-gnu.so
 -lpari
[sagelib-9.2] g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-z,relro -g -fwrapv -O2 -L/<<PKGBUILDDIR>>/sage/local/lib -Wl,-z,relro -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
build/temp.linux-x86_64-3.9/build/cythonized/sage/graphs/base/boost_graph.o -o 
build/lib.linux-x86_64-3.9/sage/graphs/base/boost_graph.cpython-39-x86_64-linux-gnu.so
 -lpari
[sagelib-9.2] error: command '/usr/bin/gcc' failed with exit code 1
[sagelib-9.2] 
[sagelib-9.2] real      33m26.828s
[sagelib-9.2] user      129m21.281s
[sagelib-9.2] sys       1m29.504s
make[8]: *** [Makefile:2163: sagelib-no-deps] Error 1
make[7]: *** [Makefile:2163: 
/<<PKGBUILDDIR>>/sage/local/var/lib/sage/installed/sagelib-9.2] Error 2
make[6]: *** [Makefile:1771: all-build] Error 2
make[6]: Leaving directory '/<<PKGBUILDDIR>>/sage/build/make'

real    33m30.916s
user    129m26.955s
sys     1m31.791s
***************************************************************
Error building Sage.

The following package(s) may have failed to build (not necessarily
during this run of 'make all-build'):

It is safe to delete any log files and build directories, but they
contain information that is helpful for debugging build problems.
WARNING: If you now run 'make' again, the build directory of the
same version of the package will, by default, be deleted. Set the
environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this.

make[5]: *** [Makefile:33: all-build] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/sage'
make[4]: *** [Makefile:16: build] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/sage'
make[3]: *** [debian/rules:70: override_dh_auto_build-arch] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [debian/rules:40: build] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:40: install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:40: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: sagemath
Source-Version: 9.4-1
Done: Tobias Hansen <than...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sagemath, 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 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Hansen <than...@debian.org> (supplier of updated sagemath 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: SHA256

Format: 1.8
Date: Sat, 18 Dec 2021 00:15:17 +0000
Source: sagemath
Binary: python3-sage python3-sage-dbgsym sagemath sagemath-doc sagemath-jupyter
Architecture: source amd64 all
Version: 9.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Math Team <team+m...@tracker.debian.org>
Changed-By: Tobias Hansen <than...@debian.org>
Description:
 python3-sage - Open Source Mathematical Software - Python 3 library
 sagemath   - Open Source Mathematical Software
 sagemath-doc - Open Source Mathematical Software - documentation
 sagemath-jupyter - Open Source Mathematical Software - Jupyter kernel
Closes: 931223 951592 960925 964848 972346 984326 986527 988681 993149 998190
Changes:
 sagemath (9.4-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #951592, #960925, #964848,
     #984326, #986527, #993149, #998190)
   * Doctests work out of the box now. (Closes: #931223)
   * Build standard python package python3-sage.
   * Install scripts to /usr/bin (Closes: #972346)
   * Activate autopkgtest.
   * Move package to Debian Math Team.
   * New (Build-)Depends:
     - Use dependencies as provided by upstream (drop many).
     - libec-dev (>= 20210503)
     - python3-memory-allocator
     - python3-sphinx (>= 4.3.1-2) (includes fix to dh_sphinxdoc)
     - singular (>= 1:4.2.1-p2)
   * Add dependency on libjs-mathjax to sagemath-doc.
     (Closes: #988681)
   * Run dh_sphinxdoc again.
   * New patches:
     - u0-trac32799-set-MPMATH_SAGE.patch         #32799
     - u0-version-arb-2.21.patch                  #32567
     - u0-version-matplotlib-3.5.patch            #32909
     - u0-version-singular-4.2.1.patch            #32001
     - u0-version-singular-4.2.1p2.patch          #32907
     - u0-version-lcalc-2.0.patch                 #32037
     - u0-version-linbox-1.7.patch                #32959
     - u0-version-gsl-2.7.patch                   #32607
     - u0-version-sphinx-4.3.patch                #32968
     - u1-close-the-internal-pipe-of-multiprocessing.Process.patch
     - dt-version-ipywidgets-6-revert-31517.patch
   * Remove patches (applied upstream):
     - u0-version-pari-2.13-spkg-configure.patch  #30906
     - u0-version-pari-2.13.patch                 #30801
     - u0-version-gap-4.11.patch                  #29314
     - u0-version-flint-2.6.3.patch               #29719
     - d1-no-spkg-builds.patch
     - d1-system-python-packages.patch
     - dt-avoid-pari-timeout.patch
   * Remove patches (no longer required):
     - u1-scripts-dir.patch                       #22731
     - d0-gsl-cblas.patch
     - d0-libgap-path.patch
     - d0-singular.patch
     - d0-docbuild-main.patch
     - d1-sage-env.patch
     - d1-sage.patch
     - dt-avoid-giac-segfault.patch
     - dt-avoid-ecl-timeout.patch
   * Use dephelper-compat level 13.
Checksums-Sha1:
 f091a86dface6bb2d58ca939c70475359d52c486 4792 sagemath_9.4-1.dsc
 471b8f853866658e5ed6ae77d4eb84f879d3a0a8 20664944 sagemath_9.4.orig.tar.xz
 5262e95053841fa07c6b789c511ed3eaa88cbe9a 67188 sagemath_9.4-1.debian.tar.xz
 b098c97fd872d52563fd52bf0702696e48fe2689 152159360 
python3-sage-dbgsym_9.4-1_amd64.deb
 4bf26b88f1221c3dc956938c78ef0deb79b806f3 41603232 python3-sage_9.4-1_amd64.deb
 da4d43a087b250a9c7f871c2547900d458d6d207 73434784 sagemath-doc_9.4-1_all.deb
 a18da6e70c7c79c0fe648e01dd529f660bbf6dc3 29344 sagemath-jupyter_9.4-1_all.deb
 694228d138c3443cbedcd5a5b511b03557ed0856 65336 sagemath_9.4-1_all.deb
 7315f2ae24533b121029b4344b3c4528704a85aa 25265 sagemath_9.4-1_amd64.buildinfo
Checksums-Sha256:
 5099cb4d121a6229c634deffb5be163b66cf4e3319fe618d3f06261133dd5bcf 4792 
sagemath_9.4-1.dsc
 12d88ecd34957a6ffd8ac1c7bbd28f0612d433b3debf0f249608d2fde1fe730c 20664944 
sagemath_9.4.orig.tar.xz
 5a09240310dd61253c9ce9a24b079ba697570e85c978abe03f503b44f9838198 67188 
sagemath_9.4-1.debian.tar.xz
 b3f656d57e83336031f08820e0d93c68156f075d3f8579d9424f8515032fcd65 152159360 
python3-sage-dbgsym_9.4-1_amd64.deb
 aaca9c324418a7e071a50a552721410756cb8fe8b7ba0eb74dc03b87a5af5cc4 41603232 
python3-sage_9.4-1_amd64.deb
 3d6fc35673d547b8e827f6109a3ed58fcebdbc622cd9319f4cefb7065dd2298f 73434784 
sagemath-doc_9.4-1_all.deb
 8877bda8ab52936c3d87188349474ec1fdcc8b49acb0d10951ff932b5158350a 29344 
sagemath-jupyter_9.4-1_all.deb
 63e01dfa2396510e27b3cb749b379d850adb097bb0dc5d8956dc59d60cef3de1 65336 
sagemath_9.4-1_all.deb
 2d128736ca187d55aac47a3c1ac2113c87b1d77c8c72079b4f198d9c11f1147f 25265 
sagemath_9.4-1_amd64.buildinfo
Files:
 53d158b827a77019ea01f1afda4455b6 4792 math optional sagemath_9.4-1.dsc
 0c40f1391a7d26ec8703e559e8932fa2 20664944 math optional 
sagemath_9.4.orig.tar.xz
 343d36d2a5dd9ed44236fb5234e2bfbe 67188 math optional 
sagemath_9.4-1.debian.tar.xz
 95e7888101fbcd383442de729ea851c7 152159360 debug optional 
python3-sage-dbgsym_9.4-1_amd64.deb
 197aebcf2ab0267b00da2bb2af5e140d 41603232 python optional 
python3-sage_9.4-1_amd64.deb
 30dfabe1781449af26ac7f93582da599 73434784 doc optional 
sagemath-doc_9.4-1_all.deb
 6c8ae73c9a54bb18b489f4f01dd7a320 29344 math optional 
sagemath-jupyter_9.4-1_all.deb
 ab9603fa1982f1c67321581dcf6c821c 65336 math optional sagemath_9.4-1_all.deb
 71d1ade0238393f9b8e010957eb0861f 25265 math optional 
sagemath_9.4-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoH46ol3M2u2mYo0kjIIWnY7OzSoFAmG9ltEACgkQjIIWnY7O
zSrazA//dZtzBI1YIsXYgMMOQKvEPEDODKskQcidVDd20z4IEkSYhCSel/kC/8QG
u86IXrhvRTg0WphczM9ceohV8K3xEsjRLjwKiOnFh9kPg0ERkugGA5nDTl5SrqHM
gnzK1ftMZumdmv0gfFOcxfo5WwcLpPs53AIHt90Md7Bv/DKijx6BjAIDm9KXO1KX
wV2GnLsI0zThQu69D9IB1KC5UpJTWIU0xPerDlM3SV++X+jPdtqCIznpfvF6yfAz
DxouaFgNaNLwHM/IQBR2F0DRyCeJ76SKW5AuESXRVDxjju/2T3Y8HiWW1NU7Jq88
/Ky5BjDQTBCK59a98VMt+xWxNTdrmA5EBbe6sBc0ZIPenVeSWtxPAJFCbL4UI+i1
zk+1eWOtk5v3qQ97T6BX8PYUve8n4U8mc/MD25HNeYkMfwGGTgzLbONkTTAzDeJ9
0auxTY8xbo55ssU6mTpzDGW7qqiakDGGHS7S+ugOYWJ7hJta2l4wcFSZXbX0jTzj
S8m+EWd2zrfmqUA3/UtCG6qDaV7jyecKO/e3WHyahjz9273l7GVX9Wvs2w63cdAI
VWCX91E2p+Uk4lKfnXTvjAF5cs8NemKI3gkhYbwNojKYAnb7cptYcmfr23G4pqEj
jQhOSJEe6X5fZhcXhcEhsQ5Hp5yh6OZ0scpXdHCzxxIltJBFJP0=
=cpWu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to