[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#811816: marked as done (criticalmass: FTBFS with GCC 6: misc errors)



Your message dated Sat, 08 Oct 2016 22:19:51 +0000
with message-id <E1bszyB-0002FM-H8@franck.debian.org>
and subject line Bug#811816: fixed in criticalmass 1:1.0.0-5
has caused the Debian Bug report #811816,
regarding criticalmass: FTBFS with GCC 6: misc 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 owner@bugs.debian.org
immediately.)


-- 
811816: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811816
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: criticalmass
Version: 1:1.0.0-4
Severity: important
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

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.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I. -I..     -W -Wall -fno-exceptions -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Config.o Config.cpp
> In file included from /usr/include/c++/6/ext/hash_map:60:0,
>                  from ./hashMap.hpp:32,
>                  from ./Config.hpp:19,
>                  from Config.cpp:23:
> /usr/include/c++/6/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
>  #warning \
>   ^~~~~~~
> 
> In file included from Config.cpp:23:0:
> ./Config.hpp:94:63: error: template argument 3 is invalid
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>                                                                ^
> 
> ./Config.hpp:94:63: error: template argument 3 is invalid
> ./Config.hpp:94:63: error: template argument 3 is invalid
> ./Config.hpp:94:6: error: 'hash_map' is not a type
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>       ^~~~~~~~
> 
> ./Config.hpp:94:14: error: expected ',' or '...' before '<' token
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>               ^
> 
> ./Config.hpp:97:63: error: template argument 3 is invalid
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>                                                                ^
> 
> ./Config.hpp:97:63: error: template argument 3 is invalid
> ./Config.hpp:97:63: error: template argument 3 is invalid
> ./Config.hpp:97:6: error: 'hash_map' is not a type
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>       ^~~~~~~~
> 
> ./Config.hpp:97:14: error: expected ',' or '...' before '<' token
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>               ^
> 
> ./Config.hpp:99:63: error: template argument 3 is invalid
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>                                                                ^
> 
> ./Config.hpp:99:63: error: template argument 3 is invalid
> ./Config.hpp:99:63: error: template argument 3 is invalid
> ./Config.hpp:99:6: error: 'hash_map' is not a type
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>       ^~~~~~~~
> 
> ./Config.hpp:99:14: error: expected ',' or '...' before '<' token
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>               ^
> 
> ./Config.hpp:101:63: error: template argument 3 is invalid
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>                                                                ^
> 
> ./Config.hpp:101:63: error: template argument 3 is invalid
> ./Config.hpp:101:63: error: template argument 3 is invalid
> ./Config.hpp:101:6: error: 'hash_map' is not a type
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>       ^~~~~~~~
> 
> ./Config.hpp:101:14: error: expected ',' or '...' before '<' token
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>               ^
> 
> ./Config.hpp:103:63: error: template argument 3 is invalid
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>                                                                ^
> 
> ./Config.hpp:103:63: error: template argument 3 is invalid
> ./Config.hpp:103:63: error: template argument 3 is invalid
> ./Config.hpp:103:6: error: 'hash_map' is not a type
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>       ^~~~~~~~
> 
> ./Config.hpp:103:14: error: expected ',' or '...' before '<' token
>       hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap);
>               ^
> 
> ./Config.hpp:109:62: error: template argument 3 is invalid
>      hash_map< string, Value*, hash<string>, equal_to<string> > _keyValueMap;
>                                                               ^
> 
> ./Config.hpp:110:62: error: template argument 3 is invalid
>      hash_map< string, Value*, hash<string>, equal_to<string> > _keyValueMapTrans;
>                                                               ^
> 
> In file included from Config.cpp:25:0:
> ./ResourceManager.hpp:74:89: error: template argument 3 is invalid
>      hash_map< const string, DirectoryEntry*, hash<const string>, equal_to<const string> > _dirEntryMap;
>                                                                                          ^
> 
> In file included from Config.cpp:26:0:
> ./Tokenizer.hpp:23:48: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
>      Tokenizer( string line, char *whitespace = " \t\n\r"):
>                                                 ^~~~~~~~~
> 
> ./Tokenizer.hpp:32:65: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
>      Tokenizer( string line, bool withQuotes, char *whitespace = " \t\n\r"):
>                                                                  ^~~~~~~~~
> 
> Config.cpp: In destructor 'Config::~Config()':
> Config.cpp:42:43: error: template argument 3 is invalid
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                            ^
> 
> Config.cpp:42:61: error: qualified-id in declaration before 'ci'
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                                              ^~
> 
> Config.cpp:43:10: error: 'ci' was not declared in this scope
>      for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
>           ^~
> 
> Config.cpp:43:26: error: request for member 'begin' in '((Config*)this)->Config::_keyValueMap', which is of non-class type 'int'
>      for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
>                           ^~~~~
> 
> Config.cpp:43:52: error: request for member 'end' in '((Config*)this)->Config::_keyValueMap', which is of non-class type 'int'
>      for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
>                                                     ^~~
> 
> Config.cpp:47:18: error: request for member 'clear' in '((Config*)this)->Config::_keyValueMap', which is of non-class type 'int'
>      _keyValueMap.clear();
>                   ^~~~~
> 
> Config.cpp:49:10: error: 'ci' was not declared in this scope
>      for( ci=_keyValueMapTrans.begin(); ci!=_keyValueMapTrans.end(); ci++)
>           ^~
> 
> Config.cpp:49:31: error: request for member 'begin' in '((Config*)this)->Config::_keyValueMapTrans', which is of non-class type 'int'
>      for( ci=_keyValueMapTrans.begin(); ci!=_keyValueMapTrans.end(); ci++)
>                                ^~~~~
> 
> Config.cpp:49:62: error: request for member 'end' in '((Config*)this)->Config::_keyValueMapTrans', which is of non-class type 'int'
>      for( ci=_keyValueMapTrans.begin(); ci!=_keyValueMapTrans.end(); ci++)
>                                                               ^~~
> 
> Config.cpp:53:23: error: request for member 'clear' in '((Config*)this)->Config::_keyValueMapTrans', which is of non-class type 'int'
>      _keyValueMapTrans.clear();
>                        ^~~~~
> 
> Config.cpp: In member function 'void Config::getConfigItemList(std::__cxx11::list<Config::ConfigItem>&)':
> Config.cpp:58:43: error: template argument 3 is invalid
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                            ^
> 
> Config.cpp:58:61: error: qualified-id in declaration before 'ci'
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                                              ^~
> 
> Config.cpp:59:10: error: 'ci' was not declared in this scope
>      for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
>           ^~
> 
> Config.cpp:59:26: error: request for member 'begin' in '((Config*)this)->Config::_keyValueMap', which is of non-class type 'int'
>      for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
>                           ^~~~~
> 
> Config.cpp:59:52: error: request for member 'end' in '((Config*)this)->Config::_keyValueMap', which is of non-class type 'int'
>      for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
>                                                     ^~~
> 
> Config.cpp: In member function 'void Config::updateFromFile()':
> Config.cpp:197:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
>          Tokenizer  t( line, " \t\n\r=");
>                                        ^
> 
> Config.cpp: In member function 'void Config::updateTransitoryKeyword(const char*, const char*)':
> Config.cpp:220:19: error: no match for 'operator[]' (operand types are 'int' and 'std::__cxx11::string {aka std::__cxx11::basic_string<char>}')
>   _keyValueMapTrans[ tmpKeyword] = new Value( tmpValue);
>                    ^
> 
> Config.cpp: In member function 'void Config::updateKeyword(const char*, const char*)':
> Config.cpp:232:14: error: no match for 'operator[]' (operand types are 'int' and 'std::__cxx11::string {aka std::__cxx11::basic_string<char>}')
>   _keyValueMap[ tmpKeyword] = new Value( tmpValue);
>               ^
> 
> Config.cpp: In member function 'void Config::updateTransitoryKeyword(std::__cxx11::string, std::__cxx11::string)':
> Config.cpp:240:22: error: no match for 'operator[]' (operand types are 'int' and 'const string {aka const std::__cxx11::basic_string<char>}')
>      _keyValueMapTrans[ keyword] = new Value( value);
>                       ^
> 
> Config.cpp: In member function 'void Config::updateKeyword(std::__cxx11::string, std::__cxx11::string)':
> Config.cpp:247:17: error: no match for 'operator[]' (operand types are 'int' and 'const string {aka const std::__cxx11::basic_string<char>}')
>      _keyValueMap[ keyword] = new Value( value);
>                  ^
> 
> Config.cpp: In member function 'void Config::updateTransitoryKeyword(std::__cxx11::string, Value*)':
> Config.cpp:254:22: error: no match for 'operator[]' (operand types are 'int' and 'const string {aka const std::__cxx11::basic_string<char>}')
>      _keyValueMapTrans[ keyword] = value;
>                       ^
> 
> Config.cpp: In member function 'void Config::updateKeyword(std::__cxx11::string, Value*)':
> Config.cpp:261:17: error: no match for 'operator[]' (operand types are 'int' and 'const string {aka const std::__cxx11::basic_string<char>}')
>      _keyValueMap[ keyword] = value;
>                  ^
> 
> Config.cpp: At global scope:
> Config.cpp:275:59: error: template argument 3 is invalid
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>                                                            ^
> 
> Config.cpp:275:59: error: template argument 3 is invalid
> Config.cpp:275:59: error: template argument 3 is invalid
> Config.cpp:275:2: error: 'hash_map' is not a type
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>   ^~~~~~~~
> 
> Config.cpp:275:10: error: expected ',' or '...' before '<' token
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>           ^
> 
> Config.cpp: In member function 'void Config::removeImpl(const string&, int)':
> Config.cpp:277:43: error: template argument 3 is invalid
>      hash_map<string, Value*, hash<string> >::iterator ci;
>                                            ^
> 
> Config.cpp:277:55: error: qualified-id in declaration before 'ci'
>      hash_map<string, Value*, hash<string> >::iterator ci;
>                                                        ^~
> 
> Config.cpp:278:5: error: 'ci' was not declared in this scope
>      ci = kvmap.find( keyword);
>      ^~
> 
> Config.cpp:278:10: error: 'kvmap' was not declared in this scope
>      ci = kvmap.find( keyword);
>           ^~~~~
> 
> Config.cpp: In member function 'void Config::saveToFile(bool)':
> Config.cpp:305:43: error: template argument 3 is invalid
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                            ^
> 
> Config.cpp:305:61: error: qualified-id in declaration before 'ci'
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                                              ^~
> 
> Config.cpp:306:10: error: 'ci' was not declared in this scope
>      for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
>           ^~
> 
> Config.cpp:306:26: error: request for member 'begin' in '((Config*)this)->Config::_keyValueMap', which is of non-class type 'int'
>      for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
>                           ^~~~~
> 
> Config.cpp:306:52: error: request for member 'end' in '((Config*)this)->Config::_keyValueMap', which is of non-class type 'int'
>      for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
>                                                     ^~~
> 
> Config.cpp: At global scope:
> Config.cpp:367:59: error: template argument 3 is invalid
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>                                                            ^
> 
> Config.cpp:367:59: error: template argument 3 is invalid
> Config.cpp:367:59: error: template argument 3 is invalid
> Config.cpp:367:2: error: 'hash_map' is not a type
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>   ^~~~~~~~
> 
> Config.cpp:367:10: error: expected ',' or '...' before '<' token
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>           ^
> 
> Config.cpp: In member function 'bool Config::getStringImpl(const string&, std::__cxx11::string&, int)':
> Config.cpp:369:43: error: template argument 3 is invalid
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                            ^
> 
> Config.cpp:369:61: error: qualified-id in declaration before 'ci'
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                                              ^~
> 
> Config.cpp:370:5: error: 'ci' was not declared in this scope
>      ci = kvmap.find( keyword);
>      ^~
> 
> Config.cpp:370:10: error: 'kvmap' was not declared in this scope
>      ci = kvmap.find( keyword);
>           ^~~~~
> 
> Config.cpp: At global scope:
> Config.cpp:382:59: error: template argument 3 is invalid
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>                                                            ^
> 
> Config.cpp:382:59: error: template argument 3 is invalid
> Config.cpp:382:59: error: template argument 3 is invalid
> Config.cpp:382:2: error: 'hash_map' is not a type
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>   ^~~~~~~~
> 
> Config.cpp:382:10: error: expected ',' or '...' before '<' token
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>           ^
> 
> Config.cpp: In member function 'bool Config::getIntegerImpl(const string&, int&, int)':
> Config.cpp:384:43: error: template argument 3 is invalid
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                            ^
> 
> Config.cpp:384:61: error: qualified-id in declaration before 'ci'
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                                              ^~
> 
> Config.cpp:385:5: error: 'ci' was not declared in this scope
>      ci = kvmap.find( keyword);
>      ^~
> 
> Config.cpp:385:10: error: 'kvmap' was not declared in this scope
>      ci = kvmap.find( keyword);
>           ^~~~~
> 
> Config.cpp: At global scope:
> Config.cpp:397:59: error: template argument 3 is invalid
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>                                                            ^
> 
> Config.cpp:397:59: error: template argument 3 is invalid
> Config.cpp:397:59: error: template argument 3 is invalid
> Config.cpp:397:2: error: 'hash_map' is not a type
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>   ^~~~~~~~
> 
> Config.cpp:397:10: error: expected ',' or '...' before '<' token
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>           ^
> 
> Config.cpp: In member function 'bool Config::getBooleanImpl(const string&, bool&, int)':
> Config.cpp:399:43: error: template argument 3 is invalid
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                            ^
> 
> Config.cpp:399:61: error: qualified-id in declaration before 'ci'
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                                              ^~
> 
> Config.cpp:400:5: error: 'ci' was not declared in this scope
>      ci = kvmap.find( keyword);
>      ^~
> 
> Config.cpp:400:10: error: 'kvmap' was not declared in this scope
>      ci = kvmap.find( keyword);
>           ^~~~~
> 
> Config.cpp: At global scope:
> Config.cpp:412:59: error: template argument 3 is invalid
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>                                                            ^
> 
> Config.cpp:412:59: error: template argument 3 is invalid
> Config.cpp:412:59: error: template argument 3 is invalid
> Config.cpp:412:2: error: 'hash_map' is not a type
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>   ^~~~~~~~
> 
> Config.cpp:412:10: error: expected ',' or '...' before '<' token
>   hash_map< string, Value*, hash<string>, equal_to<string> > &kvmap)
>           ^
> 
> Config.cpp: In member function 'bool Config::getFloatImpl(const string&, float&, int)':
> Config.cpp:414:43: error: template argument 3 is invalid
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                            ^
> 
> Config.cpp:414:61: error: qualified-id in declaration before 'ci'
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                                              ^~
> 
> Config.cpp:415:5: error: 'ci' was not declared in this scope
>      ci = kvmap.find( keyword);
>      ^~
> 
> Config.cpp:415:10: error: 'kvmap' was not declared in this scope
>      ci = kvmap.find( keyword);
>           ^~~~~
> 
> Config.cpp: In member function 'void Config::dump()':
> Config.cpp:429:43: error: template argument 3 is invalid
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                            ^
> 
> Config.cpp:429:61: error: qualified-id in declaration before 'ci'
>      hash_map<string, Value*, hash<string> >::const_iterator ci;
>                                                              ^~
> 
> Config.cpp:431:10: error: 'ci' was not declared in this scope
>      for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
>           ^~
> 
> Config.cpp:431:26: error: request for member 'begin' in '((Config*)this)->Config::_keyValueMap', which is of non-class type 'int'
>      for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
>                           ^~~~~
> 
> Config.cpp:431:52: error: request for member 'end' in '((Config*)this)->Config::_keyValueMap', which is of non-class type 'int'
>      for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++)
>                                                     ^~~
> 
> Makefile:368: recipe for target 'Config.o' failed
> make[3]: *** [Config.o] Error 1

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

--- End Message ---
--- Begin Message ---
Source: criticalmass
Source-Version: 1:1.0.0-5

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

Debian distribution maintenance software
pp.
Markus Koschany <apo@debian.org> (supplier of updated criticalmass 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 08 Oct 2016 21:43:58 +0200
Source: criticalmass
Binary: criticalmass criticalmass-data
Architecture: source
Version: 1:1.0.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Markus Koschany <apo@debian.org>
Description:
 criticalmass - Shoot-em-up a la galaxian
 criticalmass-data - Shoot-em-up a la galaxian (data files)
Closes: 811816
Changes:
 criticalmass (1:1.0.0-5) unstable; urgency=medium
 .
   * QA upload.
   * Force building with the older gnu++98 standard.
     Thanks to Adrian Bunk for the patch. (Closes: #811816)
   * Switch to compat level 10.
   * wrap-and-sort -sa.
   * Declare compliance with Debian Policy 3.9.8.
   * Remove obsolete Replaces field and drop g++ build-dependency.
   * criticalmass.desktop: Add keywords and a comment in German.
Checksums-Sha1:
 3f734ad64a1b873608a949c910f20994235750b6 2124 criticalmass_1.0.0-5.dsc
 27bcdad9e30112c277b24e4273414de68dbbe891 11564 criticalmass_1.0.0-5.debian.tar.xz
Checksums-Sha256:
 af7ba7be9b01d3480f92c165df6367bb8a887bd29b4de16067fdbb6a6e5e454b 2124 criticalmass_1.0.0-5.dsc
 56295e3e03737cddca6d0c36c19f7ec618998536c11c6e2c7a1645b405f167be 11564 criticalmass_1.0.0-5.debian.tar.xz
Files:
 ff2eb65c356fb8feb0aead48e5bd6b72 2124 games optional criticalmass_1.0.0-5.dsc
 b477b0e528eb20991c737d3fd8c6f277 11564 games optional criticalmass_1.0.0-5.debian.tar.xz

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

iQKMBAEBCgB2BQJX+U9YXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0DxxhcG9AZGViaWFuLm9yZwAKCRDZrRS5UTtR5K6FEAC2
+vspz6IhnKO5D3CiClfO/oUyNhVPNT3+I67/ZIc9f6ASP/loKJJCvyvqf4wHa2wM
7nDOuR7KSm/G8A+fU+Ld1MNzGiVhdvYwAR19F6pUOYwQlN4TzK59h/5420WnoEjs
FsFR1duJbzpZt4hTmZR1ZLIemFqFUIwQy/ydXxThsmN9w54W1uTvpg78q/gjbAie
BHWdqAtuQxh3pRz3Bn9ZqRlFtY4td8Z6pqonF3Z9xJdrfW+GYlBSsRdrRSsAWczv
XDQeKzTcq1CrsHcbc1HY5KMFqLLsx6JuS5tKTw3XCjxdBMzWLRDsyy7GtBVY5B0Z
0/Y4nfrmnnOR+1IeHHZEBynOJt6mH+MONRnPexPP5lFsGbWCluvvhfjKD7cRBO5t
eXPr46P4SIx+AvUHcadI23GbPaaT29wdsU5uD+asRHqOu/PloL/GO6nyVoBhxRPD
D8pLSjH2EFeKnE0t4HSlCCqInUjpCUSbCjYEzh48+mqZFymZNmygnsOyFjqu4XhW
8MEA7TOspf4X86kmhR/8DbuqiKFQ0aUvgyvTNXAP9y9KSTkBPzeQqplnyq+20NYJ
pH2sQQlkA6ho8dymFDGulPVYe2XyVxfUIapy4th9MKGdbrRSDQIZlkXR9vp7/W44
ogNlk7nMpNv8P1bZyFrtAAW8RoDDK/C+MhN/QvnRBg==
=eux7
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: