Ticket #248 (closed defect: invalid)

Opened 4 years ago

Last modified 4 years ago

build error on trunk

Reported by: tomkralidis Owned by: pramsey
Priority: major Milestone: 3.1.1
Component: Build/Install Version: svn-trunk
Severity: Unassigned Keywords:
Cc:

Description

Hi: when building svn trunk on fc10 (./autogen.sh && ./configure --enable-python && make), the following error occurs:

make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/locate'
make[3]: Leaving directory `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/locate'
Making all in distance
make[3]: Entering directory `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/distance'
Makefile:298: .deps/DistanceToPoint.Plo: No such file or directory
make[3]: *** No rule to make target `.deps/DistanceToPoint.Plo'.  Stop.
make[3]: Leaving directory `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm/distance'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tkralidi/foss4g/geos/trunk/geos/source/algorithm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tkralidi/foss4g/geos/trunk/geos/source'
make: *** [all-recursive] Error 1

Not sure if this is related to r2373 or not.

Change History

Changed 4 years ago by tomkralidis

  • status changed from new to closed
  • resolution set to invalid

Did a fresh svn co and things worked. Probably privs. Sorry for the noise.

Note: See TracTickets for help on using tickets.