Your message dated Sat, 08 Oct 2022 21:34:51 +0000
with message-id <[email protected]>
and subject line Bug#1016262: fixed in vmmlib 1.0-2.3
has caused the Debian Bug report #1016262,
regarding vmmlib: FTBFS: hashtable.h:1208:18: error: expected unqualified-id 
before ‘(’ token
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.)


-- 
1016262: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016262
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: vmmlib
Version: 1.0-2.2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220728 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -I. -Iinclude -Itests -include cstdint 
> -include algorithm -include string -include iostream -include f2c.h -include 
> f2c_fix.h  -c tests/lapack_gaussian_elimination_test.cpp -o 
> tests/lapack_gaussian_elimination_test.o  
> In file included from <command-line>:
> /usr/include/c++/12/bits/hashtable.h: In constructor ‘std::_Hashtable<_Key, 
> _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, 
> _RehashPolicy, _Traits>::_Hashtable(_InputIterator, _InputIterator, 
> size_type, const _Hash&, const _Equal&, const allocator_type&, 
> std::false_type)’:
> /usr/include/c++/12/bits/hashtable.h:1208:18: error: expected unqualified-id 
> before ‘(’ token
>  1208 |             std::max(_M_rehash_policy._M_bkt_for_elements(__nb_elems),
>       |                  ^~~
> In file included from <command-line>:
> /usr/include/c++/12/bits/hashtable.h: In constructor ‘std::_Hashtable<_Key, 
> _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, 
> _RehashPolicy, _Traits>::_Hashtable(_InputIterator, _InputIterator, 
> size_type, const _Hash&, const _Equal&, const allocator_type&, 
> std::false_type)’:
> /usr/include/c++/12/bits/hashtable.h:1208:18: error: expected unqualified-id 
> before ‘(’ token
>  1208 |             std::max(_M_rehash_policy._M_bkt_for_elements(__nb_elems),
>       |                  ^~~
> /usr/include/c++/12/bits/hashtable.h: In member function ‘void 
> std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, 
> _Unused, _RehashPolicy, _Traits>::rehash(size_type)’:
> /usr/include/c++/12/bits/hashtable.h:2516:16: error: expected unqualified-id 
> before ‘(’ token
>  2516 |         = 
> std::max(_M_rehash_policy._M_bkt_for_elements(_M_element_count + 1),
>       |                ^~~
> /usr/include/c++/12/bits/hashtable.h: In member function ‘void 
> std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, 
> _Unused, _RehashPolicy, _Traits>::rehash(size_type)’:
> /usr/include/c++/12/bits/hashtable.h:2516:16: error: expected unqualified-id 
> before ‘(’ token
>  2516 |         = 
> std::max(_M_rehash_policy._M_bkt_for_elements(_M_element_count + 1),
>       |                ^~~
> In file included from <command-line>:
> /usr/include/c++/12/bits/hashtable.h: In constructor ‘std::_Hashtable<_Key, 
> _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, 
> _RehashPolicy, _Traits>::_Hashtable(_InputIterator, _InputIterator, 
> size_type, const _Hash&, const _Equal&, const allocator_type&, 
> std::false_type)’:
> /usr/include/c++/12/bits/hashtable.h:1208:18: error: expected unqualified-id 
> before ‘(’ token
>  1208 |             std::max(_M_rehash_policy._M_bkt_for_elements(__nb_elems),
>       |                  ^~~
> /usr/include/c++/12/bits/hashtable.h: In member function ‘void 
> std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, 
> _Unused, _RehashPolicy, _Traits>::rehash(size_type)’:
> /usr/include/c++/12/bits/hashtable.h:2516:16: error: expected unqualified-id 
> before ‘(’ token
>  2516 |         = 
> std::max(_M_rehash_policy._M_bkt_for_elements(_M_element_count + 1),
>       |                ^~~
> /usr/include/c++/12/bits/stl_bvector.h: In member function ‘std::vector<bool, 
> _Alloc>::size_type std::vector<bool, _Alloc>::_M_check_len(size_type, const 
> char*) const’:
> /usr/include/c++/12/bits/stl_bvector.h:1484:47: error: expected 
> unqualified-id before ‘(’ token
>  1484 |         const size_type __len = size() + std::max(size(), __n);
>       |                                               ^~~
> /usr/include/c++/12/bits/stl_bvector.h: In member function ‘std::vector<bool, 
> _Alloc>::size_type std::vector<bool, _Alloc>::_M_check_len(size_type, const 
> char*) const’:
> /usr/include/c++/12/bits/stl_bvector.h:1484:47: error: expected 
> unqualified-id before ‘(’ token
>  1484 |         const size_type __len = size() + std::max(size(), __n);
>       |                                               ^~~
> In file included from <command-line>:
> /usr/include/c++/12/bits/hashtable.h: In constructor ‘std::_Hashtable<_Key, 
> _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, 
> _RehashPolicy, _Traits>::_Hashtable(_InputIterator, _InputIterator, 
> size_type, const _Hash&, const _Equal&, const allocator_type&, 
> std::false_type)’:
> /usr/include/c++/12/bits/hashtable.h:1208:18: error: expected unqualified-id 
> before ‘(’ token
>  1208 |             std::max(_M_rehash_policy._M_bkt_for_elements(__nb_elems),
>       |                  ^~~
> /usr/include/c++/12/bits/hashtable.h: In member function ‘void 
> std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, 
> _Unused, _RehashPolicy, _Traits>::rehash(size_type)’:
> /usr/include/c++/12/bits/hashtable.h:2516:16: error: expected unqualified-id 
> before ‘(’ token
>  2516 |         = 
> std::max(_M_rehash_policy._M_bkt_for_elements(_M_element_count + 1),
>       |                ^~~
> /usr/include/c++/12/bits/stl_bvector.h: In member function ‘std::vector<bool, 
> _Alloc>::size_type std::vector<bool, _Alloc>::_M_check_len(size_type, const 
> char*) const’:
> /usr/include/c++/12/bits/stl_bvector.h:1484:47: error: expected 
> unqualified-id before ‘(’ token
>  1484 |         const size_type __len = size() + std::max(size(), __n);
>       |                                               ^~~
> /usr/include/c++/12/functional: In member function 
> ‘std::pair<_ForwardIterator2, _ForwardIterator2> 
> std::boyer_moore_searcher<_RAIter, _Hash, 
> _BinaryPredicate>::operator()(_RandomAccessIterator2, _RandomAccessIterator2) 
> const’:
> /usr/include/c++/12/functional:1357:23: error: expected unqualified-id before 
> ‘(’ token
>  1357 |           __i += std::max(_M_bad_char_shift(__first[__i]),
>       |                       ^~~
> In file included from include/vmmlib/matrix.hpp:6,
>                  from include/vmmlib/qr_decomposition.hpp:4,
>                  from tests/qr_decomposition_test.cpp:3:
> include/vmmlib/matrix_functors.hpp: At global scope:
> include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
> class _Arg2, class _Result> struct std::binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>    43 | struct matrix_equals_allow_inverted_rows : std::binary_function< 
> const T&, const T&, bool >
>       |                                                 ^~~~~~~~~~~~~~~
> In file included from /usr/include/c++/12/string:48,
>                  from <command-line>:
> /usr/include/c++/12/bits/stl_function.h:131:12: note: declared here
>   131 |     struct binary_function
>       |            ^~~~~~~~~~~~~~~
> include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
> class _Arg2, class _Result> struct std::binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>    84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
> const T&, const T&, bool >
>       |                                                    ^~~~~~~~~~~~~~~
> /usr/include/c++/12/bits/stl_function.h:131:12: note: declared here
>   131 |     struct binary_function
>       |            ^~~~~~~~~~~~~~~
> /usr/include/c++/12/functional: In member function 
> ‘std::pair<_ForwardIterator2, _ForwardIterator2> 
> std::boyer_moore_searcher<_RAIter, _Hash, 
> _BinaryPredicate>::operator()(_RandomAccessIterator2, _RandomAccessIterator2) 
> const’:
> /usr/include/c++/12/functional:1357:23: error: expected unqualified-id before 
> ‘(’ token
>  1357 |           __i += std::max(_M_bad_char_shift(__first[__i]),
>       |                       ^~~
> In file included from include/vmmlib/matrix.hpp:6,
>                  from include/vmmlib/svd.hpp:4,
>                  from tests/svd_test.hpp:4,
>                  from tests/svd_test.cpp:1:
> include/vmmlib/matrix_functors.hpp: At global scope:
> include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
> class _Arg2, class _Result> struct std::binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>    43 | struct matrix_equals_allow_inverted_rows : std::binary_function< 
> const T&, const T&, bool >
>       |                                                 ^~~~~~~~~~~~~~~
> In file included from /usr/include/c++/12/string:48,
>                  from <command-line>:
> /usr/include/c++/12/bits/stl_function.h:131:12: note: declared here
>   131 |     struct binary_function
>       |            ^~~~~~~~~~~~~~~
> include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
> class _Arg2, class _Result> struct std::binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>    84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
> const T&, const T&, bool >
>       |                                                    ^~~~~~~~~~~~~~~
> /usr/include/c++/12/bits/stl_function.h:131:12: note: declared here
>   131 |     struct binary_function
>       |            ^~~~~~~~~~~~~~~
> /usr/include/c++/12/functional: In member function 
> ‘std::pair<_ForwardIterator2, _ForwardIterator2> 
> std::boyer_moore_searcher<_RAIter, _Hash, 
> _BinaryPredicate>::operator()(_RandomAccessIterator2, _RandomAccessIterator2) 
> const’:
> /usr/include/c++/12/functional:1357:23: error: expected unqualified-id before 
> ‘(’ token
>  1357 |           __i += std::max(_M_bad_char_shift(__first[__i]),
>       |                       ^~~
> In file included from include/vmmlib/matrix.hpp:6,
>                  from include/vmmlib/lapack_linear_least_squares.hpp:4,
>                  from tests/lapack_linear_least_squares_test.cpp:4:
> include/vmmlib/matrix_functors.hpp: At global scope:
> include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
> class _Arg2, class _Result> struct std::binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>    43 | struct matrix_equals_allow_inverted_rows : std::binary_function< 
> const T&, const T&, bool >
>       |                                                 ^~~~~~~~~~~~~~~
> In file included from /usr/include/c++/12/string:48,
>                  from <command-line>:
> /usr/include/c++/12/bits/stl_function.h:131:12: note: declared here
>   131 |     struct binary_function
>       |            ^~~~~~~~~~~~~~~
> include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
> class _Arg2, class _Result> struct std::binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>    84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
> const T&, const T&, bool >
>       |                                                    ^~~~~~~~~~~~~~~
> /usr/include/c++/12/bits/stl_function.h:131:12: note: declared here
>   131 |     struct binary_function
>       |            ^~~~~~~~~~~~~~~
> In file included from <command-line>:
> /usr/include/c++/12/bits/hashtable.h: In constructor ‘std::_Hashtable<_Key, 
> _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, 
> _RehashPolicy, _Traits>::_Hashtable(_InputIterator, _InputIterator, 
> size_type, const _Hash&, const _Equal&, const allocator_type&, 
> std::false_type)’:
> /usr/include/c++/12/bits/hashtable.h:1208:18: error: expected unqualified-id 
> before ‘(’ token
>  1208 |             std::max(_M_rehash_policy._M_bkt_for_elements(__nb_elems),
>       |                  ^~~
> /usr/include/c++/12/bits/hashtable.h: In member function ‘void 
> std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, 
> _Unused, _RehashPolicy, _Traits>::rehash(size_type)’:
> /usr/include/c++/12/bits/hashtable.h:2516:16: error: expected unqualified-id 
> before ‘(’ token
>  2516 |         = 
> std::max(_M_rehash_policy._M_bkt_for_elements(_M_element_count + 1),
>       |                ^~~
> /usr/include/c++/12/bits/stl_bvector.h: In member function ‘std::vector<bool, 
> _Alloc>::size_type std::vector<bool, _Alloc>::_M_check_len(size_type, const 
> char*) const’:
> /usr/include/c++/12/bits/stl_bvector.h:1484:47: error: expected 
> unqualified-id before ‘(’ token
>  1484 |         const size_type __len = size() + std::max(size(), __n);
>       |                                               ^~~
> /usr/include/c++/12/functional: In member function 
> ‘std::pair<_ForwardIterator2, _ForwardIterator2> 
> std::boyer_moore_searcher<_RAIter, _Hash, 
> _BinaryPredicate>::operator()(_RandomAccessIterator2, _RandomAccessIterator2) 
> const’:
> /usr/include/c++/12/functional:1357:23: error: expected unqualified-id before 
> ‘(’ token
>  1357 |           __i += std::max(_M_bad_char_shift(__first[__i]),
>       |                       ^~~
> In file included from include/vmmlib/matrix.hpp:6,
>                  from tests/matrix_test.cpp:3:
> include/vmmlib/matrix_functors.hpp: At global scope:
> include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
> class _Arg2, class _Result> struct std::binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>    43 | struct matrix_equals_allow_inverted_rows : std::binary_function< 
> const T&, const T&, bool >
>       |                                                 ^~~~~~~~~~~~~~~
> In file included from /usr/include/c++/12/string:48,
>                  from <command-line>:
> /usr/include/c++/12/bits/stl_function.h:131:12: note: declared here
>   131 |     struct binary_function
>       |            ^~~~~~~~~~~~~~~
> include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
> class _Arg2, class _Result> struct std::binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>    84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
> const T&, const T&, bool >
>       |                                                    ^~~~~~~~~~~~~~~
> /usr/include/c++/12/bits/stl_function.h:131:12: note: declared here
>   131 |     struct binary_function
>       |            ^~~~~~~~~~~~~~~
> /usr/include/c++/12/bits/stl_bvector.h: In member function ‘std::vector<bool, 
> _Alloc>::size_type std::vector<bool, _Alloc>::_M_check_len(size_type, const 
> char*) const’:
> /usr/include/c++/12/bits/stl_bvector.h:1484:47: error: expected 
> unqualified-id before ‘(’ token
>  1484 |         const size_type __len = size() + std::max(size(), __n);
>       |                                               ^~~
> /usr/include/c++/12/functional: In member function 
> ‘std::pair<_ForwardIterator2, _ForwardIterator2> 
> std::boyer_moore_searcher<_RAIter, _Hash, 
> _BinaryPredicate>::operator()(_RandomAccessIterator2, _RandomAccessIterator2) 
> const’:
> /usr/include/c++/12/functional:1357:23: error: expected unqualified-id before 
> ‘(’ token
>  1357 |           __i += std::max(_M_bad_char_shift(__first[__i]),
>       |                       ^~~
> In file included from include/vmmlib/matrix.hpp:6,
>                  from include/vmmlib/lapack_svd.hpp:4,
>                  from tests/lapack_svd_test.cpp:3:
> include/vmmlib/matrix_functors.hpp: At global scope:
> include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
> class _Arg2, class _Result> struct std::binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>    43 | struct matrix_equals_allow_inverted_rows : std::binary_function< 
> const T&, const T&, bool >
>       |                                                 ^~~~~~~~~~~~~~~
> In file included from /usr/include/c++/12/string:48,
>                  from <command-line>:
> /usr/include/c++/12/bits/stl_function.h:131:12: note: declared here
>   131 |     struct binary_function
>       |            ^~~~~~~~~~~~~~~
> include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
> class _Arg2, class _Result> struct std::binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>    84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
> const T&, const T&, bool >
>       |                                                    ^~~~~~~~~~~~~~~
> /usr/include/c++/12/bits/stl_function.h:131:12: note: declared here
>   131 |     struct binary_function
>       |            ^~~~~~~~~~~~~~~
> In file included from include/vmmlib/matrix.hpp:6,
>                  from include/vmmlib/quaternion.hpp:14,
>                  from tests/quaternion_test.hpp:4,
>                  from tests/quaternion_test.cpp:1:
> include/vmmlib/matrix_functors.hpp:43:49: warning: ‘template<class _Arg1, 
> class _Arg2, class _Result> struct std::binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>    43 | struct matrix_equals_allow_inverted_rows : std::binary_function< 
> const T&, const T&, bool >
>       |                                                 ^~~~~~~~~~~~~~~
> In file included from /usr/include/c++/12/string:48,
>                  from <command-line>:
> /usr/include/c++/12/bits/stl_function.h:131:12: note: declared here
>   131 |     struct binary_function
>       |            ^~~~~~~~~~~~~~~
> include/vmmlib/matrix_functors.hpp:84:52: warning: ‘template<class _Arg1, 
> class _Arg2, class _Result> struct std::binary_function’ is deprecated 
> [-Wdeprecated-declarations]
>    84 | struct matrix_equals_allow_inverted_columns : std::binary_function< 
> const T&, const T&, bool >
>       |                                                    ^~~~~~~~~~~~~~~
> /usr/include/c++/12/bits/stl_function.h:131:12: note: declared here
>   131 |     struct binary_function
>       |            ^~~~~~~~~~~~~~~
> make[1]: *** [Makefile:65: tests/qr_decomposition_test.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/07/28/vmmlib_1.0-2.2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220728;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220728&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: vmmlib
Source-Version: 1.0-2.3
Done: Ying-Chun Liu (PaulLiu) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
vmmlib, 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.
Ying-Chun Liu (PaulLiu) <[email protected]> (supplier of updated vmmlib 
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: Sun, 18 Sep 2022 16:28:02 +0800
Source: vmmlib
Architecture: source
Version: 1.0-2.3
Distribution: unstable
Urgency: low
Maintainer: Bas Wijnen <[email protected]>
Changed-By: Ying-Chun Liu (PaulLiu) <[email protected]>
Closes: 1016262
Changes:
 vmmlib (1.0-2.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS (Closes: #1016262)
     - Remove debian/patches/fix_ftbfs_gcc8.patch
     - Update debian/patches/fix-makefile to not use f2c related headers.
     - Add debian/patches/fix-quaternion.patch for not returning value in
       void function.
Checksums-Sha1:
 0796fc139cba7211b65d6bee4edc20947d2b05bb 1723 vmmlib_1.0-2.3.dsc
 c14ad793c6d8eed0360c95dbd5cc8c03c176f5a4 3324 vmmlib_1.0-2.3.debian.tar.xz
 06b9c472a142627ec4040ccd64b67e17df98727b 6888 vmmlib_1.0-2.3_source.buildinfo
Checksums-Sha256:
 2c177879403acdf66d1c75000f4e7cecc89980d02d00960a01c221ab0a61ce74 1723 
vmmlib_1.0-2.3.dsc
 f517d626b189e22d28021821ead0a1f317930615c0024fe13fde90c1c0813d55 3324 
vmmlib_1.0-2.3.debian.tar.xz
 e47a1dc9da82cda7e8cfb38b5b948c927bd8e2c06a03a5f2cf9b308937fcaa86 6888 
vmmlib_1.0-2.3_source.buildinfo
Files:
 b34994d7fe1ff120ef8c960ba9fd1dd8 1723 libdevel optional vmmlib_1.0-2.3.dsc
 db2752afa4595d255dd9cc4776253c51 3324 libdevel optional 
vmmlib_1.0-2.3.debian.tar.xz
 b81c38b07df236431c1bb88dc4a9dee5 6888 libdevel optional 
vmmlib_1.0-2.3_source.buildinfo

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

iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAmM0qQwTHHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiJaGEACgJUqEAr4+n+B/+7CCCoZT+5wzhH0v
ucpdXmraNi7xwFr/jd6OoJuDucLW3mix0SaR/bRmHVMZRPfhGQzTfDjWR/MkOkTn
hwtjwguc01Ri5aaZ7xWtoTYaUOORMLtxm+XOag4+Vadr3DSexqL9PBbnN1tfERaZ
Lz75hSRMH0+AEODuuYziEqRCa66OfQ4jpyLi48MmqXzUkIIH8lJ1CzZgFSO4A0vP
FR8f2jMbcbhR0sToK84AEpT6L6/6VFvLPKhzJcQ65Ttnx93UZye9s21IZFpcDIiN
OGCDtoFKPnx5SpT4yGsDerLWvoXhJu/A+7JH8TrVl2LIDUpeb7Q+xssYBzeFwo58
fU98Z3pVs4zmfbOdGLDMa3H156Mryl/+f2QPVQulRnBU5z8LzjWpbPlC9GASf7CD
eWLYqKfZGe+sNBLiFDPazGCqwW4Qw199m69uH0SjTHo+eCxmqu2Qbrywuzm+V2ux
E5HXnS9us99Ebfvo6h4z6ObVDk+e12LobPFT96lepFztu2dcu8T2pJiikqiZ/o48
G439xWTcmubTkUjjcf324ztABB/qur3D7Q/vFlltvCzU/ZPpGVPN+omypKFjqQ3D
TaMDMAIP31Hv9lI9eDz5uH60n7Cxm9pQE/yggJxff8bR2fNArIrHlxXXeFv0/X99
Tu8OkQFRPxfMTA==
=B7f8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to