[gdal-dev] GDAL/OGR 1.7.2 Release Candidate

Ari Jolma ari.jolma at gmail.com
Wed Apr 21 09:00:25 EDT 2010


Frank Warmerdam wrote:
> Folks,
>
> Today I updated the news file and prepared a 1.7.2 release candidate.  
> The
> NEWS is available at:
>
>   http://svn.osgeo.org/gdal/branches/1.7/gdal/NEWS
>
> The source files are at:
>
>   http://download.osgeo.org/gdal/gdal-1.7.2RC1.tar.gz
>   http://download.osgeo.org/gdal/gdal172RC1.zip
>
> I regenerated configure with a newer version of autoconf so please 
> keep an
> eye on possible negative effects that might have had.   Testing is 
> encouraged.
> I'll call for a vote to promote it to official release tomorrow I hope.

On a RHEL x86_64 make dies very fast (after vanilla configure):

/home/ajolma/gdal-1.7.2/libtool: line 152: CDPATH: command not found
libtool: Version mismatch error.  This is libtool 2.1a, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.1a
libtool: and run autoconf again.

then...
sh autogen.sh
./configure
make

no problems

I'm no autotools guru, so can't immediately say what's the problem.

Same problem on a ubuntu i686, except that the sh autogen.sh does not 
fix the problem but reports issues (see below)

Ari

>
> Best regards,


ajolma at ubu:~/gdal-1.7.2$ sh autogen.sh
+ aclocal -I ./m4
configure.in:56: warning: 
AC_CACHE_VAL(_LT_TAGVAR(lt_prog_compiler_pic_works, ), ...): suspicious 
cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from...
m4/libtool.m4:1261: _LT_COMPILER_OPTION is expanded from...
m4/libtool.m4:3377: _LT_COMPILER_PIC is expanded from...
m4/libtool.m4:5077: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:122: _LT_SETUP is expanded from...
m4/libtool.m4:56: LT_INIT is expanded from...
m4/libtool.m4:86: AC_PROG_LIBTOOL is expanded from...
configure.in:56: the top level
configure.in:56: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, 
...): suspicious cache-id, must contain _cv_ to be cached
m4/libtool.m4:1313: _LT_LINKER_OPTION is expanded from...
configure.in:56: warning: 
AC_CACHE_VAL(_LT_TAGVAR(lt_prog_compiler_pic_works, CXX), ...): 
suspicious cache-id, must contain _cv_ to be cached
m4/libtool.m4:5184: _LT_LANG_CXX_CONFIG is expanded from...
m4/libtool.m4:771: _LT_LANG is expanded from...
m4/libtool.m4:754: LT_LANG is expanded from...
m4/libtool.m4:782: _LT_LANG_DEFAULT_CONFIG is expanded from...
configure.in:56: warning: 
AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious 
cache-id, must contain _cv_ to be cached
+ autoconf
configure.in:56: warning: 
AC_CACHE_VAL(_LT_TAGVAR(lt_prog_compiler_pic_works, ), ...): suspicious 
cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from...
m4/libtool.m4:1261: _LT_COMPILER_OPTION is expanded from...
m4/libtool.m4:3377: _LT_COMPILER_PIC is expanded from...
m4/libtool.m4:5077: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:122: _LT_SETUP is expanded from...
m4/libtool.m4:56: LT_INIT is expanded from...
m4/libtool.m4:86: AC_PROG_LIBTOOL is expanded from...
configure.in:56: the top level
configure.in:56: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, 
...): suspicious cache-id, must contain _cv_ to be cached
m4/libtool.m4:1313: _LT_LINKER_OPTION is expanded from...
configure.in:56: warning: 
AC_CACHE_VAL(_LT_TAGVAR(lt_prog_compiler_pic_works, CXX), ...): 
suspicious cache-id, must contain _cv_ to be cached
m4/libtool.m4:5184: _LT_LANG_CXX_CONFIG is expanded from...
m4/libtool.m4:771: _LT_LANG is expanded from...
m4/libtool.m4:754: LT_LANG is expanded from...
m4/libtool.m4:782: _LT_LANG_DEFAULT_CONFIG is expanded from...
configure.in:56: warning: 
AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious 
cache-id, must contain _cv_ to be cached



More information about the gdal-dev mailing list