Your message dated Sat, 30 Jan 2016 23:34:57 +0000
with message-id <e1apf2f-0003jq...@franck.debian.org>
and subject line Bug#811792: fixed in gmsh 2.11.0+dfsg1-2
has caused the Debian Bug report #811792,
regarding gmsh: FTBFS with GCC 6: narrowing conversion
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.)


-- 
811792: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811792
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gmsh
Version: 2.11.0+dfsg1-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-narrowing

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/contrib/Netgen 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/contrib/Netgen/libsrc/include 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/contrib/Netgen/nglib 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/contrib/bamg 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/contrib/bamg/bamglib 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/contrib/mmg3d/build/sources 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/contrib/gmm 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/contrib/Salome 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Common 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Geo 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Graphics 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Mesh 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Solver 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Numeric 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Parser 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Plugin 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Post -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Qt 
> -I/usr/include/ANN -I/usr/include/hdf5/openmpi 
> -I/usr/lib/x86_64-linux-gnu/oce-0.15/../../../include/oce -I/usr/include/mpi 
> -I/<<BUILDDIR>>/gmsh-2.11.0+dfsg1/debian/build/Common  -DMPICH_SKIP_MPICXX 
> -DOMPI_SKIP_MPICXX -lmpi -fPIC -Wall -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -fPIC   -Wall -Wno-deprecated-declarations -o 
> CMakeFiles/shared.dir/Mesh/directions3D.cpp.o -c 
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Mesh/directions3D.cpp
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/drawContextFltkStringTexture.cpp: In 
> member function 'virtual void drawContextFltkStringTexture::drawString(const 
> char*)':
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/drawContextFltkStringTexture.cpp:148:59: 
> warning: narrowing conversion of 
> '(((drawContextFltkStringTexture*)this)->drawContextFltkStringTexture::<anonymous>.drawContextFltk::getStringWidth(str)
>  + (double)1)' from 'double' to 'int' inside { } [-Wnarrowing]
>      _currentFontSize, _currentFontId, getStringWidth(str) + 1, 
> getStringHeight()};
>                                        ~~~~~~~~~~~~~~~~~~~~^~~
> 
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp: In constructor 
> 'FlGui::FlGui(int, char**)':
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '128' from 'int' to 'char' inside { } [-Wnarrowing]
>      0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00};
>                                                    ^
> 
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '128' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '128' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '253' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '168' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '234' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '162' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '170' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '170' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]
> /<<BUILDDIR>>/gmsh-2.11.0+dfsg1/Fltk/FlGui.cpp:384:51: error: narrowing 
> conversion of '255' from 'int' to 'char' inside { } [-Wnarrowing]

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: gmsh
Source-Version: 2.11.0+dfsg1-2

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

Debian distribution maintenance software
pp.
Anton Gladky <gl...@debian.org> (supplier of updated gmsh 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: SHA1

Format: 1.8
Date: Sun, 31 Jan 2016 00:22:27 +0100
Source: gmsh
Binary: gmsh gmsh-doc libgmsh-dev libgmsh2v5 libjava-gmsh2 python-gmsh
Architecture: source
Version: 2.11.0+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Description:
 gmsh       - Three-dimensional finite element mesh generator
 gmsh-doc   - Three-dimensional finite element mesh generator
 libgmsh-dev - Three-dimensional finite element mesh generator. Development file
 libgmsh2v5 - Three-dimensional finite element mesh generator. Shared library
 libjava-gmsh2 - Three-dimensional finite element mesh generator. Java wrapper
 python-gmsh - Three-dimensional finite element mesh generator. Python wrapper
Closes: 811792
Changes:
 gmsh (2.11.0+dfsg1-2) unstable; urgency=medium
 .
   * [c596f2b] Fix narrow conversion error with GCC-6. (Closes: #811792)
Checksums-Sha1:
 53d9bc8d74cf5e36eec74f65670e197218651bf1 2750 gmsh_2.11.0+dfsg1-2.dsc
 487602550619a10fcdf8edcb822f55ae598eaff0 27688 
gmsh_2.11.0+dfsg1-2.debian.tar.xz
Checksums-Sha256:
 8a9704ad476e2fd9a764c6eaca0e2c379afb2d19751a84b553972a72cf50036b 2750 
gmsh_2.11.0+dfsg1-2.dsc
 79d58f2346e7121171c323a0d4efa90c76fbc6ac2b1f6ffdb2186493ba4cda74 27688 
gmsh_2.11.0+dfsg1-2.debian.tar.xz
Files:
 2d9f6669286811b90540c778e34d78cb 2750 math optional gmsh_2.11.0+dfsg1-2.dsc
 e15029e712a44eaa7cfc801ecce6cdc3 27688 math optional 
gmsh_2.11.0+dfsg1-2.debian.tar.xz

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

iQIcBAEBAgAGBQJWrUX5AAoJENPhc4PPp/8GOWMP/i80oUGWQbVj8gQyQLsFpDXN
oOIcS5hRwPHCCh9psClthZ0Z1cibrDa2oE1P/v8XMn3fr0cb1m4JhCEJ7liMQB5b
vi92zT8giAHdRDmLqeWLxJnL4t+ujcX8FlKB/Fl8H6RR2qaMc9XzA26LPl4TltEy
/jWyWHNHQY9m6obMe6Od/Yl7/uEOTHjgeILpUlUjoKpZGIDtKlyemZXmbavuQVK5
Ev+s6nhblirSocqCAztuBEb1Wm0QFyBo5oUjFgYLD4iuUx/28okvypzHudYQn+4T
/a3AvjxmMBQHQRLBzmIcaYJXbKElhU79kOsTSKI6loWyg07ukboLUt1E3ifqkpwR
nE5rLMuYw743kqh72tq+tHSfXnYQsnfqVRWDcbaLRjPZUiCxOkUngS9ia3RIqaEy
8gYY8xL3oVh/Zwwg4p7JTmTSAOJ/7oZKEHdQ89YCzUo8ZpF2VfDRx+S3vyVzFjZ3
RCM04y5kAkctmALy0hoYMXLgerUElS9brTmmC2uNLPfBbeOu4LJF78XfQYi22PU5
9Vo0aISM6gsgde0it7J3hN648N9/jA2+hnfVCefvsD4/Pi3wKWPK2DBeCTcLBP1k
UaBHU59ukjSPcKx47ZXI6/ZpFHtYxsGTjX+6mzMiiJgGCm/awekzfAButod9XRM5
/TFLQdzFuAu/TbY1K5qm
=QHu9
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to