Your message dated Thu, 08 Dec 2016 09:33:39 +0000
with message-id <[email protected]>
and subject line Bug#811689: fixed in gpsshogi 0.7.0-1
has caused the Debian Bug report #811689,
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 [email protected]
immediately.)


-- 
811689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811689
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gpsshogi
Version: 0.6.0-3+nmu2
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-enumerator-value

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
...
> grep gpsshogi.cc .deps/gpsshogi.cc.d > /dev/null 2>&1 || (rm -f 
> .deps/gpsshogi.cc.d; false)
> g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -Wdate-time -D_FORTIFY_SOURCE=2  -pipe -march=k8 -DOSL_SMP -DNDEBUG -O3 
> -funroll-loops  -funswitch-loops -fpeel-loops --param 
> large-function-growth=48000 --param inline-unit-growth=8000 --param 
> max-inline-insns-single=8000 -fomit-frame-pointer -Wall -Wwrite-strings 
> -Wextra -Wstrict-aliasing=2 -Woverloaded-virtual -Wcast-align -Wwrite-strings 
> -Wpointer-arith -Wno-unused-parameter -Wno-missing-field-initializers  
> -I/usr/share/libosl-dev/include -D_REENTRANT -I../include -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o gpsshogi.o gpsshogi.cc
> In file included from /usr/include/osl/search/moveWithComment.h:6:0,
>                  from /usr/include/osl/game_playing/computerPlayer.h:6,
>                  from /usr/include/osl/game_playing/searchPlayer.h:4,
>                  from options.h:6,
>                  from gpsshogi.cc:1:
> /usr/include/osl/move.h:66:40: error: left operand of shift expression '(-1 
> << 28)' is negative [-fpermissive]
>        BLACK_PASS = 0, WHITE_PASS = (-1)<<28,
>                                     ~~~~^~~~
> 
> /usr/include/osl/move.h:66:42: error: enumerator value for 'WHITE_PASS' is 
> not an integer constant
>        BLACK_PASS = 0, WHITE_PASS = (-1)<<28,
>                                           ^~
> 
> In file included from /usr/include/osl/state/simpleState.h:10:0,
>                  from /usr/include/osl/hash/hashKey.h:15,
>                  from /usr/include/osl/search/moveWithComment.h:8,
>                  from /usr/include/osl/game_playing/computerPlayer.h:6,
>                  from /usr/include/osl/game_playing/searchPlayer.h:4,
>                  from options.h:6,
>                  from gpsshogi.cc:1:
> /usr/include/osl/ptypeTraits.h: In instantiation of 'const mask_int_t 
> osl::PtypeFunsSub<(osl::Ptype)11u, true>::indexMask':
> /usr/include/osl/ptypeTraits.h:325:29:   required from 'const mask_int_t 
> osl::PtypeFuns<(osl::Ptype)11u>::indexMask'
> /usr/include/osl/state/numEffectState.h:359:45:   required from here
> /usr/include/osl/ptypeTraits.h:299:68: error: left operand of shift 
> expression '(-1ll << 32)' is negative [-fpermissive]
>      static const mask_int_t 
> indexMask=static_cast<mask_int_t>((-1LL<<(PtypeTraits<T>::indexMin))^(-1LL<<(PtypeTraits<T>::indexLimit)));
>                                                                
> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> /usr/include/osl/ptypeTraits.h: In instantiation of 'const mask_int_t 
> osl::PtypeFunsSub<(osl::Ptype)14u, true>::indexMask':
> /usr/include/osl/ptypeTraits.h:325:29:   required from 'const mask_int_t 
> osl::PtypeFuns<(osl::Ptype)14u>::indexMask'
> /usr/include/osl/state/numEffectState.h:362:49:   required from here
> /usr/include/osl/ptypeTraits.h:299:68: error: left operand of shift 
> expression '(-1ll << 36)' is negative [-fpermissive]
> /usr/include/osl/ptypeTraits.h: In instantiation of 'const mask_int_t 
> osl::PtypeFunsSub<(osl::Ptype)15u, true>::indexMask':
> /usr/include/osl/ptypeTraits.h:325:29:   required from 'const mask_int_t 
> osl::PtypeFuns<(osl::Ptype)15u>::indexMask'
> /usr/include/osl/state/numEffectState.h:365:46:   required from here
> /usr/include/osl/ptypeTraits.h:299:68: error: left operand of shift 
> expression '(-1ll << 38)' is negative [-fpermissive]
> In file included from /usr/include/osl/search/simpleHashRecord.h:6:0,
>                  from /usr/include/osl/search/searchBase.h:9,
>                  from /usr/include/osl/search/alphaBeta2.h:7,
>                  from benchmark.h:9,
>                  from gpsshogi.cc:2:
> /usr/include/osl/search/quiescenceRecord.h: In copy constructor 
> 'osl::search::QuiescenceRecord::QuiescenceRecord(const 
> osl::search::QuiescenceRecord&)':
> /usr/include/osl/search/quiescenceRecord.h:154:28: error: use of deleted 
> function 'osl::search::QuiescenceRecordBase::QuiescenceRecordBase(const 
> osl::search::QuiescenceRecordBase&)'
>   : QuiescenceRecordBase(src)
>                             ^
> 
> /usr/include/osl/search/quiescenceRecord.h:105:12: note: 
> 'osl::search::QuiescenceRecordBase::QuiescenceRecordBase(const 
> osl::search::QuiescenceRecordBase&)' is implicitly deleted because the 
> default definition would be ill-formed:
>      struct QuiescenceRecordBase
>             ^~~~~~~~~~~~~~~~~~~~
> 
> /usr/include/osl/search/quiescenceRecord.h:105:12: error: use of deleted 
> function 'osl::search::DualThreatmateState::DualThreatmateState(const 
> osl::search::DualThreatmateState&)'
> In file included from /usr/include/osl/search/quiescenceRecord.h:6:0,
>                  from /usr/include/osl/search/simpleHashRecord.h:6,
>                  from /usr/include/osl/search/searchBase.h:9,
>                  from /usr/include/osl/search/alphaBeta2.h:7,
>                  from benchmark.h:9,
>                  from gpsshogi.cc:2:
> /usr/include/osl/search/dualThreatmateState.h:14:11: note: 
> 'osl::search::DualThreatmateState::DualThreatmateState(const 
> osl::search::DualThreatmateState&)' is implicitly deleted because the default 
> definition would be ill-formed:
>      class DualThreatmateState
>            ^~~~~~~~~~~~~~~~~~~
> 
> /usr/include/osl/search/dualThreatmateState.h:14:11: error: no matching 
> function for call to 'Flags(const volatile 
> osl::search::DualThreatmateState::Flags&)'
> /usr/include/osl/search/dualThreatmateState.h:28:14: note: candidate: 
> constexpr osl::search::DualThreatmateState::Flags::Flags(const 
> osl::search::DualThreatmateState::Flags&) <near match>
>        struct Flags {
>               ^~~~~
> 
> /usr/include/osl/search/dualThreatmateState.h:28:14: note:   conversion of 
> argument 1 would be ill-formed:
> /usr/include/osl/search/dualThreatmateState.h:14:11: error: binding 'const 
> volatile osl::search::DualThreatmateState::Flags' to reference of type 'const 
> osl::search::DualThreatmateState::Flags&' discards qualifiers
>      class DualThreatmateState
>            ^~~~~~~~~~~~~~~~~~~
> 
> /usr/include/osl/search/dualThreatmateState.h:28:14: note: candidate: 
> constexpr 
> osl::search::DualThreatmateState::Flags::Flags(osl::search::DualThreatmateState::Flags&&)
>  <near match>
>        struct Flags {
>               ^~~~~
> 
> /usr/include/osl/search/dualThreatmateState.h:28:14: note:   conversion of 
> argument 1 would be ill-formed:
> /usr/include/osl/search/dualThreatmateState.h:14:11: error: cannot bind 
> 'const volatile osl::search::DualThreatmateState::Flags' lvalue to 
> 'osl::search::DualThreatmateState::Flags&&'
>      class DualThreatmateState
>            ^~~~~~~~~~~~~~~~~~~
> 
> In file included from /usr/include/osl/search/simpleHashRecord.h:6:0,
>                  from /usr/include/osl/search/searchBase.h:9,
>                  from /usr/include/osl/search/alphaBeta2.h:7,
>                  from benchmark.h:9,
>                  from gpsshogi.cc:2:
> /usr/include/osl/search/quiescenceRecord.h: In member function 
> 'osl::search::QuiescenceRecord& 
> osl::search::QuiescenceRecord::operator=(const 
> osl::search::QuiescenceRecord&)':
> /usr/include/osl/search/quiescenceRecord.h:162:32: error: use of deleted 
> function 'osl::search::QuiescenceRecordBase& 
> osl::search::QuiescenceRecordBase::operator=(const 
> osl::search::QuiescenceRecordBase&)'
>   QuiescenceRecordBase::operator=(src);
>                                 ^
> 
> /usr/include/osl/search/quiescenceRecord.h:105:12: note: 
> 'osl::search::QuiescenceRecordBase& 
> osl::search::QuiescenceRecordBase::operator=(const 
> osl::search::QuiescenceRecordBase&)' is implicitly deleted because the 
> default definition would be ill-formed:
>      struct QuiescenceRecordBase
>             ^~~~~~~~~~~~~~~~~~~~
> 
> /usr/include/osl/search/quiescenceRecord.h:105:12: error: use of deleted 
> function 'osl::search::DualThreatmateState& 
> osl::search::DualThreatmateState::operator=(const 
> osl::search::DualThreatmateState&)'
> In file included from /usr/include/osl/search/quiescenceRecord.h:6:0,
>                  from /usr/include/osl/search/simpleHashRecord.h:6,
>                  from /usr/include/osl/search/searchBase.h:9,
>                  from /usr/include/osl/search/alphaBeta2.h:7,
>                  from benchmark.h:9,
>                  from gpsshogi.cc:2:
> /usr/include/osl/search/dualThreatmateState.h:14:11: note: 
> 'osl::search::DualThreatmateState& 
> osl::search::DualThreatmateState::operator=(const 
> osl::search::DualThreatmateState&)' is implicitly deleted because the default 
> definition would be ill-formed:
>      class DualThreatmateState
>            ^~~~~~~~~~~~~~~~~~~
> 
> /usr/include/osl/search/dualThreatmateState.h:14:11: error: no matching 
> function for call to 'operator=(const volatile 
> osl::search::DualThreatmateState::Flags&)'
> /usr/include/osl/search/dualThreatmateState.h:28:14: note: candidate: 
> osl::search::DualThreatmateState::Flags& 
> osl::search::DualThreatmateState::Flags::operator=(const 
> osl::search::DualThreatmateState::Flags&) <near match>
>        struct Flags {
>               ^~~~~
> 
> /usr/include/osl/search/dualThreatmateState.h:28:14: note:   conversion of 
> argument 1 would be ill-formed:
> /usr/include/osl/search/dualThreatmateState.h:14:11: error: binding 'const 
> volatile osl::search::DualThreatmateState::Flags' to reference of type 'const 
> osl::search::DualThreatmateState::Flags&' discards qualifiers
>      class DualThreatmateState
>            ^~~~~~~~~~~~~~~~~~~
> 
> /usr/include/osl/search/dualThreatmateState.h:28:14: note: candidate: 
> osl::search::DualThreatmateState::Flags& 
> osl::search::DualThreatmateState::Flags::operator=(osl::search::DualThreatmateState::Flags&&)
>  <near match>
>        struct Flags {
>               ^~~~~
> 
> /usr/include/osl/search/dualThreatmateState.h:28:14: note:   conversion of 
> argument 1 would be ill-formed:
> /usr/include/osl/search/dualThreatmateState.h:14:11: error: cannot bind 
> 'const volatile osl::search::DualThreatmateState::Flags' lvalue to 
> 'osl::search::DualThreatmateState::Flags&&'
>      class DualThreatmateState
>            ^~~~~~~~~~~~~~~~~~~
> 
> gpsshogi.cc: In function 'void play(int, char**)':
> gpsshogi.cc:233:10: warning: 'template<class> class std::auto_ptr' is 
> deprecated [-Wdeprecated-declarations]
>      std::auto_ptr<SearchPlayer> player
>           ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /usr/include/osl/stl/pool_allocator.h:14,
>                  from /usr/include/osl/stl/vector.h:6,
>                  from /usr/include/osl/search/moveWithComment.h:7,
>                  from /usr/include/osl/game_playing/computerPlayer.h:6,
>                  from /usr/include/osl/game_playing/searchPlayer.h:4,
>                  from options.h:6,
>                  from gpsshogi.cc:1:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> gpsshogi.cc:241:10: warning: 'template<class> class std::auto_ptr' is 
> deprecated [-Wdeprecated-declarations]
>      std::auto_ptr<SearchPlayer> player
>           ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /usr/include/osl/stl/pool_allocator.h:14,
>                  from /usr/include/osl/stl/vector.h:6,
>                  from /usr/include/osl/search/moveWithComment.h:7,
>                  from /usr/include/osl/game_playing/computerPlayer.h:6,
>                  from /usr/include/osl/game_playing/searchPlayer.h:4,
>                  from options.h:6,
>                  from gpsshogi.cc:1:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> gpsshogi.cc:248:8: warning: 'template<class> class std::auto_ptr' is 
> deprecated [-Wdeprecated-declarations]
>    std::auto_ptr<OpeningBookTracer> black_book, white_book;
>         ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /usr/include/osl/stl/pool_allocator.h:14,
>                  from /usr/include/osl/stl/vector.h:6,
>                  from /usr/include/osl/search/moveWithComment.h:7,
>                  from /usr/include/osl/game_playing/computerPlayer.h:6,
>                  from /usr/include/osl/game_playing/searchPlayer.h:4,
>                  from options.h:6,
>                  from gpsshogi.cc:1:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> gpsshogi.cc:307:10: warning: 'template<class> class std::auto_ptr' is 
> deprecated [-Wdeprecated-declarations]
>      std::auto_ptr<SearchPlayer> black_search
>           ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /usr/include/osl/stl/pool_allocator.h:14,
>                  from /usr/include/osl/stl/vector.h:6,
>                  from /usr/include/osl/search/moveWithComment.h:7,
>                  from /usr/include/osl/game_playing/computerPlayer.h:6,
>                  from /usr/include/osl/game_playing/searchPlayer.h:4,
>                  from options.h:6,
>                  from gpsshogi.cc:1:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> gpsshogi.cc:309:10: warning: 'template<class> class std::auto_ptr' is 
> deprecated [-Wdeprecated-declarations]
>      std::auto_ptr<SearchPlayer> white_search
>           ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /usr/include/osl/stl/pool_allocator.h:14,
>                  from /usr/include/osl/stl/vector.h:6,
>                  from /usr/include/osl/search/moveWithComment.h:7,
>                  from /usr/include/osl/game_playing/computerPlayer.h:6,
>                  from /usr/include/osl/game_playing/searchPlayer.h:4,
>                  from options.h:6,
>                  from gpsshogi.cc:1:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> gpsshogi.cc:343:8: warning: 'template<class> class std::auto_ptr' is 
> deprecated [-Wdeprecated-declarations]
>    std::auto_ptr<CsaLogger> logger(new CsaLogger(*output));
>         ^~~~~~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>                  from /usr/include/osl/stl/pool_allocator.h:14,
>                  from /usr/include/osl/stl/vector.h:6,
>                  from /usr/include/osl/search/moveWithComment.h:7,
>                  from /usr/include/osl/game_playing/computerPlayer.h:6,
>                  from /usr/include/osl/game_playing/searchPlayer.h:4,
>                  from options.h:6,
>                  from gpsshogi.cc:1:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>    template<typename> class auto_ptr;
>                             ^~~~~~~~
> 
> In file included from /usr/include/osl/state/simpleState.h:10:0,
>                  from /usr/include/osl/hash/hashKey.h:15,
>                  from /usr/include/osl/search/moveWithComment.h:8,
>                  from /usr/include/osl/game_playing/computerPlayer.h:6,
>                  from /usr/include/osl/game_playing/searchPlayer.h:4,
>                  from options.h:6,
>                  from gpsshogi.cc:1:
> /usr/include/osl/ptypeTraits.h: In instantiation of 'const mask_int_t 
> osl::PtypeFunsSub<(osl::Ptype)8u, true>::indexMask':
> /usr/include/osl/ptypeTraits.h:325:29:   required from 'const mask_int_t 
> osl::PtypeFuns<(osl::Ptype)8u>::indexMask'
> /usr/include/osl/container/pieceMask.h:88:34:   required from 'void 
> osl::container::PieceMask::clearBit() [with osl::Ptype PTYPE = 
> (osl::Ptype)8u]'
> /usr/include/osl/state/numEffectState.h:399:19:   required from here
> /usr/include/osl/ptypeTraits.h:299:68: error: left operand of shift 
> expression '(-1ll << 30)' is negative [-fpermissive]
>      static const mask_int_t 
> indexMask=static_cast<mask_int_t>((-1LL<<(PtypeTraits<T>::indexMin))^(-1LL<<(PtypeTraits<T>::indexLimit)));
>                                                                
> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> <builtin>: recipe for target 'gpsshogi.o' failed

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

--- End Message ---
--- Begin Message ---
Source: gpsshogi
Source-Version: 0.7.0-1

We believe that the bug you reported is fixed in the latest version of
gpsshogi, 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.
Daigo Moriwaki <[email protected]> (supplier of updated gpsshogi 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: SHA256

Format: 1.8
Date: Sun, 04 Dec 2016 10:15:52 +0900
Source: gpsshogi
Binary: gpsshogi gpsshogi-data
Architecture: source all amd64
Version: 0.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Daigo Moriwaki <[email protected]>
Changed-By: Daigo Moriwaki <[email protected]>
Description:
 gpsshogi   - Shogi playing program based on OpenShogiLib
 gpsshogi-data - data files for gpsshogi
Closes: 811689
Changes:
 gpsshogi (0.7.0-1) unstable; urgency=medium
 .
   * New upstream release (r3043).
   * Remove patches that are no longer applicable:
     - debian/patches/20100206-qt-common.pro.patch
     - debian/patches/20100528-makefile_conf_remove_malloc.patch
   * Add new patches:
     - debian/patches/0001-Customize-qmake-files.patch
     - debian/patches/0002-Customize-make-files.patch
     - debian/patches/0003-Fix-compiler-warnings-with-GCC-6.patch
     (Closes: #811689)
Checksums-Sha1:
 3405b32449cd4b64235ff1ec16929cdbbc5f8469 2142 gpsshogi_0.7.0-1.dsc
 08933c7357230c0de709f87107097fbc40232b61 22979250 gpsshogi_0.7.0.orig.tar.gz
 04447f10a2a75b66e9cd5e3e99aacee9a3233305 11068 gpsshogi_0.7.0-1.debian.tar.xz
 ca21188982d835bb6478586a6285ca35d4c4c898 6902220 gpsshogi-data_0.7.0-1_all.deb
 47f0a239582f04a699331dfe5fea516181ca3cda 3631744 
gpsshogi-dbgsym_0.7.0-1_amd64.deb
 03d9d8101079a0d06eaa70e8dd159e9de31bf664 15245 gpsshogi_0.7.0-1_amd64.buildinfo
 43e4031faf1658449b8c2b6aac3e9da6a58199e2 468652 gpsshogi_0.7.0-1_amd64.deb
Checksums-Sha256:
 d18bf4485e731643d66ebf136ed0b5cce260ac289ef7c825110b52994677bb21 2142 
gpsshogi_0.7.0-1.dsc
 35b6d46ade5e559f1b1e1d56afd32941cb213fb063eef79c7eb33f8674c6f877 22979250 
gpsshogi_0.7.0.orig.tar.gz
 d79a9c9b5833f544f55130cd2efb824691e19bb0667d302f082547562ecdff3d 11068 
gpsshogi_0.7.0-1.debian.tar.xz
 3ef33bb4d1279e3b1b025131ad238a4498485fd6f8ede80fbb96ff3208fcd3b9 6902220 
gpsshogi-data_0.7.0-1_all.deb
 be5ff950d8a016db879c7810136ed5e84adcb9de30eadedffefdab7b49193f74 3631744 
gpsshogi-dbgsym_0.7.0-1_amd64.deb
 182fe7357a07f4a9050e00a9a02aab3effa9ecb8f18257526832b737fcf419b2 15245 
gpsshogi_0.7.0-1_amd64.buildinfo
 d2c13632981fefe5681e9249594c105746cd24587202fd4d87ffd5cd5b91c751 468652 
gpsshogi_0.7.0-1_amd64.deb
Files:
 a911d180eb3841f390c067fdacb29d3f 2142 games optional gpsshogi_0.7.0-1.dsc
 b89909336e71467fe4596cc8f05bd24f 22979250 games optional 
gpsshogi_0.7.0.orig.tar.gz
 885b59d08e9d08ec0adddc2d469d08a2 11068 games optional 
gpsshogi_0.7.0-1.debian.tar.xz
 7828ad7c3d951f06b252ef6ac99f1c50 6902220 games optional 
gpsshogi-data_0.7.0-1_all.deb
 1013e58d6ba6eccef3c3da023c42ad89 3631744 debug extra 
gpsshogi-dbgsym_0.7.0-1_amd64.deb
 adfa66a0330daf3871a0a4b45bd45128 15245 games optional 
gpsshogi_0.7.0-1_amd64.buildinfo
 4601d6a64be152d18d3cae5df4077ffe 468652 games optional 
gpsshogi_0.7.0-1_amd64.deb

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

iQIzBAEBCAAdFiEEVNCsVNu9PyEYsJzOAcvMS/KKDT4FAlhJJlgACgkQAcvMS/KK
DT4mWRAArk7HTJy7XeoX9XuOXU1aZBCCDVpM1ModjeWlTAM5uDGgzZuFpzDGHCQr
wyDx4mhtHKmjMVQ4AEvHWrQab/BWFQCVugkuinHNl2htoTDCZ+aZo4L0tBpD6Ihy
BUXDGbxMvhjv/oaE3v3oWdKep9aJUpKkjBNidEKEAFMtV1QTojO/7RkjSSxF0fpx
kKYVQ/A7pV2dcbauGy5UJMj0OYeZ2JH3IlfM+TznPXpnLsXpjoo7Bo44NXiYJ+Pc
Kqk+MT3B2jAB31DFKKKAuyo9axAf7DVl9gTWYVwqv+u9k+puQ4qE1vf6bFgdMV6w
VpAhpRXSInR1Wlg2mnli9fwuheAhSCSWZRK74KSECEGssRUddNn1g6dDmjtBtKI+
g/+Kr/kX4xHUCtXGisjfwc7YpNUl+ddGfp2+FbBx+ldjsDPlWttDsYzSlbO4MylZ
TN3vqmjaFrlpZXTFRonaCdVGCFPO8W5NQzCJl2cUvjBDcyKiMUgOvCzA68KCr9Ug
UuqGxTHrFMb0GFZtLRJjxJx6cGfd57vEWHuMFBALvSKizV2LII/Rrj/2RViRirXl
lPpxQPN3yxaE+29wJh8QgWVg5jq9eXAbTG4Kuau4Ep0Vkm8PKWr6yk7T5CTbX9Zh
rlQSlurjz98eJzmik8kWb37vjWWKct8P4U8WaaOd3DbL9gVGkC8=
=3sR/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to