Your message dated Sat, 05 Sep 2009 15:47:48 +0000
with message-id <e1mjxus-0007ik...@ries.debian.org>
and subject line Bug#542999: fixed in c++-annotations 8.0.1-1
has caused the Debian Bug report #542999,
regarding c++-annotations: FTBFS: c++0x_warning.h:36:2: error: #error This file 
requires compiler and library support for the upcoming ISO C++ standard, C++0x. 
This support is currently experimental, and must be enabled with the -std=c++0x 
or -std=gnu++0x compiler options.
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.)


-- 
542999: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542999
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: c++-annotations
Version: 8.0.0-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> g++ -c -o o/display.o -Wall -g -O3   display.cc 
> In file included from /usr/include/c++/4.3/unordered_map:40,
>                  from /usr/include/bobcat/hash:6,
>                  from ../htmlindex.h:13,
>                  from display.cc:1:
> /usr/include/c++/4.3/c++0x_warning.h:36:2: error: #error This file requires 
> compiler and library support for the upcoming ISO C++ standard, C++0x. This 
> support is currently experimental, and must be enabled with the -std=c++0x or 
> -std=gnu++0x compiler options.
> In file included from /usr/include/c++/4.3/unordered_map:48,
>                  from /usr/include/bobcat/hash:6,
>                  from ../htmlindex.h:13,
>                  from display.cc:1:
> /usr/include/c++/4.3/type_traits:82: error: template argument 1 is invalid
> /usr/include/c++/4.3/type_traits:106: error: template argument 1 is invalid
> /usr/include/c++/4.3/type_traits:136: error: expected unqualified-id before 
> '&&' token
> In file included from /usr/include/c++/4.3/bits/hashtable.h:55,
>                  from /usr/include/c++/4.3/unordered_map:54,
>                  from /usr/include/bobcat/hash:6,
>                  from ../htmlindex.h:13,
>                  from display.cc:1:
> /usr/include/c++/4.3/tr1_impl/hashtable:223: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/hashtable:223: error: invalid constructor; you 
> probably meant 'std::_Hashtable<_Key, _Value, _Allocator, _ExtractKey, 
> _Equal, _H1, _H2, _Hash, _RehashPolicy, __cache_hash_code, 
> __constant_iterators, __unique_keys> (const std::_Hashtable<_Key, _Value, 
> _Allocator, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, 
> __cache_hash_code, __constant_iterators, __unique_keys>&)'
> /usr/include/c++/4.3/tr1_impl/hashtable:232: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/hashtable:660: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/hashtable:660: error: prototype for 
> 'std::_Hashtable<_Key, _Value, _Allocator, _ExtractKey, _Equal, _H1, _H2, 
> _Hash, _RehashPolicy, __cache_hash_code, __constant_iterators, 
> __unique_keys>::_Hashtable(std::_Hashtable<_Key, _Value, _Allocator, 
> _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, __cache_hash_code, 
> __constant_iterators, __unique_keys>)' does not match any in class 
> 'std::_Hashtable<_Key, _Value, _Allocator, _ExtractKey, _Equal, _H1, _H2, 
> _Hash, _RehashPolicy, __cache_hash_code, __constant_iterators, __unique_keys>'
> /usr/include/c++/4.3/tr1_impl/hashtable:619: error: candidates are: 
> std::_Hashtable<_Key, _Value, _Allocator, _ExtractKey, _Equal, _H1, _H2, 
> _Hash, _RehashPolicy, __cache_hash_code, __constant_iterators, 
> __unique_keys>::_Hashtable(const std::_Hashtable<_Key, _Value, _Allocator, 
> _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, __cache_hash_code, 
> __constant_iterators, __unique_keys>&)
> /usr/include/c++/4.3/tr1_impl/hashtable:218: error:                 
> template<class _Key, class _Value, class _Allocator, class _ExtractKey, class 
> _Equal, class _H1, class _H2, class _Hash, class _RehashPolicy, bool 
> __cache_hash_code, bool __constant_iterators, bool __unique_keys> 
> template<class _InputIterator> std::_Hashtable::_Hashtable(_InputIterator, 
> _InputIterator, typename _Allocator::size_type, const _H1&, const _H2&, const 
> _Hash&, const _Equal&, const _ExtractKey&, const _Allocator&)
> /usr/include/c++/4.3/tr1_impl/hashtable:557: error:                 
> std::_Hashtable<_Key, _Value, _Allocator, _ExtractKey, _Equal, _H1, _H2, 
> _Hash, _RehashPolicy, __cache_hash_code, __constant_iterators, 
> __unique_keys>::_Hashtable(typename _Allocator::size_type, const _H1&, const 
> _H2&, const _Hash&, const _Equal&, const _ExtractKey&, const _Allocator&)
> /usr/include/c++/4.3/tr1_impl/hashtable:714: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/hashtable: In member function 'void 
> std::_Hashtable<_Key, _Value, _Allocator, _ExtractKey, _Equal, _H1, _H2, 
> _Hash, _RehashPolicy, __cache_hash_code, __constant_iterators, 
> __unique_keys>::swap(std::_Hashtable<_Key, _Value, _Allocator, _ExtractKey, 
> _Equal, _H1, _H2, _Hash, _RehashPolicy, __cache_hash_code, 
> __constant_iterators, __unique_keys>)':
> /usr/include/c++/4.3/tr1_impl/hashtable:723: error: '__x' was not declared in 
> this scope
> In file included from /usr/include/c++/4.3/unordered_map:69,
>                  from /usr/include/bobcat/hash:6,
>                  from ../htmlindex.h:13,
>                  from display.cc:1:
> /usr/include/c++/4.3/tr1_impl/unordered_map: At global scope:
> /usr/include/c++/4.3/tr1_impl/unordered_map:90: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/unordered_map:90: error: invalid constructor; 
> you probably meant 'std::__unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc, 
> __cache_hash_code> (const std::__unordered_map<_Key, _Tp, _Hash, _Pred, 
> _Alloc, __cache_hash_code>&)'
> /usr/include/c++/4.3/tr1_impl/unordered_map:147: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/unordered_map:147: error: invalid constructor; 
> you probably meant 'std::__unordered_multimap<_Key, _Tp, _Hash, _Pred, 
> _Alloc, __cache_hash_code> (const std::__unordered_multimap<_Key, _Tp, _Hash, 
> _Pred, _Alloc, __cache_hash_code>&)'
> /usr/include/c++/4.3/tr1_impl/unordered_map:205: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/unordered_map:205: error: invalid constructor; 
> you probably meant 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc> 
> (const std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&)'
> /usr/include/c++/4.3/tr1_impl/unordered_map:209: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/unordered_map: In member function 
> 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& 
> std::unordered_map<_Key, _Tp, _Hash, _Pred, 
> _Alloc>::operator=(std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>)':
> /usr/include/c++/4.3/tr1_impl/unordered_map:213: error: '__x' was not 
> declared in this scope
> /usr/include/c++/4.3/tr1_impl/unordered_map: At global scope:
> /usr/include/c++/4.3/tr1_impl/unordered_map:254: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/unordered_map:254: error: invalid constructor; 
> you probably meant 'std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc> 
> (const std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>&)'
> /usr/include/c++/4.3/tr1_impl/unordered_map:258: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/unordered_map: In member function 
> 'std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& 
> std::unordered_multimap<_Key, _Tp, _Hash, _Pred, 
> _Alloc>::operator=(std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>)':
> /usr/include/c++/4.3/tr1_impl/unordered_map:262: error: '__x' was not 
> declared in this scope
> /usr/include/c++/4.3/tr1_impl/unordered_map: At global scope:
> /usr/include/c++/4.3/tr1_impl/unordered_map:283: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/unordered_map: In function 'void 
> std::swap(std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>)':
> /usr/include/c++/4.3/tr1_impl/unordered_map:285: error: '__x' was not 
> declared in this scope
> /usr/include/c++/4.3/tr1_impl/unordered_map:285: error: '__y' was not 
> declared in this scope
> /usr/include/c++/4.3/tr1_impl/unordered_map: At global scope:
> /usr/include/c++/4.3/tr1_impl/unordered_map:290: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/unordered_map: In function 'void 
> std::swap(std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&, 
> std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>)':
> /usr/include/c++/4.3/tr1_impl/unordered_map:291: error: '__y' was not 
> declared in this scope
> /usr/include/c++/4.3/tr1_impl/unordered_map: At global scope:
> /usr/include/c++/4.3/tr1_impl/unordered_map:295: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/unordered_map: In function 'void 
> std::swap(std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>)':
> /usr/include/c++/4.3/tr1_impl/unordered_map:297: error: '__x' was not 
> declared in this scope
> /usr/include/c++/4.3/tr1_impl/unordered_map:297: error: '__y' was not 
> declared in this scope
> /usr/include/c++/4.3/tr1_impl/unordered_map: At global scope:
> /usr/include/c++/4.3/tr1_impl/unordered_map:302: error: expected ',' or '...' 
> before '&&' token
> /usr/include/c++/4.3/tr1_impl/unordered_map: In function 'void 
> std::swap(std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>&, 
> std::unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>)':
> /usr/include/c++/4.3/tr1_impl/unordered_map:303: error: '__y' was not 
> declared in this scope
> In file included from ../htmlindex.h:13,
>                  from display.cc:1:
> /usr/include/bobcat/hash: At global scope:
> /usr/include/bobcat/hash:45: error: invalid pure specifier (only `= 0' is 
> allowed) before ';' token
> /usr/include/bobcat/hash:67: error: invalid pure specifier (only `= 0' is 
> allowed) before ';' token
> /usr/include/bobcat/hash:89: error: invalid pure specifier (only `= 0' is 
> allowed) before ';' token
> /usr/include/bobcat/hash:123: error: invalid pure specifier (only `= 0' is 
> allowed) before ';' token
> In file included from ../htmlindex.h:15,
>                  from display.cc:1:
> /usr/include/bobcat/pattern:106: error: expected ',' or '...' before '&&' 
> token
> /usr/include/bobcat/pattern:106: error: invalid constructor; you probably 
> meant 'FBB::Pattern (const FBB::Pattern&)'
> /usr/include/bobcat/pattern:110: error: expected ',' or '...' before '&&' 
> token
> In file included from display.cc:1:
> /usr/include/bobcat/hash: In instantiation of 'FBB::HashString<unsigned int>':
> ../htmlindex.h:43:   instantiated from here
> /usr/include/bobcat/hash:67: error: initializer specified for non-virtual 
> method 'FBB::HashString<Value>::HashString() [with Value = unsigned int]'
> execute - program indicates failure (status 256)
> execute - program indicates failure (status 256)
> system - failure of system call (status 256)
> system - failure of system call (status 256)
> make: *** [build-stamp] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/c++-annotations_8.0.0-2_lsid64.buildlog

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: c++-annotations
Source-Version: 8.0.1-1

We believe that the bug you reported is fixed in the latest version of
c++-annotations, which is due to be installed in the Debian FTP archive:

c++-annotations-contrib_8.0.1-1_all.deb
  to pool/main/c/c++-annotations/c++-annotations-contrib_8.0.1-1_all.deb
c++-annotations-dvi_8.0.1-1_all.deb
  to pool/main/c/c++-annotations/c++-annotations-dvi_8.0.1-1_all.deb
c++-annotations-html_8.0.1-1_all.deb
  to pool/main/c/c++-annotations/c++-annotations-html_8.0.1-1_all.deb
c++-annotations-latex_8.0.1-1_all.deb
  to pool/main/c/c++-annotations/c++-annotations-latex_8.0.1-1_all.deb
c++-annotations-pdf_8.0.1-1_all.deb
  to pool/main/c/c++-annotations/c++-annotations-pdf_8.0.1-1_all.deb
c++-annotations-ps_8.0.1-1_all.deb
  to pool/main/c/c++-annotations/c++-annotations-ps_8.0.1-1_all.deb
c++-annotations-txt_8.0.1-1_all.deb
  to pool/main/c/c++-annotations/c++-annotations-txt_8.0.1-1_all.deb
c++-annotations_8.0.1-1.diff.gz
  to pool/main/c/c++-annotations/c++-annotations_8.0.1-1.diff.gz
c++-annotations_8.0.1-1.dsc
  to pool/main/c/c++-annotations/c++-annotations_8.0.1-1.dsc
c++-annotations_8.0.1-1_all.deb
  to pool/main/c/c++-annotations/c++-annotations_8.0.1-1_all.deb
c++-annotations_8.0.1.orig.tar.gz
  to pool/main/c/c++-annotations/c++-annotations_8.0.1.orig.tar.gz



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 542...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frank B. Brokken <f.b.brok...@rug.nl> (supplier of updated c++-annotations 
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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 04 Sep 2009 20:17:34 +0200
Source: c++-annotations
Binary: c++-annotations c++-annotations-html c++-annotations-txt 
c++-annotations-latex c++-annotations-pdf c++-annotations-ps 
c++-annotations-dvi c++-annotations-contrib
Architecture: source all
Version: 8.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Frank B. Brokken <f.b.brok...@rug.nl>
Changed-By: Frank B. Brokken <f.b.brok...@rug.nl>
Description: 
 c++-annotations - Extensive tutorial and documentation about C++
 c++-annotations-contrib - Extensive tutorial and documentation about C++
 c++-annotations-dvi - Extensive tutorial and documentation about C++
 c++-annotations-html - Extensive tutorial and documentation about C++
 c++-annotations-latex - Extensive tutorial and documentation about C++
 c++-annotations-pdf - Extensive tutorial and documentation about C++
 c++-annotations-ps - Extensive tutorial and documentation about C++
 c++-annotations-txt - Extensive tutorial and documentation about C++
Closes: 542999
Changes: 
 c++-annotations (8.0.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #542999)
   * Build-Depends on bobcat 2.04.01
Checksums-Sha1: 
 5f49b10c5b2c978923d981d16b244bf2a435c792 2215 c++-annotations_8.0.1-1.dsc
 5f3b157a6a2d077e4e83d4568acc467e6960f1a6 5049419 
c++-annotations_8.0.1.orig.tar.gz
 5eab063e82ce2f9f260cfaa7ce4af573e60148ea 5158 c++-annotations_8.0.1-1.diff.gz
 2406762437667e5eef6b7cad2f11a936bd3b52bf 91580 c++-annotations_8.0.1-1_all.deb
 24c5edee1a7d539c36103465ae2a5f97a19c4f53 686418 
c++-annotations-html_8.0.1-1_all.deb
 d7ea6a500b39ff4a7902a52fe58e12346e5ba482 436226 
c++-annotations-txt_8.0.1-1_all.deb
 234458e8005597591d62e301ecc13e1620cdfe24 957240 
c++-annotations-latex_8.0.1-1_all.deb
 3da4d1ec294cc188600ce3b034632f1ab17787e6 7654650 
c++-annotations-pdf_8.0.1-1_all.deb
 5e29f2efb4265d2f13169cbbd7d025c827c3c526 3315672 
c++-annotations-ps_8.0.1-1_all.deb
 538f7b10f86ac4ea32e281a45f40737366c18ec9 1628256 
c++-annotations-dvi_8.0.1-1_all.deb
 6100e7339678e3a74118b28c64dea09f6b833641 3739318 
c++-annotations-contrib_8.0.1-1_all.deb
Checksums-Sha256: 
 6e7a6e13dbb15c108cdc7203f59ed629d8da759ff28bd783fb07476eaf1620dc 2215 
c++-annotations_8.0.1-1.dsc
 4741e05423dad041a8afab1ef939c5163922c426ebb07c680037560364179a6e 5049419 
c++-annotations_8.0.1.orig.tar.gz
 8e4dac55c72ed4c6b240b24767ffca4c493b682ff0b48be4c15de49d49b30d3a 5158 
c++-annotations_8.0.1-1.diff.gz
 b1586480acab3167bc756dee018246dbc432b316e62b9ba86f7ba00456b1c2fd 91580 
c++-annotations_8.0.1-1_all.deb
 0b5a742d9e61d6cedbee7d6bceb1c2eee7efa11800d542adc7ea91a67a129576 686418 
c++-annotations-html_8.0.1-1_all.deb
 78930aa7162a1928fe6e37cbbe6031234a42009487a74b1e1ed922616ffcdbba 436226 
c++-annotations-txt_8.0.1-1_all.deb
 3ef356ad48e6e4cd2c0e63e907c889723097df2afb9cc0324344857844bfb839 957240 
c++-annotations-latex_8.0.1-1_all.deb
 61e95a16c024e4bf0176188fb680b534868d652bda98f5295f3204ab924b7e1f 7654650 
c++-annotations-pdf_8.0.1-1_all.deb
 686b91fa6d6f6fa13af288328349f77ee49e8d91713ef6c2df1abfb349ded84d 3315672 
c++-annotations-ps_8.0.1-1_all.deb
 bef03caf9c7e4ffe913ab181f1230212d2c97fb229fb96b59f0e6421fedbfa0c 1628256 
c++-annotations-dvi_8.0.1-1_all.deb
 0db56d2b4be1013615101af0e76dca8f7cfc796b8adc4d9c6f586dc4f18ded83 3739318 
c++-annotations-contrib_8.0.1-1_all.deb
Files: 
 09b3f66f5fb8a641f1637940bb290d6b 2215 doc optional c++-annotations_8.0.1-1.dsc
 1300c1acb8274b494aafe0620cd2e2a8 5049419 doc optional 
c++-annotations_8.0.1.orig.tar.gz
 08514316aa197520cae326dba2793f82 5158 doc optional 
c++-annotations_8.0.1-1.diff.gz
 f4a180f81158ddbbb2ffb876fdabdb73 91580 doc optional 
c++-annotations_8.0.1-1_all.deb
 eb017f555766a23f1de8d85a1235255d 686418 doc optional 
c++-annotations-html_8.0.1-1_all.deb
 6fe3139fc920f9a151c4b2bc0ec54269 436226 doc optional 
c++-annotations-txt_8.0.1-1_all.deb
 0abf652ec910c86603dd798e0f43c849 957240 doc optional 
c++-annotations-latex_8.0.1-1_all.deb
 6d56cce453715d07c38c5780a2a61055 7654650 doc optional 
c++-annotations-pdf_8.0.1-1_all.deb
 c13ece13c650462eb1d0d857d89e73e6 3315672 doc optional 
c++-annotations-ps_8.0.1-1_all.deb
 d3424ab1ee03b3e471cb0f5356b10c4b 1628256 doc optional 
c++-annotations-dvi_8.0.1-1_all.deb
 d8c7984dc54e70d6370d724eced09ab3 3739318 doc optional 
c++-annotations-contrib_8.0.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQIcBAEBAgAGBQJKooxBAAoJEBxXDIkOS9CrTvsQAI9YfF/UGeudOUeLLez6PbwY
n3T4EETwq5lOKT9twNGmc3zowgdqcYElE48IWK0tfqwoJwlWB1qBp0Jf0PBrrh6g
zekzYisuUTidMgaTxetIX3lbc2KmPXVwCipdtogIGzxbdLqaESkc7E1y3+WMHsJZ
a7Xg8AweZQC342sAKyEcL8XAuo8w4j/DyV/Rc8kcW6jmg2XILYmeGLnNGSoQk2hC
IR+wyS88aKGdN1UPVHhnrrcPpYka/hQnk7196FXHrEMEKjzRBhthLfveGNwwSmhI
WRuFccjJ2YUf+8GkcbhpGux8LBSyXcaQZgI/HRDd65E8qLlY4yZ2UHL+IEcFt0C6
C3AfZzKHP3XsNu94u1BUhpWIOTpT9QLgoY6ia9bKNk8A0D6l0ID6SCuY9yeXIJCa
N6MWGhkpj4DDQQ5Ort7xLaacUAWdHfWymEB0H0KNfR4VdKHP6kggsYwhNOKWAziW
HUw+xnGD0XzcIc3Ku3sfvkOHQYIYyC0mtx1KFoT1/zKBSwHnReVMcjJmbqQKinTr
9tPOOShcF14q2whNiDeOheiHPOr3n1lJ5j2tzp+DFKI9k2Pogt25JUb7Jv22rWSX
lWXEp2/mrxDjeqhNsHv39FPm+fglj5xoyi9j33kugqe2I8EjDnwWe2cOGR9snaxn
v9CmqHmm3ya5SZgXnp6k
=odMB
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to