Your message dated Fri, 23 Aug 2019 10:39:10 +0000
with message-id <e1i16ym-0007lk...@fasolo.debian.org>
and subject line Bug#925780: fixed in monero 0.14.1.2-1
has caused the Debian Bug report #925780,
regarding monero: ftbfs with GCC-9
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.)
--
925780: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925780
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:monero
Version: 0.13.0.4-2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9
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-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/monero_0.13.0.4-2_unstable_gcc9.log
The last lines of the build log are at the end of this report.
To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html
GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.
[...]
make[2]: *** [CMakeFiles/Makefile2:3374:
src/device/CMakeFiles/obj_device.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 19%] Building CXX object
src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/difficulty.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cryptonote_basic && /usr/bin/c++
-DAUTO_INITIALIZE_EASYLOGGINGPP -DBLOCKCHAIN_DB=DB_LMDB
-DDEFAULT_DB_TYPE=\"lmdb\" -DHAVE_EXPLICIT_BZERO -DHAVE_HIDAPI -DHAVE_READLINE
-DHAVE_STRPTIME -DPER_BLOCK_CHECKPOINT
-I/<<PKGBUILDDIR>>/external/rapidjson/include
-I/<<PKGBUILDDIR>>/external/easylogging++ -I/<<PKGBUILDDIR>>/src
-I/<<PKGBUILDDIR>>/contrib/epee/include -I/<<PKGBUILDDIR>>/external
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/translations
-I/<<PKGBUILDDIR>>/external/db_drivers/liblmdb -I/usr/include/hidapi -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DNO_AES
-fno-strict-aliasing -std=c++11 -D_GNU_SOURCE -Wall -Wextra -Wpointer-arith
-Wundef -Wvla -Wwrite-strings -Wno-error=extra
-Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-variable
-Wno-error=unused-variable -Wno-error=undef -Wno-error=uninitialized
-Wlogical-op -Wno-error=ma
ybe-uninitialized -Wno-error=cpp -Wno-reorder -Wno-missing-field-initializers
-fPIC -Wformat -Wformat-security -fstack-protector -fstack-protector-strong
-fcf-protection=full -fstack-clash-protection -mmitigate-rop
-fno-strict-aliasing -Werror -o
CMakeFiles/obj_cryptonote_basic.dir/difficulty.cpp.o -c
/<<PKGBUILDDIR>>/src/cryptonote_basic/difficulty.cpp
c++: warning: switch '-mmitigate-rop' is no longer supported
[ 19%] Building CXX object
src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/hardfork.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cryptonote_basic && /usr/bin/c++
-DAUTO_INITIALIZE_EASYLOGGINGPP -DBLOCKCHAIN_DB=DB_LMDB
-DDEFAULT_DB_TYPE=\"lmdb\" -DHAVE_EXPLICIT_BZERO -DHAVE_HIDAPI -DHAVE_READLINE
-DHAVE_STRPTIME -DPER_BLOCK_CHECKPOINT
-I/<<PKGBUILDDIR>>/external/rapidjson/include
-I/<<PKGBUILDDIR>>/external/easylogging++ -I/<<PKGBUILDDIR>>/src
-I/<<PKGBUILDDIR>>/contrib/epee/include -I/<<PKGBUILDDIR>>/external
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/translations
-I/<<PKGBUILDDIR>>/external/db_drivers/liblmdb -I/usr/include/hidapi -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DNO_AES
-fno-strict-aliasing -std=c++11 -D_GNU_SOURCE -Wall -Wextra -Wpointer-arith
-Wundef -Wvla -Wwrite-strings -Wno-error=extra
-Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-variable
-Wno-error=unused-variable -Wno-error=undef -Wno-error=uninitialized
-Wlogical-op -Wno-error=ma
ybe-uninitialized -Wno-error=cpp -Wno-reorder -Wno-missing-field-initializers
-fPIC -Wformat -Wformat-security -fstack-protector -fstack-protector-strong
-fcf-protection=full -fstack-clash-protection -mmitigate-rop
-fno-strict-aliasing -Werror -o
CMakeFiles/obj_cryptonote_basic.dir/hardfork.cpp.o -c
/<<PKGBUILDDIR>>/src/cryptonote_basic/hardfork.cpp
c++: warning: switch '-mmitigate-rop' is no longer supported
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 19%] Built target obj_checkpoints
[ 19%] Building CXX object
src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/miner.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cryptonote_basic && /usr/bin/c++
-DAUTO_INITIALIZE_EASYLOGGINGPP -DBLOCKCHAIN_DB=DB_LMDB
-DDEFAULT_DB_TYPE=\"lmdb\" -DHAVE_EXPLICIT_BZERO -DHAVE_HIDAPI -DHAVE_READLINE
-DHAVE_STRPTIME -DPER_BLOCK_CHECKPOINT
-I/<<PKGBUILDDIR>>/external/rapidjson/include
-I/<<PKGBUILDDIR>>/external/easylogging++ -I/<<PKGBUILDDIR>>/src
-I/<<PKGBUILDDIR>>/contrib/epee/include -I/<<PKGBUILDDIR>>/external
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/translations
-I/<<PKGBUILDDIR>>/external/db_drivers/liblmdb -I/usr/include/hidapi -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DNO_AES
-fno-strict-aliasing -std=c++11 -D_GNU_SOURCE -Wall -Wextra -Wpointer-arith
-Wundef -Wvla -Wwrite-strings -Wno-error=extra
-Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-variable
-Wno-error=unused-variable -Wno-error=undef -Wno-error=uninitialized
-Wlogical-op -Wno-error=ma
ybe-uninitialized -Wno-error=cpp -Wno-reorder -Wno-missing-field-initializers
-fPIC -Wformat -Wformat-security -fstack-protector -fstack-protector-strong
-fcf-protection=full -fstack-clash-protection -mmitigate-rop
-fno-strict-aliasing -Werror -o
CMakeFiles/obj_cryptonote_basic.dir/miner.cpp.o -c
/<<PKGBUILDDIR>>/src/cryptonote_basic/miner.cpp
c++: warning: switch '-mmitigate-rop' is no longer supported
[ 19%] Building CXX object
src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cryptonote_core && /usr/bin/c++
-DAUTO_INITIALIZE_EASYLOGGINGPP -DBLOCKCHAIN_DB=DB_LMDB
-DDEFAULT_DB_TYPE=\"lmdb\" -DHAVE_EXPLICIT_BZERO -DHAVE_HIDAPI -DHAVE_READLINE
-DHAVE_STRPTIME -DPER_BLOCK_CHECKPOINT
-I/<<PKGBUILDDIR>>/external/rapidjson/include
-I/<<PKGBUILDDIR>>/external/easylogging++ -I/<<PKGBUILDDIR>>/src
-I/<<PKGBUILDDIR>>/contrib/epee/include -I/<<PKGBUILDDIR>>/external
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/translations
-I/<<PKGBUILDDIR>>/external/db_drivers/liblmdb -I/usr/include/hidapi -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DNO_AES
-fno-strict-aliasing -std=c++11 -D_GNU_SOURCE -Wall -Wextra -Wpointer-arith
-Wundef -Wvla -Wwrite-strings -Wno-error=extra
-Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-variable
-Wno-error=unused-variable -Wno-error=undef -Wno-error=uninitialized
-Wlogical-op -Wno-error=may
be-uninitialized -Wno-error=cpp -Wno-reorder -Wno-missing-field-initializers
-fPIC -Wformat -Wformat-security -fstack-protector -fstack-protector-strong
-fcf-protection=full -fstack-clash-protection -mmitigate-rop
-fno-strict-aliasing -Werror -o
CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o -c
/<<PKGBUILDDIR>>/src/cryptonote_core/cryptonote_core.cpp
c++: warning: switch '-mmitigate-rop' is no longer supported
[ 19%] Building CXX object
src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cryptonote_core && /usr/bin/c++
-DAUTO_INITIALIZE_EASYLOGGINGPP -DBLOCKCHAIN_DB=DB_LMDB
-DDEFAULT_DB_TYPE=\"lmdb\" -DHAVE_EXPLICIT_BZERO -DHAVE_HIDAPI -DHAVE_READLINE
-DHAVE_STRPTIME -DPER_BLOCK_CHECKPOINT
-I/<<PKGBUILDDIR>>/external/rapidjson/include
-I/<<PKGBUILDDIR>>/external/easylogging++ -I/<<PKGBUILDDIR>>/src
-I/<<PKGBUILDDIR>>/contrib/epee/include -I/<<PKGBUILDDIR>>/external
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/translations
-I/<<PKGBUILDDIR>>/external/db_drivers/liblmdb -I/usr/include/hidapi -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DNO_AES
-fno-strict-aliasing -std=c++11 -D_GNU_SOURCE -Wall -Wextra -Wpointer-arith
-Wundef -Wvla -Wwrite-strings -Wno-error=extra
-Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-variable
-Wno-error=unused-variable -Wno-error=undef -Wno-error=uninitialized
-Wlogical-op -Wno-error=may
be-uninitialized -Wno-error=cpp -Wno-reorder -Wno-missing-field-initializers
-fPIC -Wformat -Wformat-security -fstack-protector -fstack-protector-strong
-fcf-protection=full -fstack-clash-protection -mmitigate-rop
-fno-strict-aliasing -Werror -o
CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o -c
/<<PKGBUILDDIR>>/src/cryptonote_core/tx_pool.cpp
c++: warning: switch '-mmitigate-rop' is no longer supported
In file included from
/<<PKGBUILDDIR>>/src/cryptonote_protocol/cryptonote_protocol_handler_common.h:35,
from /<<PKGBUILDDIR>>/src/cryptonote_core/cryptonote_core.h:39,
from
/<<PKGBUILDDIR>>/src/cryptonote_core/cryptonote_core.cpp:38:
/<<PKGBUILDDIR>>/src/cryptonote_basic/connection_context.h: In copy constructor
'cryptonote::cryptonote_connection_context::cryptonote_connection_context(const
cryptonote::cryptonote_connection_context&)':
/<<PKGBUILDDIR>>/src/cryptonote_basic/connection_context.h:40:10: error:
implicitly-declared
'epee::net_utils::connection_context_base::connection_context_base(const
epee::net_utils::connection_context_base&)' is deprecated
[-Werror=deprecated-copy]
40 | struct cryptonote_connection_context: public
epee::net_utils::connection_context_base
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/p2p/net_node_common.h:34,
from
/<<PKGBUILDDIR>>/src/cryptonote_protocol/cryptonote_protocol_handler_common.h:33,
from /<<PKGBUILDDIR>>/src/cryptonote_core/cryptonote_core.h:39,
from
/<<PKGBUILDDIR>>/src/cryptonote_core/cryptonote_core.cpp:38:
/<<PKGBUILDDIR>>/contrib/epee/include/net/net_utils_base.h:260:30: note:
because 'epee::net_utils::connection_context_base' has user-provided
'epee::net_utils::connection_context_base&
epee::net_utils::connection_context_base::operator=(const
epee::net_utils::connection_context_base&)'
260 | connection_context_base& operator=(const connection_context_base& a)
| ^~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/p2p/p2p_protocol_defs.h:36,
from /<<PKGBUILDDIR>>/src/p2p/net_node_common.h:35,
from
/<<PKGBUILDDIR>>/src/cryptonote_protocol/cryptonote_protocol_handler_common.h:33,
from /<<PKGBUILDDIR>>/src/cryptonote_core/cryptonote_core.h:39,
from
/<<PKGBUILDDIR>>/src/cryptonote_core/cryptonote_core.cpp:38:
/<<PKGBUILDDIR>>/src/cryptonote_core/cryptonote_core.cpp: In member function
'bool cryptonote::core::relay_txpool_transactions()':
/<<PKGBUILDDIR>>/contrib/epee/include/misc_language.h:53:66: note: synthesized
method
'cryptonote::cryptonote_connection_context::cryptonote_connection_context(const
cryptonote::cryptonote_connection_context&)' first required here
53 | #define AUTO_VAL_INIT(v) boost::value_initialized<decltype(v)>()
| ^
/<<PKGBUILDDIR>>/src/cryptonote_core/cryptonote_core.cpp:1165:52: note: in
expansion of macro 'AUTO_VAL_INIT'
1165 | cryptonote_connection_context fake_context =
AUTO_VAL_INIT(fake_context);
| ^~~~~~~~~~~~~
In file included from
/<<PKGBUILDDIR>>/contrib/epee/include/serialization/keyvalue_serialization.h:29,
from
/<<PKGBUILDDIR>>/contrib/epee/include/net/net_utils_base.h:36,
from /<<PKGBUILDDIR>>/src/p2p/net_node_common.h:34,
from
/<<PKGBUILDDIR>>/src/cryptonote_protocol/cryptonote_protocol_handler_common.h:33,
from /<<PKGBUILDDIR>>/src/cryptonote_core/cryptonote_core.h:39,
from
/<<PKGBUILDDIR>>/src/cryptonote_core/cryptonote_core.cpp:38:
/usr/include/boost/utility/value_init.hpp:233:5: note: after user-defined
conversion: 'boost::value_initialized<T>::operator T&() [with T =
cryptonote::cryptonote_connection_context]'
233 | operator T&()
| ^~~~~~~~
[ 20%] Building CXX object
src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_tx_utils.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cryptonote_core && /usr/bin/c++
-DAUTO_INITIALIZE_EASYLOGGINGPP -DBLOCKCHAIN_DB=DB_LMDB
-DDEFAULT_DB_TYPE=\"lmdb\" -DHAVE_EXPLICIT_BZERO -DHAVE_HIDAPI -DHAVE_READLINE
-DHAVE_STRPTIME -DPER_BLOCK_CHECKPOINT
-I/<<PKGBUILDDIR>>/external/rapidjson/include
-I/<<PKGBUILDDIR>>/external/easylogging++ -I/<<PKGBUILDDIR>>/src
-I/<<PKGBUILDDIR>>/contrib/epee/include -I/<<PKGBUILDDIR>>/external
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/translations
-I/<<PKGBUILDDIR>>/external/db_drivers/liblmdb -I/usr/include/hidapi -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DNO_AES
-fno-strict-aliasing -std=c++11 -D_GNU_SOURCE -Wall -Wextra -Wpointer-arith
-Wundef -Wvla -Wwrite-strings -Wno-error=extra
-Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-variable
-Wno-error=unused-variable -Wno-error=undef -Wno-error=uninitialized
-Wlogical-op -Wno-error=may
be-uninitialized -Wno-error=cpp -Wno-reorder -Wno-missing-field-initializers
-fPIC -Wformat -Wformat-security -fstack-protector -fstack-protector-strong
-fcf-protection=full -fstack-clash-protection -mmitigate-rop
-fno-strict-aliasing -Werror -o
CMakeFiles/obj_cryptonote_core.dir/cryptonote_tx_utils.cpp.o -c
/<<PKGBUILDDIR>>/src/cryptonote_core/cryptonote_tx_utils.cpp
c++: warning: switch '-mmitigate-rop' is no longer supported
cc1plus: all warnings being treated as errors
make[3]: ***
[src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/build.make:79:
src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o]
Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 20%] Built target obj_cryptonote_basic
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1268:
src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:144: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j4 returned exit code 2
make: *** [debian/rules:10: binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: monero
Source-Version: 0.14.1.2-1
We believe that the bug you reported is fixed in the latest version of
monero, 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 925...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated monero 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: SHA512
Format: 1.8
Date: Tue, 20 Aug 2019 09:25:04 +0200
Source: monero
Architecture: source
Version: 0.14.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Cryptocoin Team <team+cryptoc...@tracker.debian.org>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 910517 925780
Changes:
monero (0.14.1.2-1) unstable; urgency=medium
.
[ upstream ]
* New release(s).
+ Fix compiling with GCC 9.1.
Closes: Bug#925780. Thanks to Matthias Klose.
.
[ Jonas Smedegaard ]
* Unfuzz patches.
* Improve compiler flags for 32bit archs.
Closes: Bug#910517. Thanks to Emilio Pozuelo Monfort and Adrian Bunk.
* Improve testsuite:
+ Tell cmake to use python3 for tests.
Build-depend on python3.
+ Enable test block_weight.
+ Skip test hash-slow-4 segfaulting.
Checksums-Sha1:
53fcc8995cce024c9ba137f8f63eef35198938d7 2418 monero_0.14.1.2-1.dsc
b9b91bdd4c1703eca2db41b55f84d34940abfc6e 9052395 monero_0.14.1.2.orig.tar.gz
d7ad27a19dd291bf496398004bf6f693254e2dca 20656 monero_0.14.1.2-1.debian.tar.xz
259034a72ba065ef40171617420ca901d129d4c7 11335
monero_0.14.1.2-1_amd64.buildinfo
Checksums-Sha256:
cd80cf4848a015063d15aeb04c994f038f96d1c2e50f621fb58759ebf78b6c16 2418
monero_0.14.1.2-1.dsc
4b167b4b44f85bc8ff0a557257f458f50b7fa99ab8b80f25d608c777068fe26f 9052395
monero_0.14.1.2.orig.tar.gz
17ea04ddd23f495e322a308e6d3231588f5632c1f7ffdb687a9fcd49711f5b94 20656
monero_0.14.1.2-1.debian.tar.xz
4fffb6c9d933f21e2a595f4a603498c530b3bfc705ce307e4f94e2ae4f00d292 11335
monero_0.14.1.2-1_amd64.buildinfo
Files:
e73b82538270e4d9e63301ec98977f2e 2418 utils optional monero_0.14.1.2-1.dsc
45ce7f65576d3a0a9c44364deb817ffa 9052395 utils optional
monero_0.14.1.2.orig.tar.gz
fd015d2951d6b4402ce1f9e20cd7ba8b 20656 utils optional
monero_0.14.1.2-1.debian.tar.xz
d01a7456d44bcc6ba87103c6979f95a0 11335 utils optional
monero_0.14.1.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAl1byDEACgkQLHwxRsGg
ASGqSQ/+NXEb3hS0UpzvSE79Imiv+NBgOUrosxtFLM8/uNvmwCSB3VnvryL4cH3p
1NhsTV3PrZvQP1usqtySfuaBbrqMijLW/u17ef+pcx0gt9kVSXz3bv0xf7QSDWL2
2Ukr/Gm5Xp4sV5fu+bPR3G3YmBuiW3ngIr57GkJtP/tp6R66ft9ffxlGsE5gF5+8
lr5ow7I5UeNdVBfGCJzv3k7snslQHc1diMnjb+KQeScY0IUPuhC54YXVUkT2SYl4
xe+drKY+SmzLMs3FHhKNwHAvGuxmhCs3c8664K3Lvfb8rFqe3bP2qfFV0RPGSle/
B2zTaEMNj0ga/QE7sYCdvdSBZPdeEYFkAXm0jDKCvFeF/Rc03ymdrTRbK4TY+6cO
bjhv9Nwzb10MBqN8y7OA4eStrcFZ1GupMlZAIXWlJxRi/psY3cPWQorBneDUejUf
sEGN9VFDs5jju/z+268Mt8NhGBGsUewplWdler5BPwNCpW46kKea09kw+uwPetuZ
SgWF7UsaTPw4Ucnz/EtGLPhmDidLVJLR4w3of3M0FVU4GnWEAhZ3dt/NdZ5FYTbQ
JgSEdWTF3xdmEI4ZY1P44psJ9PWuiwxuZXZBdqReJKHgUwAvudpgKSRNgeP/lAQS
qzImHOsRpHfKwIpqJgl5u1gbN81xFVsQLIJ7tiYItIi+0QUScls=
=/q81
-----END PGP SIGNATURE-----
--- End Message ---