Bug#853499: libopengl-perl: ftbfs with GCC-7

Matthias Klose doko at debian.org
Tue Jan 31 09:33:01 UTC 2017


Package: src:libopengl-perl
Version: 0.6704+dfsg-2
Severity: normal
Tags: sid buster
User: debian-gcc at 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/libopengl-perl_0.6704+dfsg-2_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

[...]
ok 115 - $o2->calc(3,"5,0,endrowif,8",9)
ok 116 - $o2->calc(3,"5,1,returnrowif,8",9)
ok 117 - $o2->calc(3,"5,0,returnrowif,8",9)
ok 118 - $o2->calc("sum")
ok 119 - $o2->calc("1,2,sum")
ok 120 - $o2->calc("avg")
ok 121 - $o2->calc("5,avg")
ok 122 - $o2->calc("-,abs")
ok 123 - $o2->calc("abs")
ok 124 - $o2->calc("power")
not ok 125 - $o1->calc("2,power")
ok 126 - $o2->calc("min")
ok 127 - $o2->calc("5,min")
ok 128 - $o2->calc("max")
ok 129 - $o2->calc("5,max")
ok 130 - $o2->calc("pi")
not ok 131 - $o2->calc("dec,6,min,10,swap,power,pi,*,10,%")
ok 132 - $o2->calc("10,/,pi,*,sin,10,*")
ok 133 - $o2->calc("10,/,pi,*,cos,10,*")
ok 134 - $o2->calc("10,/,pi,*,tan,10,*,abs,100,min")
ok 135 - $o2->calc("1,swap,atan2,400,*,dup,0,swap,300,<,?")
ok 136 - $o2->calc("count","count","count")
ok 137 - $o2->calc("index","index","index")
ok 138 - $o2->calc("columns","columns","columns")
ok 139 - $o2->calc("column","column","column")
ok 140 - $o2->calc("rows","rows","rows")
ok 141 - $o2->calc("row","row","row")
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/141 subtests 
	(3 TODO tests unexpectedly succeeded)

Test Summary Report
-------------------
t/10_opengl_array.t (Wstat: 768 Tests: 141 Failed: 3)
  Failed tests:  63, 125, 131
  TODO passed:   83-84, 103
  Non-zero exit status: 3
Files=3, Tests=143,  0 wallclock secs ( 0.04 usr  0.00 sys +  0.08 cusr  0.00 csys =  0.12 CPU)
Result: FAIL
Failed 1/3 test programs. 3/143 subtests failed.
Makefile:1098: recipe for target 'test_dynamic' failed
make[2]: *** [test_dynamic] Error 3
make[2]: Leaving directory '/<<BUILDDIR>>/libopengl-perl-0.6704+dfsg'
dh_auto_test: make -j1 test TEST_VERBOSE=1 TEST_FILES=t/10_opengl_array.t t/01_use.t t/00_require.t TEST_FILE=/dev/null returned exit code 2
debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/libopengl-perl-0.6704+dfsg'
debian/rules:9: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



More information about the pkg-perl-maintainers mailing list