Ticket #1079 (closed defect: worksforme)

Opened 2 years ago

Last modified 8 weeks ago

[raster] Compilation fails with `make -jX`

Reported by: martinl Owned by: pracine
Priority: low Milestone: PostGIS Future
Component: raster Version: trunk
Keywords: compilation Cc:

Description

PostGIS configured with

--with-raster --with-topology

and compiled by

make -j3

Compilation fails with

gcc -g -O2 -g -O2 -Wall -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -fpic -shared -o rtpostgis-2.0.so rt_pg.o -L/usr/lib -Wl,--as-needed  -Wl,--as-needed  -L/usr/local/lib  -lgeos_c -lproj -lxml2 ../rt_core/librtcore.a /usr/local/src/postgis_trunk/liblwgeom/liblwgeom.a -L/usr/local/lib -lgdal 
gcc: error: ../rt_core/librtcore.a: No such file or directory
make[2]: *** [rtpostgis-2.0.so] Error 1
make[2]: Leaving directory `/usr/local/src/postgis_trunk/raster/rt_pg'

Change History

Changed 2 years ago by martinl

  • version changed from 1.5.X to trunk

Changed 2 years ago by strk

PostGIS Makefiles are pretty messy. You'll have worst problems than this one (deps not correctly tracked). Anyway, any improvement patch is welcome.

Changed 22 months ago by pracine

  • summary changed from compilation fails with `make -jX` to [raster] Compilation fails with `make -jX`

Changed 17 months ago by dustymugs

  • priority changed from medium to low
  • milestone changed from PostGIS 2.0.0 to PostGIS Raster Future

Lowered priority and moved from 2.0 to Future as this is a nice feature to have though I can't complain about the compile time of PostGIS with raster and topology.

Changed 15 months ago by pracine

  • milestone changed from PostGIS Raster Future to PostGIS Future

Changed 3 months ago by mloskot

FYI, r11115 build for me on Ubuntu 12.04 with stock GCC and make.

Changed 3 months ago by mloskot

...and make -j3

(premature submit)

Changed 8 weeks ago by dustymugs

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

Same here. No errors with make -j3 on r11228.

Note: See TracTickets for help on using tickets.