Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#710 closed defect (duplicate)

geos::geom::CoordinateArraySequenceFactory test fails on OSX

Reported by: burkeker Owned by:
Priority: major Milestone: 3.6.1
Component: Unit Tests Version: 3.4.2
Severity: Unassigned Keywords:
Cc:

Description

I am trying to build geos from source with PHP module on Mac OS X 10.9 following http://trac.osgeo.org/geos/wiki/BuildingOnUnixWithAutotools (configure prompt attached).

It failed at "make check". (test-suite.log attached.) I've searched for a day but couldn't find relevant solution for this, not sure if I missed anything on Mac OS X. I am not experienced in compiling software so if I would appreciate if someone can spot anything odd or confirm this is indeed something to fix.

Many thanks!

Burke

Attachments (2)

test-suite.log (5.7 KB ) - added by burkeker 9 years ago.
See tests/unit/test-suite.log
configure.txt (13.5 KB ) - added by burkeker 9 years ago.
configure options

Download all attachments as: .zip

Change History (7)

by burkeker, 9 years ago

Attachment: test-suite.log added

See tests/unit/test-suite.log

by burkeker, 9 years ago

Attachment: configure.txt added

configure options

comment:1 by mloskot, 9 years ago

Summary: make check failed at geos_unitgeos::geom::CoordinateArraySequenceFactory test fails on OSX

comment:2 by mloskot, 9 years ago

Owner: mloskot removed

From your log, I see that it's only particular GEOS unit test case failing:

143	geos::util::UniqueCoordinateArrayFilter: .
144	
145	---> group: geos::geom::CoordinateArraySequenceFactory, test: test<1>
146	     problem: assertion failed

It means, GEOS has been compiled and linked correctly.

I have no OSX to investigate it.

BTW, there is GEOS Framework available at http://www.kyngchaos.com/software:frameworks which is recognised and recommended by the community.

comment:3 by burkeker, 9 years ago

Thanks - it is indeed. But the framework from kyngchaos doens't have PHP geos.so module included which it's the reason I turn to build by myself.

comment:4 by kyngchaos, 9 years ago

Resolution: duplicate
Status: newclosed

duplicate of #299

comment:5 by strk, 8 years ago

Milestone: 3.4.33.6.1

Ticket retargeted after milestone deleted

Note: See TracTickets for help on using tickets.