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

Bug#1037684: marked as done (grcompiler: ftbfs with GCC-13)



Your message dated Wed, 14 Jun 2023 12:33:54 +0000
with message-id <E1q9PhC-008qF7-Og@fasolo.debian.org>
and subject line Bug#1037684: fixed in grcompiler 5.2.1-1
has caused the Debian Bug report #1037684,
regarding grcompiler: ftbfs with GCC-13
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.)


-- 
1037684: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037684
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:grcompiler
Version: 5.2.1-0.2
Severity: normal
Tags: sid trixie
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/grcompiler_5.2.1-0.2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-13/porting_to.html

[...]
[ 29%] Building CXX object compiler/Grammar/CMakeFiles/parser.dir/LLkParser.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/compiler/Grammar && /usr/bin/c++  -I/<<PKGBUILDDIR>>/compiler/Grammar -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -MD -MT compiler/Grammar/CMakeFiles/parser.dir/LLkParser.cpp.o -MF CMakeFiles/parser.dir/LLkParser.cpp.o.d -o CMakeFiles/parser.dir/LLkParser.cpp.o -c /<<PKGBUILDDIR>>/compiler/Grammar/LLkParser.cpp
[ 30%] Building C object preprocessor/CMakeFiles/gdlpp.dir/cpp5.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/preprocessor && /usr/bin/cc -DGDLPP -DPKGDATADIR=\"/usr/share/grcompiler\" -DUNIX -Dunix  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT preprocessor/CMakeFiles/gdlpp.dir/cpp5.c.o -MF CMakeFiles/gdlpp.dir/cpp5.c.o.d -o CMakeFiles/gdlpp.dir/cpp5.c.o -c /<<PKGBUILDDIR>>/preprocessor/cpp5.c
[ 32%] Building CXX object compiler/Grammar/CMakeFiles/parser.dir/MismatchedTokenException.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/compiler/Grammar && /usr/bin/c++  -I/<<PKGBUILDDIR>>/compiler/Grammar -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -MD -MT compiler/Grammar/CMakeFiles/parser.dir/MismatchedTokenException.cpp.o -MF CMakeFiles/parser.dir/MismatchedTokenException.cpp.o.d -o CMakeFiles/parser.dir/MismatchedTokenException.cpp.o -c /<<PKGBUILDDIR>>/compiler/Grammar/MismatchedTokenException.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 32%] Built target TtfUtil
make  -f test/GrcRegressionTest/CMakeFiles/GrcRegressionTest.dir/build.make test/GrcRegressionTest/CMakeFiles/GrcRegressionTest.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/test/GrcRegressionTest /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/GrcRegressionTest /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/GrcRegressionTest/CMakeFiles/GrcRegressionTest.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f test/GrcRegressionTest/CMakeFiles/GrcRegressionTest.dir/build.make test/GrcRegressionTest/CMakeFiles/GrcRegressionTest.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 33%] Building CXX object compiler/Grammar/CMakeFiles/parser.dir/NoViableAltException.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/compiler/Grammar && /usr/bin/c++  -I/<<PKGBUILDDIR>>/compiler/Grammar -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -MD -MT compiler/Grammar/CMakeFiles/parser.dir/NoViableAltException.cpp.o -MF CMakeFiles/parser.dir/NoViableAltException.cpp.o.d -o CMakeFiles/parser.dir/NoViableAltException.cpp.o -c /<<PKGBUILDDIR>>/compiler/Grammar/NoViableAltException.cpp
[ 35%] Building CXX object test/GrcRegressionTest/CMakeFiles/GrcRegressionTest.dir/CompareFontTables.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/GrcRegressionTest && /usr/bin/c++  -I/<<PKGBUILDDIR>>/compiler -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -MD -MT test/GrcRegressionTest/CMakeFiles/GrcRegressionTest.dir/CompareFontTables.cpp.o -MF CMakeFiles/GrcRegressionTest.dir/CompareFontTables.cpp.o.d -o CMakeFiles/GrcRegressionTest.dir/CompareFontTables.cpp.o -c /<<PKGBUILDDIR>>/test/GrcRegressionTest/CompareFontTables.cpp
[ 36%] Building CXX object compiler/Grammar/CMakeFiles/parser.dir/Parser.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/compiler/Grammar && /usr/bin/c++  -I/<<PKGBUILDDIR>>/compiler/Grammar -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -MD -MT compiler/Grammar/CMakeFiles/parser.dir/Parser.cpp.o -MF CMakeFiles/parser.dir/Parser.cpp.o.d -o CMakeFiles/parser.dir/Parser.cpp.o -c /<<PKGBUILDDIR>>/compiler/Grammar/Parser.cpp
[ 38%] Building C object preprocessor/CMakeFiles/gdlpp.dir/cpp6.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/preprocessor && /usr/bin/cc -DGDLPP -DPKGDATADIR=\"/usr/share/grcompiler\" -DUNIX -Dunix  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT preprocessor/CMakeFiles/gdlpp.dir/cpp6.c.o -MF CMakeFiles/gdlpp.dir/cpp6.c.o.d -o CMakeFiles/gdlpp.dir/cpp6.c.o -c /<<PKGBUILDDIR>>/preprocessor/cpp6.c
[ 40%] Building CXX object compiler/Grammar/CMakeFiles/parser.dir/ParserException.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/compiler/Grammar && /usr/bin/c++  -I/<<PKGBUILDDIR>>/compiler/Grammar -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -MD -MT compiler/Grammar/CMakeFiles/parser.dir/ParserException.cpp.o -MF CMakeFiles/parser.dir/ParserException.cpp.o.d -o CMakeFiles/parser.dir/ParserException.cpp.o -c /<<PKGBUILDDIR>>/compiler/Grammar/ParserException.cpp
[ 41%] Building CXX object compiler/Grammar/CMakeFiles/parser.dir/ParserSharedInputState.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/compiler/Grammar && /usr/bin/c++  -I/<<PKGBUILDDIR>>/compiler/Grammar -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -MD -MT compiler/Grammar/CMakeFiles/parser.dir/ParserSharedInputState.cpp.o -MF CMakeFiles/parser.dir/ParserSharedInputState.cpp.o.d -o CMakeFiles/parser.dir/ParserSharedInputState.cpp.o -c /<<PKGBUILDDIR>>/compiler/Grammar/ParserSharedInputState.cpp
[ 43%] Building CXX object compiler/Grammar/CMakeFiles/parser.dir/ScannerException.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/compiler/Grammar && /usr/bin/c++  -I/<<PKGBUILDDIR>>/compiler/Grammar -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -MD -MT compiler/Grammar/CMakeFiles/parser.dir/ScannerException.cpp.o -MF CMakeFiles/parser.dir/ScannerException.cpp.o.d -o CMakeFiles/parser.dir/ScannerException.cpp.o -c /<<PKGBUILDDIR>>/compiler/Grammar/ScannerException.cpp
[ 44%] Building CXX object compiler/Grammar/CMakeFiles/parser.dir/Token.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/compiler/Grammar && /usr/bin/c++  -I/<<PKGBUILDDIR>>/compiler/Grammar -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -MD -MT compiler/Grammar/CMakeFiles/parser.dir/Token.cpp.o -MF CMakeFiles/parser.dir/Token.cpp.o.d -o CMakeFiles/parser.dir/Token.cpp.o -c /<<PKGBUILDDIR>>/compiler/Grammar/Token.cpp
/<<PKGBUILDDIR>>/test/GrcRegressionTest/CompareFontTables.cpp: In function ‘void CompareSilfTables(int&, TestCase*, gr::GrIStream&, gr::GrIStream&, int*)’:
/<<PKGBUILDDIR>>/test/GrcRegressionTest/CompareFontTables.cpp:448:9: error: ‘uint32_t’ was not declared in this scope
  448 |         uint32_t fxdRuleVersionB = (fxdSilfVersionB >= 0x00030000) ? ReadVersion(grstrmB) : fxdSilfVersionB;
      |         ^~~~~~~~
/<<PKGBUILDDIR>>/test/GrcRegressionTest/CompareFontTables.cpp:15:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
   14 | #include "main.h"
  +++ |+#include <cstdint>
   15 | 
/<<PKGBUILDDIR>>/test/GrcRegressionTest/CompareFontTables.cpp:449:17: error: expected ‘;’ before ‘fxdRuleVersionT’
  449 |         uint32_t fxdRuleVersionT = (fxdSilfVersionT >= 0x00030000) ? ReadVersion(grstrmT) : fxdSilfVersionT;
      |                 ^~~~~~~~~~~~~~~~
      |                 ;
[ 46%] Building C object preprocessor/CMakeFiles/gdlpp.dir/memory.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/preprocessor && /usr/bin/cc -DGDLPP -DPKGDATADIR=\"/usr/share/grcompiler\" -DUNIX -Dunix  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT preprocessor/CMakeFiles/gdlpp.dir/memory.c.o -MF CMakeFiles/gdlpp.dir/memory.c.o.d -o CMakeFiles/gdlpp.dir/memory.c.o -c /<<PKGBUILDDIR>>/preprocessor/memory.c
[ 47%] Building CXX object compiler/Grammar/CMakeFiles/parser.dir/TokenBuffer.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/compiler/Grammar && /usr/bin/c++  -I/<<PKGBUILDDIR>>/compiler/Grammar -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -MD -MT compiler/Grammar/CMakeFiles/parser.dir/TokenBuffer.cpp.o -MF CMakeFiles/parser.dir/TokenBuffer.cpp.o.d -o CMakeFiles/parser.dir/TokenBuffer.cpp.o -c /<<PKGBUILDDIR>>/compiler/Grammar/TokenBuffer.cpp
make[3]: *** [test/GrcRegressionTest/CMakeFiles/GrcRegressionTest.dir/build.make:79: test/GrcRegressionTest/CMakeFiles/GrcRegressionTest.dir/CompareFontTables.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1122: test/GrcRegressionTest/CMakeFiles/GrcRegressionTest.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 49%] Building C object preprocessor/CMakeFiles/gdlpp.dir/usecpp.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/preprocessor && /usr/bin/cc -DGDLPP -DPKGDATADIR=\"/usr/share/grcompiler\" -DUNIX -Dunix  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT preprocessor/CMakeFiles/gdlpp.dir/usecpp.c.o -MF CMakeFiles/gdlpp.dir/usecpp.c.o.d -o CMakeFiles/gdlpp.dir/usecpp.c.o -c /<<PKGBUILDDIR>>/preprocessor/usecpp.c
[ 50%] Linking C executable gdlpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/preprocessor && /usr/bin/cmake -E cmake_link_script CMakeFiles/gdlpp.dir/link.txt --verbose=1
/usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now CMakeFiles/gdlpp.dir/cpp1.c.o CMakeFiles/gdlpp.dir/cpp2.c.o CMakeFiles/gdlpp.dir/cpp3.c.o CMakeFiles/gdlpp.dir/cpp4.c.o CMakeFiles/gdlpp.dir/cpp5.c.o CMakeFiles/gdlpp.dir/cpp6.c.o CMakeFiles/gdlpp.dir/memory.c.o CMakeFiles/gdlpp.dir/usecpp.c.o -o gdlpp 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 50%] Built target gdlpp
[ 52%] Linking CXX static library libparser.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/compiler/Grammar && /usr/bin/cmake -P CMakeFiles/parser.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/compiler/Grammar && /usr/bin/cmake -E cmake_link_script CMakeFiles/parser.dir/link.txt --verbose=1
/usr/bin/ar qc libparser.a CMakeFiles/parser.dir/AST.cpp.o CMakeFiles/parser.dir/ANTLRException.cpp.o CMakeFiles/parser.dir/ASTFactory.cpp.o CMakeFiles/parser.dir/BitSet.cpp.o CMakeFiles/parser.dir/CharBuffer.cpp.o CMakeFiles/parser.dir/CharScanner.cpp.o CMakeFiles/parser.dir/CommonASTNode.cpp.o CMakeFiles/parser.dir/CommonToken.cpp.o CMakeFiles/parser.dir/InputBuffer.cpp.o CMakeFiles/parser.dir/LexerSharedInputState.cpp.o CMakeFiles/parser.dir/LLkParser.cpp.o CMakeFiles/parser.dir/MismatchedTokenException.cpp.o CMakeFiles/parser.dir/NoViableAltException.cpp.o CMakeFiles/parser.dir/Parser.cpp.o CMakeFiles/parser.dir/ParserException.cpp.o CMakeFiles/parser.dir/ParserSharedInputState.cpp.o CMakeFiles/parser.dir/ScannerException.cpp.o CMakeFiles/parser.dir/Token.cpp.o CMakeFiles/parser.dir/TokenBuffer.cpp.o
/usr/bin/ranlib libparser.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 52%] Built target parser
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: grcompiler
Source-Version: 5.2.1-1
Done: Bastian Germann <bage@debian.org>

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

Debian distribution maintenance software
pp.
Bastian Germann <bage@debian.org> (supplier of updated grcompiler 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: Wed, 14 Jun 2023 14:18:03 +0200
Source: grcompiler
Architecture: source
Version: 5.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Changed-By: Bastian Germann <bage@debian.org>
Closes: 1037684
Changes:
 grcompiler (5.2.1-1) unstable; urgency=medium
 .
   * Team upload
   * Patch: Add missing include (Closes: #1037684)
Checksums-Sha1:
 c870314e5ee50d088fdbad7c3b236d6773b19154 1891 grcompiler_5.2.1-1.dsc
 ca8cc93d164f6929eb123b1ee2b1f6b6723182f1 13004 grcompiler_5.2.1-1.debian.tar.xz
 14bcad633cca5374f73ab20e5f5d6cbea4bf1ac4 6267 grcompiler_5.2.1-1_source.buildinfo
Checksums-Sha256:
 1e0f6c6e6c680d29615d0e398c341e280435f2f2c9c0564e59a7ea2067ef9cd2 1891 grcompiler_5.2.1-1.dsc
 3e158f12c07d7cbc6cd8772cbfaeccc2ce6353bb7eaac705dfc66b7c866f5676 13004 grcompiler_5.2.1-1.debian.tar.xz
 09a2aeebd1f994ab9dc70dce30eecbfcad939e303211eca4e0db362a8cc5630e 6267 grcompiler_5.2.1-1_source.buildinfo
Files:
 d99804f401681f64219f6a0e2247fe26 1891 devel optional grcompiler_5.2.1-1.dsc
 9bd58a874c7e9430e1dc95bba2a20e9e 13004 devel optional grcompiler_5.2.1-1.debian.tar.xz
 0ca012e9e5a3b4f039bcf48f23cf13fd 6267 devel optional grcompiler_5.2.1-1_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmSJsd0QHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFNpZDAC3fMKqc00CtC3o6kHRdzuA0579x/RGp2DO
45pa2Pa2DZ+UoIfptyvWzG7dyQLH7NrKaVt4j/gx/5/O4cxpB3SttizoXtEJiSDV
fR/rG5ywXvqsczdeHZo0FrSFoYIUAv3RsXWc4QYg3ugZgfbh/lPsfYJdIZ09c5t+
DvUiK4LMoHinv88eptwM9JIbmZWtG4p+N0wkHbZrOqobnPVnVDc1+ryVsWecmBLU
CTb+IGJ1F5kXZlAyXdXOhTmJZgtWfXImWcA0UVSMnHYF3BNHTT6pe1PnYaTjQgZg
PYeJ/cBH9cCVQ1LrMWTNouzH3UXRnPk869BQOs3JoYYZOU3mp7XCAjIqq5ftDF2f
9T0DXSZhgJxc2cutXeileS1Zyc6C9VetzzILX9per1M+cRFXo4RUI4Z0yeLiWNiK
MpI1HWDSjPVO2NpIPq9J6LDfmwnf+p6FLl4XoKYiyxqqhWsmYkT00UAxxOq8nKtj
hUbUK21dPjUaBMU09AwGcKSP/9tbtR4=
=pPnS
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: