[postgis-tickets] [PostGIS] #4474: bessie32 failing

PostGIS trac at osgeo.org
Sat Sep 28 15:32:32 PDT 2019


#4474: bessie32 failing
------------------------+----------------------------
  Reporter:  robe       |      Owner:  robe
      Type:  defect     |     Status:  new
  Priority:  blocker    |  Milestone:  Management 2.0
 Component:  buildbots  |    Version:  2.5.x
Resolution:             |   Keywords:
------------------------+----------------------------

Comment (by robe):

 Getting back to your idea about the 2 different compilers being
 incompatible, I noticed this and wagyu is new in 3.0, which would explain
 why it might not be an issue in 2.5

 {{{
  -------------- Compiler Info -------------
 18:17:03   C compiler:           gcc -std=gnu99 -g -O2 -fno-math-errno
 -fno-signed-zeros
 18:17:03   C++ compiler (Wagyu): gcc8 -std=c++11 -x c++
 18:17:03   CPPFLAGS:              -I/usr/local/include
 -I/usr/local/include  -I/usr/local/include  -I/usr/local/include/libxml2
 -I/usr/include -I/usr/local/include -I/usr/local/include/json-c
 -I/usr/local/include
 18:17:03   SQL preprocessor:     /usr/bin/cpp -traditional-cpp -w -P
 18:17:03
 }}}


 On FreeBSD 12 64 bit which doesn't have the issue, it has this:

 {{{
 10:14:07   C compiler:           cc -std=gnu99 -g -O2 -fno-math-errno
 -fno-signed-zeros
 10:14:07   C++ compiler (Wagyu): cc -std=c++11 -x c++
 }}}


 so looks like the 32-bit is using a different compiler for wagyu for some
 reason.

 At anyrate I'm testing now turning off wagyu to see if it solves the
 issue.

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