[postgis-devel] [PostGIS] #1218: make fails rev7897 / wheezy

PostGIS trac at osgeo.org
Tue Sep 27 10:38:30 PDT 2011


#1218: make fails rev7897 / wheezy
-----------------------+----------------------------------------------------
 Reporter:  darkblueb  |       Owner:  pramsey      
     Type:  defect     |      Status:  new          
 Priority:  medium     |   Milestone:  PostGIS 2.0.0
Component:  postgis    |     Version:  trunk        
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by darkblueb):

 here is the output of   make > make.log 2>&1
 ---
 {{{

 for s in liblwgeom libpgcommon regress postgis loader utils raster
 topology; do \
                 echo "---- Making all in ${s}"; \
                 make -C ${s} all || exit 1; \
         done;
 ---- Making all in liblwgeom
 make[1]: Entering directory
 `/home/shared/srcs_wheezy/postgis_trunk/liblwgeom'
 /bin/sh ../libtool --mode=compile gcc -g -O2  -fPIC -DPIC  -Wall
 -Wmissing-prototypes -I/usr/local/include -DPOSTGIS_GEOS_VERSION=34
 -DPOSTGIS_PROJ_VERSION=47 -c -o stringbuffer.lo stringbuffer.c
 ../libtool: 1: eval: base_compile+= gcc: not found
 ../libtool: 1: eval: base_compile+= -g: not found
 ../libtool: 1: eval: base_compile+= -O2: not found
 ../libtool: 1: eval: base_compile+= -fPIC: not found
 ../libtool: 1: eval: base_compile+= -DPIC: not found
 ../libtool: 1: eval: base_compile+= -Wall: not found
 ../libtool: 1: eval: base_compile+= -Wmissing-prototypes: not found
 ../libtool: 1: eval: base_compile+= -I/usr/local/include: not found
 ../libtool: 1: eval: base_compile+= -DPOSTGIS_GEOS_VERSION=34: not found
 ../libtool: 1: eval: base_compile+= -DPOSTGIS_PROJ_VERSION=47: not found
 ../libtool: 1: eval: base_compile+= -c: not found
 ../libtool: 1: eval: CC_quoted+= gcc: not found
 ../libtool: 1: eval: CC_quoted+= g++: not found
 libtool: compile: you must specify a compilation command
 libtool: compile: Try `libtool --help --mode=compile' for more
 information.
 make[1]: *** [stringbuffer.lo] Error 1
 make[1]: Leaving directory
 `/home/shared/srcs_wheezy/postgis_trunk/liblwgeom'
 make: *** [all] Error 1

 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1218#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list