[postgis-devel] [PostGIS] #1644: Cannot build on Debian Wheezy

PostGIS trac at osgeo.org
Tue Mar 6 08:43:31 PST 2012


#1644: Cannot build on Debian Wheezy
-----------------------------------------+----------------------------------
 Reporter:  darkblueb                    |       Owner:  pramsey      
     Type:  defect                       |      Status:  new          
 Priority:  medium                       |   Milestone:  PostGIS 2.0.0
Component:  postgis                      |     Version:  trunk        
 Keywords:  build make loader shp2pgsql  |  
-----------------------------------------+----------------------------------

Comment(by strk):

 Alright, I confirm it is the parser file being regenerated.
 Newly cloned tree, ./autogen.sh && ./configure && make && svn status:
 {{{
 ../liblwgeom/.libs/liblwgeom.so: undefined reference to `wkt_yylex'
 ../liblwgeom/.libs/liblwgeom.so: undefined reference to `wkt_lexer_init'
 ../liblwgeom/.libs/liblwgeom.so: undefined reference to `wkt_lexer_close'
 collect2: ld returned 1 exit status
 make[1]: *** [shp2pgsql] Error 1
 make: *** [all] Error 1
 dbb at wheezy-vm:~/strk/src/postgis/trunk$ svn status
 ?       ERR
 M       liblwgeom/lwin_wkt_lex.c
 }}}

 After an "svn revert -R ." and a second "make":

 {{{
 make[1]: Leaving directory `/home/dbb/strk/src/postgis/trunk/utils'
 PostGIS was built successfully. Ready to install.
 }}}

 Also "make check" works fine.

 This bug focus should be on finding _why_ the parser files get rewritten.
 And _when_ !!

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1644#comment:5>
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-devel mailing list