Your message dated Sun, 06 Apr 2025 09:05:00 +0000 with message-id <E1u1Lw4-00ClQ0-Ij@fasolo.debian.org> and subject line Bug#1097204: fixed in libixion 0.19.0-7 has caused the Debian Bug report #1097204, regarding libixion: ftbfs with GCC-15 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 owner@bugs.debian.org immediately.) -- 1097204: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097204 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: libixion: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:31:39 +0000
- Message-id: <E1tk4y3-009MC3-St@paradis.debian.org>
Package: src:libixion Version: 0.19.0-6 Severity: important Tags: sid forky User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-15 [This bug is NOT targeted to the upcoming trixie 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The severity of this report will be raised before the forky release. The full build log can be found at: http://qa-logs.debian.net/2025/02/16/amd64exp/libixion_0.19.0-6_unstable_gccexp.log.gz The last lines of the build log are at the end of this report. To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS. Other 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-15/porting_to.html [...] dh_auto_build -Nlibixion-doc make -j8 make[1]: Entering directory '/build/reproducible-path/libixion-0.19.0' make all-recursive make[2]: Entering directory '/build/reproducible-path/libixion-0.19.0' Making all in src make[3]: Entering directory '/build/reproducible-path/libixion-0.19.0/src' Making all in include make[4]: Entering directory '/build/reproducible-path/libixion-0.19.0/src/include' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/reproducible-path/libixion-0.19.0/src/include' Making all in test make[4]: Entering directory '/build/reproducible-path/libixion-0.19.0/src/test' g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c -o test_global.o test_global.cpp rm -f libixion-test.a ar cr libixion-test.a test_global.o ranlib libixion-test.a make[4]: Leaving directory '/build/reproducible-path/libixion-0.19.0/src/test' Making all in libixion make[4]: Entering directory '/build/reproducible-path/libixion-0.19.0/src/libixion' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c -o address.lo address.cpp /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c -o address_iterator.lo address_iterator.cpp /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c -o calc_status.lo calc_status.cpp /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c -o cell.lo cell.cpp /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c -o cell_access.lo cell_access.cpp /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c -o compute_engine.lo compute_engine.cpp /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c -o config.lo config.cpp /bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c -o debug.lo debug.cpp libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c calc_status.cpp -fPIC -DPIC -o .libs/calc_status.o libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c address.cpp -fPIC -DPIC -o .libs/address.o libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c cell_access.cpp -fPIC -DPIC -o .libs/cell_access.o libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c address_iterator.cpp -fPIC -DPIC -o .libs/address_iterator.o libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c cell.cpp -fPIC -DPIC -o .libs/cell.o libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c debug.cpp -fPIC -DPIC -o .libs/debug.o libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c compute_engine.cpp -fPIC -DPIC -o .libs/compute_engine.o libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c config.cpp -fPIC -DPIC -o .libs/config.o In file included from compute_engine.cpp:8: ../../include/ixion/compute_engine.hpp:27:9: error: 'uint32_t' does not name a type 27 | uint32_t* uint32; | ^~~~~~~~ ../../include/ixion/compute_engine.hpp:16:1: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>' 15 | #include <string> +++ |+#include <cstdint> 16 | libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c config.cpp -fPIC -DPIC -o config.o >/dev/null 2>&1 compute_engine.cpp: In member function 'virtual void ixion::draft::compute_engine::compute_fibonacci(ixion::draft::array&)': compute_engine.cpp:127:12: error: 'struct ixion::draft::array' has no member named 'uint32' 127 | io.uint32[i] = fibonacci(io.uint32[i]); | ^~~~~~ compute_engine.cpp:127:37: error: 'struct ixion::draft::array' has no member named 'uint32' 127 | io.uint32[i] = fibonacci(io.uint32[i]); | ^~~~~~ make[4]: *** [Makefile:1011: compute_engine.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c calc_status.cpp -fPIC -DPIC -o calc_status.o >/dev/null 2>&1 libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c debug.cpp -fPIC -DPIC -o debug.o >/dev/null 2>&1 libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c address.cpp -fPIC -DPIC -o address.o >/dev/null 2>&1 libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c address_iterator.cpp -fPIC -DPIC -o address_iterator.o >/dev/null 2>&1 libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c cell_access.cpp -fPIC -DPIC -o cell_access.o >/dev/null 2>&1 libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src/include -DIXION_BUILD -I/usr/include/mdds-2.1 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/reproducible-path/libixion-0.19.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fexcess-precision=fast -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread -DSIZEOF_VOID_P=8 -O2 -DIXION_THREADS=1 -c cell.cpp -fPIC -DPIC -o cell.o >/dev/null 2>&1 make[4]: Leaving directory '/build/reproducible-path/libixion-0.19.0/src/libixion' make[3]: *** [Makefile:833: all-recursive] Error 1 make[3]: Leaving directory '/build/reproducible-path/libixion-0.19.0/src' make[2]: *** [Makefile:658: all-recursive] Error 1 make[2]: Leaving directory '/build/reproducible-path/libixion-0.19.0' make[1]: *** [Makefile:565: all] Error 2 make[1]: Leaving directory '/build/reproducible-path/libixion-0.19.0' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:11: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1097204-close@bugs.debian.org
- Subject: Bug#1097204: fixed in libixion 0.19.0-7
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 06 Apr 2025 09:05:00 +0000
- Message-id: <E1u1Lw4-00ClQ0-Ij@fasolo.debian.org>
- Reply-to: Rene Engelhard <rene@debian.org>
Source: libixion Source-Version: 0.19.0-7 Done: Rene Engelhard <rene@debian.org> We believe that the bug you reported is fixed in the latest version of libixion, 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 1097204@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Rene Engelhard <rene@debian.org> (supplier of updated libixion 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 06 Apr 2025 10:35:47 +0200 Source: libixion Architecture: source Version: 0.19.0-7 Distribution: unstable Urgency: medium Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org> Changed-By: Rene Engelhard <rene@debian.org> Closes: 1097204 Changes: libixion (0.19.0-7) unstable; urgency=medium . * debian/patches/include-cstdint.diff: #include <cstdint> to fix build with gcc 15 (closes: #1097204) * debian/control: make libixion-dev depend on libboost-dev Checksums-Sha1: e3db63f6b79fb6c7474ab0e3805224e5a03e2fed 2579 libixion_0.19.0-7.dsc d0e07f69b9bbca0358ceca15a87e064e6fcd54e8 10868 libixion_0.19.0-7.debian.tar.xz da8ead8a599346b0aabcba503377f61bce607d60 5634 libixion_0.19.0-7_source.buildinfo Checksums-Sha256: 9a155dd570163b1863a4fe2a219ea0baf494310c42f4a4df96892673576fb8a5 2579 libixion_0.19.0-7.dsc 45b3e9d39ce1181121c4fb7399c66a4a2c41bc53e8df8f92337b890ecfe548cc 10868 libixion_0.19.0-7.debian.tar.xz 1b610bcf7c4a4a3d21eeca5bcba6d36602fc6ea4e48c0b4771ecbf4a9ebe2bb4 5634 libixion_0.19.0-7_source.buildinfo Files: 54608113f72db4926fe1459b1b01bd58 2579 libs optional libixion_0.19.0-7.dsc 3873f99535d199878b9bf06772d99007 10868 libs optional libixion_0.19.0-7.debian.tar.xz 373df9b4615ddbc705108b988b3697b7 5634 libs optional libixion_0.19.0-7_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAmfyQLgQHHJlbmVAZGVi aWFuLm9yZwAKCRAKoEVx0D4+cNo6D/9AaUT7Nx8L+L8tZOPuVSOUtFSIklBawy9r XCb+qsly4XjIJS1fIp84NaNQ9mzUhhU8h7jsYitWfxrExy1zEJTqsiwt0NLPOMUS vj+NyGOzxjzPpLLTqoVo4olZz1hSwu0Ur010EeWN/xVe7J+Zrz8FtT2jZBJ8/TQ4 gBJw0Fnw1/I1LD78kDvWDKpXg1KqdgISaGjxV3NGe4a/cmUDH+1AdEeuO3JWDkja ACiM6kjTl2rO5bsxc6Up/6/CvUHkUqfZ/430Lx/qA2JM6ZzzQ74523Xn93Id62jP 8l7sbJgeHSo11e+B0Wtb6gPPhdNS/LdutBOJKnNZF7zFTfFs+EShpbTEaGLH4gd9 iMNGt4auW/TJ3dWCReJ/bvaULpn/UzdBFy9CtE+JuPNhrzroM6Btlwv1uiX6E6WL /q1s2EhGym0aVybaGVYDedJKQRkXWDYil8QFmyZsIt+YCbs3mgoQs4SrMJZZQ3Ho EUlOR2kRL0gmVGZtsyGc6d0a49xpRNA2iLhd7Zg/FvF5SNKdPOpLcRZkE8vAXW6D /bHc+d0O3iwpemrqOh46PdfFrmkZ0dXAV+nPJBGYLCeVEZp26hYp207X9kOPsbWp H72gt7XvNIzxX5GfMMTBStBY8lkcBPo9EUL8m36KzQ5t4oxk3ccXOChrhghA0Fpz V1bjrMRcCg== =j4BP -----END PGP SIGNATURE-----Attachment: pgpUTnqL10ezZ.pgp
Description: PGP signature
--- End Message ---