Opened 10 years ago

Closed 10 years ago

#2594 closed defect (duplicate)

travis failing with undefined palloc

Reported by: robe Owned by: Bborie Park
Priority: medium Milestone: PostGIS 2.2.0
Component: QA/buildbots Version: 2.1.x
Keywords: Cc:

Description

This error looks a little odd:

psql:/home/travis/build/postgis/postgis/regress/00-regress-install/share/contrib/postgis/postgis.sql:86: ERROR:  could not load library "/home/travis/build/postgis/postgis/regress/00-regress-install/lib/postgis-2.2.so": /home/travis/build/postgis/postgis/regress/00-regress-install/lib/postgis-2.2.so: undefined symbol: palloc0

where did this palloc0 thing coming from and why is travis the only one having issues? Same error in 2.2 (trunk)

Change History (7)

comment:2 by robe, 10 years ago

Owner: changed from robe to Bborie Park

Bborie said he'll try to test tonight.

The 2.1 error is

psql:/home/travis/build/postgis/postgis/regress/00-regress-install/share/contrib/postgis/postgis.sql:86: ERROR:  could not load library "/home/travis/build/postgis/postgis/regress/00-regress-install/lib/postgis-2.1.so": /home/travis/build/postgis/postgis/regress/00-regress-install/lib/postgis-2.1.so: undefined symbol: palloc0

comment:3 by Bborie Park, 10 years ago

I don't have any problems with -trunk and pull #17. I haven't tested 2.1 as this patch will never be applied to 2.1

comment:4 by robe, 10 years ago

Since 2.1 is failing as well with same error, I don't think it has anything to do with Nathan's patch. Before that were a sequence of stopped builds — e.g. https://travis-ci.org/postgis/postgis/builds/15493162 which seems like issues with ubuntugis unstable.

So I suspect might be an issue upstream. Reminds me I should get back with Getty to use his scripts that build custom geos/gdal and maybe just pull postgresql from apt.postgresql.org.

comment:5 by robe, 10 years ago

update: Getty is looking at the issue. He has some ideas of fixing.

comment:6 by robe, 10 years ago

Milestone: PostGIS 2.1.2PostGIS 2.2.0

comment:7 by robe, 10 years ago

Resolution: duplicate
Status: newclosed

Looks like strk fixed travis with change in #2678 so closing this out.

Note: See TracTickets for help on using tickets.