Bug#804589: sfcgal: FTBFS: error: CGAL/Point_inside_polyhedron_3.h: No such file or directory

2015-11-09 Thread Chris West (Faux)
Source: sfcgal
Version: 1.1.0-5
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

cd /sfcgal-1.1.0/obj-x86_64-linux-gnu/src && /usr/bin/c++   
-DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB 
-DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DCGAL_INTERSECTION_VERSION=1 
-DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS -g -O2 -fPIE -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -Wall -Wextra 
-Wno-long-long -pedantic -Wpointer-arith -Wcast-align -Wcast-qual 
-Wno-overloaded-virtual -Wformat=2 -Winit-self -Wmissing-include-dirs 
-Wwrite-strings -Wno-error=undef -fPIC 
-I/sfcgal-1.1.0/obj-x86_64-linux-gnu/include -I/sfcgal-1.1.0/patches/CGAL-4.3 
-isystem /usr/include/x86_64-linux-gnu-o 
CMakeFiles/SFCGAL.dir/algorithm/Intersection3D.cpp.o -c 
/sfcgal-1.1.0/src/algorithm/Intersection3D.cpp
/sfcgal-1.1.0/src/algorithm/Intersection3D.cpp:35:44: fatal error: 
CGAL/Point_inside_polyhedron_3.h: No such file or directory
compilation terminated.
src/CMakeFiles/SFCGAL.dir/build.make:641: recipe for target 
'src/CMakeFiles/SFCGAL.dir/algorithm/Intersection3D.cpp.o' failed
make[3]: *** [src/CMakeFiles/SFCGAL.dir/algorithm/Intersection3D.cpp.o] Error 1
make[3]: Leaving directory '/sfcgal-1.1.0/obj-x86_64-linux-gnu'

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/sfcgal.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Bug#792068: FTBFS: test_grid_filter (test_geometry.Test) + test_plate_carreeplot + others fail

2015-07-10 Thread Chris West (Faux)
Source: pyresample
Version: 1.1.0-1
Severity: serious
Tags: sid stretch
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs

Dear Maintainer,

The package fails to build:

test_not_found_exception (test_utils.Test) ... ok

==
ERROR: test_grid_filter (test_geometry.Test)
--
Traceback (most recent call last):
  File /tmp/buildd/pyresample-1.1.0/test/test_geometry.py, line 322, in 
test_grid_filter
(-20037508.34, -10018754.17, 20037508.34, 10018754.17))
  File 
/tmp/buildd/pyresample-1.1.0/build/lib.linux-x86_64-2.7/pyresample/geometry.py,
 line 486, in __init__
proj = _spatial_mp.Proj(**proj_dict)
  File /usr/lib/python2.7/dist-packages/pyproj/__init__.py, line 343, in 
__new__
return _proj.Proj.__new__(self, projstring)
  File _proj.pyx, line 84, in _proj.Proj.__cinit__ (_proj.c:1190)
RuntimeError: major axis or radius = 0 or not given

==
ERROR: test_grid_filter2D (test_geometry.Test)
--
Traceback (most recent call last):
  File /tmp/buildd/pyresample-1.1.0/test/test_geometry.py, line 355, in 
test_grid_filter2D
(-20037508.34, -10018754.17, 20037508.34, 10018754.17))
  File 
/tmp/buildd/pyresample-1.1.0/build/lib.linux-x86_64-2.7/pyresample/geometry.py,
 line 486, in __init__
proj = _spatial_mp.Proj(**proj_dict)
  File /usr/lib/python2.7/dist-packages/pyproj/__init__.py, line 343, in 
__new__
return _proj.Proj.__new__(self, projstring)
  File _proj.pyx, line 84, in _proj.Proj.__cinit__ (_proj.c:1190)
RuntimeError: major axis or radius = 0 or not given



==
ERROR: test_plate_carreeplot (test_plot.Test)
--
Traceback (most recent call last):
  File /tmp/buildd/pyresample-1.1.0/test/test_plot.py, line 44, in 
test_plate_carreeplot
'test_files', 'areas.cfg'), 'pc_world')[0]
  File 
/tmp/buildd/pyresample-1.1.0/build/lib.linux-x86_64-2.7/pyresample/utils.py, 
line 100, in parse_area_file
area_content)
  File 
/tmp/buildd/pyresample-1.1.0/build/lib.linux-x86_64-2.7/pyresample/utils.py, 
line 140, in _create_area
config['AREA_EXTENT'])
  File 
/tmp/buildd/pyresample-1.1.0/build/lib.linux-x86_64-2.7/pyresample/geometry.py,
 line 486, in __init__
proj = _spatial_mp.Proj(**proj_dict)
  File /usr/lib/python2.7/dist-packages/pyproj/__init__.py, line 343, in 
__new__
return _proj.Proj.__new__(self, projstring)
  File _proj.pyx, line 84, in _proj.Proj.__cinit__ (_proj.c:1190)
RuntimeError: major axis or radius = 0 or not given

--
Ran 98 tests in 236.930s

FAILED (errors=10)
debian/rules:21: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/tmp/buildd/pyresample-1.1.0'


Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/pyresample.html

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.19.0-22-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel