Opened 6 years ago
Closed 6 years ago
#4279 closed defect (fixed)
Can't find proj
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.3.9 |
Component: | QA/buildbots | Version: | 2.3.x |
Keywords: | Cc: |
Description
I noticed winnies and bessies failing on 2,4, 2.5 and 3.0
with notice
On bessie
00:52:01 checking for shared library run path origin... /bin/sh: cannot open build-aux/config.rpath: No such file or directory 00:52:01 done 00:52:01 checking for CFPreferencesCopyAppValue... no 00:52:01 checking for CFLocaleCopyCurrent... no 00:52:01 checking for GNU gettext in libc... no 00:52:01 checking for iconv... yes 00:52:02 checking for working iconv... yes 00:52:02 checking for GNU gettext in libintl... no 00:52:02 checking whether to use NLS... no 00:52:02 checking for proj_api.h... no 00:52:02 configure: error: could not find proj_api.h - you may need to specify the directory of a PROJ.4 installation using --with-projdir 00:52:02 *** Error code 1 00:52:02
On winnie
Using user-specified proj directory: /projects/proj/rel-4.9.3w64gcc48 checking for proj_api.h... no configure: error: could not find proj_api.h - you may need to specify the directory of a PROJ.4 installation using --with-projdir
Seems to be a result of commit r17109 (for 2.5) and related commits for 3.0, 2.4 ( r17110 ), and 2.3
Note:
See TracTickets
for help on using tickets.
I should note the thing that both winnie and the bessies have in common is in the configure scripts for both I set the —with-projdir configure switch. I think the other bots use their default proj install location.
So I suspect this switch might be broken.