Your message dated Sat, 5 Aug 2017 18:40:02 +0300
with message-id <20170805154002.7rye7j6vbu265dpq@localhost>
and subject line compiz builds with gcc 7
has caused the Debian Bug report #853352,
regarding compiz: 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.)


-- 
853352: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853352
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:compiz
Version: 1:0.9.13.0+16.10.20160818.2-4
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/compiz_0.9.13.0+16.10.20160818.2-4_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

[...]
/usr/bin/ar qc libcompiz_opengl_double_buffer.a  
CMakeFiles/compiz_opengl_double_buffer.dir/src/double-buffer.cpp.o
/usr/bin/ranlib libcompiz_opengl_double_buffer.a
make[3]: Leaving directory 
'/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/obj-x86_64-linux-gnu'
[ 37%] Built target compiz_opengl_double_buffer
make[3]: Leaving directory 
'/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:5605: recipe for target 
'compizconfig/libcompizconfig/src/CMakeFiles/compizconfig.dir/all' failed
make[2]: *** [compizconfig/libcompizconfig/src/CMakeFiles/compizconfig.dir/all] 
Error 2
make[2]: *** Waiting for unfinished jobs....
/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/src/outputdevices.cpp: In member 
function 'void compiz::core::OutputDevices::adoptDevices(unsigned int, 
CompSize*)':
/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/src/outputdevices.cpp:55:1: 
error: '%u' directive output may be truncated writing between 1 and 10 bytes 
into a region of size 3 [-Werror=format-truncation=]
 OutputDevices::adoptDevices (unsigned int nOutput,
 ^~~~~~~~~~~~~
/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/src/outputdevices.cpp:55:1: 
note: using the range [0, 4294967295] for directive argument
In file included from /usr/include/stdio.h:938:0,
                 from /usr/include/c++/7/cstdio:42,
                 from /usr/include/c++/7/ext/string_conversions.h:43,
                 from /usr/include/c++/7/bits/basic_string.h:6142,
                 from /usr/include/c++/7/string:52,
                 from 
/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/include/core/string.h:29,
                 from 
/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/include/core/option.h:32,
                 from 
/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/src/outputdevices.cpp:25:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:65:44: note: format output between 
9 and 18 bytes into a destination of size 10
        __bos (__s), __fmt, __va_arg_pack ());
                                            ^
At global scope:
cc1plus: error: unrecognized command line option '-Wno-unused-private-field' 
[-Werror]
cc1plus: error: unrecognized command line option '-Wno-unused-private-field' 
[-Werror]
cc1plus: error: unrecognized command line option '-Wno-unused-private-field' 
[-Werror]
cc1plus: all warnings being treated as errors
src/CMakeFiles/compiz_outputdevices.dir/build.make:65: recipe for target 
'src/CMakeFiles/compiz_outputdevices.dir/outputdevices.cpp.o' failed
make[3]: *** [src/CMakeFiles/compiz_outputdevices.dir/outputdevices.cpp.o] 
Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory 
'/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:4577: recipe for target 
'src/CMakeFiles/compiz_outputdevices.dir/all' failed
make[2]: *** [src/CMakeFiles/compiz_outputdevices.dir/all] Error 2
[ 39%] Linking CXX static library libresize_logic.a
cd 
/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/obj-x86_64-linux-gnu/plugins/resize/src/logic
 && /usr/bin/cmake -P CMakeFiles/resize_logic.dir/cmake_clean_target.cmake
cd 
/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/obj-x86_64-linux-gnu/plugins/resize/src/logic
 && /usr/bin/cmake -E cmake_link_script CMakeFiles/resize_logic.dir/link.txt 
--verbose=1
/usr/bin/ar qc libresize_logic.a  
CMakeFiles/resize_logic.dir/src/resize-logic.cpp.o
/usr/bin/ranlib libresize_logic.a
make[3]: Leaving directory 
'/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/obj-x86_64-linux-gnu'
[ 39%] Built target resize_logic
make[2]: Leaving directory 
'/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/obj-x86_64-linux-gnu'
Makefile:163: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory 
'/<<BUILDDIR>>/compiz-0.9.13.0+16.10.20160818.2/obj-x86_64-linux-gnu'
dh_auto_build: make -j64 returned exit code 2
debian/rules:82: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
compiz builds with gcc 7:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/compiz.html

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--- End Message ---

Reply via email to