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

Bug#957483: marked as done (libvisual-plugins: ftbfs with GCC-10)



Your message dated Thu, 17 Sep 2020 21:50:46 +0000
with message-id <E1kJ1ni-000FFJ-RH@fasolo.debian.org>
and subject line Bug#957483: fixed in libvisual-plugins 1:0.4.0+dfsg1-16
has caused the Debian Bug report #957483,
regarding libvisual-plugins: ftbfs with GCC-10
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.)


-- 
957483: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957483
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:libvisual-plugins
Version: 1:0.4.0+dfsg1-14
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. 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/gcc10-20200225/libvisual-plugins_0.4.0+dfsg1-14_unstable_gcc10.log
The last lines of the build log are at the end of this report.

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

[...]
      | 
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o gfx-misc.lo gfx-misc.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o gfx-scope.lo gfx-scope.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c gfx-misc.c  -fPIC -DPIC -o .libs/gfx-misc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c gfx-scope.c  -fPIC -DPIC -o .libs/gfx-scope.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o screen.lo screen.c
gfx-scope.c: In function ‘_oink_gfx_scope_normal’:
gfx-scope.c:186:16: warning: implicit declaration of function ‘sin’ [-Wimplicit-function-declaration]
  186 |   fy[i] = (1 + sin(i)) * 0.5;
      |                ^~~
gfx-scope.c:186:16: warning: incompatible implicit declaration of built-in function ‘sin’
gfx-scope.c:31:1: note: include ‘<math.h>’ or provide a declaration of ‘sin’
   30 | #include "gfx-scope.h"
  +++ |+#include <math.h>
   31 | 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c screen.c  -fPIC -DPIC -o .libs/screen.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o audio.lo audio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c audio.c  -fPIC -DPIC -o .libs/audio.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o gfx-analyzer.lo gfx-analyzer.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o gfx-blur.lo gfx-blur.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o gfx-palette.lo gfx-palette.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c gfx-analyzer.c  -fPIC -DPIC -o .libs/gfx-analyzer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c gfx-blur.c  -fPIC -DPIC -o .libs/gfx-blur.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c gfx-palette.c  -fPIC -DPIC -o .libs/gfx-palette.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o misc.lo misc.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o scene.lo scene.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c misc.c  -fPIC -DPIC -o .libs/misc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c scene.c  -fPIC -DPIC -o .libs/scene.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -c -o table.lo table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c table.c  -fPIC -DPIC -o .libs/table.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I/usr/include/libvisual-0.4 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security    -module -avoid-version  -Wl,-z,relro -Wl,-z,now -o actor_oinksie.la -rpath /usr/lib/x86_64-linux-gnu/libvisual-0.4/actor actor_oinksie.lo oinksie.lo config.lo gfx-background.lo gfx-misc.lo gfx-scope.lo screen.lo audio.lo gfx-analyzer.lo gfx-blur.lo gfx-palette.lo misc.lo scene.lo table.lo -lpthread -lm -ldl -lvisual-0.4 -lasound -lm -ldl -lpthread
libtool: link: gcc -shared  -fPIC -DPIC  .libs/actor_oinksie.o .libs/oinksie.o .libs/config.o .libs/gfx-background.o .libs/gfx-misc.o .libs/gfx-scope.o .libs/screen.o .libs/audio.o .libs/gfx-analyzer.o .libs/gfx-blur.o .libs/gfx-palette.o .libs/misc.o .libs/scene.o .libs/table.o   -lvisual-0.4 -lasound -lm -ldl -lpthread  -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,actor_oinksie.so -o .libs/actor_oinksie.so
/usr/bin/ld: .libs/gfx-background.o:./plugins/actor/oinksie/table.h:30: multiple definition of `_oink_table_sin'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:30: first defined here
/usr/bin/ld: .libs/gfx-background.o:./plugins/actor/oinksie/table.h:31: multiple definition of `_oink_table_cos'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:31: first defined here
/usr/bin/ld: .libs/gfx-background.o:./plugins/actor/oinksie/table.h:33: multiple definition of `_oink_table_coslarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:33: first defined here
/usr/bin/ld: .libs/gfx-background.o:./plugins/actor/oinksie/table.h:32: multiple definition of `_oink_table_sinlarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:32: first defined here
/usr/bin/ld: .libs/gfx-misc.o:./plugins/actor/oinksie/table.h:32: multiple definition of `_oink_table_sinlarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:32: first defined here
/usr/bin/ld: .libs/gfx-misc.o:./plugins/actor/oinksie/table.h:33: multiple definition of `_oink_table_coslarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:33: first defined here
/usr/bin/ld: .libs/gfx-misc.o:./plugins/actor/oinksie/table.h:31: multiple definition of `_oink_table_cos'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:31: first defined here
/usr/bin/ld: .libs/gfx-misc.o:./plugins/actor/oinksie/table.h:30: multiple definition of `_oink_table_sin'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:30: first defined here
/usr/bin/ld: .libs/gfx-scope.o:./plugins/actor/oinksie/table.h:30: multiple definition of `_oink_table_sin'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:30: first defined here
/usr/bin/ld: .libs/gfx-scope.o:./plugins/actor/oinksie/table.h:31: multiple definition of `_oink_table_cos'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:31: first defined here
/usr/bin/ld: .libs/gfx-scope.o:./plugins/actor/oinksie/table.h:33: multiple definition of `_oink_table_coslarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:33: first defined here
/usr/bin/ld: .libs/gfx-scope.o:./plugins/actor/oinksie/table.h:32: multiple definition of `_oink_table_sinlarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:32: first defined here
/usr/bin/ld: .libs/misc.o:./plugins/actor/oinksie/./table.h:31: multiple definition of `_oink_table_cos'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:31: first defined here
/usr/bin/ld: .libs/misc.o:./plugins/actor/oinksie/./table.h:30: multiple definition of `_oink_table_sin'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:30: first defined here
/usr/bin/ld: .libs/misc.o:./plugins/actor/oinksie/./table.h:33: multiple definition of `_oink_table_coslarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:33: first defined here
/usr/bin/ld: .libs/misc.o:./plugins/actor/oinksie/./table.h:32: multiple definition of `_oink_table_sinlarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:32: first defined here
/usr/bin/ld: .libs/scene.o:./plugins/actor/oinksie/table.h:30: multiple definition of `_oink_table_sin'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:30: first defined here
/usr/bin/ld: .libs/scene.o:./plugins/actor/oinksie/table.h:33: multiple definition of `_oink_table_coslarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:33: first defined here
/usr/bin/ld: .libs/scene.o:./plugins/actor/oinksie/table.h:32: multiple definition of `_oink_table_sinlarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:32: first defined here
/usr/bin/ld: .libs/scene.o:./plugins/actor/oinksie/table.h:31: multiple definition of `_oink_table_cos'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:31: first defined here
/usr/bin/ld: .libs/table.o:./plugins/actor/oinksie/table.h:30: multiple definition of `_oink_table_sin'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:30: first defined here
/usr/bin/ld: .libs/table.o:./plugins/actor/oinksie/table.h:31: multiple definition of `_oink_table_cos'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:31: first defined here
/usr/bin/ld: .libs/table.o:./plugins/actor/oinksie/table.h:32: multiple definition of `_oink_table_sinlarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:32: first defined here
/usr/bin/ld: .libs/table.o:./plugins/actor/oinksie/table.h:33: multiple definition of `_oink_table_coslarge'; .libs/oinksie.o:./plugins/actor/oinksie/table.h:33: first defined here
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:485: actor_oinksie.la] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/plugins/actor/oinksie'
make[4]: *** [Makefile:422: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/plugins/actor'
make[3]: *** [Makefile:407: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins'
make[2]: *** [Makefile:458: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:390: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 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: libvisual-plugins
Source-Version: 1:0.4.0+dfsg1-16
Done: Joao Eriberto Mota Filho <eriberto@debian.org>

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

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <eriberto@debian.org> (supplier of updated libvisual-plugins 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: Thu, 17 Sep 2020 18:02:01 -0300
Source: libvisual-plugins
Architecture: source
Version: 1:0.4.0+dfsg1-16
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Joao Eriberto Mota Filho <eriberto@debian.org>
Closes: 957483
Changes:
 libvisual-plugins (1:0.4.0+dfsg1-16) unstable; urgency=medium
 .
   * QA upload.
   * debian/control: migrated DH level to 13.
   * debian/rules: added DEB_CFLAGS_MAINT_APPEND variable as a workaround to fix
     a FTBFS with GCC-10. (Closes: #957483)
   * debian/upstream/metadata: added Repository and Repository-Browse fields.
Checksums-Sha1:
 baa843eec51251e80d9e94feaa6f444b3af530eb 2159 libvisual-plugins_0.4.0+dfsg1-16.dsc
 0a2fd42f7be66d7038f1465b6b011aa462f7f988 16820 libvisual-plugins_0.4.0+dfsg1-16.debian.tar.xz
 fa47e7da9b716b9a8c03bacf59970a94eab2c9d7 11969 libvisual-plugins_0.4.0+dfsg1-16_source.buildinfo
Checksums-Sha256:
 1f891b4423a3406b3e67632b4a2e700c155684ea6fe0aa288c4ff59b18340341 2159 libvisual-plugins_0.4.0+dfsg1-16.dsc
 6687862956ceee27671cfc4ea21423278895b05481fd36c8d6d331d245eadead 16820 libvisual-plugins_0.4.0+dfsg1-16.debian.tar.xz
 7ee2db086066b1a98daa874e07a85186eb1173c1b631ddbd56bbeddabcf404df 11969 libvisual-plugins_0.4.0+dfsg1-16_source.buildinfo
Files:
 701338f5b0bc0961cbdfc233cc8206b6 2159 sound optional libvisual-plugins_0.4.0+dfsg1-16.dsc
 683ece79b53552fc30fc98ac6234be26 16820 sound optional libvisual-plugins_0.4.0+dfsg1-16.debian.tar.xz
 43f26597cea3e784b017c8adbc9b86a9 11969 sound optional libvisual-plugins_0.4.0+dfsg1-16_source.buildinfo

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

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAl9j1pEACgkQ3mO5xwTr
6e84ng//Sg/5cZefFJ3QJEbsVfs3oMcszlkzXfMJNvF0rG0Ne3xagoakHt0zu8Ky
/FZbk6vAra4EV47MrkfG8qiwN5p8T5b/HEuEbqAurzjaPbYNi9fC+cVRMGl8qgV+
IGKRnOiaCFM6q7elJwTNL4mf47zMbH78Au95j2zXgqTMfPiMsqpwQrWPQ2puOtKo
RYuZn+ZJBa28AsTgPt0NGFFBhYapxvYdswZxA3aEShqzswQ/M32Db0cXvrSPOIT3
mPKDAQJfvBS61rhy2aRc8shnFePmjM3IbUtSwNa+ZPu9zkC8yBAkEcOhHZ1QH/dz
Z6ufoJhDDG7iCJKv2KaIApVpIr1fyfHR/iWuim0HtkegPxY6H0IanYGOlUo8h3tz
xL3d/UsKF8Bo/T6XsN/1JY9Y0/jQ4mQqpf46rKdEcNWEyN8kFIJMdhURTf75Vjt/
6Vz3Ma/+9gi3mWf86QkRirGtLvUHdlhRuFgpB+uHJi/NRdyTnAlNmhVavk+SA3B9
7/zUtdB/OF0nQt+YBiqbPNXog95Qx4JD4kv8OVF3SdUkpXjQjLXhZNJFLbko4Ufg
Nh2RNUdIGJvnhaslOfIEYCtsRz8Bgo3xCa+S8NOVlwhTCLNBv0ak4yjEFKmxoOX7
8YpC2FK4s40j75DYkDXYVznEPnAKERY25L/jdB45N++Aiqt5V+o=
=2ZPi
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: