Your message dated Mon, 06 Sep 2021 20:34:45 +0000
with message-id <[email protected]>
and subject line Bug#984046: fixed in emoslib 2:4.5.9-7
has caused the Debian Bug report #984046,
regarding emoslib: 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.)
--
984046: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984046
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:emoslib
Version: 2:4.5.9-6
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/emoslib_4.5.9-6_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.
[...]
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp && /usr/bin/cmake -E
copy_if_different /<<PKGBUILDDIR>>/pbio/PBGroutines.h
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/pbio/PBGroutines.h
[ 23%] copying pbio/fileRead.h from emos (sp)
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp && /usr/bin/cmake -E
copy_if_different /<<PKGBUILDDIR>>/pbio/fileRead.h
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/pbio/fileRead.h
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/libemos-sp
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/CMakeFiles/emos_sp.dir/DependInfo.cmake
--color=
Scanning dependencies of target emos_sp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f libemos-sp/CMakeFiles/emos_sp.dir/build.make
libemos-sp/CMakeFiles/emos_sp.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 23%] Building C object
libemos-sp/CMakeFiles/emos_sp.dir/__/libemos_version.c.o
[ 23%] Building Fortran object
libemos-sp/CMakeFiles/emos_sp.dir/interpolation/areachk.F.o
[ 23%] Building Fortran object
libemos-sp/CMakeFiles/emos_sp.dir/interpolation/auresol.F.o
[ 23%] Building Fortran object
libemos-sp/CMakeFiles/emos_sp.dir/interpolation/chequal.F.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp && /usr/bin/gfortran
-DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT
-DINTERPOL_TABLES_PATH=\"/usr/share/emos\" -DPOINTER_64 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Dgfortran -Dlinux
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/module -I/<<PKGBUILDDIR>>
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/interpolation
-I/<<PKGBUILDDIR>>/bufrdc_wmo -I/usr/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-ffixed-line-length-none -fcray-pointer -fno-second-underscore -Wuninitialized
-Wunused-variable -DSHAREDMEMORY -O3 -DNDEBUG -funroll-all-loops
-finline-functions -O2 -DLITTLE_ENDIAN -J. -fPIC -fPIC -mcmodel=medium -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/areachk.F -o
CMakeFiles/emos_sp.dir/interpolation/areachk.F.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp && /usr/bin/cc
-DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT
-DINTERPOL_TABLES_PATH=\"/usr/share/emos\" -DPOINTER_64 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Dgfortran -Dlinux
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/module -I/<<PKGBUILDDIR>>
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/interpolation
-I/<<PKGBUILDDIR>>/bufrdc_wmo -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -pipe -O3 -DNDEBUG -fPIC -fPIC -mcmodel=medium -o
CMakeFiles/emos_sp.dir/__/libemos_version.c.o -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos_version.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp && /usr/bin/gfortran
-DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT
-DINTERPOL_TABLES_PATH=\"/usr/share/emos\" -DPOINTER_64 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Dgfortran -Dlinux
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/module -I/<<PKGBUILDDIR>>
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/interpolation
-I/<<PKGBUILDDIR>>/bufrdc_wmo -I/usr/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-ffixed-line-length-none -fcray-pointer -fno-second-underscore -Wuninitialized
-Wunused-variable -DSHAREDMEMORY -O3 -DNDEBUG -funroll-all-loops
-finline-functions -O2 -DLITTLE_ENDIAN -J. -fPIC -fPIC -mcmodel=medium -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/auresol.F -o
CMakeFiles/emos_sp.dir/interpolation/auresol.F.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp && /usr/bin/gfortran
-DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT
-DINTERPOL_TABLES_PATH=\"/usr/share/emos\" -DPOINTER_64 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Dgfortran -Dlinux
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/module -I/<<PKGBUILDDIR>>
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/interpolation
-I/<<PKGBUILDDIR>>/bufrdc_wmo -I/usr/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-ffixed-line-length-none -fcray-pointer -fno-second-underscore -Wuninitialized
-Wunused-variable -DSHAREDMEMORY -O3 -DNDEBUG -funroll-all-loops
-finline-functions -O2 -DLITTLE_ENDIAN -J. -fPIC -fPIC -mcmodel=medium -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/chequal.F -o
CMakeFiles/emos_sp.dir/interpolation/chequal.F.o
[ 23%] Building Fortran object
libemos-sp/CMakeFiles/emos_sp.dir/interpolation/chkout.F.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp && /usr/bin/gfortran
-DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT
-DINTERPOL_TABLES_PATH=\"/usr/share/emos\" -DPOINTER_64 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Dgfortran -Dlinux
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/module -I/<<PKGBUILDDIR>>
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/interpolation
-I/<<PKGBUILDDIR>>/bufrdc_wmo -I/usr/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-ffixed-line-length-none -fcray-pointer -fno-second-underscore -Wuninitialized
-Wunused-variable -DSHAREDMEMORY -O3 -DNDEBUG -funroll-all-loops
-finline-functions -O2 -DLITTLE_ENDIAN -J. -fPIC -fPIC -mcmodel=medium -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/chkout.F -o
CMakeFiles/emos_sp.dir/interpolation/chkout.F.o
[ 23%] Building Fortran object
libemos-sp/CMakeFiles/emos_sp.dir/interpolation/chkprec.F.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp && /usr/bin/gfortran
-DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT
-DINTERPOL_TABLES_PATH=\"/usr/share/emos\" -DPOINTER_64 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Dgfortran -Dlinux
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/module -I/<<PKGBUILDDIR>>
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/interpolation
-I/<<PKGBUILDDIR>>/bufrdc_wmo -I/usr/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-ffixed-line-length-none -fcray-pointer -fno-second-underscore -Wuninitialized
-Wunused-variable -DSHAREDMEMORY -O3 -DNDEBUG -funroll-all-loops
-finline-functions -O2 -DLITTLE_ENDIAN -J. -fPIC -fPIC -mcmodel=medium -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/chkprec.F -o
CMakeFiles/emos_sp.dir/interpolation/chkprec.F.o
[ 23%] Building Fortran object
libemos-sp/CMakeFiles/emos_sp.dir/interpolation/clear_c.F.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp && /usr/bin/gfortran
-DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT
-DINTERPOL_TABLES_PATH=\"/usr/share/emos\" -DPOINTER_64 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Dgfortran -Dlinux
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/module -I/<<PKGBUILDDIR>>
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/interpolation
-I/<<PKGBUILDDIR>>/bufrdc_wmo -I/usr/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-ffixed-line-length-none -fcray-pointer -fno-second-underscore -Wuninitialized
-Wunused-variable -DSHAREDMEMORY -O3 -DNDEBUG -funroll-all-loops
-finline-functions -O2 -DLITTLE_ENDIAN -J. -fPIC -fPIC -mcmodel=medium -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/clear_c.F -o
CMakeFiles/emos_sp.dir/interpolation/clear_c.F.o
[ 23%] Building Fortran object
libemos-sp/CMakeFiles/emos_sp.dir/interpolation/ddstyle.F.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp && /usr/bin/gfortran
-DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT
-DINTERPOL_TABLES_PATH=\"/usr/share/emos\" -DPOINTER_64 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Dgfortran -Dlinux
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/module -I/<<PKGBUILDDIR>>
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/interpolation
-I/<<PKGBUILDDIR>>/bufrdc_wmo -I/usr/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-ffixed-line-length-none -fcray-pointer -fno-second-underscore -Wuninitialized
-Wunused-variable -DSHAREDMEMORY -O3 -DNDEBUG -funroll-all-loops
-finline-functions -O2 -DLITTLE_ENDIAN -J. -fPIC -fPIC -mcmodel=medium -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/ddstyle.F -o
CMakeFiles/emos_sp.dir/interpolation/ddstyle.F.o
[ 23%] Building Fortran object
libemos-sp/CMakeFiles/emos_sp.dir/interpolation/dpath_tables_interpol.F90.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp && /usr/bin/gfortran
-DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT
-DINTERPOL_TABLES_PATH=\"/usr/share/emos\" -DPOINTER_64 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Dgfortran -Dlinux
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/module -I/<<PKGBUILDDIR>>
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/interpolation
-I/<<PKGBUILDDIR>>/bufrdc_wmo -I/usr/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-ffixed-line-length-none -fcray-pointer -fno-second-underscore -Wuninitialized
-Wunused-variable -DSHAREDMEMORY -O3 -DNDEBUG -funroll-all-loops
-finline-functions -O2 -DLITTLE_ENDIAN -J. -fPIC -fPIC -mcmodel=medium -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/dpath_tables_interpol.F90
-o CMakeFiles/emos_sp.dir/interpolation/dpath_tables_interpol.F90.o
[ 23%] Building Fortran object
libemos-sp/CMakeFiles/emos_sp.dir/interpolation/dssarea.F.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp && /usr/bin/gfortran
-DBUFR_TABLES_PATH=\"/usr/share/emos/bufrtables\" -DFOPEN64 -DINTEGER_IS_INT
-DINTERPOL_TABLES_PATH=\"/usr/share/emos\" -DPOINTER_64 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -Dgfortran -Dlinux
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/module -I/<<PKGBUILDDIR>>
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/interpolation
-I/<<PKGBUILDDIR>>/bufrdc_wmo -I/usr/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-ffixed-line-length-none -fcray-pointer -fno-second-underscore -Wuninitialized
-Wunused-variable -DSHAREDMEMORY -O3 -DNDEBUG -funroll-all-loops
-finline-functions -O2 -DLITTLE_ENDIAN -J. -fPIC -fPIC -mcmodel=medium -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/dssarea.F -o
CMakeFiles/emos_sp.dir/interpolation/dssarea.F.o
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/dssarea.F:353:60:
175 | CALL INTLOGR(JP_DEBUG,'DSSAREA: input w-e = ', EW)
| 2
......
353 | CALL INTLOGR(JP_DEBUG,'DSSAREA: calculated west = ', DWEST)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2)
(REAL(8)/REAL(4)).
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/dssarea.F:354:60:
175 | CALL INTLOGR(JP_DEBUG,'DSSAREA: input w-e = ', EW)
| 2
......
354 | CALL INTLOGR(JP_DEBUG,'DSSAREA: calculated east = ', DEAST)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2)
(REAL(8)/REAL(4)).
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/dssarea.F:479:62:
175 | CALL INTLOGR(JP_DEBUG,'DSSAREA: input w-e = ', EW)
| 2
......
479 | CALL INTLOGR(JP_DEBUG,'DSSAREA: calculated north = ', DNORTH)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2)
(REAL(8)/REAL(4)).
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libemos-sp/interpolation/dssarea.F:480:62:
175 | CALL INTLOGR(JP_DEBUG,'DSSAREA: input w-e = ', EW)
| 2
......
480 | CALL INTLOGR(JP_DEBUG,'DSSAREA: calculated south = ', DSOUTH)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2)
(REAL(8)/REAL(4)).
make[3]: *** [libemos-sp/CMakeFiles/emos_sp.dir/build.make:2570:
libemos-sp/CMakeFiles/emos_sp.dir/interpolation/dssarea.F.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:3874: libemos-sp/CMakeFiles/emos_sp.dir/all]
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:185: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install
--strip-program=true" returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: emoslib
Source-Version: 2:4.5.9-7
Done: Alastair McKinstry <[email protected]>
We believe that the bug you reported is fixed in the latest version of
emoslib, 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.
Alastair McKinstry <[email protected]> (supplier of updated emoslib 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: SHA256
Format: 1.8
Date: Mon, 06 Sep 2021 20:11:18 +0100
Source: emoslib
Architecture: source
Version: 2:4.5.9-7
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 984046
Changes:
emoslib (2:4.5.9-7) unstable; urgency=medium
.
* Change gfortran conditional flags to work with gfortran 11.
Closes: #984046
* Standards-Version:4.6.0
Checksums-Sha1:
d4d5a28d740ce8c2892bea258f54c00cba2748f6 2238 emoslib_4.5.9-7.dsc
fbc16b6266030f3a09caa479f18a50fc94ca6d84 14916 emoslib_4.5.9-7.debian.tar.xz
Checksums-Sha256:
df261f524aeeeefb610d3f32f545ab983182b9db3b4619ecf22b5a89e5a78fef 2238
emoslib_4.5.9-7.dsc
a13d3866b1ceeffccd41cb1ac35119bf279a44bf7914827e814eae487d14a685 14916
emoslib_4.5.9-7.debian.tar.xz
Files:
20d31e0938b9bc1fb4a72f6c4c13574f 2238 utils optional emoslib_4.5.9-7.dsc
273aabbd92c09a91b2c8fcfdcf4c2b99 14916 utils optional
emoslib_4.5.9-7.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmE2cS4ACgkQy+a7Tl2a
06U7qw/9EqIJ5pI1AnFKO9LD/Zav/eo8DoJXwN6O1Q7ttb0LJH448MQGd8DrOA9W
4uFkz+u2y7ODj1HfdI0axtJrIYKNhc6Sd1Pr46c5JNu9wqdvTKqSY7dwQNY+Weht
B9/DevPfu7YFlomAAyIhgh3LKXfMgAkSRqaC1m8oiWOg/K+IsUs3X5bbuPcf22LV
hI5PF68MHHQ5Y7vf1ibmZ8u9ZxOY7qEpwCxtU+OmXA18eSeI/4MKpP8sj/kl6sJT
T39lAa3Jc89NKHBwZp0NxuqTzBira0gGIe9Y5dbae7MTK0gQL7gInTthD+WQvkmJ
5wkOaS6rMb2Mq+hL9WhVZyFFvx45hga1OC7uBaeDbexDuNYfwCSDIIw83k2puNrQ
58V004/oupaOhxGVmu3bylcQXBQLP3cPbaeyhVXPVkaKCELCsQ3j5MyNUeC3PJbm
BrPa34znuzrGrXCAuCRPgTnpFLE5icj/X3ftfHS/Tybw9KyfnjkEO4KwPEwfRFXT
9BOOAlxYB1Qr66up0aetgVsmParDSlIkfmaRKXg2RPIqXasl6A4/2IycWq8mUS9i
lluiOvJKDq1BuGm1Rhem+FZF5HtX9KXbwyRonY3mKfQQkPJfHku2QGZTXUSpMBuR
9LbKu5UDbSre/HLqMshr2bfoH8PXu4s/358smhRvoeCxR7Xi2dY=
=3Nzz
-----END PGP SIGNATURE-----
--- End Message ---