[postgis-tickets] [PostGIS] #4885: macOS build fails: proj not found
PostGIS
trac at osgeo.org
Tue Mar 16 02:34:50 PDT 2021
#4885: macOS build fails: proj not found
------------------------+---------------------------
Reporter: rjhb | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.1.2
Component: postgis | Version: 3.1.x
Keywords: macOS proj |
------------------------+---------------------------
with proj 8.0.0, the postgis build process on macOS doesn't find it
although the configure option --with-projdir was used. config.log reveals
that the proj shared library is expected to define _pj_get_release, which
it doesn't:
{{{
% nm /opt/bb/210311/lib/libproj.dylib | grep release
0000000000207220 T __Z14pj_get_releasev
0000000000207da0 t __Z15pj_release_lockv
U __ZNSt3__119__shared_weak_count14__release_weakEv
U ___cxa_guard_release
0000000000284e30 S _pj_release
}}}
Earlier proj versions did so:
{{{
% nm /opt/bb/201106/lib/libproj.dylib | grep release
U __ZNSt3__119__shared_weak_count14__release_weakEv
U ___cxa_guard_release
00000000001f4850 T _pj_get_release
0000000000272ae0 S _pj_release
00000000001f8710 T _pj_release_lock
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4885>
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