[PostGIS] #5764: PostGIS make install fails when building against meson-built PostgreSQL
PostGIS
trac at osgeo.org
Wed Jul 24 06:44:53 PDT 2024
#5764: PostGIS make install fails when building against meson-built PostgreSQL
----------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.5.0
Component: install | Version: master
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
I'm wondering if this is a pathing issue.
One thing I noticed comparing debbie's postgresql autoconf build verses
the postgresql meson built is that:
the autoconf build seems to use ../build-aux/install-sh
Where as the meson build uses
var/lib/jenkins/workspace/pg/rel/pg17w64/lib/x86_64-linux-
gnu/postgresql/pgxs/src/makefiles/../../config/install-sh
So the final make install for meson built fails cause it doesn't have pgxs
any more trying to go by ../../config/install-sh which probably doesn't
exist.
So I'm thinking this might work if doing an out of tree build. I'm dong
in tree for both. Perhaps that is why packagers aren't complaining that
they are doing all out of tree builds.
Will test out of tree next.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5764#comment:5>
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