[postgis-tickets] [PostGIS] #3506: build variable not defined ?
PostGIS
trac at osgeo.org
Sat Mar 19 17:28:38 PDT 2016
#3506: build variable not defined ?
------------------------+-----------------------------
Reporter: darkblueb | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.2
Component: postgis | Version: 2.2.x
Resolution: | Keywords: autotools, make
------------------------+-----------------------------
Comment (by robe):
I notice you have
{{{
/bin/sh: 1: I../libpgcommon: not found
}}}
That looks pretty suspicious. So it seem slike you libpgcommon include
might be missing.
I would expect Ubuntu build log to look pretty much like debbie's debian
build which for 2.2. looks like this for building libpgcommon:
{{{
---- Making all in libpgcommon
make[1]: Entering directory
'/var/lib/jenkins/workspace/postgis/branches/2.2/libpgcommon'
gcc -g -O2 -I../liblwgeom
-I/var/lib/jenkins/workspace/pg/rel/pg9.4w64/include/postgresql/server
-fPIC -DPIC -Wall -Wmissing-prototypes -c -o gserialized_gist.o
gserialized_gist.c
gcc -g -O2 -I../liblwgeom
-I/var/lib/jenkins/workspace/pg/rel/pg9.4w64/include/postgresql/server
-fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_transform.o
lwgeom_transform.c
gcc -g -O2 -I../liblwgeom
-I/var/lib/jenkins/workspace/pg/rel/pg9.4w64/include/postgresql/server
-fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_cache.o
lwgeom_cache.c
gcc -g -O2 -I../liblwgeom
-I/var/lib/jenkins/workspace/pg/rel/pg9.4w64/include/postgresql/server
-fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_pg.o lwgeom_pg.c
ar rs libpgcommon.a gserialized_gist.o lwgeom_transform.o lwgeom_cache.o
lwgeom_pg.o
ar: creating libpgcommon.a
make[1]: Leaving directory
'/var/lib/jenkins/workspace/postgis/branches/2.2/libpgcommon'
}}}
http://debbie.postgis.net:8080/job/PostGIS_Regress/3473/consoleFull
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3506#comment:1>
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-tickets
mailing list