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

Bug#925822: marked as done (scanbd: ftbfs with GCC-9)



Your message dated Mon, 30 Dec 2019 01:50:55 +0000
with message-id <E1ilkCt-00070k-KH@fasolo.debian.org>
and subject line Bug#925822: fixed in scanbd 1.5.1-5
has caused the Debian Bug report #925822,
regarding scanbd: ftbfs with GCC-9
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.)


-- 
925822: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925822
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:scanbd
Version: 1.5.1-4
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/scanbd_1.5.1-4_unstable_gcc9.log
The last lines of the build log are at the end of this report.

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

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
checking for utmpx.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CONFUSE... yes
checking for DBUS... yes
checking for UDEV... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
Package systemd was not found in the pkg-config search path.
Perhaps you should add the directory containing `systemd.pc'
to the PKG_CONFIG_PATH environment variable
No package 'systemd' found
checking for SANE... yes
configure: Using user: saned
configure: Using group: scanner
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/scanbd/Makefile
config.status: creating src/scanbuttond/Makefile
config.status: creating src/scanbuttond/backends/Makefile
config.status: creating src/scanbuttond/interface/Makefile
config.status: creating src/scanbuttond/include/Makefile
config.status: creating integration/Makefile
config.status: creating contrib/Makefile
config.status: creating doc/Makefile
config.status: creating conf/Makefile
config.status: creating scripts/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build -a
	make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src/scanbd
make[2]: Entering directory '/<<PKGBUILDDIR>>/src/scanbd'
gcc -DPACKAGE_NAME=\"scanbd\" -DPACKAGE_TARNAME=\"scanbd\" -DPACKAGE_VERSION=\"1.92\" -DPACKAGE_STRING=\"scanbd\ 1.92\" -DPACKAGE_BUGREPORT=\"wilhelm.meier@fh-kl.de\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scanbd\" -DVERSION=\"1.92\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_DUP2=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_PUTENV=1 -DHAVE_REGCOMP=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_ARPA_INET_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_PTHREAD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_LINUX_LIMITS_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DUSE_LIB
 UDEV=1 -DHAVE_SYSTEMD=1 -DUSE_SANE=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -std=c11 -g   -Werror   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DSCANBUTTOND_LIB_DIR=\"/usr/lib/x86_64-linux-gnu/scanbd/scanbuttond/backends\" -DSCANBD_CFG_DIR=\"/etc/scanbd\" -DSANED_PATH=\"\"   -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error=clobbered -Wno-error=missing-field-initializers -c -o scanbd.o scanbd.c
gcc -DPACKAGE_NAME=\"scanbd\" -DPACKAGE_TARNAME=\"scanbd\" -DPACKAGE_VERSION=\"1.92\" -DPACKAGE_STRING=\"scanbd\ 1.92\" -DPACKAGE_BUGREPORT=\"wilhelm.meier@fh-kl.de\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scanbd\" -DVERSION=\"1.92\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_DUP2=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_PUTENV=1 -DHAVE_REGCOMP=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_ARPA_INET_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_PTHREAD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_LINUX_LIMITS_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DUSE_LIB
 UDEV=1 -DHAVE_SYSTEMD=1 -DUSE_SANE=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -std=c11 -g   -Werror   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DSCANBUTTOND_LIB_DIR=\"/usr/lib/x86_64-linux-gnu/scanbd/scanbuttond/backends\" -DSCANBD_CFG_DIR=\"/etc/scanbd\" -DSANED_PATH=\"\"   -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error=clobbered -Wno-error=missing-field-initializers -c -o config.o config.c
gcc -DPACKAGE_NAME=\"scanbd\" -DPACKAGE_TARNAME=\"scanbd\" -DPACKAGE_VERSION=\"1.92\" -DPACKAGE_STRING=\"scanbd\ 1.92\" -DPACKAGE_BUGREPORT=\"wilhelm.meier@fh-kl.de\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scanbd\" -DVERSION=\"1.92\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_DUP2=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_PUTENV=1 -DHAVE_REGCOMP=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_ARPA_INET_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_PTHREAD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_LINUX_LIMITS_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DUSE_LIB
 UDEV=1 -DHAVE_SYSTEMD=1 -DUSE_SANE=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -std=c11 -g   -Werror   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DSCANBUTTOND_LIB_DIR=\"/usr/lib/x86_64-linux-gnu/scanbd/scanbuttond/backends\" -DSCANBD_CFG_DIR=\"/etc/scanbd\" -DSANED_PATH=\"\"   -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error=clobbered -Wno-error=missing-field-initializers -c -o daemonize.o daemonize.c
gcc -DPACKAGE_NAME=\"scanbd\" -DPACKAGE_TARNAME=\"scanbd\" -DPACKAGE_VERSION=\"1.92\" -DPACKAGE_STRING=\"scanbd\ 1.92\" -DPACKAGE_BUGREPORT=\"wilhelm.meier@fh-kl.de\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scanbd\" -DVERSION=\"1.92\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_DUP2=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_PUTENV=1 -DHAVE_REGCOMP=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_ARPA_INET_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_PTHREAD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_LINUX_LIMITS_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DUSE_LIB
 UDEV=1 -DHAVE_SYSTEMD=1 -DUSE_SANE=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -std=c11 -g   -Werror   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DSCANBUTTOND_LIB_DIR=\"/usr/lib/x86_64-linux-gnu/scanbd/scanbuttond/backends\" -DSCANBD_CFG_DIR=\"/etc/scanbd\" -DSANED_PATH=\"\"   -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error=clobbered -Wno-error=missing-field-initializers -c -o dbus.o dbus.c
gcc -DPACKAGE_NAME=\"scanbd\" -DPACKAGE_TARNAME=\"scanbd\" -DPACKAGE_VERSION=\"1.92\" -DPACKAGE_STRING=\"scanbd\ 1.92\" -DPACKAGE_BUGREPORT=\"wilhelm.meier@fh-kl.de\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scanbd\" -DVERSION=\"1.92\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_DUP2=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_PUTENV=1 -DHAVE_REGCOMP=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_ARPA_INET_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_PTHREAD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_LINUX_LIMITS_H=1 -DHAVE_UTMP_H=1 -DHAVE_UTMPX_H=1 -DUSE_LIB
 UDEV=1 -DHAVE_SYSTEMD=1 -DUSE_SANE=1 -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -std=c11 -g   -Werror   -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  -DSCANBUTTOND_LIB_DIR=\"/usr/lib/x86_64-linux-gnu/scanbd/scanbuttond/backends\" -DSCANBD_CFG_DIR=\"/etc/scanbd\" -DSANED_PATH=\"\"   -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error=clobbered -Wno-error=missing-field-initializers -c -o udev.o udev.c
In file included from /usr/include/string.h:494,
                 from common.h:57,
                 from scanbd.h:36,
                 from config.c:23:
In function 'strncpy',
    inlined from 'cfg_do_parse' at config.c:117:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: '__builtin_strncpy' specified bound 4096 equals destination size [-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:494,
                 from common.h:57,
                 from scanbd.h:36,
                 from scanbd.c:23:
In function 'strncpy',
    inlined from 'main' at scanbd.c:354:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: '__builtin_strncpy' specified bound 4096 equals destination size [-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [Makefile:520: config.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1: all warnings being treated as errors
make[2]: *** [Makefile:520: scanbd.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src/scanbd'
make[1]: *** [Makefile:427: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:6: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: scanbd
Source-Version: 1.5.1-5

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

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukherjee@gmail.com> (supplier of updated scanbd 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: Sun, 29 Dec 2019 22:55:49 +0000
Source: scanbd
Architecture: source
Version: 1.5.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Closes: 925822
Changes:
 scanbd (1.5.1-5) unstable; urgency=medium
 .
   [ Sudip Mukherjee ]
   * QA upload.
   * Fix ftbfs with GCC-9. (Closes: #925822)
   * Update Standards-Version to 4.4.1
   * Update compat level to 12
   * Add Pre-Depends to d/control
 .
   [ Ondřej Nový ]
   * d/copyright: Change Format URL to correct one
   * d/watch: Use https protocol
Checksums-Sha1:
 59a6e82e41726c3f2fe49ca58cc597e66d6d94ee 1896 scanbd_1.5.1-5.dsc
 e3dfa21bba4bbc0624da4b30ff0befe24ce2fb4f 10036 scanbd_1.5.1-5.debian.tar.xz
 a8ff458a9ad2c4bc2823b197e32afe75f37d02a3 5866 scanbd_1.5.1-5_source.buildinfo
Checksums-Sha256:
 1a09833c624a79db9cac44156a3900872927f0dff556164671cb346a9b1639f1 1896 scanbd_1.5.1-5.dsc
 5ffd01343fe40c96b34fbf440f2f0b14558ef9d68f497818091a92c57c77e312 10036 scanbd_1.5.1-5.debian.tar.xz
 0259137e55180677b5cfe714181f9244a7801432aa10cb415ad7c8fa2ce040d2 5866 scanbd_1.5.1-5_source.buildinfo
Files:
 6dae6dba8e6f71c231d2ef93ead1dcf4 1896 misc optional scanbd_1.5.1-5.dsc
 41dce54c6cfd75d35cdda41d24989bfb 10036 misc optional scanbd_1.5.1-5.debian.tar.xz
 90a6450f3eaec4893729dfb0c5b93db3 5866 misc optional scanbd_1.5.1-5_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl4JVLgACgkQweDZLphv
fH7KMRAA17+yqYAtRHlV7M4CB5ktz6n7sMebyNeN8EdS9MC/0hIu/lPS9y3ucacP
+qVnOsE/6Tiq9IJUSP0CXMc02hiTUlga63sBVQm+LsJSbYLNQRQ778CPhLSmdkHv
6QfLiBCh8tbHjNFFPG2zz4u1CEyoE01jfYBOFdgWSEXgNoe5TIyCrg2oScJwmdAw
4GvNaxSbTSsxG8PJCk+4BmHFfCx2nOisIMQqECT+tUqYcb4Pgb7tGZy4IamoABjz
ldah4MFtyHuXE/b5AXC9YEgJjsx+Uzj729OG3ztXgMDLTl/fEtVu/XhaRntWHp0u
x5cwD3NpoQItj3WdMllmtlRBc2I23RlIvpnRbKJhR0A6IhoYzvGYiSVYlI838W5s
zEd/djDxrGptQmVaBAKR2kVXTkKJo7Y40RtalxlRN4cNVBvj44rCJ9ISSsh7YBW9
dFZAs7Wru2Z031IJe182EPJ7iOzFI0v6GqFlTEfckBZv1OB3Xrr5qNSmjx0yo2IE
0mJOajcRWtuCG7GbSZtJs/NIaZvJh9HijsBQufQUHuuMXyMOj2NntFlas5bee4NS
M+t/sHqOs3RmjOAX55EMQkBpuAUotqW92W/mDZZL8HbMfbv1wjBEZ+9Mfuor0uCJ
dAU3Gjd+Qi3Y34H73voQ0hxJOuLkrE4M0oZovyg5yBm8chQEmOE=
=IXB1
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: