Opened 5 years ago

Closed 5 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

Change History (5)

comment:1 by robe, 5 years ago

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.

comment:2 by robe, 5 years ago

In 17118:

Fix so custom —projdir configure switch works again.
References #4279 for PostGIS 3.0

Last edited 5 years ago by robe (previous) (diff)

comment:3 by robe, 5 years ago

In 17119:

Fix so custom —with-projdir= configure switch works again.
References #4279 for PostGIS 2.5

comment:4 by robe, 5 years ago

In 17120:

Fix so custom —with-projdir= configure switch works again.
References #4279 for PostGIS 2.4

comment:5 by robe, 5 years ago

Resolution: fixed
Status: newclosed

In 17121:

Fix so custom —with-projdir= configure switch works again.
Closes #4279 for PostGIS 2.3

Note: See TracTickets for help on using tickets.