Your message dated Mon, 03 Oct 2016 10:34:13 +0000
with message-id <e1br0zz-0006qr...@franck.debian.org>
and subject line Bug#811674: fixed in ceph 0.80.11-1.1
has caused the Debian Bug report #811674,
regarding FTBFS with GCC 6: multiple errors
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.)


-- 
811674: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ceph
Version: 0.80.11-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -D__CEPH__ -D_FILE_OFFSET_BITS=64 
> -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -D_GNU_SOURCE 
> -DCEPH_LIBDIR=\"/usr/lib/x86_64-linux-gnu\" 
> -DCEPH_PKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/ceph\" -DGTEST_HAS_TR1_TUPLE=0 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/nss -I/usr/include/nspr -Wall 
> -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith 
> -Werror=format-security -fno-strict-aliasing -fsigned-char -rdynamic 
> -ftemplate-depth-1024 -Wnon-virtual-dtor -Wno-invalid-offsetof 
> -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc 
> -fno-builtin-free -Wstrict-null-sentinel -g -O2 -fstack-protector-strong 
> -Wformat -Werror=format-security -c osd/OSD.cc  -fPIC -DPIC -o 
> osd/.libs/libosd_la-OSD.o
> In file included from osd/OSD.h:20:0,
>                  from osd/ECBackend.h:18,
>                  from osd/ECTransaction.cc:21:
> osd/PG.h:790:25: warning: 'template<class> class std::auto_ptr' is deprecated 
> [-Wdeprecated-declarations]
>    void build_prior(std::auto_ptr<PriorSet> &prior_set);
>                          ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /usr/include/boost/move/algorithm.hpp:32,
>                  from /usr/include/boost/move/move.hpp:32,
>                  from /usr/include/boost/variant/detail/move.hpp:28,
>                  from /usr/include/boost/variant/detail/initializer.hpp:23,
>                  from /usr/include/boost/variant/variant.hpp:30,
>                  from /usr/include/boost/variant.hpp:17,
>                  from osd/ECTransaction.cc:15:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> In file included from osd/OSD.h:20:0,
>                  from osd/ECBackend.h:18,
>                  from osd/ECTransaction.cc:21:
> osd/PG.h:1633:12: warning: 'template<class> class std::auto_ptr' is 
> deprecated [-Wdeprecated-declarations]
>        std::auto_ptr< PriorSet > prior_set;
>             ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /usr/include/boost/move/algorithm.hpp:32,
>                  from /usr/include/boost/move/move.hpp:32,
>                  from /usr/include/boost/variant/detail/move.hpp:28,
>                  from /usr/include/boost/variant/detail/initializer.hpp:23,
>                  from /usr/include/boost/variant/variant.hpp:30,
>                  from /usr/include/boost/variant.hpp:17,
>                  from osd/ECTransaction.cc:15:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> In file included from osd/OSD.h:20:0,
>                  from osd/ReplicatedBackend.h:18,
>                  from osd/PGBackend.cc:20:
> osd/PG.h:790:25: warning: 'template<class> class std::auto_ptr' is deprecated 
> [-Wdeprecated-declarations]
>    void build_prior(std::auto_ptr<PriorSet> &prior_set);
>                          ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /usr/include/boost/detail/allocator_utilities.hpp:17,
>                  from /usr/include/boost/statechart/detail/memory.hpp:14,
>                  from /usr/include/boost/statechart/event.hpp:13,
>                  from osd/PG.h:19,
>                  from osd/OSD.h:20,
>                  from osd/ReplicatedBackend.h:18,
>                  from osd/PGBackend.cc:20:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h: In instantiation of 'std::ostream& 
> LogClientTemp::operator<<(const T&) [with T = 
> std::__cxx11::basic_ostringstream<char>; std::ostream = 
> std::basic_ostream<char>]':
> osd/PG.cc:2845:26:   required from here
> ./common/LogClient.h:42:15: error: no match for 'operator<<' (operand types 
> are 'std::stringstream {aka std::__cxx11::basic_stringstream<char>}' and 
> 'const std::__cxx11::basic_ostringstream<char>')
>      return ss << rhs;
>             ~~~^~~~~~
....
> 
> In file included from /usr/include/c++/6/bits/ios_base.h:46:0,
>                  from /usr/include/c++/6/ios:42,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iterator:64,
>                  from /usr/include/boost/statechart/state_machine.hpp:56,
>                  from osd/PG.h:22,
>                  from osd/PG.cc:15:
> /usr/include/c++/6/system_error:209:5: note: candidate: template<class 
> _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& 
> std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::error_code&)
>      operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
>      ^~~~~~~~
> 
> /usr/include/c++/6/system_error:209:5: note:   template argument 
> deduction/substitution failed:
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h:42:15: note:   cannot convert 'rhs' (type 'const 
> std::__cxx11::basic_ostringstream<char>') to type 'const std::error_code&'
>      return ss << rhs;
>             ~~~^~~~~~
> 
> In file included from /usr/include/c++/6/iterator:64:0,
>                  from /usr/include/boost/statechart/state_machine.hpp:56,
>                  from osd/PG.h:22,
>                  from osd/PG.cc:15:
> /usr/include/c++/6/ostream:497:5: note: candidate: template<class _CharT, 
> class _Traits> std::basic_ostream<_CharT, _Traits>& 
> std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
>      operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
>      ^~~~~~~~
> 
> /usr/include/c++/6/ostream:497:5: note:   template argument 
> deduction/substitution failed:
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h:42:15: note:   deduced conflicting types for parameter 
> '_CharT' ('char' and 'std::__cxx11::basic_ostringstream<char>')
>      return ss << rhs;
>             ~~~^~~~~~
> 
> In file included from /usr/include/c++/6/iterator:64:0,
>                  from /usr/include/boost/statechart/state_machine.hpp:56,
>                  from osd/PG.h:22,
>                  from osd/PG.cc:15:
> /usr/include/c++/6/ostream:502:5: note: candidate: template<class _CharT, 
> class _Traits> std::basic_ostream<_CharT, _Traits>& 
> std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
>      operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
>      ^~~~~~~~
> 
> /usr/include/c++/6/ostream:502:5: note:   template argument 
> deduction/substitution failed:
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h:42:15: note:   cannot convert 'rhs' (type 'const 
> std::__cxx11::basic_ostringstream<char>') to type 'char'
>      return ss << rhs;
>             ~~~^~~~~~
> 
> In file included from /usr/include/c++/6/iterator:64:0,
>                  from /usr/include/boost/statechart/state_machine.hpp:56,
>                  from osd/PG.h:22,
>                  from osd/PG.cc:15:
> /usr/include/c++/6/ostream:508:5: note: candidate: template<class _Traits> 
> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, 
> _Traits>&, char)
>      operator<<(basic_ostream<char, _Traits>& __out, char __c)
>      ^~~~~~~~
> 
> /usr/include/c++/6/ostream:508:5: note:   template argument 
> deduction/substitution failed:
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h:42:15: note:   cannot convert 'rhs' (type 'const 
> std::__cxx11::basic_ostringstream<char>') to type 'char'
>      return ss << rhs;
>             ~~~^~~~~~
> 
> In file included from /usr/include/c++/6/iterator:64:0,
>                  from /usr/include/boost/statechart/state_machine.hpp:56,
>                  from osd/PG.h:22,
>                  from osd/PG.cc:15:
> /usr/include/c++/6/ostream:514:5: note: candidate: template<class _Traits> 
> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, 
> _Traits>&, signed char)
>      operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
>      ^~~~~~~~
> 
> /usr/include/c++/6/ostream:514:5: note:   template argument 
> deduction/substitution failed:
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h:42:15: note:   cannot convert 'rhs' (type 'const 
> std::__cxx11::basic_ostringstream<char>') to type 'signed char'
>      return ss << rhs;
>             ~~~^~~~~~
> 
> In file included from /usr/include/c++/6/iterator:64:0,
>                  from /usr/include/boost/statechart/state_machine.hpp:56,
>                  from osd/PG.h:22,
>                  from osd/PG.cc:15:
> /usr/include/c++/6/ostream:519:5: note: candidate: template<class _Traits> 
> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, 
> _Traits>&, unsigned char)
>      operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
>      ^~~~~~~~
> 
> /usr/include/c++/6/ostream:519:5: note:   template argument 
> deduction/substitution failed:
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h:42:15: note:   cannot convert 'rhs' (type 'const 
> std::__cxx11::basic_ostringstream<char>') to type 'unsigned char'
>      return ss << rhs;
>             ~~~^~~~~~
> 
> In file included from /usr/include/c++/6/iterator:64:0,
>                  from /usr/include/boost/statechart/state_machine.hpp:56,
>                  from osd/PG.h:22,
>                  from osd/PG.cc:15:
> /usr/include/c++/6/ostream:539:5: note: candidate: template<class _CharT, 
> class _Traits> std::basic_ostream<_CharT, _Traits>& 
> std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
>      operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
>      ^~~~~~~~
> 
> /usr/include/c++/6/ostream:539:5: note:   template argument 
> deduction/substitution failed:
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h:42:15: note:   mismatched types 'const _CharT*' and 
> 'std::__cxx11::basic_ostringstream<char>'
>      return ss << rhs;
>             ~~~^~~~~~
> 
> In file included from /usr/include/c++/6/ostream:638:0,
>                  from /usr/include/c++/6/iterator:64,
>                  from /usr/include/boost/statechart/state_machine.hpp:56,
>                  from osd/PG.h:22,
>                  from osd/PG.cc:15:
> /usr/include/c++/6/bits/ostream.tcc:321:5: note: candidate: template<class 
> _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& 
> std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)
>      operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
>      ^~~~~~~~
> 
> /usr/include/c++/6/bits/ostream.tcc:321:5: note:   template argument 
> deduction/substitution failed:
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h:42:15: note:   cannot convert 'rhs' (type 'const 
> std::__cxx11::basic_ostringstream<char>') to type 'const char*'
>      return ss << rhs;
>             ~~~^~~~~~
> 
> In file included from /usr/include/c++/6/iterator:64:0,
>                  from /usr/include/boost/statechart/state_machine.hpp:56,
>                  from osd/PG.h:22,
>                  from osd/PG.cc:15:
> /usr/include/c++/6/ostream:556:5: note: candidate: template<class _Traits> 
> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, 
> _Traits>&, const char*)
>      operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
>      ^~~~~~~~
> 
> /usr/include/c++/6/ostream:556:5: note:   template argument 
> deduction/substitution failed:
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h:42:15: note:   cannot convert 'rhs' (type 'const 
> std::__cxx11::basic_ostringstream<char>') to type 'const char*'
>      return ss << rhs;
>             ~~~^~~~~~
> 
> In file included from /usr/include/c++/6/iterator:64:0,
>                  from /usr/include/boost/statechart/state_machine.hpp:56,
>                  from osd/PG.h:22,
>                  from osd/PG.cc:15:
> /usr/include/c++/6/ostream:569:5: note: candidate: template<class _Traits> 
> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, 
> _Traits>&, const signed char*)
>      operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
>      ^~~~~~~~
> 
> /usr/include/c++/6/ostream:569:5: note:   template argument 
> deduction/substitution failed:
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h:42:15: note:   cannot convert 'rhs' (type 'const 
> std::__cxx11::basic_ostringstream<char>') to type 'const signed char*'
>      return ss << rhs;
>             ~~~^~~~~~
> 
> In file included from /usr/include/c++/6/iterator:64:0,
>                  from /usr/include/boost/statechart/state_machine.hpp:56,
>                  from osd/PG.h:22,
>                  from osd/PG.cc:15:
> /usr/include/c++/6/ostream:574:5: note: candidate: template<class _Traits> 
> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, 
> _Traits>&, const unsigned char*)
>      operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
>      ^~~~~~~~
> 
> /usr/include/c++/6/ostream:574:5: note:   template argument 
> deduction/substitution failed:
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h:42:15: note:   cannot convert 'rhs' (type 'const 
> std::__cxx11::basic_ostringstream<char>') to type 'const unsigned char*'
>      return ss << rhs;
>             ~~~^~~~~~
> 
> In file included from /usr/include/c++/6/iterator:64:0,
>                  from /usr/include/boost/statechart/state_machine.hpp:56,
>                  from osd/PG.h:22,
>                  from osd/PG.cc:15:
> /usr/include/c++/6/ostream:628:5: note: candidate: std::basic_ostream<_CharT, 
> _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&&, const _Tp&) 
> [with _CharT = char; _Traits = std::char_traits<char>; _Tp = 
> std::__cxx11::basic_ostringstream<char>] <near match>
>      operator<<(basic_ostream<_CharT, _Traits>&& __os, const _Tp& __x)
>      ^~~~~~~~
> 
> /usr/include/c++/6/ostream:628:5: note:   conversion of argument 1 would be 
> ill-formed:
> In file included from osd/PGBackend.h:28:0,
>                  from osd/PG.h:51,
>                  from osd/PG.cc:15:
> ./common/LogClient.h:42:12: error: cannot bind 'std::basic_ostream<char>' 
> lvalue to 'std::basic_ostream<char>&&'
>      return ss << rhs;
>             ^~

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: ceph
Source-Version: 0.80.11-1.1

We believe that the bug you reported is fixed in the latest version of
ceph, 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 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Rizzolo <mat...@debian.org> (supplier of updated ceph 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, 29 Sep 2016 08:57:24 +0000
Source: ceph
Binary: ceph ceph-dbg ceph-common ceph-common-dbg ceph-mds ceph-mds-dbg 
ceph-fuse ceph-fuse-dbg rbd-fuse rbd-fuse-dbg ceph-fs-common ceph-fs-common-dbg 
ceph-resource-agents librados2 librados2-dbg librados-dev librbd1 librbd1-dbg 
librbd-dev libcephfs1 libcephfs1-dbg libcephfs-dev radosgw radosgw-dbg 
rest-bench rest-bench-dbg ceph-test ceph-test-dbg python-ceph libcephfs-java 
libcephfs-jni libcephfs-jni-dbg
Architecture: source
Version: 0.80.11-1.1
Distribution: unstable
Urgency: medium
Maintainer: Ceph Maintainers <ceph-maintain...@lists.ceph.com>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Description:
 ceph       - distributed storage and file system
 ceph-common - common utilities to mount and interact with a ceph storage cluste
 ceph-common-dbg - debugging symbols for ceph-common
 ceph-dbg   - debugging symbols for ceph
 ceph-fs-common - common utilities to mount and interact with a ceph file system
 ceph-fs-common-dbg - debugging symbols for ceph-fs-common
 ceph-fuse  - FUSE-based client for the Ceph distributed file system
 ceph-fuse-dbg - debugging symbols for ceph-fuse
 ceph-mds   - metadata server for the ceph distributed file system
 ceph-mds-dbg - debugging symbols for ceph-mds
 ceph-resource-agents - OCF-compliant resource agents for Ceph
 ceph-test  - Ceph test and benchmarking tools
 ceph-test-dbg - debugging symbols for ceph-test
 libcephfs-dev - Ceph distributed file system client library (development files)
 libcephfs-java - Java library for the Ceph File System
 libcephfs-jni - Java Native Interface library for CephFS Java bindings
 libcephfs-jni-dbg - debugging symbols for libcephfs-jni
 libcephfs1 - Ceph distributed file system client library
 libcephfs1-dbg - debugging symbols for libcephfs1
 librados-dev - RADOS distributed object store client library (development 
files)
 librados2  - RADOS distributed object store client library
 librados2-dbg - debugging symbols for librados2
 librbd-dev - RADOS block device client library (development files)
 librbd1    - RADOS block device client library
 librbd1-dbg - debugging symbols for librbd1
 python-ceph - Python libraries for the Ceph distributed filesystem
 radosgw    - REST gateway for RADOS distributed object store
 radosgw-dbg - debugging symbols for radosgw
 rbd-fuse   - FUSE-based rbd client for the Ceph distributed file system
 rbd-fuse-dbg - debugging symbols for rbd-fuse
 rest-bench - RESTful bencher that can be used to benchmark radosgw performance
 rest-bench-dbg - debugging symbols for rest-bench
Closes: 811674
Changes:
 ceph (0.80.11-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Apply patch from Vincent Lefevre <vinc...@vinc17.net> to fix FTBFS
     with gcc-6.  Closes: #811674
Checksums-Sha1:
 9218c585f29a70d244c8ee5dee63c2214a59f90f 4475 ceph_0.80.11-1.1.dsc
 043b4b3bc37b8242d6decdb2c9dda792a200a90d 47148 ceph_0.80.11-1.1.debian.tar.xz
Checksums-Sha256:
 db38ef673b4f79c707bb40206520c58fea5468b9c8356d1d3fa587c386d18ef8 4475 
ceph_0.80.11-1.1.dsc
 6ecfbde8fa5d12ef848d7dd5b4b53bbfad441c83781c02b2baad9c88c7bfec65 47148 
ceph_0.80.11-1.1.debian.tar.xz
Files:
 3ec65ef6288da958896e1b7a8084ba4f 4475 admin optional ceph_0.80.11-1.1.dsc
 f9dba784b89d9e04fb9495ef07329e3b 47148 admin optional 
ceph_0.80.11-1.1.debian.tar.xz

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

iQIcBAEBCgAGBQJX7PRaAAoJEEsEP825REVAt8gP/RAFxakUulaXINgMRTbBLW0w
OqdvJpqo6OMCzNJwfyxQkThDIoC/VvqpWOd+bxOWNVdzG5eRgEW7SIEPlWHAE0xv
LA7y1Ukp8syBz2HUz7EgLaKZlXzI3EbCE4T8j2UFG+ROO8aj9fYdPcfg2wJ3qsQe
nk+vBLkYsoxncc8oAkBnAe69EqyzVM15u6me4IWuHQ7C2xBevFCznym2oMlZdQEl
wbBfSeVJyki/H3h61sH0VrBSbPx9STmnQGqMKBBCeIgsyw5xuAOBq0lvw8q6dIp1
xiOAfECvo3aIvtLLR5Qsdf4QZJDvuv7a8eQ5N5W5obPPjnF0xtELsHUBkAApAEE/
QGQrq+msrlNssB+TaEx50s51OAxRoAJh/bPp5nn1e33fG6fxenDSOdtlC3FvbuBE
/OPbL+5YDHgQVUG2oggGD+dlbvl6oY9rqdoi1/XUwsmU109iksnjFZtmBLj592Ti
S5cIWa2+L+PI9p9sxdTxjSndUZsrIGYVicWajIoXNa0U48luYA/SJdKez/xkQsnG
rVfOdsrxlfHPesIOcDkCQZcCinxCulAVn9Fq4QhEnk8Qyq8Tc+gaHWLyYV5pfIU8
8knAwO472N8weitnEf9tc37OpuGK0+SU9EXXfCX/OsvwK+yTFATJhEdBZ0aq96nI
4HFFJvaMRN/UKMuU+5k7
=mwY8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to