Changes between Initial Version and Version 1 of Ticket #3506, comment 11


Ignore:
Timestamp:
Dec 24, 2016, 7:56:24 PM (8 years ago)
Author:
darkblueb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3506, comment 11

    initial v1  
    1 does this (reproducible) issue have to do with the 'dev' suffix here?
     1make -- correct output e.g.
    22{{{
    3 Version.config:POSTGIS_MAJOR_VERSION=2
    4 Version.config:POSTGIS_MINOR_VERSION=2
    5 Version.config:POSTGIS_MICRO_VERSION=5dev
    6 Version.config:# when changing POSTGIS_MINOR_VERSION
     3...
     4gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.5/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o geometry_inout.o geometry_inout.c
     5gcc -I../liblwgeom  -fpic -shared -o postgis-2.3.so postgis_module.o lwgeom_accum.o lwgeom_spheroid.o lwgeom_ogc.o lwgeom_functions_analytic.o lwgeom_inout.o lwgeom_functions_basic.o lwgeom_btree.o lwgeom_box.o lwgeom_box3d.o lwgeom_geos.o lwgeom_backend_api.o lwgeom_geos_prepared.o lwgeom_geos_clean.o lwgeom_geos_relatematch.o lwgeom_export.o lwgeom_in_gml.o lwgeom_in_kml.o lwgeom_in_geohash.o lwgeom_in_geojson.o lwgeom_in_encoded_polyline.o lwgeom_triggers.o lwgeom_dump.o lwgeom_dumppoints.o lwgeom_functions_lrs.o lwgeom_functions_temporal.o long_xact.o lwgeom_sqlmm.o lwgeom_rtree.o lwgeom_transform.o lwgeom_window.o gserialized_typmod.o gserialized_gist_2d.o gserialized_gist_nd.o brin_2d.o brin_nd.o brin_common.o gserialized_estimate.o geography_inout.o geography_btree.o geography_measurement.o geography_measurement_trees.o geometry_inout.o -L/usr/lib/i386-linux-gnu -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -L/usr/lib/mit-krb5 -L/usr/lib/i386-linux-gnu/mit-krb5  -Wl,--as-needed  ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a  -L/usr/local/lib  -lgeos_c -lproj  -ljson-c -lxml2   -Wl,--exclude-libs,ALL
     6/usr/bin/cpp -traditional-cpp -w -P -I../libpgcommon postgis.sql.in | grep -v '^#' | \
     7/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.3'g;s'@extschema@\.''g" > postgis.sql
     8/usr/bin/cpp -traditional-cpp -w -P -I../libpgcommon postgis.sql.in | grep -v '^#' | \
     9/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.3'g" > postgis_for_extension.sql
     10/usr/bin/perl ../utils/create_undef.pl postgis.sql 95 > uninstall_postgis.sql
     11/usr/bin/perl ../utils/postgis_proc_upgrade.pl postgis.sql UNUSED > postgis_upgrade.sql.in
     12echo "BEGIN;" > postgis_upgrade.sql
     13cat postgis_drop_before.sql postgis_upgrade.sql.in postgis_drop_after.sql >> postgis_upgrade.sql
     14...
    715}}}
     16
     17make -- incomplete output
     18{{{
     19...
     20gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o gserialized_typmod.o gserialized_typmod.c
     21gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o gserialized_gist_2d.o gserialized_gist_2d.c
     22gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o gserialized_gist_nd.o gserialized_gist_nd.c
     23gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o gserialized_estimate.o gserialized_estimate.c
     24gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o geography_inout.o geography_inout.c
     25gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o geography_btree.o geography_btree.c
     26gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o geography_measurement.o geography_measurement.c
     27gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o geography_measurement_trees.o geography_measurement_trees.c
     28gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o geometry_inout.o geometry_inout.c
     29gcc -I../liblwgeom  -fpic -shared -o postgis-2.2.so postgis_module.o lwgeom_accum.o lwgeom_spheroid.o lwgeom_ogc.o lwgeom_functions_analytic.o lwgeom_inout.o lwgeom_functions_basic.o lwgeom_btree.o lwgeom_box.o lwgeom_box3d.o lwgeom_geos.o lwgeom_backend_api.o lwgeom_geos_prepared.o lwgeom_geos_clean.o lwgeom_geos_relatematch.o lwgeom_export.o lwgeom_in_gml.o lwgeom_in_kml.o lwgeom_in_geohash.o lwgeom_in_geojson.o lwgeom_in_encoded_polyline.o lwgeom_triggers.o lwgeom_dump.o lwgeom_dumppoints.o lwgeom_functions_lrs.o lwgeom_functions_temporal.o long_xact.o lwgeom_sqlmm.o lwgeom_rtree.o lwgeom_transform.o gserialized_typmod.o gserialized_gist_2d.o gserialized_gist_nd.o gserialized_estimate.o geography_inout.o geography_btree.o geography_measurement.o geography_measurement_trees.o geometry_inout.o -L/usr/lib/x86_64-linux-gnu -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -L/usr/lib/mit-krb5 -L/usr/lib/x86_64-linux-gnu/mit-krb5  -Wl,--as-needed  ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a  -L/usr/local/lib  -lgeos_c -lproj  -ljson-c -lxml2   -Wl,--exclude-libs,ALL
     30I../libpgcommon postgis.sql.in | grep -v '^#' | \
     31/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > postgis.sql
     32/usr/bin/perl ../utils/create_undef.pl postgis.sql 96 > uninstall_postgis.sql
     33/usr/bin/perl ../utils/postgis_proc_upgrade.pl postgis.sql UNUSED > postgis_upgrade.sql.in
     34echo "BEGIN;" > postgis_upgrade.sql
     35cat postgis_drop_before.sql postgis_upgrade.sql.in postgis_drop_after.sql >> postgis_upgrade.sql
     36echo "COMMIT;" >> postgis_upgrade.sql
     37/usr/bin/perl ../utils/postgis_proc_set_search_path.pl postgis.sql UNUSED > postgis_proc_set_search_path.sql
     38I../libpgcommon legacy.sql.in | grep -v '^#' | \
     39/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > legacy.sql
     40/usr/bin/perl ../utils/create_undef.pl legacy.sql 96 > uninstall_legacy.sql
     41I../libpgcommon legacy_minimal.sql.in | grep -v '^#' | \
     42/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > legacy_minimal.sql
     43I../libpgcommon legacy_gist.sql.in | grep -v '^#' | \
     44/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > legacy_gist.sql
     45...
     46}}}