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

Bug#777763: marked as done (3dldf: ftbfs with GCC-5)



Your message dated Fri, 26 Jun 2015 03:19:21 +0000
with message-id <E1Z8KAj-0000Gn-Sd@franck.debian.org>
and subject line Bug#777763: fixed in 3dldf 2.0.3+dfsg-3
has caused the Debian Bug report #777763,
regarding 3dldf: ftbfs with GCC-5
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.)


-- 
777763: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777763
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:3dldf
Version: 2.0.3+dfsg-2
Severity: normal
Tags: sid stretch
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-5

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

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/3dldf_2.0.3+dfsg-2_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, 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-5/porting_to.html

[...]
./io.web:5712:49: error: redeclaration of 'template<class C> void* Scan_Parse::in_cuboid_func(C*, void*)' may not have default arguments [-fpermissive]
 Scan_Parse::in_cuboid_func(C* c, void* parameter = 0);
                                                 ^
./io.web:5717:50: error: redeclaration of 'template<class C> void* Scan_Parse::out_cuboid_func(C*, void*)' may not have default arguments [-fpermissive]
 Scan_Parse::out_cuboid_func(C* c, void* parameter = 0);
                                                  ^
In file included from ./arc.web:69:0:
./io.web:6036:51: error: redeclaration of 'template<class C> void* Scan_Parse::is_whatever_func(C*, void*)' may not have default arguments [-fpermissive]
 Scan_Parse::is_whatever_func(C* c, void* parameter = 0);
                                                   ^
./io.web:6053:7: error: redeclaration of 'template<class C, class D, class E> void* Scan_Parse::intersection_points_func(C*, D*, void*, E*)' may not have default arguments [-fpermissive]
                                      E* e = 0);
       ^
./io.web:6064:69: error: redeclaration of 'template<class C, class D> void* Scan_Parse::ellipse_like_intersection_func(C*, D*, void*)' may not have default arguments [-fpermissive]
 Scan_Parse::ellipse_like_intersection_func(C* c, D* d, void* parameter = 0);
                                                                     ^
./io.web:6069:78: error: redeclaration of 'template<class C> void* Scan_Parse::ellipse_like_plane_intersection_func(C*, void*, void*)' may not have default arguments [-fpermissive]
 Scan_Parse::ellipse_like_plane_intersection_func(C* c, void* w, void* parameter = 0);
                                                                              ^
./io.web:6074:70: error: redeclaration of 'template<class C, class D> void* Scan_Parse::conic_section_intersection_func(C*, D*, void*)' may not have default arguments [-fpermissive]
 Scan_Parse::conic_section_intersection_func(C* c, D* d, void* parameter = 0);
                                                                      ^
./io.web:6079:69: error: redeclaration of 'template<class C, class D> void* Scan_Parse::polygon_like_intersection_func(C*, D*, void*)' may not have default arguments [-fpermissive]
 Scan_Parse::polygon_like_intersection_func(C* c, D* d, void* parameter = 0);
                                                                     ^
./io.web:6087:18: error: redeclaration of 'template<class C> void* Scan_Parse::ellipsoid_like_plane_intersection_func(C*, Plane*, void*)' may not have default arguments [-fpermissive]
                                                    void* parameter = 0);
                  ^
./io.web:6103:50: error: redeclaration of 'template<class C> void* Scan_Parse::plane_cast_func(C*, void*)' may not have default arguments [-fpermissive]
 Scan_Parse::plane_cast_func(C* c, void* parameter = 0); 
                                                  ^
./io.web:6108:67: error: redeclaration of 'template<class C> void* Scan_Parse::plane_assignment_func(void*, C*, void*)' may not have default arguments [-fpermissive]
 Scan_Parse::plane_assignment_func(void* entry, C* c, void* parameter = 0);
                                                                   ^
./io.web:6117:60: error: redeclaration of 'template<class C> int Scan_Parse::show_func(C*, std::string, void*)' may not have default arguments [-fpermissive]
 Scan_Parse::show_func(C* c, string text = "", void* parameter = 0);
                                                            ^
make[3]: *** [arc.lo] Error 1
Makefile:657: recipe for target 'arc.lo' failed
make[3]: Leaving directory '/«BUILDDIR»/3dldf-2.0.3+dfsg/src'
make[2]: *** [all-recursive] Error 1
Makefile:535: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«BUILDDIR»/3dldf-2.0.3+dfsg'
make[1]: *** [all] Error 2
Makefile:423: recipe for target 'all' failed
make[1]: Leaving directory '/«BUILDDIR»/3dldf-2.0.3+dfsg'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:7: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: 3dldf
Source-Version: 2.0.3+dfsg-3

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

Debian distribution maintenance software
pp.
Jerome Benoit <calculus@rezozer.net> (supplier of updated 3dldf 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: Fri, 26 Jun 2015 00:36:16 +0000
Source: 3dldf
Binary: 3dldf 3dldf-doc-examples
Architecture: source all amd64
Version: 2.0.3+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian TeX Maintainers <debian-tex-maint@lists.debian.org>
Changed-By: Jerome Benoit <calculus@rezozer.net>
Description:
 3dldf      - 3D drawing with MetaPost output -- interpreter
 3dldf-doc-examples - 3D drawing with MetaPost output -- examples
Closes: 777763
Changes:
 3dldf (2.0.3+dfsg-3) unstable; urgency=medium
 .
   * RC bug fix release (Closes: #777763);
   * Debianization:
     - debian/copyright, refresh;
     - debian/control, Standards Version 3.9.6.
Checksums-Sha1:
 17ae757dd1c2c03ef288552e81ea34bda5fa6373 2230 3dldf_2.0.3+dfsg-3.dsc
 c24ba70fb0723f2b03322e07ce0dfb9427c6ccb4 10692 3dldf_2.0.3+dfsg-3.debian.tar.xz
 aa58e969b886b1235946f9c8afe561230fd1f1f9 391680 3dldf-doc-examples_2.0.3+dfsg-3_all.deb
 33a693a3c0e4986d41653c3e1c2c83bd3e4c014a 1006758 3dldf_2.0.3+dfsg-3_amd64.deb
Checksums-Sha256:
 bf9ebd6a6afafe4defe96578b57383b6c76f3d2c768b7d337090bc7127a4e112 2230 3dldf_2.0.3+dfsg-3.dsc
 9b8605f0a24a0aafcf5a59f9d0739ac05f3449fd592eea674ca7d3b2f37c497b 10692 3dldf_2.0.3+dfsg-3.debian.tar.xz
 de85516fd2cc8c7b41008513ff189113d2adcbd9c3d7e2bb840a7e2084a9947f 391680 3dldf-doc-examples_2.0.3+dfsg-3_all.deb
 1dfceaa99130ceb820b302d640e7cb96e5c63ba2de5abc3027eeaa7b4f2b25e3 1006758 3dldf_2.0.3+dfsg-3_amd64.deb
Files:
 d5b89536e4402b6b35e3dfe9d8b0c955 2230 tex optional 3dldf_2.0.3+dfsg-3.dsc
 ba2dd1adbe3c311f30245c238f89c2e4 10692 tex optional 3dldf_2.0.3+dfsg-3.debian.tar.xz
 863cc937cfb7a50cd97c9c5ba7105952 391680 doc optional 3dldf-doc-examples_2.0.3+dfsg-3_all.deb
 b914f4b982d103013f7c3d6b82b2aa82 1006758 tex optional 3dldf_2.0.3+dfsg-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVYyx0myspEiGDNwTAQgLbA//cnlC6lPbaR6UTXNLc1qw507oebZHvmEd
q7u76Cy9e8xGGAcRaJFO/L+A7XN/32nXdbF9OY240RMoxzV56Scun56/MhU8aDVL
xwNNCPrqgnW//FFB8tbUNpcfI27V4oxtjIadsJ5h+1BGW3BbMNsfKoq3uWsMnXuy
1AydGV8Eq9vJWf/CWES/t76BIMBmUcB32SpJPtRZ3Jc5JOTe+HsExV8eZb2K+lbP
j9TW2hBXcjdpebkzM2+pWVLfkUN2QW+n8r9BlCdu8w9gXntvrxI5PH2LdnlPdJw3
780H8IUqXCYQU7+Vpq0ooN1OMYJPIhWJvSIzi6Y9No/bGOuhH/o7bGjrdAdB346/
7RJsetkykicQRxIqsutNmsuRrCVCiPyvDi2ng4gWOhH8OPXVGZM2OGqRw4YrevFS
7tw40shlgTavi2xNLbBV73T2u/q5747uC3QN3Rv4qFmnlNUmxHWeAHSgKOMfyNGz
ETP7ko12ZoIWZlYrR7fELbEQtgYBNNieCV7Bn8zBNYov46lFrNR7s8Y2EHY0n+EJ
ycn2FXl5rmmgvfkk/OB2XH4kyRgezTvmlOrTj2SwHG7jO0+ZZmnvcSwmYWkSGS55
OiYpbw6rCZEtP0K9wDGAytp1zA0AaMRfIqoR4qw9za3KAexCKxl0YLVQ8PvxGWg4
b3GZhylPZ44=
=79DZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: