[postgis-tickets] [PostGIS] #4752: PostGIS 3.0.2 build error on ppc64le

PostGIS trac at osgeo.org
Fri Sep 11 05:57:14 PDT 2020


#4752: PostGIS 3.0.2 build error on ppc64le
---------------------------+---------------------------
  Reporter:  devrimgunduz  |      Owner:  pramsey
      Type:  defect        |     Status:  new
  Priority:  medium        |  Milestone:  PostGIS 3.0.3
 Component:  postgis       |    Version:  3.0.x
Resolution:                |   Keywords:
---------------------------+---------------------------

Comment (by Algunenano):

 There is 2 things I see from those logs:
 - Lots of warnings coming from the stdlib (/opt/at10.0/include/). The path
 doesn't look standard to me, but every distribution and installation is
 different so there isn't much I can say about it.
 - cpp having issues generating the .sql files (postgis.sql) for example.
 The full command executed to generate postgis.sql from postgis/postgis is:

 {{{
 /usr/bin/cpp -traditional-cpp -w -P -I../libpgcommon postgis.sql.in | grep
 -v '^#' | \
 /usr/bin/perl -lpe
 "s'MODULE_PATHNAME'\$libdir/postgis-3'g;s'@extschema@\.''g" > postgis.sql
 }}}

 Can you check manually (`make postgis.sql` in the postgis/ directory) to
 see what command is being executed in that machine?

 I think there isn't anything in that cpp call that depends on the
 architecture. Is there a chance that the issue is in the machine setup and
 not in the project code itself?

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4752#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