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

Bug#984022: marked as done (coinor-symphony: ftbfs with GCC-11)



Your message dated Sat, 16 Oct 2021 13:33:38 +0000
with message-id <E1mbjog-000Ico-8w@fasolo.debian.org>
and subject line Bug#984022: fixed in coinor-symphony 5.6.17+dfsg-1
has caused the Debian Bug report #984022,
regarding coinor-symphony: ftbfs with GCC-11
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.)


-- 
984022: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984022
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:coinor-symphony
Version: 5.6.16+repack1-3
Severity: normal
Tags: sid bookworm
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/coinor-symphony_5.6.16+repack1-3_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
LP/lp_solver.c:2491:30: warning: statement will never be executed [-Wswitch-unreachable]
 2491 |        printf("%c \n", sense[i]);
      |                              ^
 g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../Applications/USER/include -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -D__OSI_CLP__ -DUSE_CGL_CUTS -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c TreeManager/tm_func.c -o libSym_la-tm_func.o >/dev/null 2>&1
TreeManager/tm_proccomm.c: In function 'void receive_node_desc(tm_prob*, bc_node*)':
TreeManager/tm_proccomm.c:821:39: warning: '%i' directive writing between 1 and 11 bytes into a region of size between 0 and 49 [-Wformat-overflow=]
  821 |                   sprintf(reason, "%s %i", reason, n->parent->bc_index + 1);
      |                                       ^~
TreeManager/tm_proccomm.c:821:35: note: directive argument in the range [-2147483647, 2147483647]
  821 |                   sprintf(reason, "%s %i", reason, n->parent->bc_index + 1);
      |                                   ^~~~~~~
In file included from /usr/include/stdio.h:867,
                 from TreeManager/tm_proccomm.c:17:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output between 3 and 62 bytes into a destination of size 50
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |                                   __bos (__s), __fmt, __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TreeManager/tm_proccomm.c:819:39: warning: '%i' directive writing 1 byte into a region of size between 0 and 49 [-Wformat-overflow=]
  819 |                   sprintf(reason, "%s %i", reason, 0);
      |                                       ^~
In file included from /usr/include/stdio.h:867,
                 from TreeManager/tm_proccomm.c:17:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output between 3 and 52 bytes into a destination of size 50
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |                                   __bos (__s), __fmt, __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TreeManager/tm_proccomm.c:832:36: warning: '%c' directive writing 1 byte into a region of size between 0 and 49 [-Wformat-overflow=]
  832 |                sprintf(reason, "%s %c %f %f %i", reason, branch_dir,
      |                                    ^~
TreeManager/tm_proccomm.c:832:32: note: assuming directive output of 8 bytes
  832 |                sprintf(reason, "%s %c %f %f %i", reason, branch_dir,
      |                                ^~~~~~~~~~~~~~~~
TreeManager/tm_proccomm.c:832:32: note: assuming directive output of 8 bytes
TreeManager/tm_proccomm.c:832:32: note: directive argument in the range [0, 2147483647]
In file included from /usr/include/stdio.h:867,
                 from TreeManager/tm_proccomm.c:17:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output between 13 and 699 bytes into a destination of size 50
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |                                   __bos (__s), __fmt, __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../Applications/USER/include -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -D__OSI_CLP__ -DUSE_CGL_CUTS -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c TreeManager/tm_proccomm.c -o libSym_la-tm_proccomm.o >/dev/null 2>&1
 g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../Applications/USER/include -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -D__OSI_CLP__ -DUSE_CGL_CUTS -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c LP/lp_solver.c -o libSym_la-lp_solver.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo ../include` -I`echo ../include` -I`echo ../Applications/USER/include`  -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin  -D__OSI_CLP__        -DUSE_CGL_CUTS          -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security   -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c -o libSym_la-lp_varfunc.lo `test -f 'LP/lp_varfunc.c' || echo './'`LP/lp_varfunc.c
 g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../Applications/USER/include -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -D__OSI_CLP__ -DUSE_CGL_CUTS -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c LP/lp_varfunc.c  -fPIC -DPIC -o .libs/libSym_la-lp_varfunc.o
/bin/bash ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo ../include` -I`echo ../include` -I`echo ../Applications/USER/include`  -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin  -D__OSI_CLP__        -DUSE_CGL_CUTS          -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security   -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c -o libSym_la-lp_rowfunc.lo `test -f 'LP/lp_rowfunc.c' || echo './'`LP/lp_rowfunc.c
 g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../Applications/USER/include -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -D__OSI_CLP__ -DUSE_CGL_CUTS -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c LP/lp_rowfunc.c  -fPIC -DPIC -o .libs/libSym_la-lp_rowfunc.o
/bin/bash ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo ../include` -I`echo ../include` -I`echo ../Applications/USER/include`  -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin  -D__OSI_CLP__        -DUSE_CGL_CUTS          -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security   -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c -o libSym_la-lp_genfunc.lo `test -f 'LP/lp_genfunc.c' || echo './'`LP/lp_genfunc.c
 g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../Applications/USER/include -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -D__OSI_CLP__ -DUSE_CGL_CUTS -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c LP/lp_genfunc.c  -fPIC -DPIC -o .libs/libSym_la-lp_genfunc.o
 g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../Applications/USER/include -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -D__OSI_CLP__ -DUSE_CGL_CUTS -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c LP/lp_varfunc.c -o libSym_la-lp_varfunc.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo ../include` -I`echo ../include` -I`echo ../Applications/USER/include`  -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin  -D__OSI_CLP__        -DUSE_CGL_CUTS          -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security   -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c -o libSym_la-lp_proccomm.lo `test -f 'LP/lp_proccomm.c' || echo './'`LP/lp_proccomm.c
 g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../Applications/USER/include -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -D__OSI_CLP__ -DUSE_CGL_CUTS -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c LP/lp_proccomm.c  -fPIC -DPIC -o .libs/libSym_la-lp_proccomm.o
 g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../Applications/USER/include -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -D__OSI_CLP__ -DUSE_CGL_CUTS -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c LP/lp_rowfunc.c -o libSym_la-lp_rowfunc.o >/dev/null 2>&1
LP/lp_genfunc.c: In function 'int generate_cgl_cuts_new(lp_prob*, int*, cut_data***, int, int*)':
LP/lp_genfunc.c:2432:28: error: ordered comparison of pointer with integer zero ('int*' and 'int')
 2432 |       if(i < 0 && num_cuts > 0) should_stop = TRUE;
      |                   ~~~~~~~~~^~~
make[3]: *** [Makefile:4251: libSym_la-lp_genfunc.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
 g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I../Applications/USER/include -I/usr/include/coin -I/usr/include/coin -I/usr/include/coin -D__OSI_CLP__ -DUSE_CGL_CUTS -DSIGHANDLER -DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -c LP/lp_proccomm.c -o libSym_la-lp_proccomm.o >/dev/null 2>&1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:650: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: coinor-symphony
Source-Version: 5.6.17+dfsg-1
Done: Andreas Tille <tille@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Tille <tille@debian.org> (supplier of updated coinor-symphony 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: SHA256

Format: 1.8
Date: Sat, 16 Oct 2021 14:41:17 +0200
Source: coinor-symphony
Architecture: source
Version: 5.6.17+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Andreas Tille <tille@debian.org>
Closes: 984022
Changes:
 coinor-symphony (5.6.17+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
     Closes: #984022
   * Move package back to Debian Science since it is required by some GNU R
     packages
   * cme fix dpkg-control
   * Add salsa-ci file
Checksums-Sha1:
 8a90e9141cb02ce14d5bf2e89961605571370677 2474 coinor-symphony_5.6.17+dfsg-1.dsc
 32eb4d085db8e0a38d3a938b0f398cbab3b9d253 894160 coinor-symphony_5.6.17+dfsg.orig.tar.xz
 a2bca4bd7d4de9f84d1188ed8553a73f0a9f9fa5 9692 coinor-symphony_5.6.17+dfsg-1.debian.tar.xz
 7b10ac4c635e11446ba763a3e1ce4d4dbae0484b 12419 coinor-symphony_5.6.17+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 6e5c9796811b0a51020314bfa5b61458852e6a8ac4d8d1136619749d64a82bee 2474 coinor-symphony_5.6.17+dfsg-1.dsc
 4a8275b3bc03d04a1472d583dfd8be88b78fc3c94fec3664ee38eccb0e9ad01a 894160 coinor-symphony_5.6.17+dfsg.orig.tar.xz
 256cbe53f034b2878ff411e251f5a79f55f55fe82d9a3154a3b3220d7b66bc6f 9692 coinor-symphony_5.6.17+dfsg-1.debian.tar.xz
 8d42b0e7d6713e3531213a8a8ce9e43ec9fb3a12ec2a1ab18030786b7eb224d8 12419 coinor-symphony_5.6.17+dfsg-1_amd64.buildinfo
Files:
 3365e805cc40bcad7870e49473f02cf5 2474 science optional coinor-symphony_5.6.17+dfsg-1.dsc
 16a48f94cf49f672751f881e720f30bf 894160 science optional coinor-symphony_5.6.17+dfsg.orig.tar.xz
 5c8a10578a2624ab17e60883cd6d5cce 9692 science optional coinor-symphony_5.6.17+dfsg-1.debian.tar.xz
 55749a9e85c935c3bacbdc10c67c149d 12419 science optional coinor-symphony_5.6.17+dfsg-1_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmFqzjgRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEL+Q/+Mon1ghCJjDO02emo6q0bV5MYiphSdI73
ScDmMI0nErGfPniiFhQPkxNedo/qo68FDgAJr16Ro+bi9eMjm/XV38StWTMAzqOb
RnxrCK3xMG9DtJNQA67xqb9hGMP1VLs/OmmCaZj4iuFXjXyXHdhG293sy/LaIsvT
rRjuDSWcQwM6nITX3gtgFqJ9z2Zf/Fngd0uQP/7CBYGxjYZFKG6MeeC6vtQIBgKz
NCvxzp7WjxedSZHBw2Kd5QR1Rarl55iKaXkf+6x0rq3w99uOUagT7jSdrEJywXvh
GCS4keVeEU0FASK2PVVKlLq29/Erw/Ds5HOvd2SZrkCzu0+aa7rTRjgwBC++KIci
diHjXjo8uS3PRfhUsZpUwzoYlV7xF4S0xhCR6dXXgZC1OcHd5t8vlNuhWlw/9XvI
KzMCwC6CGUtlKYE9mdip9QJ55/n65HSNS5GImhR/hPJ4HevhMmBTaLYcq8ZPeAGe
wM+AIYm7+jAE+zvhRvcdrFZ5Df5f1ap3vrxc+E1gnadq+jD1QW6LU+R43WUBI+Ei
MGpt90gvasjRiyUEQMUG3xiqB3WNszSjU4teq2j8v7r+/QHkpnKxcBqAYI74FHoJ
sQugp3iIbj5J5oLI+MDyfjXhJA2uYA7ync1TaQ9Z10RHqHCsZ233GQRjyh2TPUws
4g752jOrkxQ=
=kntI
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: