Bug#870217: glm: FTBFS with gcc-7: Test failures

2017-07-30 Thread Daniel Schepler
Source: glm
Version: 0.9.8.4-1
Severity: important

>From my pbuilder build log, using gcc-defaults from experimental:

...
97% tests passed, 3 tests failed out of 108

Total Test time (real) =   2.37 sec

The following tests FAILED:
12 - test-core_type_mat2x4 (Failed)
15 - test-core_type_mat3x4 (Failed)
18 - test-core_type_mat4x4 (Failed)
Errors while running CTest
Makefile:98: recipe for target 'test' failed
make[2]: *** [test] Error 8
make[2]: Leaving directory '/build/glm-0.9.8.4/obj-x86_64-linux-gnu'
debian/rules:22: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '/build/glm-0.9.8.4'
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#850065: openfoam: Build runs way more parallel processes than specified by DEB_BUILD_OPTIONS

2017-01-03 Thread Daniel Schepler
Source: openfoam
Version: 4.1+dfsg1-1
Severity: important

When I try building openfoam under pbuilder (on amd64), with
DEB_BUILD_OPTIONS="parallel=8", it swaps heavily.  By running top I see at
least about 30 cc1plus processes trying to run at the same time (it's hard
to get an exact count since the swapping makes doing anything painfully
slow).
-- 
Daniel Schepler
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#835040: clapack: FTBFS on any-i386: Numerous tests timeout

2016-08-21 Thread Daniel Schepler
Source: clapack
Version: 3.2.1+dfsg-1
Severity: important

>From my pbuilder build log (on i386):

...
  Start 12: xblat3z
12/76 Test #12: xblat3z ..   Passed0.08 sec
  Start 13: xlintsts_stest_in
13/76 Test #13: xlintsts_stest_in    Passed4.20 sec
  Start 14: xlintstc_ctest_in
14/76 Test #14: xlintstc_ctest_in    Passed   14.77 sec
  Start 15: xlintstd_dtest_in
15/76 Test #15: xlintstd_dtest_in ***Timeout 1500.01 sec
Running: /build/clapack-3.2.1+dfsg/obj-i686-linux-gnu/TESTING/LIN/xlintstd
ARGS= 
OUTPUT_FILE;/build/clapack-3.2.1+dfsg/obj-i686-linux-gnu/TESTING/dtest.out;ERROR_FILE;/build/clapack-3.2.1+dfsg/obj-i686-linux-gnu/TESTING/dtest.out.err;INPUT_FILE;/build/clapack-3.2.1+dfsg/TESTING/dtest.in

  Start 16: xlintstz_ztest_in
16/76 Test #16: xlintstz_ztest_in ***Timeout 1500.01 sec
Running: /build/clapack-3.2.1+dfsg/obj-i686-linux-gnu/TESTING/LIN/xlintstz
ARGS= 
OUTPUT_FILE;/build/clapack-3.2.1+dfsg/obj-i686-linux-gnu/TESTING/ztest.out;ERROR_FILE;/build/clapack-3.2.1+dfsg/obj-i686-linux-gnu/TESTING/ztest.out.err;INPUT_FILE;/build/clapack-3.2.1+dfsg/TESTING/ztest.in

  Start 17: xlintstds_dstest_in

(At this point, I got impatient and interrupted the build - as the
logs at buildd.debian.org show the entire testsuite takes about 10
hours to get through all the timeouts, and the eventual result is a
build failure anyway because of the failed tests.)
-- 
Daniel Schepler

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#828928: opencv: FTBFS with gcc-6 and glibc 2.23

2016-06-28 Thread Daniel Schepler
Source: opencv
Version: 2.4.9.1+dfsg-2
Severity: important

>From my pbuilder build log, using a chroot preferring gcc-defaults and
glibc from experimental:

...
/build/opencv-2.4.9.1+dfsg/modules/contrib/src/chamfermatching.cpp: In
member function 'void
cv::ChamferMatcher::Matching::computeDistanceTransform(cv::Mat&,
cv::Mat&, cv::Mat&, float, float, float)':
/build/opencv-2.4.9.1+dfsg/modules/contrib/src/chamfermatching.cpp:969:30:
error: the compiler can assume that the address of 'annotate_img' will
never be NULL [-Werror=address]
 if (_img!=NULL) {
  ^
/build/opencv-2.4.9.1+dfsg/modules/contrib/src/chamfermatching.cpp:1016:34:
error: the compiler can assume that the address of 'annotate_img' will
never be NULL [-Werror=address]
 if (_img!=NULL) {
  ^
/build/opencv-2.4.9.1+dfsg/modules/contrib/src/chamfermatching.cpp: In
member function 'cv::ChamferMatcher::Match*
cv::ChamferMatcher::Matching::localChamferDistance(cv::Point,
cv::Mat&, cv::Mat&, cv::ChamferMatcher::Template*, float)':
/build/opencv-2.4.9.1+dfsg/modules/contrib/src/chamfermatching.cpp::25:
error: the compiler can assume that the address of 'orientation_img'
will never be NULL [-Werror=address]
 if (_img!=NULL) {
 ^
/build/opencv-2.4.9.1+dfsg/modules/contrib/src/chamfermatching.cpp::5:
warning: nonnull argument 'orientation_img' compared to NULL
[-Wnonnull-compare]
 if (_img!=NULL) {
 ^~
/build/opencv-2.4.9.1+dfsg/modules/contrib/src/chamfermatching.cpp: In
member function 'void
cv::ChamferMatcher::Matching::computeDistanceTransform(cv::Mat&,
cv::Mat&, cv::Mat&, float, float, float)':
/build/opencv-2.4.9.1+dfsg/modules/contrib/src/chamfermatching.cpp:1016:17:
warning: nonnull argument 'annotate_img' compared to NULL
[-Wnonnull-compare]
 if (_img!=NULL) {
 ^~
/build/opencv-2.4.9.1+dfsg/modules/contrib/src/chamfermatching.cpp:969:13:
warning: nonnull argument 'annotate_img' compared to NULL
[-Wnonnull-compare]
 if (_img!=NULL) {
 ^~
cc1plus: some warnings being treated as errors
modules/contrib/CMakeFiles/opencv_contrib.dir/build.make:377: recipe
for target 
'modules/contrib/CMakeFiles/opencv_contrib.dir/src/chamfermatching.cpp.o'
failed
make[3]: *** 
[modules/contrib/CMakeFiles/opencv_contrib.dir/src/chamfermatching.cpp.o]
Error 1
make[3]: Leaving directory '/build/opencv-2.4.9.1+dfsg/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:1987: recipe for target
'modules/contrib/CMakeFiles/opencv_contrib.dir/all' failed
make[2]: *** [modules/contrib/CMakeFiles/opencv_contrib.dir/all] Error 2
make[2]: Leaving directory '/build/opencv-2.4.9.1+dfsg/obj-x86_64-linux-gnu'
Makefile:152: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/build/opencv-2.4.9.1+dfsg/obj-x86_64-linux-gnu'
dh_auto_build: make -j1 returned exit code 2
debian/rules:75: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#785485: gtkmathview: FTBFS: error: template with C linkage

2015-05-16 Thread Daniel Schepler
   templatetypename, typename
   ^
...
Makefile:643: recipe for target 
'libgtkmathview_libxml2_reader_la-gtkmathview_libxml2_reader.lo' failed
make[4]: *** [libgtkmathview_libxml2_reader_la-gtkmathview_libxml2_reader.lo] 
Error 1
make[4]: Leaving directory '/tmp/buildd/gtkmathview-0.8.0/src/widget'
Makefile:548: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/tmp/buildd/gtkmathview-0.8.0/src'
Makefile:547: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/tmp/buildd/gtkmathview-0.8.0'
Makefile:431: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/tmp/buildd/gtkmathview-0.8.0'
/usr/share/cdbs/1/class/makefile.mk:47: recipe for target 
'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers