Your message dated Thu, 25 Jun 2015 21:24:02 +0000
with message-id <e1z8ecs-00055n...@franck.debian.org>
and subject line Bug#778184: fixed in xjadeo 0.8.2-1
has caused the Debian Bug report #778184,
regarding xjadeo: 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.)


-- 
778184: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778184
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xjadeo
Version: 0.8.0-2
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/xjadeo_0.8.0-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

[...]
In file included from display_x11.c:22:0:
display.h:41:13: warning: inline function 'stride_memcpy' declared but never 
defined
 inline void stride_memcpy(void * dst, const void * src, int width, int height, 
int dstStride, int srcStride);
             ^
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2 -Wall -g -O3 
-I/usr/include/freetype2 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL   
-I/usr/include/libdrm "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/share\""    -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
xjadeo-display_sdl.o `test -f 'display_sdl.c' || echo './'`display_sdl.c
In file included from display_sdl.c:22:0:
display.h:41:13: warning: inline function 'stride_memcpy' declared but never 
defined
 inline void stride_memcpy(void * dst, const void * src, int width, int height, 
int dstStride, int srcStride);
             ^
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2 -Wall -g -O3 
-I/usr/include/freetype2 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL   
-I/usr/include/libdrm "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/share\""    -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
xjadeo-weak_libjack.o `test -f 'weak_libjack.c' || echo './'`weak_libjack.c
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2 -Wall -g -O3 
-I/usr/include/freetype2 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL   
-I/usr/include/libdrm "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/share\""    -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o xjadeo-gtime.o 
`test -f 'gtime.c' || echo './'`gtime.c
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2 -Wall -g -O3 
-I/usr/include/freetype2 -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL   
-I/usr/include/libdrm "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/share\""    -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
xjadeo-display_glx.o `test -f 'display_glx.c' || echo './'`display_glx.c
display_glx.c: In function 'gl_open_window':
display_glx.c:238:6: warning: variable 'vblank' set but not used 
[-Wunused-but-set-variable]
  int vblank = -1;
      ^
In file included from display_gl_common.h:28:0,
                 from display_glx.c:20:
display_glx.c: At top level:
display.h:41:13: warning: inline function 'stride_memcpy' declared but never 
defined
 inline void stride_memcpy(void * dst, const void * src, int width, int height, 
int dstStride, int srcStride);
             ^
gcc -Wall -g -O3 -I/usr/include/freetype2     -D_GNU_SOURCE=1 -D_REENTRANT 
-I/usr/include/SDL   -I/usr/include/libdrm   "-DSUBVERSION=\"\"" -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro 
-Wl,--as-needed -o xjadeo xjadeo-main.o xjadeo-xjadeo.o xjadeo-remote.o 
xjadeo-mqueue.o xjadeo-xjosc.o xjadeo-configfile.o xjadeo-common.o 
xjadeo-common_jack.o xjadeo-jack.o xjadeo-ltc-jack.o xjadeo-midi.o 
xjadeo-freetype.o xjadeo-smpte.o xjadeo-display.o xjadeo-display_x_dnd.o 
xjadeo-display_x_dialog.o xjadeo-display_mac.o xjadeo-display_x11.o 
xjadeo-display_sdl.o xjadeo-weak_libjack.o xjadeo-gtime.o xjadeo-display_glx.o  
 -lrt -lpthread -lavformat -lavcodec -lavutil -lswscale  -lXext -lXv -lportmidi 
-lporttime -lasound -lpthread -lfreetype  -lImlib2  -lXpm -lX11  -llo -lpthread 
-lSDL  -lltc -lm  -lGLU -lGL  -lm -ljack -lpthread     -L/usr/X11R6/lib
xjadeo-display_x11.o: In function `render_xv':
/«PKGBUILDDIR»/src/xjadeo/display_x11.c:631: undefined reference to 
`stride_memcpy'
/«PKGBUILDDIR»/src/xjadeo/display_x11.c:634: undefined reference to 
`stride_memcpy'
/«PKGBUILDDIR»/src/xjadeo/display_x11.c:637: undefined reference to 
`stride_memcpy'
/«PKGBUILDDIR»/src/xjadeo/display_x11.c:621: undefined reference to 
`stride_memcpy'
/«PKGBUILDDIR»/src/xjadeo/display_x11.c:624: undefined reference to 
`stride_memcpy'
xjadeo-display_x11.o:/«PKGBUILDDIR»/src/xjadeo/display_x11.c:627: more 
undefined references to `stride_memcpy' follow
collect2: error: ld returned 1 exit status
make[5]: *** [xjadeo] Error 1
Makefile:497: recipe for target 'xjadeo' failed
make[5]: Leaving directory '/«PKGBUILDDIR»/src/xjadeo'
make[4]: *** [all] Error 2
Makefile:419: recipe for target 'all' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/src/xjadeo'
make[3]: *** [all-recursive] Error 1
Makefile:352: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
Makefile:511: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:406: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
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: xjadeo
Source-Version: 0.8.2-1

We believe that the bug you reported is fixed in the latest version of
xjadeo, 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.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated xjadeo 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: Thu, 25 Jun 2015 22:23:35 +0200
Source: xjadeo
Binary: xjadeo
Architecture: source
Version: 0.8.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description:
 xjadeo     - Video player with JACK sync
Closes: 778184
Changes:
 xjadeo (0.8.2-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
     - Fix build issue with gcc 5. (Closes: #778184)
   * debian/patches/0002-spelling.patch: Removed, applied upstream.
   * debian/source/include-binaries: Add debian/xjadeo.pdf to prevent FTBFS
     with recent dpkg versions.
Checksums-Sha1:
 93d166d10615beca85dbd74a7c83ca60ff8c2c74 2278 xjadeo_0.8.2-1.dsc
 600363fbfb56ed803a69ba4dfd4a819694af1fe6 531479 xjadeo_0.8.2.orig.tar.gz
 b00058d5fa55e75535b63870759bd18f21b71c92 199376 xjadeo_0.8.2-1.debian.tar.xz
Checksums-Sha256:
 0ef8109fa4e87b983aa0968bc5091db788f5e0f23bb157be3829671dc56251c4 2278 
xjadeo_0.8.2-1.dsc
 3f818b8d4b110415b78af723cfe30eab74b01f11a4aaab672bbff3b5ac00d6ac 531479 
xjadeo_0.8.2.orig.tar.gz
 2130898ca65ee6114b068c45bb028475cdf8d8598fea34cc85050765128090c7 199376 
xjadeo_0.8.2-1.debian.tar.xz
Files:
 9088179b6e6d9f3aa4b08c862dd4f399 2278 video optional xjadeo_0.8.2-1.dsc
 d233d0cc24aff04196fd5e3ac054e507 531479 video optional xjadeo_0.8.2.orig.tar.gz
 14862739c5a6e932995d48e75b3037ae 199376 video optional 
xjadeo_0.8.2-1.debian.tar.xz

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

iQIcBAEBCAAGBQJVjGQ3AAoJEGny/FFupxmTiHcP/RgYMxamWcYZGGpUfTf6D+rQ
lxcyfY2XukpzIgT24r0VRsF3SziHeKqcEZ0MMuUZD14n0WP+QiZ5QI7njy4t+5aO
A0p/Le17MDVcjSy0v987w/kopu6KN8tORv4bQfHRJogljxQGm8q3WisymOlKMSFy
cz1onTvo5Vncwury+X949ldQX7JiD0UvDxICaKZGBtjDKgWMwPHAOseHPPcvQbDY
OgVp8O/A3qTmDe22iKwLOeqSWsFf4IHgCqz6q1AMyb/ujKMTWoA5rq7I3VymzlxS
xIIzDgFXYO+3oj3K4+d/1O0ECQIqVO9D+DCgjd9JgWquRcPi9M/bjhN9xLvOiKiG
WWf2FMpeh8Q/Fo/GZwtb9IsPyVZRzbbeEbu7jJ2gs4jg6+G6HMyNtJAffXvc6eAQ
kChc1lE2Q3vhW6d9Y3rGjXU0xvSkDtKswbFUcvYv6GIznbbyrxpLDeSne81otuM3
oipW/tc4LLkDISnqLrPBjKZEO6Fqz/ZE4wJ6+KESf73VXgSiJ3mzv4FgNaQOlD8X
9DWlVKzGSLOjemFNsEcBcWyqRK3Op5gn68ya0KpACQRTuVCKGMTbSI+xQWQuaX9l
OPKOQzS+eFN12UUvne8pTYAPl244MZ8snB0oKRdLT0s20oINBzuALEMpnzStrGzm
qwxGZao/3ZkNouiA1sBi
=r704
-----END PGP SIGNATURE-----

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

Reply via email to