[postgis-tickets] [PostGIS] #2877: Revise configure to build make scripts for address_standardizer extension

PostGIS trac at osgeo.org
Tue Oct 7 19:24:44 PDT 2014


#2877: Revise configure to build make scripts for address_standardizer extension
---------------------------------+------------------------------------------
 Reporter:  robe                 |       Owner:  robe         
     Type:  enhancement          |      Status:  new          
 Priority:  high                 |   Milestone:  PostGIS 2.2.0
Component:  pagc_address_parser  |     Version:  trunk        
 Keywords:                       |  
---------------------------------+------------------------------------------

Comment(by robe):

 I am almost done with this at r13044.
 The way it is set if it detects PCRE and no --without-address-
 standardizer, it will build the address-standardizer extension.

 It will also build if you pass in --with-pcre-dir=/path/to/pcre


 Just have to update the documentation and fix the perl Regexp requirement.
 I wasn't able to test the Perl RegexP requirement on my machine since I
 have that installed.


 But luckily Debbie doesn't and is screaming :).  She was fine before I
 installed pcre since it was correctly disabling the address_standardizer
 extension

 {{{
 apt-get libpcre3 libpcre3-dev

 }}}


 Now got to fix the


 {{{
 Can't locate Regexp/Assemble.pm in @INC (@INC contains: /etc/perl
 /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5
 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
 /usr/local/lib/site_perl .) at mk-city-regex.pl line 4.
 BEGIN failed--compilation aborted at mk-city-regex.pl line 4.
 make[2]: *** [mk-city-regex] Error 2
 make[2]: Leaving directory
 `/var/lib/jenkins/workspace/postgis/branches/2.2/extensions/address_standardizer'
 make[1]: *** [all] Error 1
 make[1]: Leaving directory
 `/var/lib/jenkins/workspace/postgis/branches/2.2/extensions'
 make: *** [all] Error 1
 }}}



 by disabling those compiles

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2877#comment:4>
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