[geos-devel] Re: [GEOS] #469: testrunner fail
GEOS
geos-trac at osgeo.org
Mon Aug 22 17:53:57 EDT 2011
#469: testrunner fail
------------------------+---------------------------------------------------
Reporter: aperi2007 | Owner: geos-devel@…
Type: defect | Status: new
Priority: major | Milestone: 3.3.1
Component: Default | Version: svn-trunk
Severity: Unassigned | Keywords:
------------------------+---------------------------------------------------
Comment(by aperi2007):
Hi,
changing the configure phase in this mode it seem work.
CFLAGS="-m64" CPPFLAGS="-m64" CXXFLAGS="-m64" LDFLAGS="-m64" FFLAGS="-m64"
LDFLAGS="-L/usr/lib64/" ./configure --enable-python
Now the "make check" start and end without any error.
it only report some strange notice like these:
{{{
capi::GEOSBuffer: ....................
capi::GEOSContains: ...
capi::GEOSCoordSeq: ......
capi::GEOSDistance: .
capi::GEOSGeomFromWKB: .....
capi::GEOSGeomToWKT: .............
capi::GEOSGeom_create: .......
capi::GEOSGeom_extractUniquePoints: ...
capi::GEOSIntersects: ...NOTICE: IllegalArgumentException:
RobustDeterminant encountered non-finite numbers
.NOTICE: IllegalArgumentException: RobustDeterminant encountered non-
finite numbers
.
capi::GEOSLineStringPoint: ...
capi::GEOSOffsetCurve: ......
capi::GEOSOrientationIndex: ...........
capi::GEOSPolygonizeGetCutEdges: ..
capi::GEOSPreparedGeometry: ......
capi::GEOSRelateBoundaryNodeRule: .......NOTICE: Invalid boundary node
rule 5
.
capi::GEOSRelatePatternMatch: .....NOTICE: IllegalArgumentException:
Geometry is not lineal
capi::GEOSSharedPaths: ..NOTICE: IllegalArgumentException: Geometry is not
lineal
.
capi::GEOSSimplify: .
capi::GEOSSnap: ....
capi::GEOSUnaryUnion: ........
capi::GEOSWithin: ...
capi::GEOSisValidDetail: ......
geos::algorithm::Angle: ....
geos::algorithm::CGAlgorithms::computeOrientation: ..
geos::algorithm::CGAlgorithms::isCCW: .....
geos::algorithm::CGAlgorithms::isPointInRing: ..
geos::algorithm::CGAlgorithms::signedArea: ...
geos::algorithm::ConvexHull: .......
geos::algorithm::PointLocator: ....
geos::algorithm::RobustLineIntersection: ..
geos::algorithm::RobustLineIntersector: .............
geos::algorithm::distace::DiscreteHausdorffDistance: ....
geos::geom::Coordinate: .........
geos::geom::CoordinateArraySequence: .................
geos::geom::CoordinateArraySequenceFactory: ....
geos::geom::CoordinateList: ..
geos::geom::Dimension: .....
geos::geom::Envelope: .........
geos::geom::Geometry::clone: .......
geos::geom::Geometry::covers: ...
geos::geom::Geometry::isRectangle: .......
geos::geom::GeometryFactory: ....................................
geos::geom::IntersectionMatrix: .............................
geos::geom::LineSegment: ......
geos::geom::LineString: .........................
geos::geom::LinearRing: ..............................
geos::geom::Location: ...
geos::geom::MultiLineString: .
geos::geom::MultiPoint: ............................
geos::geom::MultiPolygon: .
geos::geom::Point: ........................................
geos::geom::Polygon: .....................................
geos::geom::PrecisionModel: .........
geos::geom::Triangle: .....
geos::geom::prep::PreparedGeometryFactory: .............................
geos::geom::util::GeometryExtracter: ..
geos::index::quadtree::DoubleBits: .
geos::io::ByteOrderValues: ...
geos::io::WKBReader: .......
geos::io::WKBWriter: ...
geos::io::WKTReader: ......
geos::io::WKTWriter: .....
geos::linearref::LocationIndexedLine: ........................
geos::noding::BasicSegmentString: ....
geos::noding::NodedSegmentString: .....
geos::noding::SegmentNode: ....
geos::noding::SegmentPointComparator: .....
geos::operation::IsSimpleOp: ...
geos::operation::buffer::BufferOp: .........
geos::operation::distance::DistanceOp: ...................
geos::operation::geounion::CascadedPolygonUnion: .
geos::operation::geounion::UnaryUnionOp: .....
geos::operation::linemerge::LineMerger: ......
geos::operation::linemerge::LineSequencer: ............
geos::operation::overlay::snap::GeometrySnapper: ..
geos::operation::overlay::snap::LineStringSnapper: .......
geos::operation::overlay::validate::FuzzyPointLocator: .......
geos::operation::overlay::validate::OffsetPointGenerator: .....
geos::operation::overlay::validate::OverlayResultValidator: ......
geos::operation::polygonize::Polygonizer: ..
geos::operation::sharedpaths::SharedPathsOp: .....................
geos::operation::valid::IsValidOp: .
geos::operation::valid::ValidClosedRing: .....
geos::operation::valid::ValidSelfTouchingRingFormingHole: .......
geos::precision::SimpleGeometryPrecisionReducer: .......
geos::simplify::DouglasPeuckerSimplifier: ..........
geos::simplify::TopologyPreservingSimplifier: ..........
geos::util::UniqueCoordinateArrayFilter: .
tests summary: ok:732
PASS: geos_unit
=============
1 test passed
=============
}}}
I don't know if these are serious errors .
--
Ticket URL: <http://trac.osgeo.org/geos/ticket/469#comment:8>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list