Your message dated Sat, 03 Nov 2018 16:24:19 +0000
with message-id <e1giyih-000gb0...@fasolo.debian.org>
and subject line Bug#897845: fixed in vmmlib 1.0-2.1
has caused the Debian Bug report #897845,
regarding repsnapper: ftbfs with GCC-8
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 ow...@bugs.debian.org
immediately.)


-- 
897845: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897845
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:repsnapper
Version: 2.5a5-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8

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

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/repsnapper_2.5a5-1_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

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

[...]
        ^
/usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h:60:8: warning: unnecessary 
parentheses in declaration of '__gtk_reserved2' [-Wparentheses]
   void (*__gtk_reserved2);
        ^
/usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h:61:8: warning: unnecessary 
parentheses in declaration of '__gtk_reserved3' [-Wparentheses]
   void (*__gtk_reserved3);
        ^
/usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h:62:8: warning: unnecessary 
parentheses in declaration of '__gtk_reserved4' [-Wparentheses]
   void (*__gtk_reserved4);
        ^
/usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h:63:8: warning: unnecessary 
parentheses in declaration of '__gtk_reserved5' [-Wparentheses]
   void (*__gtk_reserved5);
        ^
/usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h:64:8: warning: unnecessary 
parentheses in declaration of '__gtk_reserved6' [-Wparentheses]
   void (*__gtk_reserved6);
        ^
/usr/include/gtk-2.0/gtk/gtkfilechooserbutton.h:65:8: warning: unnecessary 
parentheses in declaration of '__gtk_reserved7' [-Wparentheses]
   void (*__gtk_reserved7);
        ^
In file included from /usr/include/gtk-2.0/gtk/gtk.h:173,
                 from /usr/include/gtkmm-2.4/gtkmm/box.h:44,
                 from /usr/include/gtkmm-2.4/gtkmm.h:91,
                 from src/stdafx.h:54,
                 from src/transform3d.h:22,
                 from src/transform3d.cpp:21:
/usr/include/gtk-2.0/gtk/gtkstatusicon.h:76:8: warning: unnecessary parentheses 
in declaration of '__gtk_reserved1' [-Wparentheses]
   void (*__gtk_reserved1);
        ^
/usr/include/gtk-2.0/gtk/gtkstatusicon.h:77:8: warning: unnecessary parentheses 
in declaration of '__gtk_reserved2' [-Wparentheses]
   void (*__gtk_reserved2);
        ^
In file included from /usr/include/vmmlib/vmmlib.hpp:26,
                 from src/stdafx.h:59,
                 from src/transform3d.h:22,
                 from src/transform3d.cpp:21:
/usr/include/vmmlib/quaternion.hpp: In member function 'void 
vmml::quaternion<T>::operator-=(const vmml::vector<3, T>&)':
/usr/include/vmmlib/quaternion.hpp:760:10: error: return-statement with a 
value, in function returning 'void' [-fpermissive]
  return *this;
          ^~~~
make[4]: *** [Makefile:1758: src/repsnapper-transform3d.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: *** [Makefile:2417: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:860: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [debian/rules:21: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: vmmlib
Source-Version: 1.0-2.1

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

Debian distribution maintenance software
pp.
Ying-Chun Liu (PaulLiu) <paul...@debian.org> (supplier of updated vmmlib 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 31 Oct 2018 00:10:19 +0800
Source: vmmlib
Binary: libvmmlib-dev
Architecture: source all
Version: 1.0-2.1
Distribution: unstable
Urgency: low
Maintainer: Bas Wijnen <wij...@debian.org>
Changed-By: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Description:
 libvmmlib-dev - templatized C++ vector and matrix math library
Closes: 834472 897845
Changes:
 vmmlib (1.0-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add debian/patches/fix_ftbfs_gcc8.patch
     - Fix FTBFS on gcc8 (Closes: #897845) (Closes: #834472)
Checksums-Sha1:
 34bce379df24e5c8d2575917fd8bbc688a794afc 1723 vmmlib_1.0-2.1.dsc
 b55f613fb20e26bada37fc527ced1df1a0be458b 3512 vmmlib_1.0-2.1.debian.tar.xz
 8460666b2b73efb28ba3a50453aa512027948c2c 89528 libvmmlib-dev_1.0-2.1_all.deb
 092c82207da078e185344b2b0f2c030bcec07677 6165 vmmlib_1.0-2.1_amd64.buildinfo
Checksums-Sha256:
 2df0c3596cf63fb30a3232c82346c4f52219df245e5efc0aa77c963f65a856a2 1723 
vmmlib_1.0-2.1.dsc
 4a62db5271cd779ace74376fd7098d5c98624d803d5d0cfffbde045db004dc95 3512 
vmmlib_1.0-2.1.debian.tar.xz
 4e68a3c1b27830c2e3ae90c0ca54e12b3f2df40d127ee4ee42125fb53185b7ea 89528 
libvmmlib-dev_1.0-2.1_all.deb
 a7df52ae3bf19fef49e040bb201001bcdd9d117863900979f4ad50985e293673 6165 
vmmlib_1.0-2.1_amd64.buildinfo
Files:
 44315a2a1a8188734440670a873643f6 1723 libdevel optional vmmlib_1.0-2.1.dsc
 de23319d9aa86c8a49c63dde4bddd7a9 3512 libdevel optional 
vmmlib_1.0-2.1.debian.tar.xz
 a6ac6b297f343f5f931f8c3649fee36e 89528 libdevel optional 
libvmmlib-dev_1.0-2.1_all.deb
 4c47113fbfc70bae3d2a982dd91410d2 6165 libdevel optional 
vmmlib_1.0-2.1_amd64.buildinfo

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

iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAlvdwtwTHHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiIw2D/9Ly1ZhQVjkK3gOpY/RcOYzKbH8zIUZ
U7rspqXrFVOiRrGdrTKLs1iNPbRI0WutCyj/+IDHo85EUq0/azguEUrbFpFyuSaf
xvjjKFp9WFu2cp4imCQ8uZaRodO7jKrMkRkMfLROT1ator9btAmbgB0E/1aKW+NT
YK95FNfvi6wlTK2s81EeuiD9q7XMakf9yCnZY/J8FWqFXK2zLOTLiLLiNVysYooe
FR/zd8EgWxSVTTGe1ag+DVcpRYMZJ9H8BPktQnrk2K8EtHXSv6GmoDlSpgPnSi0i
TN+lV4z9Li4CJF++bPEkiVFrnLx97NweQNSzKnLuQDPKSEN14C7d++FbL3ABiL/Z
VgEdcN62lnXOD2eXIv2aB6ithbOX55VmlNfoVUcS4hpXjMgxCuvQUovTGKv8pc7a
mETVcLmIno6/Szd8CKZXwLhFLWmSAC38yeM22JaDJqCCks8TpERgC6uDcZTx7ZJB
rZZC+eelLj0DKr1b+sFBoj4lwuGO56WdKaNSfHtp0IHJO1iwrWAfNW5JeQ8p1Ny0
gdnWl7Ko5nfwiEysdFiLgOBG69w9yBsF91ay2sLnsdWlyr60GodUXPcAvZD6z1+y
4SZxG1cZTzLsxDu8XChy3osGOIt8/BjimftFrNRN5cIHKXJwuuN1em0tG0R3HusW
fHH/1Ob2SczqkA==
=5u3K
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to