Opened 11 years ago
Closed 11 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:1 by , 11 years ago
comment:2 by , 11 years ago
Owner: | changed from | to
---|
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 , 11 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 , 11 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:6 by , 11 years ago
Milestone: | PostGIS 2.1.2 → PostGIS 2.2.0 |
---|
comment:7 by , 11 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Looks like strk fixed travis with change in #2678 so closing this out.
failing: https://travis-ci.org/postgis/postgis/builds/16209047