Opened 6 years ago

Closed 6 years ago

#938 closed defect (fixed)

CMake builds on winnie failing

Reported by: robe Owned by: robe
Priority: blocker Milestone: 3.8.0
Component: Default Version: main
Severity: Unassigned Keywords:
Cc:

Description

Builds of master seem to be failing as of Oct 19th.

Latest getting this error:

Assembler messages:
Fatal error: can't create CMakeFiles/geos-static.dir/operation/overlay/PolygonBuilder.cpp.obj: No such file or directory
src/CMakeFiles/geos-static.dir/build.make:5438: recipe for target 'src/CMakeFiles/geos-static.dir/operation/overlay/PolygonBuilder.cpp.obj' failed
make[2]: *** [src/CMakeFiles/geos-static.dir/operation/overlay/PolygonBuilder.cpp.obj] Error 1
CMakeFiles/Makefile2:238: recipe for target 'src/CMakeFiles/geos-static.dir/all' failed
make[1]: *** [src/CMakeFiles/geos-static.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
make: *** No rule to make target 'check'.  Stop.
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'check'.  Stop.

Last successful was: Commit e2b85688c9e043a096a0161f59cb6fa9c142f868 (John.Harvey)

    'make check' passes with autoconf 2.63. (details)

Change History (2)

comment:1 by robe, 6 years ago

Owner: changed from geos-devel@… to robe

This might be a fluke as changes that came after look like harmless doco stuff.

Retesting now.

comment:2 by robe, 6 years ago

Resolution: fixed
Status: newclosed

retest worked fine, might be I have the same cmake builder folder used for all branches is issue. I'll have to check that and I also realize I don't have the winnie scripts in geos like I do for PostGIS ones (and the bessie ones).

I need to change that too, but I probably have another ticket for that.

Note: See TracTickets for help on using tickets.