[postgis-devel] [PostGIS] #1218: make fails rev7897 / wheezy

PostGIS trac at osgeo.org
Thu Sep 29 12:54:00 PDT 2011


#1218: make fails rev7897 / wheezy
-----------------------+----------------------------------------------------
 Reporter:  darkblueb  |       Owner:  strk         
     Type:  defect     |      Status:  assigned     
 Priority:  medium     |   Milestone:  PostGIS 2.0.0
Component:  postgis    |     Version:  trunk        
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by strk):

 Everytime you change something you should call 'make distclean' and run
 ./configure again, otherwise you may hit some caches.

 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621743 for the same
 bug reported on debian wheezy (for another package being built) In that
 bug is reported that setting SHELL in Makefile.in fixed another such case.
 I've committed this as r7921 and with r7922 I've fixed "make distclean"
 further.

 Please try with the updated version, if it still fails after a "make
 distclean" and a "./configure" please report:
  # env | grep SHELL
  # grep -A1 understands config.log
  # grep SHELL liblwgeom/Makefile
  # grep LIBTOOL liblwgeom/Makefile

 If it works, consider gettin back to "dash" shell and trying again,
 reportin the same informations when it fails.

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