[PostGIS] #5964: debbie can't build PG19 with meson

PostGIS trac at osgeo.org
Fri Aug 15 22:08:21 PDT 2025


#5964: debbie can't build PG19 with meson
---------------------------+--------------------------------------
  Reporter:  robe          |      Owner:  robe
      Type:  defect        |     Status:  closed
  Priority:  medium        |  Milestone:  Website Management, Bots
 Component:  QA/buildbots  |    Version:  master
Resolution:  fixed         |   Keywords:
---------------------------+--------------------------------------
Changes (by robe):

 * resolution:   => fixed
 * status:  new => closed

Comment:

 I changed to install meson from pip instead of apt install meson.

 This seems to be working as it got past that spot and looks to be
 compiling.

 So to install did this:


 {{{
 su jenkins
 pip3 install --user meson #gets installed in /var/lib/jenkins/.local/bin
 }}}

 Then as part of the postgresql build script I have at top.


 {{{
 export PATH=${PATH}:/var/lib/jenkins/.local/bin
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5964#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