Your message dated Thu, 06 Feb 2025 21:50:32 +0000
with message-id <e1tg9ly-00e957...@fasolo.debian.org>
and subject line Bug#1071810: fixed in pyfftw 0.15.0-1
has caused the Debian Bug report #1071810,
regarding pyfftw: FTBFS: /tmp/pyfftw-l6u29tyw/fftw_plan_dft.c:2:17: error:
implicit declaration of function ‘fftw_plan_dft’
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.)
--
1071810: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071810
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pyfftw
Version: 0.13.1-2
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --with sphinxdoc --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
dh_auto_build -O--buildsystem=pybuild
I: pybuild pybuild:308: find -name "*.c" -delete
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build"
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation --wheel
--outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyfftw
* Building wheel...
<string>:46: DeprecationWarning: pkg_resources is deprecated as an API. See
https://setuptools.pypa.io/en/latest/pkg_resources.html
/<<PKGBUILDDIR>>/versioneer.py:421: SyntaxWarning: invalid escape sequence '\s'
LONG_VERSION_PY['git'] = '''
INFO:root:running bdist_wheel
INFO:root:running build
INFO:root:running build_py
INFO:root:creating build
INFO:root:creating build/lib.linux-x86_64-cpython-312
INFO:root:creating build/lib.linux-x86_64-cpython-312/pyfftw
INFO:root:copying pyfftw/_version.py ->
build/lib.linux-x86_64-cpython-312/pyfftw
INFO:root:copying pyfftw/config.py -> build/lib.linux-x86_64-cpython-312/pyfftw
INFO:root:copying pyfftw/__init__.py ->
build/lib.linux-x86_64-cpython-312/pyfftw
INFO:root:creating build/lib.linux-x86_64-cpython-312/pyfftw/builders
INFO:root:copying pyfftw/builders/_utils.py ->
build/lib.linux-x86_64-cpython-312/pyfftw/builders
INFO:root:copying pyfftw/builders/builders.py ->
build/lib.linux-x86_64-cpython-312/pyfftw/builders
INFO:root:copying pyfftw/builders/__init__.py ->
build/lib.linux-x86_64-cpython-312/pyfftw/builders
INFO:root:creating build/lib.linux-x86_64-cpython-312/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/_utils.py ->
build/lib.linux-x86_64-cpython-312/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/cache.py ->
build/lib.linux-x86_64-cpython-312/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/dask_fft.py ->
build/lib.linux-x86_64-cpython-312/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/numpy_fft.py ->
build/lib.linux-x86_64-cpython-312/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/scipy_fftpack.py ->
build/lib.linux-x86_64-cpython-312/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/__init__.py ->
build/lib.linux-x86_64-cpython-312/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/scipy_fft.py ->
build/lib.linux-x86_64-cpython-312/pyfftw/interfaces
INFO:root:running build_ext
INFO:root:x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/pyfftw
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include -I/usr/include -I/usr/include/python3.12 -c
/tmp/pyfftw-em5b20w6/None.c -o /tmp/pyfftw-em5b20w6/None.o
INFO:root:x86_64-linux-gnu-gcc /tmp/pyfftw-em5b20w6/None.o -L/usr/lib
-L/usr/lib/x86_64-linux-gnu -lm -o /tmp/pyfftw-em5b20w6/a.out
INFO:root:x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/pyfftw
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include -I/usr/include -I/usr/include/python3.12 -c
/tmp/pyfftw-l6u29tyw/fftw_plan_dft.c -o /tmp/pyfftw-l6u29tyw/fftw_plan_dft.o
/tmp/pyfftw-l6u29tyw/fftw_plan_dft.c: In function ‘main’:
/tmp/pyfftw-l6u29tyw/fftw_plan_dft.c:2:17: error: implicit declaration of
function ‘fftw_plan_dft’ [-Werror=implicit-function-declaration]
2 | fftw_plan_dft();
| ^~~~~~~~~~~~~
cc1: some warnings being treated as errors
WARNING:__main__:Compilation error: command '/usr/bin/x86_64-linux-gnu-gcc'
failed with exit code 1
INFO:root:x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/pyfftw
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include -I/usr/include -I/usr/include/python3.12 -c
/tmp/pyfftw-r_m1h4sa/fftwf_plan_dft.c -o /tmp/pyfftw-r_m1h4sa/fftwf_plan_dft.o
/tmp/pyfftw-r_m1h4sa/fftwf_plan_dft.c: In function ‘main’:
/tmp/pyfftw-r_m1h4sa/fftwf_plan_dft.c:2:17: error: implicit declaration of
function ‘fftwf_plan_dft’ [-Werror=implicit-function-declaration]
2 | fftwf_plan_dft();
| ^~~~~~~~~~~~~~
cc1: some warnings being treated as errors
WARNING:__main__:Compilation error: command '/usr/bin/x86_64-linux-gnu-gcc'
failed with exit code 1
INFO:root:x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/pyfftw
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include -I/usr/include -I/usr/include/python3.12 -c
/tmp/pyfftw-riz_yzyf/fftwl_plan_dft.c -o /tmp/pyfftw-riz_yzyf/fftwl_plan_dft.o
/tmp/pyfftw-riz_yzyf/fftwl_plan_dft.c: In function ‘main’:
/tmp/pyfftw-riz_yzyf/fftwl_plan_dft.c:2:17: error: implicit declaration of
function ‘fftwl_plan_dft’ [-Werror=implicit-function-declaration]
2 | fftwl_plan_dft();
| ^~~~~~~~~~~~~~
cc1: some warnings being treated as errors
WARNING:__main__:Compilation error: command '/usr/bin/x86_64-linux-gnu-gcc'
failed with exit code 1
UPDATING build/lib.linux-x86_64-cpython-312/pyfftw/_version.py
set build/lib.linux-x86_64-cpython-312/pyfftw/_version.py to '0.13.1'
error: Could not find any of the FFTW libraries
ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: python3.12 -m
build --skip-dependency-check --no-isolation --wheel --outdir
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyfftw
I: pybuild pybuild:308: find -name "*.c" -delete
I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build"
module
I: pybuild base:311: python3.11 -m build --skip-dependency-check --no-isolation --wheel
--outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyfftw
* Building wheel...
<string>:46: DeprecationWarning: pkg_resources is deprecated as an API. See
https://setuptools.pypa.io/en/latest/pkg_resources.html
INFO:root:running bdist_wheel
INFO:root:running build
INFO:root:running build_py
INFO:root:creating build/lib.linux-x86_64-cpython-311
INFO:root:creating build/lib.linux-x86_64-cpython-311/pyfftw
INFO:root:copying pyfftw/_version.py ->
build/lib.linux-x86_64-cpython-311/pyfftw
INFO:root:copying pyfftw/config.py -> build/lib.linux-x86_64-cpython-311/pyfftw
INFO:root:copying pyfftw/__init__.py ->
build/lib.linux-x86_64-cpython-311/pyfftw
INFO:root:creating build/lib.linux-x86_64-cpython-311/pyfftw/builders
INFO:root:copying pyfftw/builders/_utils.py ->
build/lib.linux-x86_64-cpython-311/pyfftw/builders
INFO:root:copying pyfftw/builders/builders.py ->
build/lib.linux-x86_64-cpython-311/pyfftw/builders
INFO:root:copying pyfftw/builders/__init__.py ->
build/lib.linux-x86_64-cpython-311/pyfftw/builders
INFO:root:creating build/lib.linux-x86_64-cpython-311/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/_utils.py ->
build/lib.linux-x86_64-cpython-311/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/cache.py ->
build/lib.linux-x86_64-cpython-311/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/dask_fft.py ->
build/lib.linux-x86_64-cpython-311/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/numpy_fft.py ->
build/lib.linux-x86_64-cpython-311/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/scipy_fftpack.py ->
build/lib.linux-x86_64-cpython-311/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/__init__.py ->
build/lib.linux-x86_64-cpython-311/pyfftw/interfaces
INFO:root:copying pyfftw/interfaces/scipy_fft.py ->
build/lib.linux-x86_64-cpython-311/pyfftw/interfaces
INFO:root:running build_ext
INFO:root:x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g
-Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/pyfftw
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include -I/usr/include -I/usr/include/python3.11 -c
/tmp/pyfftw-cdy9e7vz/None.c -o /tmp/pyfftw-cdy9e7vz/None.o
INFO:root:x86_64-linux-gnu-gcc /tmp/pyfftw-cdy9e7vz/None.o -L/usr/lib
-L/usr/lib/x86_64-linux-gnu -lm -o /tmp/pyfftw-cdy9e7vz/a.out
INFO:root:x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g
-Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/pyfftw
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include -I/usr/include -I/usr/include/python3.11 -c
/tmp/pyfftw-3b1eee7j/fftw_plan_dft.c -o /tmp/pyfftw-3b1eee7j/fftw_plan_dft.o
/tmp/pyfftw-3b1eee7j/fftw_plan_dft.c: In function ‘main’:
/tmp/pyfftw-3b1eee7j/fftw_plan_dft.c:2:17: error: implicit declaration of
function ‘fftw_plan_dft’ [-Werror=implicit-function-declaration]
2 | fftw_plan_dft();
| ^~~~~~~~~~~~~
cc1: some warnings being treated as errors
WARNING:__main__:Compilation error: command '/usr/bin/x86_64-linux-gnu-gcc'
failed with exit code 1
INFO:root:x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g
-Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/pyfftw
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include -I/usr/include -I/usr/include/python3.11 -c
/tmp/pyfftw-6w0ttjht/fftwf_plan_dft.c -o /tmp/pyfftw-6w0ttjht/fftwf_plan_dft.o
/tmp/pyfftw-6w0ttjht/fftwf_plan_dft.c: In function ‘main’:
/tmp/pyfftw-6w0ttjht/fftwf_plan_dft.c:2:17: error: implicit declaration of
function ‘fftwf_plan_dft’ [-Werror=implicit-function-declaration]
2 | fftwf_plan_dft();
| ^~~~~~~~~~~~~~
cc1: some warnings being treated as errors
WARNING:__main__:Compilation error: command '/usr/bin/x86_64-linux-gnu-gcc'
failed with exit code 1
INFO:root:x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g
-Werror=implicit-function-declaration -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/pyfftw
-I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include -I/usr/include -I/usr/include/python3.11 -c
/tmp/pyfftw-er8_4726/fftwl_plan_dft.c -o /tmp/pyfftw-er8_4726/fftwl_plan_dft.o
/tmp/pyfftw-er8_4726/fftwl_plan_dft.c: In function ‘main’:
/tmp/pyfftw-er8_4726/fftwl_plan_dft.c:2:17: error: implicit declaration of
function ‘fftwl_plan_dft’ [-Werror=implicit-function-declaration]
2 | fftwl_plan_dft();
| ^~~~~~~~~~~~~~
cc1: some warnings being treated as errors
WARNING:__main__:Compilation error: command '/usr/bin/x86_64-linux-gnu-gcc'
failed with exit code 1
UPDATING build/lib.linux-x86_64-cpython-311/pyfftw/_version.py
set build/lib.linux-x86_64-cpython-311/pyfftw/_version.py to '0.13.1'
error: Could not find any of the FFTW libraries
ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: python3.11 -m
build --skip-dependency-check --no-isolation --wheel --outdir
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyfftw
dh_auto_build: error: pybuild --build -i python{version} -p "3.12 3.11"
returned exit code 13
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202405/
About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: pyfftw
Source-Version: 0.15.0-1
Done: Michael R. Crusoe <cru...@debian.org>
We believe that the bug you reported is fixed in the latest version of
pyfftw, 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 1071...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael R. Crusoe <cru...@debian.org> (supplier of updated pyfftw 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: Thu, 06 Feb 2025 22:32:29 +0100
Source: pyfftw
Architecture: source
Version: 0.15.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Michael R. Crusoe <cru...@debian.org>
Closes: 1071810 1092781
Changes:
pyfftw (0.15.0-1) unstable; urgency=medium
.
* New upstream version. Closes: #1071810
* Standards-Version: 4.7.0 (routine-update)
* Deleted both patches, they are no longer needed.
* d/control: switch to non-legacy cython3. Closes: #1092781
* d/control: Run the build-time tests using pytest, like upstream does.
Require numpy version 2.x as per pyproject.toml
* Enabled use of the "nodoc" build profile.
* Added patch and extra build dependencies to link the docs to the
Python 3, NumPy, and ScipPy docs.
* Added patch to respect LDFLAGS to improve build hardening.
* d/rules: skip simd alignment related tests on the "ignored"
architectures.
Checksums-Sha1:
f72bf9bfe1b60a1bc376520d30a1f505e96eb0c3 2507 pyfftw_0.15.0-1.dsc
5592ea1b03f2a2756daef9d0342868851f59b56a 184669 pyfftw_0.15.0.orig.tar.gz
400cc1795c0969b2e3eca4179670d0b825a8b91b 7584 pyfftw_0.15.0-1.debian.tar.xz
0df9144374c2903be31605140065f74a5a9ad38c 10668 pyfftw_0.15.0-1_source.buildinfo
Checksums-Sha256:
f7393c08d464da9fd24e772a2e83cf06252a182d256e777f055e09c53793e065 2507
pyfftw_0.15.0-1.dsc
e73f30803272f7fda0952a2e6368358ed15b985ae2e9fe2d63937790b56b5607 184669
pyfftw_0.15.0.orig.tar.gz
fb64e44f7c12baf627a4184c55ae81b5310b6d06f840627873115434d5423261 7584
pyfftw_0.15.0-1.debian.tar.xz
1aee84ac603aad9b2956c23287bb10ea6ed7d237ad16eb0cbd7ae09a1c751b4e 10668
pyfftw_0.15.0-1_source.buildinfo
Files:
133e8d3721f0d95f91fb432bb139d848 2507 python optional pyfftw_0.15.0-1.dsc
db47a7fb6365675502673bee3a241d6b 184669 python optional
pyfftw_0.15.0.orig.tar.gz
75a60fb83a2454ece19a81fd1b60e1e5 7584 python optional
pyfftw_0.15.0-1.debian.tar.xz
ad6fc534433c5c05c15cfd65ed47132b 10668 python optional
pyfftw_0.15.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEck1gkzcRPHEFUNdHPCZ2P2xn5uIFAmelKowSHGNydXNvZUBk
ZWJpYW4ub3JnAAoJEDwmdj9sZ+biOK0P/3dfsccNMwiM54LhB/CZmn0CoSgqEl3v
B5p/yq8k6rwez0SdlKfvLLWPxRcU7y+GBbPnP/1FJnM4Y1WCyyxHiE3knWzkVzqO
YeZjVm71qKi2NT1S9Hs4Qpj/VgoXd+NXwEm0A+DStoJGaJJmb8197pdLcWVYc2QD
WROYeTEIvaEsBT6ZBYDnwRLuuLajhvSg1uaCU4Ps3cSdaToMKpDhY6AI/69omJKK
tuyWMZpvWmNXxpoTKoC4YJ5rPw74VOEn4N2cdeAY/Qcnn6vlkQDHW1u5XW4Aczer
h9ENdTg6F+hVglp5a/DbpYHWQoBBZu+NzFDESjVZBfW3k18z2iNH1plxXD6y551D
ubp9qnLrXBMZKOWLG5wu+IWSCI5l4nnkndHHElBMfdvXp+KoqfpyLZtolq7qWd5Z
pdPn024NarYAThpUmxYo3SMymbVcW5xZ4bdmpGdv4Me3XOAx7KYMObhMGiYKdJ2a
Bo1OfI8tAEUGt6qjvTbF53bJ4ZcaXQ7nAtRxTq/dx3q9gGmxeVFx2PbXDwG6cKSf
DmxaS6PYmqehJxt/+Yy6V+9rbdB7oCR71rnmm6kBJESlOKanSVfR/TBrCMb8Wnt9
TJ7iBr4/jhkd7OeLRQ8HBLAtA4Esu5pJr+F5oAwyBCFQp+TXpWuD9zzvGeyCeEnH
1ug7eE6YTOJI
=WfJB
-----END PGP SIGNATURE-----
pgpmcen7a28Og.pgp
Description: PGP signature
--- End Message ---