[PostGIS] #5971: Error building from tar ball if building --without-topology and --without-raster (was: Error building from tar ball)
PostGIS
trac at osgeo.org
Thu Aug 21 15:20:07 PDT 2025
#5971: Error building from tar ball if building --without-topology and --without-
raster
-----------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.6.0
Component: tiger geocoder | Version: master
Resolution: | Keywords:
-----------------------------+---------------------------
Changes (by robe):
* summary: Error building from tar ball =>
Error building from tar ball if building --without-topology and
--without-raster
Old description:
> MobilityDb folks after fix #5969 that they aren't getting that error
> anymore, but still getting
>
> {{{
> ---- Making all in liblwgeom
> make[1]: Entering directory
> '/home/esteban/src/postgis-3.6.0rc1/liblwgeom'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/liblwgeom'
> ---- Making all in deps
> make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/deps'
> make -C wagyu libwagyu.la
> make -C ryu libryu.la
> make -C flatgeobuf libflatgeobuf.la
> make[2]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/deps/ryu'
> make[2]: 'libryu.la' is up to date.
> make[2]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/deps/ryu'
> make[2]: Entering directory
> '/home/esteban/src/postgis-3.6.0rc1/deps/flatgeobuf'
> make[2]: 'libflatgeobuf.la' is up to date.
> make[2]: Leaving directory
> '/home/esteban/src/postgis-3.6.0rc1/deps/flatgeobuf'
> make[2]: Entering directory
> '/home/esteban/src/postgis-3.6.0rc1/deps/wagyu'
> make[2]: 'libwagyu.la' is up to date.
> make[2]: Leaving directory
> '/home/esteban/src/postgis-3.6.0rc1/deps/wagyu'
> make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/deps'
> ---- Making all in libpgcommon
> make[1]: Entering directory
> '/home/esteban/src/postgis-3.6.0rc1/libpgcommon'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory
> '/home/esteban/src/postgis-3.6.0rc1/libpgcommon'
> ---- Making all in postgis
> make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/postgis'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/postgis'
> ---- Making all in regress
> make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/regress'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/regress'
> ---- Making all in doc
> make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/doc'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/doc'
> ---- Making all in loader
> make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/loader'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/loader'
> ---- Making all in utils
> make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/utils'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/utils'
> ---- Making all in extensions
> make[1]: Entering directory
> '/home/esteban/src/postgis-3.6.0rc1/extensions'
> for DIR in postgis postgis_tiger_geocoder; do \
> echo "---- Making all in ${DIR}"; \
> make -C "${DIR}" all || exit 1; \
> done
> ---- Making all in postgis
> make[2]: Entering directory
> '/home/esteban/src/postgis-3.6.0rc1/extensions/postgis'
> make[2]: Nothing to be done for 'all'.
> make[2]: Leaving directory
> '/home/esteban/src/postgis-3.6.0rc1/extensions/postgis'
> ---- Making all in postgis_tiger_geocoder
> make[2]: Entering directory
> '/home/esteban/src/postgis-3.6.0rc1/extensions/postgis_tiger_geocoder'
> mkdir -p expected
> make[2]: *** No rule to make target
> '../../extras/tiger_geocoder/utility/utmzone.sql', needed by
> 'sql/tiger_geocoder.sql.in'. Stop.
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory
> '/home/esteban/src/postgis-3.6.0rc1/extensions/postgis_tiger_geocoder'
> make[1]: *** [Makefile:36: all] Error 1
> make[1]: Leaving directory
> '/home/esteban/src/postgis-3.6.0rc1/extensions'
> make: *** [GNUmakefile:36: all] Error 1
> esteban at P-ULB-PF59GXL3:~/src/postgis-3.6.0rc1$
>
> }}}
>
> I have to investigate what the issue is here. I think someone else was
> complaining about a sequencing issue so might be about that.
New description:
MobilityDb folks after fix #5969 that they aren't getting that error
anymore, but still getting
I still need to try to replicate with tarball. I couldn't running from
git.
{{{
---- Making all in liblwgeom
make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/liblwgeom'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/liblwgeom'
---- Making all in deps
make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/deps'
make -C wagyu libwagyu.la
make -C ryu libryu.la
make -C flatgeobuf libflatgeobuf.la
make[2]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/deps/ryu'
make[2]: 'libryu.la' is up to date.
make[2]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/deps/ryu'
make[2]: Entering directory
'/home/esteban/src/postgis-3.6.0rc1/deps/flatgeobuf'
make[2]: 'libflatgeobuf.la' is up to date.
make[2]: Leaving directory
'/home/esteban/src/postgis-3.6.0rc1/deps/flatgeobuf'
make[2]: Entering directory
'/home/esteban/src/postgis-3.6.0rc1/deps/wagyu'
make[2]: 'libwagyu.la' is up to date.
make[2]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/deps/wagyu'
make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/deps'
---- Making all in libpgcommon
make[1]: Entering directory
'/home/esteban/src/postgis-3.6.0rc1/libpgcommon'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory
'/home/esteban/src/postgis-3.6.0rc1/libpgcommon'
---- Making all in postgis
make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/postgis'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/postgis'
---- Making all in regress
make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/regress'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/regress'
---- Making all in doc
make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/doc'
---- Making all in loader
make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/loader'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/loader'
---- Making all in utils
make[1]: Entering directory '/home/esteban/src/postgis-3.6.0rc1/utils'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/utils'
---- Making all in extensions
make[1]: Entering directory
'/home/esteban/src/postgis-3.6.0rc1/extensions'
for DIR in postgis postgis_tiger_geocoder; do \
echo "---- Making all in ${DIR}"; \
make -C "${DIR}" all || exit 1; \
done
---- Making all in postgis
make[2]: Entering directory
'/home/esteban/src/postgis-3.6.0rc1/extensions/postgis'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory
'/home/esteban/src/postgis-3.6.0rc1/extensions/postgis'
---- Making all in postgis_tiger_geocoder
make[2]: Entering directory
'/home/esteban/src/postgis-3.6.0rc1/extensions/postgis_tiger_geocoder'
mkdir -p expected
make[2]: *** No rule to make target
'../../extras/tiger_geocoder/utility/utmzone.sql', needed by
'sql/tiger_geocoder.sql.in'. Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
'/home/esteban/src/postgis-3.6.0rc1/extensions/postgis_tiger_geocoder'
make[1]: *** [Makefile:36: all] Error 1
make[1]: Leaving directory '/home/esteban/src/postgis-3.6.0rc1/extensions'
make: *** [GNUmakefile:36: all] Error 1
esteban at P-ULB-PF59GXL3:~/src/postgis-3.6.0rc1$
}}}
I have to investigate what the issue is here. I think someone else was
complaining about a sequencing issue so might be about that.
--
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5971#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-tickets
mailing list