Your message dated Fri, 08 Nov 2019 15:49:38 +0000
with message-id <[email protected]>
and subject line Bug#925655: fixed in colmap 3.6+dev2+git20191105-1
has caused the Debian Bug report #925655,
regarding colmap: 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 [email protected]
immediately.)


-- 
925655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925655
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:colmap
Version: 3.5-1
Severity: normal
Tags: sid bullseye
User: [email protected]
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/colmap_3.5-1_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.

[...]
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/VLFeat && /usr/bin/cc 
-DOPENGL_ENABLED -DOPENMP_ENABLED -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/src 
-I/usr/include/eigen3 -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON 
-Wno-maybe-uninitialized -fopenmp -w -fPIC   -o CMakeFiles/vlfeat.dir/hog.c.o   
-c /<<PKGBUILDDIR>>/lib/VLFeat/hog.c
[ 39%] Building C object lib/VLFeat/CMakeFiles/vlfeat.dir/homkermap.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/VLFeat && /usr/bin/cc 
-DOPENGL_ENABLED -DOPENMP_ENABLED -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/src 
-I/usr/include/eigen3 -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON 
-Wno-maybe-uninitialized -fopenmp -w -fPIC   -o 
CMakeFiles/vlfeat.dir/homkermap.c.o   -c /<<PKGBUILDDIR>>/lib/VLFeat/homkermap.c
[ 39%] Building C object lib/VLFeat/CMakeFiles/vlfeat.dir/host.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/VLFeat && /usr/bin/cc 
-DOPENGL_ENABLED -DOPENMP_ENABLED -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/src 
-I/usr/include/eigen3 -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON 
-Wno-maybe-uninitialized -fopenmp -w -fPIC   -o CMakeFiles/vlfeat.dir/host.c.o  
 -c /<<PKGBUILDDIR>>/lib/VLFeat/host.c
[ 39%] Building C object lib/VLFeat/CMakeFiles/vlfeat.dir/ikmeans.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/VLFeat && /usr/bin/cc 
-DOPENGL_ENABLED -DOPENMP_ENABLED -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/src 
-I/usr/include/eigen3 -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON 
-Wno-maybe-uninitialized -fopenmp -w -fPIC   -o 
CMakeFiles/vlfeat.dir/ikmeans.c.o   -c /<<PKGBUILDDIR>>/lib/VLFeat/ikmeans.c
[ 39%] Building C object lib/VLFeat/CMakeFiles/vlfeat.dir/imopv.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/VLFeat && /usr/bin/cc 
-DOPENGL_ENABLED -DOPENMP_ENABLED -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/src 
-I/usr/include/eigen3 -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON 
-Wno-maybe-uninitialized -fopenmp -w -fPIC   -o CMakeFiles/vlfeat.dir/imopv.c.o 
  -c /<<PKGBUILDDIR>>/lib/VLFeat/imopv.c
[ 39%] Building C object lib/VLFeat/CMakeFiles/vlfeat.dir/kdtree.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/VLFeat && /usr/bin/cc 
-DOPENGL_ENABLED -DOPENMP_ENABLED -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/src 
-I/usr/include/eigen3 -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON 
-Wno-maybe-uninitialized -fopenmp -w -fPIC   -o 
CMakeFiles/vlfeat.dir/kdtree.c.o   -c /<<PKGBUILDDIR>>/lib/VLFeat/kdtree.c
[ 41%] Building C object lib/VLFeat/CMakeFiles/vlfeat.dir/kmeans.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/VLFeat && /usr/bin/cc 
-DOPENGL_ENABLED -DOPENMP_ENABLED -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/src 
-I/usr/include/eigen3 -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON 
-Wno-maybe-uninitialized -fopenmp -w -fPIC   -o 
CMakeFiles/vlfeat.dir/kmeans.c.o   -c /<<PKGBUILDDIR>>/lib/VLFeat/kmeans.c
In file included from /<<PKGBUILDDIR>>/lib/VLFeat/kmeans.h:21,
                 from /<<PKGBUILDDIR>>/lib/VLFeat/kmeans.c:363:
/<<PKGBUILDDIR>>/lib/VLFeat/kmeans.c: In function '_vl_kmeans_quantize_f':
/<<PKGBUILDDIR>>/lib/VLFeat/mathop.h:92:37: error: 'vl_infinity_d' not 
specified in enclosing 'parallel'
   92 | #define VL_INFINITY_D (vl_infinity_d.value)
      |                       ~~~~~~~~~~~~~~^~~~~~~
/<<PKGBUILDDIR>>/lib/VLFeat/kmeans.c:685:34: note: in expansion of macro 
'VL_INFINITY_D'
  685 |       TYPE bestDistance = (TYPE) VL_INFINITY_D ;
      |                                  ^~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/lib/VLFeat/kmeans.c:1782:
/<<PKGBUILDDIR>>/lib/VLFeat/kmeans.c:672:9: error: enclosing 'parallel'
  672 | #pragma omp parallel default(none) \
      |         ^~~
In file included from /<<PKGBUILDDIR>>/lib/VLFeat/kmeans.c:1788:
/<<PKGBUILDDIR>>/lib/VLFeat/kmeans.c: In function '_vl_kmeans_quantize_d':
/<<PKGBUILDDIR>>/lib/VLFeat/kmeans.c:685:27: error: 'vl_infinity_d' not 
specified in enclosing 'parallel'
  685 |       TYPE bestDistance = (TYPE) VL_INFINITY_D ;
/<<PKGBUILDDIR>>/lib/VLFeat/kmeans.c:672:9: error: enclosing 'parallel'
  672 | #pragma omp parallel default(none) \
      |         ^~~
make[3]: *** [lib/VLFeat/CMakeFiles/vlfeat.dir/build.make:261: 
lib/VLFeat/CMakeFiles/vlfeat.dir/kmeans.c.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:582: lib/VLFeat/CMakeFiles/vlfeat.dir/all] 
Error 2
make[2]: *** Waiting for unfinished jobs....
[ 43%] Building CXX object 
lib/PoissonRecon/CMakeFiles/poisson_recon.dir/SurfaceTrimmer.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/PoissonRecon && /usr/bin/c++  
-DOPENGL_ENABLED -DOPENMP_ENABLED -DRELEASE -I/<<PKGBUILDDIR>>/lib 
-I/<<PKGBUILDDIR>>/src -I/usr/include/eigen3 
-I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON 
-Wno-maybe-uninitialized -fopenmp -w -funroll-loops -ffast-math -std=c++11 
-fPIC   -o CMakeFiles/poisson_recon.dir/SurfaceTrimmer.cpp.o -c 
/<<PKGBUILDDIR>>/lib/PoissonRecon/SurfaceTrimmer.cpp
[ 43%] Building C object lib/FLANN/CMakeFiles/flann.dir/ext/lz4.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/FLANN && /usr/bin/cc 
-DOPENGL_ENABLED -DOPENMP_ENABLED -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/src 
-I/usr/include/eigen3 -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON 
-Wno-maybe-uninitialized -fopenmp -w -fPIC   -o 
CMakeFiles/flann.dir/ext/lz4.c.o   -c /<<PKGBUILDDIR>>/lib/FLANN/ext/lz4.c
[ 43%] Building C object lib/FLANN/CMakeFiles/flann.dir/ext/lz4hc.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/FLANN && /usr/bin/cc 
-DOPENGL_ENABLED -DOPENMP_ENABLED -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/src 
-I/usr/include/eigen3 -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON 
-Wno-maybe-uninitialized -fopenmp -w -fPIC   -o 
CMakeFiles/flann.dir/ext/lz4hc.c.o   -c /<<PKGBUILDDIR>>/lib/FLANN/ext/lz4hc.c
[ 43%] Linking C static library libsqlite3.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/SQLite && /usr/bin/cmake -P 
CMakeFiles/sqlite3.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/SQLite && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/sqlite3.dir/link.txt --verbose=1
/usr/bin/ar qc libsqlite3.a  CMakeFiles/sqlite3.dir/sqlite3.c.o
/usr/bin/ranlib libsqlite3.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 43%] Built target sqlite3
[ 43%] Linking CXX static library libpoisson_recon.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/PoissonRecon && /usr/bin/cmake -P 
CMakeFiles/poisson_recon.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/PoissonRecon && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/poisson_recon.dir/link.txt --verbose=1
/usr/bin/ar qc libpoisson_recon.a  
CMakeFiles/poisson_recon.dir/CmdLineParser.cpp.o 
CMakeFiles/poisson_recon.dir/Factor.cpp.o 
CMakeFiles/poisson_recon.dir/Geometry.cpp.o 
CMakeFiles/poisson_recon.dir/MarchingCubes.cpp.o 
CMakeFiles/poisson_recon.dir/PlyFile.cpp.o 
CMakeFiles/poisson_recon.dir/PoissonRecon.cpp.o 
CMakeFiles/poisson_recon.dir/SurfaceTrimmer.cpp.o
/usr/bin/ranlib libpoisson_recon.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 43%] Built target poisson_recon
[ 43%] Linking CXX static library libflann.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/FLANN && /usr/bin/cmake -P 
CMakeFiles/flann.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/FLANN && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/flann.dir/link.txt --verbose=1
/usr/bin/ar qc libflann.a  CMakeFiles/flann.dir/flann.cpp.o 
CMakeFiles/flann.dir/ext/lz4.c.o CMakeFiles/flann.dir/ext/lz4hc.c.o
/usr/bin/ranlib libflann.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 43%] Built target flann
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install 
--strip-program=true" returned exit code 2
make: *** [debian/rules:28: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: colmap
Source-Version: 3.6+dev2+git20191105-1

We believe that the bug you reported is fixed in the latest version of
colmap, 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.
Gürkan Myczko <[email protected]> (supplier of updated colmap 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: SHA512

Format: 1.8
Date: Tue, 05 Nov 2019 10:13:22 +0100
Source: colmap
Architecture: source
Version: 3.6+dev2+git20191105-1
Distribution: unstable
Urgency: medium
Maintainer: Gürkan Myczko <[email protected]>
Changed-By: Gürkan Myczko <[email protected]>
Closes: 925655
Changes:
 colmap (3.6+dev2+git20191105-1) unstable; urgency=medium
 .
   * New upstream version. (Closes: #925655)
   * d/copyright: updated due to relicensing.
   * Bump standards version to 4.4.1.
   * d/control: drop libcolmap-dev package.
Checksums-Sha1:
 223bfcb59f7c157d3558ace2d3161cf88778a652 2045 colmap_3.6+dev2+git20191105-1.dsc
 db9aa01899fedb34b75c3638a3845ff479ce7508 5986274 
colmap_3.6+dev2+git20191105.orig.tar.gz
 ecc7f0e0d25fa04403ca4444fb758c3b3cb16369 21052 
colmap_3.6+dev2+git20191105-1.debian.tar.xz
 cd2a8b47985b3ec620c92a681ceef169a436d3e6 6659 
colmap_3.6+dev2+git20191105-1_source.buildinfo
Checksums-Sha256:
 bca6b73650d7634e050ab121195bd39f4888bba503d11732c2ca142fd921307a 2045 
colmap_3.6+dev2+git20191105-1.dsc
 eaa0e6c059f09e0858945381faba07292f689e06f9a276f573942a6e2c7a7572 5986274 
colmap_3.6+dev2+git20191105.orig.tar.gz
 6966c57e2d7803c374dd1faaa36045c84554cee7938e9dfcc05bf025e80c6eaa 21052 
colmap_3.6+dev2+git20191105-1.debian.tar.xz
 b187d7a09843cf4b9d35962a3cf5188e7e12a86a412b96a960839dc0108750e5 6659 
colmap_3.6+dev2+git20191105-1_source.buildinfo
Files:
 d7182a00e34dd483da81496998b6426f 2045 science optional 
colmap_3.6+dev2+git20191105-1.dsc
 88cb22c11a26616b781dc392b07a61b4 5986274 science optional 
colmap_3.6+dev2+git20191105.orig.tar.gz
 d6196db5692739c886ddb469d3f9ef12 21052 science optional 
colmap_3.6+dev2+git20191105-1.debian.tar.xz
 1e1ccd3e9946af2819857b0aae22fb34 6659 science optional 
colmap_3.6+dev2+git20191105-1_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl3FikoACgkQweDZLphv
fH6ffA/8DPioqHYVNfWPb4/TlvCwIWLRkxy8icZ9UYdi5ZFsBmbxpQfmtSeayTju
JJN/n8rshReLkXnVG4sWZ8lHDYm5CCvx5sLQh9h/QVPUrYXFg0fw00hqi+q+GD0Y
rbWqG41y9/Ree7J3i+VXCfrD8NhABE5gSH8BgwSgVqOsu8LlWK4Rk0Z6DdIp+mBn
UykRMm6c+IUI1uqxJLVra2vQg1J9YZhxXaBTq/VXQVKkuyy4rjK2hTRY0d1f3DwP
wmPpiCeeBHBBvO+7BPSPeAqFZa/iC8UFyHWODyZWBVbkrRK7wFUSeaABMCZXn0E4
pGnajToCKINr4pc/sOZq54+7qMJaj1pbw7tlBog+PwPZBfLhcxhshZi6Z5OcRLWU
I0iGtZoXRvFyzfhgQJieFmBz4MJ0Eh15n3FVeq4V0x4gEGzKxu1f2xb+/tUFCQJ8
sb0bhzqBYShqIpSxGsog1Xzm+U7D4s+ZjJfgsZ7dPRwfB/ngRJl+OQiv3Ms622rQ
KV1MfBSCTFOO+h+m3/9xS4GqJZuSXWEYGs4ewg8Zn55mdKs1vqk3JvPmch9Pc+el
4me55VdCxh/5qBnKVs+zdTAp+1f4/oLlD+hY9ZLwJBlr9iFWpHr9OW4BgoawRlZY
L88h2FzmAvZm5U3pXpmUQtyQr8CKT4ao4IhflydP08uiXyoqtzc=
=cb8R
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to