Your message dated Wed, 08 Jul 2015 18:49:18 +0000
with message-id <e1zcupg-0003dn...@franck.debian.org>
and subject line Bug#778186: fixed in xmorph 1:20140707+nmu2
has caused the Debian Bug report #778186,
regarding xmorph: 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 ow...@bugs.debian.org
immediately.)


-- 
778186: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778186
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xmorph
Version: 1:20140707+nmu1
Severity: normal
Tags: sid stretch
User: debian-...@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/xmorph_20140707+nmu1_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

[...]
mesh-gtk.c: At top level:
utils.h:67:1: warning: inline function 'showerr' declared but never defined
 showerr(const char *file, const  char *msg);
 ^
mv -f .deps/mesh-gtk.Tpo .deps/mesh-gtk.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2   
-DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   
-I../glade2  -D_FORTIFY_SOURCE=2 -DREAL=double -DRGBA_MESH_WARP  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -MT gtk-meta.o 
-MD -MP -MF .deps/gtk-meta.Tpo -c -o gtk-meta.o gtk-meta.c
mv -f .deps/gtk-meta.Tpo .deps/gtk-meta.Po
g++ -DHAVE_CONFIG_H -I. -I..  -I../intl  -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2   
-DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   
-I../glade2  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -MT wavelet.o -MD -MP -MF .deps/wavelet.Tpo -c -o 
wavelet.o wavelet.cc
wavelet.cc:371:30: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
 {"no","50%","yes","150%",NULL};
                              ^
wavelet.cc:371:30: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
wavelet.cc:371:30: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
wavelet.cc:371:30: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
wavelet.cc: In function 'void dither_init()':
wavelet.cc:101:18: warning: iteration 511u invokes undefined behavior 
[-Waggressive-loop-optimizations]
     dithers[lp]=x;
                  ^
wavelet.cc:96:14: note: containing loop
   for(lp=0;lp<512;lp++) {
              ^
mv -f .deps/wavelet.Tpo .deps/wavelet.Po
g++ -DHAVE_CONFIG_H -I. -I..  -I../intl  -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2   
-DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   
-I../glade2  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -MT fourier.o -MD -MP -MF .deps/fourier.Tpo -c -o 
fourier.o fourier.cc
mv -f .deps/fourier.Tpo .deps/fourier.Po
/bin/bash ../libtool  --tag=CXX   --mode=link g++  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security  -lm -Wl,--as-needed  
-o gtkmorph gtksettings.o gdk-pixbuf-extra.o gtk_subimagesel.o gtktopdata.o 
main.o callbacks_main.o callbacks_help.o callbacks_img.o callbacks_edit.o 
callbacks_fs.o callbacks_fs_mesh.o callbacks_subimg.o callbacks_warped.o 
dialogs.o movies.o colors.o utils.o utils-mesh.o loadsave.o loadsave_mesh.o 
settings.o feature.o guide.o guide_text.o mag.o mesh-gtk.o gtk-meta.o  
wavelet.o fourier.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 
-lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 
-lglib-2.0 -lfontconfig -lfreetype  -lgthread-2.0 -pthread -lglib-2.0     -lm  
../libmorph/libmorph.la ../glade2/interface.o ../glade2/support.o -lwaili  
libtool: link: g++ -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wl,--as-needed -o .libs/gtkmorph gtksettings.o 
gdk-pixbuf-extra.o gtk_subimagesel.o gtktopdata.o main.o callbacks_main.o 
callbacks_help.o callbacks_img.o callbacks_edit.o callbacks_fs.o 
callbacks_fs_mesh.o callbacks_subimg.o callbacks_warped.o dialogs.o movies.o 
colors.o utils.o utils-mesh.o loadsave.o loadsave_mesh.o settings.o feature.o 
guide.o guide_text.o mag.o mesh-gtk.o gtk-meta.o wavelet.o fourier.o -pthread 
../glade2/interface.o ../glade2/support.o  -lgtk-x11-2.0 -lgdk-x11-2.0 
-lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 
-lpango-1.0 -lgobject-2.0 -lfontconfig /usr/lib/x86_64-linux-gnu/libfreetype.so 
-lgthread-2.0 -lglib-2.0 -lm ../libmorph/.libs/libmorph.so -lwaili -pthread
loadsave_mesh.o: In function `load_mesh_from_file':
/«BUILDDIR»/xmorph-20140707+nmu1/gtkmorph/loadsave_mesh.c:103: undefined 
reference to `showerr'
loadsave_mesh.o: In function `save_mesh_to_file':
/«BUILDDIR»/xmorph-20140707+nmu1/gtkmorph/loadsave_mesh.c:262: undefined 
reference to `showerr'
loadsave_mesh.o: In function `save_diff_mesh_to_file':
/«BUILDDIR»/xmorph-20140707+nmu1/gtkmorph/loadsave_mesh.c:306: undefined 
reference to `showerr'
loadsave_mesh.o: In function `load_diff_from_file':
/«BUILDDIR»/xmorph-20140707+nmu1/gtkmorph/loadsave_mesh.c:357: undefined 
reference to `showerr'
loadsave_mesh.o: In function `save_image_to_file':
/«BUILDDIR»/xmorph-20140707+nmu1/gtkmorph/loadsave_mesh.c:503: undefined 
reference to `showerr'
loadsave_mesh.o:/«BUILDDIR»/xmorph-20140707+nmu1/gtkmorph/loadsave_mesh.c:546:
 more undefined references to `showerr' follow
collect2: error: ld returned 1 exit status
make[3]: *** [gtkmorph] Error 1
Makefile:688: recipe for target 'gtkmorph' failed
make[3]: Leaving directory '/«BUILDDIR»/xmorph-20140707+nmu1/gtkmorph'
make[2]: *** [all-recursive] Error 1
Makefile:549: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«BUILDDIR»/xmorph-20140707+nmu1'
make[1]: *** [all] Error 2
Makefile:479: recipe for target 'all' failed
make[1]: Leaving directory '/«BUILDDIR»/xmorph-20140707+nmu1'
make: *** [build-arch-stamp] Error 2
debian/rules:67: recipe for target 'build-arch-stamp' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: xmorph
Source-Version: 1:20140707+nmu2

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

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated xmorph 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: SHA256

Format: 1.8
Date: Wed, 08 Jul 2015 20:28:07 +0200
Source: xmorph
Binary: libmorph xmorph libmorph-dev gtkmorph gtkmorph-example
Architecture: source all amd64
Version: 1:20140707+nmu2
Distribution: unstable
Urgency: medium
Maintainer: A Mennucc1 <mennu...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
 gtkmorph   - Digital image warp and morph (gtk)
 gtkmorph-example - digital image warp and morph, examples
 libmorph   - digital image warping library
 libmorph-dev - digital image warping library (development files)
 xmorph     - digital image warp and morph (x11)
Closes: 778186
Changes:
 xmorph (1:20140707+nmu2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build using -fgnu89-inline. Closes: #778186.
Checksums-Sha1:
 bbe6c779cac6fbfeda72e25003d815af316488c6 1924 xmorph_20140707+nmu2.dsc
 257317593513bcd198d9ecd164f90631f909f22c 1282296 xmorph_20140707+nmu2.tar.gz
 195fc959269675b3b4fe9e4b6616c1d56fddfc08 289256 
gtkmorph-example_20140707+nmu2_all.deb
 356904da5fb92b21abb4a2e47068a69f449852b7 121230 
gtkmorph_20140707+nmu2_amd64.deb
 cd219674d57b6798bf91857e938c4c7809de434f 63010 
libmorph-dev_20140707+nmu2_amd64.deb
 d82051bf1476c0cb5568158cd8b855d9114806ef 95236 libmorph_20140707+nmu2_amd64.deb
 f9c15a4876c81b982d99f39ad0638e707f94d536 43528 xmorph_20140707+nmu2_amd64.deb
Checksums-Sha256:
 2f525283c64751bd723d92b67d17f0b2ec5e56d8831b2c5ea863324289a7ce39 1924 
xmorph_20140707+nmu2.dsc
 0bd89e91c16b580069b60dbc6aa6e0f46346e3c775a368a3f40405962a12f5c9 1282296 
xmorph_20140707+nmu2.tar.gz
 b7aa5dbfe545b21c690f9cce4d99d008e91cada2febc675e84ce36c24d75ba4b 289256 
gtkmorph-example_20140707+nmu2_all.deb
 e4d2078ebf6b2ccac4bf8cf2254abe36f0e2310b8ef3324259e7ec738ca76dad 121230 
gtkmorph_20140707+nmu2_amd64.deb
 c0a657e817c1e93c520b187634954f19474cc979b1a48dcf1dc13474b1eaf636 63010 
libmorph-dev_20140707+nmu2_amd64.deb
 a8d4c26a7d88b47d7bd2dafb6a14dcb3457e44cbbe416acd750c48d346176f7d 95236 
libmorph_20140707+nmu2_amd64.deb
 ee2a89135079446fedc13ac71a4e6687811ef01114abdf849d40ce7b1eb768a6 43528 
xmorph_20140707+nmu2_amd64.deb
Files:
 33463a429c5767e266e0cf3f82cf47e3 1924 graphics optional 
xmorph_20140707+nmu2.dsc
 764976436e2ac4375e0107c7ba467c73 1282296 graphics optional 
xmorph_20140707+nmu2.tar.gz
 a72953a62c05b005f74d6a8ec347dbda 289256 graphics optional 
gtkmorph-example_20140707+nmu2_all.deb
 5cd5f957faa001e5ef713b4451bbca12 121230 graphics optional 
gtkmorph_20140707+nmu2_amd64.deb
 791699e4260afe92feaf075e65e4d37d 63010 libdevel optional 
libmorph-dev_20140707+nmu2_amd64.deb
 f09c49d1f2b0130011d2c3724d8443b1 95236 libs optional 
libmorph_20140707+nmu2_amd64.deb
 3080dd168e90d150ba9525efc403ee58 43528 graphics optional 
xmorph_20140707+nmu2_amd64.deb

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

iQIcBAEBCAAGBQJVnW2mAAoJEL1+qmB3j6b1yqkQAIMkl1kMc75VMWoGtG/mQsAf
8Ts+0YV2qjql6J2BqgpaX13+g20tU1iF02UCGHfrbKLe1s2uNjD6wiLg8UUlj3Zc
v9YsETZhhiS+Qd/8wJu8vLBsBg4DMnXyV/K/ximlcPRFYXlqsxuoX2JGKMQc8eD0
Yu1h6m/vc1uYlKMbJsluwHX/wNe5nMF2N3pKVQH99Y6w8nZp+csZKfTnO3tBeY6h
Grz4tpzLs46uLDhixpXYHyeMoDBzzeRb+JMMlfNfIosAd8B7fS6EjodUaG7vzWhx
Zxlf0Q593IMBvzzdSzw2zevnzLOFKT4vbjhstrDv5cd0S++yLu+6pa/CI9Ziolkm
SzDD+i10JXOysznow+TaQ5QMVRQ2tMcaIoEcTSJ5FGtiqWtIT/eGkE13L8g3syJP
XUrV2FS3E6pbkTvDfDfzOQuNNurH7KpPHCm+4xRCR1CnSiECfXE39ujyMXy/MvpO
LWF+weSHUzIAZ89V1Xlm55pBft4zZtJYvCKzkg0rv9KZSWtnAgfcs3LeflAaXu+v
94w0RKEtJnx/HbQpjIW89MVnLctjeuFUPjfXR0hA13shfbHVV8Aq7SsWddXQrG8T
oLgMaNxMyqnB3rcUFb6aKxxlxFnX+XNBAUdKN3kHTai3Lb9OxWK3hngRVQWgj89Y
8H+YICLIlT+j5xRh9NCL
=bh+S
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to