Your message dated Wed, 08 Jul 2015 23:16:35 +0200
with message-id <559d9333.7010...@debian.org>
and subject line fixed in 1.4.0-4
has caused the Debian Bug report #777976,
regarding libvpx: 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.)


-- 
777976: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777976
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libvpx
Version: 1.3.0-3
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/libvpx_1.3.0-3_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

[...]
    [LN]      libvpx.so.1.3.0 libvpx.so
mkdir -p ./
ln -sf  libvpx.so.1.3.0 libvpx.so
    [LN]      libvpx.so.1.3.0 libvpx.so.1
mkdir -p ./
ln -sf  libvpx.so.1.3.0 libvpx.so.1
    [LN]      libvpx.so.1.3.0 libvpx.so.1.3
mkdir -p ./
ln -sf  libvpx.so.1.3.0 libvpx.so.1.3
    [CREATE] vpx.pc
echo '# pkg-config file from libvpx v1.3.0' > vpx.pc
echo 'prefix=/usr' >> vpx.pc
echo 'exec_prefix=${prefix}' >> vpx.pc
echo 'libdir=${prefix}/lib' >> vpx.pc
echo 'includedir=${prefix}/include' >> vpx.pc
echo '' >> vpx.pc
echo 'Name: vpx' >> vpx.pc
echo 'Description: WebM Project VPx codec implementation' >> vpx.pc
echo 'Version: 1.3.0' >> vpx.pc
echo 'Requires:' >> vpx.pc
echo 'Conflicts:' >> vpx.pc
echo 'Libs: -L${libdir} -lvpx -lm' >> vpx.pc
echo 'Libs.private: -lm -lpthread' >> vpx.pc
echo 'Cflags: -I${includedir}' >> vpx.pc
g++  -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -m64 -O3 -fPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization 
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wuninitialized 
-Wunused-variable -Wunused-but-set-variable -Wno-unused-function -I. 
-I"/«PKGBUILDDIR»" -I/«PKGBUILDDIR»/third_party/googletest/src 
-I/«PKGBUILDDIR»/third_party/googletest/src/include -c -o 
third_party/googletest/src/src/gtest-all.cc.o 
/«PKGBUILDDIR»/third_party/googletest/src/src/gtest-all.cc
ar -rusv libgtest_g.a third_party/googletest/src/src/gtest-all.cc.o
ar: creating libgtest_g.a
a - third_party/googletest/src/src/gtest-all.cc.o
strip --strip-unneeded \
         `nm libgtest_g.a | grep ' [A-TV-Z] ' | awk '{print "-K"$3'}`\
          -o libgtest.a libgtest_g.a
gcc  -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -m64 -O3 -fPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla 
-Wimplicit-function-declaration -Wuninitialized -Wunused-variable 
-Wunused-but-set-variable -Wno-unused-function -I. -I"/«PKGBUILDDIR»" -c -o 
test/../md5_utils.c.o /«PKGBUILDDIR»/test/../md5_utils.c
gcc  -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -m64 -O3 -fPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla 
-Wimplicit-function-declaration -Wuninitialized -Wunused-variable 
-Wunused-but-set-variable -Wno-unused-function -I. -I"/«PKGBUILDDIR»" -c -o 
test/../nestegg/halloc/src/halloc.c.o 
/«PKGBUILDDIR»/test/../nestegg/halloc/src/halloc.c
In file included from /«PKGBUILDDIR»/test/../nestegg/halloc/src/halloc.c:19:0:
/«PKGBUILDDIR»/test/../nestegg/halloc/src/align.h:33:25: error: conflicting 
types for 'max_align_t'
 typedef union max_align max_align_t;
                         ^
In file included from 
/«PKGBUILDDIR»/test/../nestegg/halloc/src/../halloc.h:18:0,
                 from /«PKGBUILDDIR»/test/../nestegg/halloc/src/halloc.c:18:
/usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h:429:3: note: previous 
declaration of 'max_align_t' was here
 } max_align_t;
   ^
make[2]: *** [test/../nestegg/halloc/src/halloc.c.o] Error 1
Makefile:128: recipe for target 'test/../nestegg/halloc/src/halloc.c.o' failed
make[1]: *** [.DEFAULT] Error 2
Makefile:17: recipe for target '.DEFAULT' failed
make[1]: Leaving directory '/«PKGBUILDDIR»/builddir'
make: *** [build-stamp] Error 2
debian/rules:96: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Version: 1.4.0-4

fixed in 1.4.0-4

--- End Message ---

Reply via email to