Your message dated Tue, 08 Aug 2017 13:49:44 +0000
with message-id <e1df4te-0002vd...@fasolo.debian.org>
and subject line Bug#853545: fixed in meshlab 1.3.2+dfsg1-4
has caused the Debian Bug report #853545,
regarding meshlab: ftbfs with GCC-7
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.)


-- 
853545: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853545
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:meshlab
Version: 1.3.2+dfsg1-3
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/meshlab_1.3.2+dfsg1-3_unstable_gcc7.log
The last lines of the build log are at the end of this report.

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

[...]
../../../vcglib/wrap/io_trimesh/import_out.h: In static member function 'static 
bool vcg::tri::io::ImporterOUT<OpenMeshType>::ReadHeader(const char*, unsigned 
int&, unsigned int&)':
../../../vcglib/wrap/io_trimesh/import_out.h:91:15: error: no matching function 
for call to 'vcg::tri::io::ImporterOUT<OpenMeshType>::ReadHeader(FILE*&)'
  ReadHeader(fp);

               ^
../../../vcglib/wrap/io_trimesh/import_out.h:80:13: note: candidate: static 
bool vcg::tri::io::ImporterOUT<OpenMeshType>::ReadHeader(FILE*, unsigned int&, 
unsigned int&)
 static bool ReadHeader(FILE *fp,unsigned int &num_cams, unsigned int 
&num_points){

             ^~~~~~~~~~
../../../vcglib/wrap/io_trimesh/import_out.h:80:13: note:   candidate expects 3 
arguments, 1 provided
../../../vcglib/wrap/io_trimesh/import_out.h:88:13: note: candidate: static 
bool vcg::tri::io::ImporterOUT<OpenMeshType>::ReadHeader(const char*, unsigned 
int&, unsigned int&)
 static bool ReadHeader(const char * filename,unsigned int &/*num_cams*/, 
unsigned int &/*num_points*/){

             ^~~~~~~~~~
../../../vcglib/wrap/io_trimesh/import_out.h:88:13: note:   candidate expects 3 
arguments, 1 provided
../../../vcglib/wrap/io_trimesh/import_out.h: In static member function 'static 
int vcg::tri::io::ImporterOUT<OpenMeshType>::Open(OpenMeshType&, 
std::vector<vcg::Shot<typename OpenMeshType::ScalarType> >&, 
std::vector<std::__cxx11::basic_string<char> >&, const char*, const char*, 
const char*, bool (*)(int, const char*)) [with OpenMeshType = CMeshO]':
../../../vcglib/wrap/io_trimesh/import_out.h:152:11: warning: ignoring return 
value of 'int fscanf(FILE*, const char*, ...)', declared with attribute 
warn_unused_result [-Wunused-result]
     fscanf(fp,"%f %f %f ",&x,&y,&z);

     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
../../../vcglib/wrap/io_trimesh/import_out.h:154:11: warning: ignoring return 
value of 'int fscanf(FILE*, const char*, ...)', declared with attribute 
warn_unused_result [-Wunused-result]
     fscanf(fp,"%d %d %d ",&r,&g,&b);

     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
../../../vcglib/wrap/io_trimesh/import_out.h:157:11: warning: ignoring return 
value of 'int fscanf(FILE*, const char*, ...)', declared with attribute 
warn_unused_result [-Wunused-result]
     fscanf(fp,"%d ",&n_corr);

     ~~~~~~^~~~~~~~~~~~~~~~~~
../../../vcglib/wrap/io_trimesh/import_out.h:159:13: warning: ignoring return 
value of 'int fscanf(FILE*, const char*, ...)', declared with attribute 
warn_unused_result [-Wunused-result]
       fscanf(fp,"%d %d %f %f ",&i_cam,&key_sift,&x,&y);

       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../vcglib/wrap/io_trimesh/import_out.h: In static member function 'static 
void vcg::tri::io::ImporterOUT<OpenMeshType>::readline(FILE*, char*, int) [with 
OpenMeshType = CMeshO]':
../../../vcglib/wrap/io_trimesh/import_out.h:72:11: warning: ignoring return 
value of 'int fscanf(FILE*, const char*, ...)', declared with attribute 
warn_unused_result [-Wunused-result]
     fscanf(fp, "%c", &c);

     ~~~~~~^~~~~~~~~~~~~~
../../../vcglib/wrap/io_trimesh/import_out.h:75:15: warning: ignoring return 
value of 'int fscanf(FILE*, const char*, ...)', declared with attribute 
warn_unused_result [-Wunused-result]
         fscanf(fp, "%c", &c);

         ~~~~~~^~~~~~~~~~~~~~
Makefile:385: recipe for target 'meshlabdocumentbundler.o' failed
make[2]: *** [meshlabdocumentbundler.o] Error 1
make[2]: Leaving directory 
'/<<BUILDDIR>>/meshlab-1.3.2+dfsg1/meshlab/src/common'
Makefile:111: recipe for target 'sub-common-make_default-ordered' failed
make[1]: *** [sub-common-make_default-ordered] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/meshlab-1.3.2+dfsg1/meshlab/src'
debian/rules:59: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: meshlab
Source-Version: 1.3.2+dfsg1-4

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

Debian distribution maintenance software
pp.
Graham Inggs <gin...@debian.org> (supplier of updated meshlab 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: Tue, 08 Aug 2017 14:56:50 +0200
Source: meshlab
Binary: meshlab
Architecture: source
Version: 1.3.2+dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Graham Inggs <gin...@debian.org>
Description:
 meshlab    - System for processing and editing triangular meshes
Closes: 853545
Changes:
 meshlab (1.3.2+dfsg1-4) unstable; urgency=medium
 .
   * Team upload
   * Fix FTBFS with GCC 7 (Closes: #853545)
   * Update upstream homepage and debian/watch
   * Switch to debhelper 10
   * Bump Standards-Version to 4.0.1, no further changes
Checksums-Sha1:
 1d5d5a6d85c5b4e3fd3feaaf731dedd00cf4180a 2115 meshlab_1.3.2+dfsg1-4.dsc
 1843ec7ac29daab12e9c21aac36e745e4c6576c1 19680 
meshlab_1.3.2+dfsg1-4.debian.tar.xz
Checksums-Sha256:
 e8fd4f63b9a76de723b433766a5b6a9059928580e6ab06299eda99dde4c87ee2 2115 
meshlab_1.3.2+dfsg1-4.dsc
 335b46fbdfb2a49dab4b02cb0a8859ceac2520555f444aaec9ef576050ae62d8 19680 
meshlab_1.3.2+dfsg1-4.debian.tar.xz
Files:
 73a5c3269e61ee211364f4a773161d78 2115 graphics extra meshlab_1.3.2+dfsg1-4.dsc
 4bb7250d80b9392ef76568ee7ca9d9ea 19680 graphics extra 
meshlab_1.3.2+dfsg1-4.debian.tar.xz

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

iQIcBAEBCgAGBQJZibuuAAoJEK/P7I5mnOHC7w8P/RUZginpYJT8BIYxsYxAa+eS
RRohrA6sSyTGsRsVuo2QTdG8/x69Jc82pJ1GPyxS3oRC7Uz+lcAQtI6h8mAETNak
to7J7YoaYI9xSzU1tYjlnk8BAQvGPcXBelQE1WjTiLVp5Dzq4ePPbEslWTbnwXiK
fpHA3/aiBEgfKzbIuEJcKzCe9+9xmjql6UuWDpDPCh1IOMfgV4kMWjlhCRTLs2m8
37TKgQH0c92kCXEcnDzVvShcnspx3O44vjTlFt8TQmF08yflNx6xXuFKcPPQ/sLN
X7oUVhYysWM/YfGhYpyvUzOuAFEU2t24jHxipp5l78pRzFugEzsrCTOgwk2Tj/YW
o2bpfNkYyVV6AczvsR42ZDiUZM0gSpYdBs0tiJbkQk+v66QR4+Z4ahTmnk+ccBXs
mG+Y3tRxJ8Vu2CAvBvU3y4b8hUXLdI9IuXYo6AmLrvdVfOmbVvFvisZc/KrEvLQg
ZxXdYV9cAlyS8KctSsX29AdgQwMVvBSCU8eWmy7X8iqQOhnTSyTp1TLWJAIg1jA5
iifDMGk64a6d0oVkAeGS6t7xTdhtkKhFMwl7CumeecZPG+yVBEkVrdKCkwddum0v
vmvDuMsl7ihmt0+JVgxc5mpU5hp4ZdhOfhuNKLv+toTF77sLrMe72DBFsz3Lg/BW
iwfusa+vC8KfYfcSeUaI
=U+jd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to