FS#49446 - [geos] make check is not run

Attached to Project: Community Packages
Opened by Christian Krause (wookietreiber) - Monday, 23 May 2016, 12:34 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Tuesday, 11 July 2017, 06:13 GMT
Task Type General Gripe
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

the PKGBUILD does not run make check


Additional info:
* geos 3.5.0-2
This task depends upon

Closed by  Jaroslav Lichtblau (Dragonlord)
Tuesday, 11 July 2017, 06:13 GMT
Reason for closing:  Implemented
Additional comments about closing:  Implemented in geos 3.6.1-1
Comment by Jaroslav Lichtblau (Dragonlord) - Monday, 23 May 2016, 16:47 GMT
Seems like there is a bigger trouble with geos at this moment. Building the package ends with the below 'isnan' error. I've seen that one some time back on the skrooge package (https://bugs.kde.org/show_bug.cgi?id=359679). As I'm tired after today's work day and was not able to find the account creation page on the geos bug tracker (what the HECK? screw trac!) even after 10 minutes searching, this will have to wait till I'm in better mood.

...
make[4]: Entering directory '/build/geos/src/geos-3.5.0/src/algorithm/locate'
make[5]: Entering directory '/build/geos/src/geos-3.5.0/src/algorithm/locate'
/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -D_FORTIFY_SOURCE=2 -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT IndexedPointInAreaLocator.lo -MD -MP -MF .deps/IndexedPointInAreaLocator.Tpo -c -o IndexedPointInAreaLocator.lo IndexedPointInAreaLocator.cpp
/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -D_FORTIFY_SOURCE=2 -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT PointOnGeometryLocator.lo -MD -MP -MF .deps/PointOnGeometryLocator.Tpo -c -o PointOnGeometryLocator.lo PointOnGeometryLocator.cpp
/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -D_FORTIFY_SOURCE=2 -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT SimplePointInAreaLocator.lo -MD -MP -MF .deps/SimplePointInAreaLocator.Tpo -c -o SimplePointInAreaLocator.lo SimplePointInAreaLocator.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -D_FORTIFY_SOURCE=2 -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT PointOnGeometryLocator.lo -MD -MP -MF .deps/PointOnGeometryLocator.Tpo -c PointOnGeometryLocator.cpp -fPIC -DPIC -o .libs/PointOnGeometryLocator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -D_FORTIFY_SOURCE=2 -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT PointOnGeometryLocator.lo -MD -MP -MF .deps/PointOnGeometryLocator.Tpo -c PointOnGeometryLocator.cpp -o PointOnGeometryLocator.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -D_FORTIFY_SOURCE=2 -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT IndexedPointInAreaLocator.lo -MD -MP -MF .deps/IndexedPointInAreaLocator.Tpo -c IndexedPointInAreaLocator.cpp -fPIC -DPIC -o .libs/IndexedPointInAreaLocator.o
mv -f .deps/PointOnGeometryLocator.Tpo .deps/PointOnGeometryLocator.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -D_FORTIFY_SOURCE=2 -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT SimplePointInAreaLocator.lo -MD -MP -MF .deps/SimplePointInAreaLocator.Tpo -c SimplePointInAreaLocator.cpp -fPIC -DPIC -o .libs/SimplePointInAreaLocator.o
In file included from ../../../include/geos/geom/Geometry.h:25:0,
from IndexedPointInAreaLocator.cpp:17:
../../../include/geos/platform.h:114:2: error: #error "Can not compile without isnan function or macro"
#error "Can not compile without isnan function or macro"
^~~~~
In file included from ../../../include/geos/geom/Geometry.h:25:0,
from SimplePointInAreaLocator.cpp:18:
../../../include/geos/platform.h:114:2: error: #error "Can not compile without isnan function or macro"
#error "Can not compile without isnan function or macro"
^~~~~
In file included from ../../../include/geos/geom/Coordinate.h:158:0,
from ../../../include/geos/geom/Envelope.h:25,
from ../../../include/geos/geom/Geometry.h:27,
from IndexedPointInAreaLocator.cpp:17:
../../../include/geos/geom/Coordinate.inl: In member function 'bool geos::geom::Coordinate::isNull() const':
../../../include/geos/geom/Coordinate.inl:38:17: error: 'ISNAN' was not declared in this scope
return (ISNAN(x) && ISNAN(y) && ISNAN(z));
^
../../../include/geos/geom/Coordinate.inl: In member function 'bool geos::geom::Coordinate::equals3D(const geos::geom::Coordinate&) const':
../../../include/geos/geom/Coordinate.inl:77:28: error: 'ISNAN' was not declared in this scope
((z == other.z)||(ISNAN(z) && ISNAN(other.z)));
^
In file included from ../../../include/geos/geom/Coordinate.h:158:0,
from ../../../include/geos/geom/Envelope.h:25,
from ../../../include/geos/geom/Geometry.h:27,
from SimplePointInAreaLocator.cpp:18:
../../../include/geos/geom/Coordinate.inl: In member function 'bool geos::geom::Coordinate::isNull() const':
../../../include/geos/geom/Coordinate.inl:38:17: error: 'ISNAN' was not declared in this scope
return (ISNAN(x) && ISNAN(y) && ISNAN(z));
^
../../../include/geos/geom/Coordinate.inl: In member function 'bool geos::geom::Coordinate::equals3D(const geos::geom::Coordinate&) const':
../../../include/geos/geom/Coordinate.inl:77:28: error: 'ISNAN' was not declared in this scope
((z == other.z)||(ISNAN(z) && ISNAN(other.z)));
^
Makefile:483: recipe for target 'SimplePointInAreaLocator.lo' failed
make[5]: *** [SimplePointInAreaLocator.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
Makefile:483: recipe for target 'IndexedPointInAreaLocator.lo' failed
make[5]: *** [IndexedPointInAreaLocator.lo] Error 1
make[5]: Leaving directory '/build/geos/src/geos-3.5.0/src/algorithm/locate'
Makefile:502: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/build/geos/src/geos-3.5.0/src/algorithm/locate'
Makefile:556: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/build/geos/src/geos-3.5.0/src/algorithm'
Makefile:595: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/build/geos/src/geos-3.5.0/src'
Makefile:469: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/build/geos/src/geos-3.5.0'
Makefile:416: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting..

Loading...