Hi, I'm trying to compile latest git in ubuntu 9.04 but build fails.
I'm trying to do these steps, autoreconf -vi ./configure make but fail in make, here is the output, thanks in advance. make all-recursive make[1]: Entering directory `/home/javier/st/smalltalk' Making all in lib-src make[2]: Entering directory `/home/javier/st/smalltalk/lib-src' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -MT ltdl.lo -MD -MP -MF .deps/ltdl.Tpo -c -o ltdl.lo ltdl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -MT ltdl.lo -MD -MP -MF .deps/ltdl.Tpo -c ltdl.c -fPIC -DPIC -o .libs/ltdl.o ltdl.c:855: error: ‘LTDL_OBJDIR’ undeclared here (not in a function) ltdl.c:2146: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token ltdl.c: In function ‘tryall_dlopen_module’: ltdl.c:2481: warning: implicit declaration of function ‘sprintf’ ltdl.c:2481: warning: incompatible implicit declaration of built-in function ‘sprintf’ ltdl.c: In function ‘find_file_callback’: ltdl.c:2726: error: ‘FILE’ undeclared (first use in this function) ltdl.c:2726: error: (Each undeclared identifier is reported only once ltdl.c:2726: error: for each function it appears in.) ltdl.c:2726: error: ‘pfile’ undeclared (first use in this function) ltdl.c:2726: error: invalid operands to binary * (have ‘const char *’ and ‘int’) ltdl.c:2726: error: expected expression before ‘)’ token ltdl.c:2726: error: invalid operands to binary * (have ‘const char *’ and ‘int’) ltdl.c:2726: warning: statement with no effect ltdl.c:2727: warning: ISO C90 forbids mixed declarations and code ltdl.c:2733: warning: implicit declaration of function ‘fopen’ ltdl.c:2733: error: assignment of read-only location ‘*(const char *)&<erroneous-expression>’ ltdl.c:2735: warning: initialisation discards qualifiers from pointer target type ltdl.c: At top level: ltdl.c:2748: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token ltdl.c:2753: error: expected identifier or ‘(’ before ‘{’ token ltdl.c: In function ‘try_dlopen’: ltdl.c:3082: warning: assignment discards qualifiers from pointer target type ltdl.c:3109: error: ‘FILE’ undeclared (first use in this function) ltdl.c:3109: error: ‘file’ undeclared (first use in this function) ltdl.c:3109: error: invalid operands to binary * (have ‘const char *’ and ‘const char *’) ltdl.c:3109: warning: statement with no effect ltdl.c:3110: warning: ISO C90 forbids mixed declarations and code ltdl.c:3135: warning: implicit declaration of function ‘isalnum’ ltdl.c:3158: warning: implicit declaration of function ‘find_file’ ltdl.c:3158: warning: statement with no effect ltdl.c:3165: warning: statement with no effect ltdl.c:3185: warning: statement with no effect ltdl.c:3201: warning: implicit declaration of function ‘fclose’ ltdl.c:3207: warning: implicit declaration of function ‘feof’ ltdl.c:3209: warning: implicit declaration of function ‘fgets’ ltdl.c:3277: warning: assignment discards qualifiers from pointer target type ltdl.c: In function ‘lt_dlopenext’: ltdl.c:3458: warning: assignment discards qualifiers from pointer target type make[2]: *** [ltdl.lo] Error 1 make[2]: Leaving directory `/home/javier/st/smalltalk/lib-src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/javier/st/smalltalk' make: *** [all] Error 2 -- Pocho Ciudad de Buenos Aires _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Hi Javier,
I have not further investigated why it fails, but here is how I have to do to build it successfully on any recent ubuntu release: 1. Remove Lightning library (apt-get remove lightning) - can possibly be worked around with a --disable flag, but I have not explored that route 2. Then I need to run LIBTOOLIZE=`which true` autoreconf -vi After that can I build gst successfully and it is working. I should open a bug with some detailed info - but I have just not gotten around it yet. Best regards, Tim On Sun, 2009-06-14 at 21:53 -0300, Javier Pimás wrote: > Hi, I'm trying to compile latest git in ubuntu 9.04 but build fails. > I'm trying to do these steps, > > autoreconf -vi > ./configure > make > > but fail in make, here is the output, thanks in advance. > > make all-recursive > make[1]: Entering directory `/home/javier/st/smalltalk' > Making all in lib-src > make[2]: Entering directory `/home/javier/st/smalltalk/lib-src' > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. > -I.. -g -O2 -Wall -Wdeclaration-after-statement -Wno-format > -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -Wno-strict-aliasing > -Wno-switch -fno-gcse -fstrict-aliasing -MT ltdl.lo -MD -MP -MF > .deps/ltdl.Tpo -c -o ltdl.lo ltdl.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall > -Wdeclaration-after-statement -Wno-format -Wpointer-arith > -Wno-pointer-sign -Wwrite-strings -Wno-strict-aliasing -Wno-switch > -fno-gcse -fstrict-aliasing -MT ltdl.lo -MD -MP -MF .deps/ltdl.Tpo -c > ltdl.c -fPIC -DPIC -o .libs/ltdl.o > ltdl.c:855: error: ‘LTDL_OBJDIR’ undeclared here (not in a function) > ltdl.c:2146: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ > before ‘*’ token > ltdl.c: In function ‘tryall_dlopen_module’: > ltdl.c:2481: warning: implicit declaration of function ‘sprintf’ > ltdl.c:2481: warning: incompatible implicit declaration of built-in > function ‘sprintf’ > ltdl.c: In function ‘find_file_callback’: > ltdl.c:2726: error: ‘FILE’ undeclared (first use in this function) > ltdl.c:2726: error: (Each undeclared identifier is reported only once > ltdl.c:2726: error: for each function it appears in.) > ltdl.c:2726: error: ‘pfile’ undeclared (first use in this function) > ltdl.c:2726: error: invalid operands to binary * (have ‘const char *’ and ‘int’) > ltdl.c:2726: error: expected expression before ‘)’ token > ltdl.c:2726: error: invalid operands to binary * (have ‘const char *’ and ‘int’) > ltdl.c:2726: warning: statement with no effect > ltdl.c:2727: warning: ISO C90 forbids mixed declarations and code > ltdl.c:2733: warning: implicit declaration of function ‘fopen’ > ltdl.c:2733: error: assignment of read-only location ‘*(const char > *)&<erroneous-expression>’ > ltdl.c:2735: warning: initialisation discards qualifiers from pointer > target type > ltdl.c: At top level: > ltdl.c:2748: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ > before ‘*’ token > ltdl.c:2753: error: expected identifier or ‘(’ before ‘{’ token > ltdl.c: In function ‘try_dlopen’: > ltdl.c:3082: warning: assignment discards qualifiers from pointer target type > ltdl.c:3109: error: ‘FILE’ undeclared (first use in this function) > ltdl.c:3109: error: ‘file’ undeclared (first use in this function) > ltdl.c:3109: error: invalid operands to binary * (have ‘const char *’ > and ‘const char *’) > ltdl.c:3109: warning: statement with no effect > ltdl.c:3110: warning: ISO C90 forbids mixed declarations and code > ltdl.c:3135: warning: implicit declaration of function ‘isalnum’ > ltdl.c:3158: warning: implicit declaration of function ‘find_file’ > ltdl.c:3158: warning: statement with no effect > ltdl.c:3165: warning: statement with no effect > ltdl.c:3185: warning: statement with no effect > ltdl.c:3201: warning: implicit declaration of function ‘fclose’ > ltdl.c:3207: warning: implicit declaration of function ‘feof’ > ltdl.c:3209: warning: implicit declaration of function ‘fgets’ > ltdl.c:3277: warning: assignment discards qualifiers from pointer target type > ltdl.c: In function ‘lt_dlopenext’: > ltdl.c:3458: warning: assignment discards qualifiers from pointer target type > make[2]: *** [ltdl.lo] Error 1 > make[2]: Leaving directory `/home/javier/st/smalltalk/lib-src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/javier/st/smalltalk' > make: *** [all] Error 2 > > -- > Pocho > Ciudad de Buenos Aires > > > _______________________________________________ > help-smalltalk mailing list > [hidden email] > http://lists.gnu.org/mailman/listinfo/help-smalltalk _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
> 1. Remove Lightning library (apt-get remove lightning) - can possibly be
> worked around with a --disable flag, but I have not explored that route That's true for me, I disabled the lightning option. > 2. Then I need to run LIBTOOLIZE=`which true` autoreconf -vi and installed the libtool-1.5.26 Version of the libtool package (which is available from Hardy-Heron - I think...) The actual libtool-version in ubuntu is 2.26 and I've heard/read, that other packages have also problems with this newer version. Debian - for instance - is relying on the older version currently and was not updating to this new one. Regards, Joachim. _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
thanks to all for the fast response. I didn't have lightning lib
installed. Tryied with LIBTOOLIZE=`which true` autoreconf -vi and libtoolize 2.2.6 because libtoolize 1.5.26 seems to be unsupported since ubuntu 8.10. It didn't work, the output is at the end. see you. Javier javier@javier-laptop:~/st/smalltalk$ LIBTOOLIZE=`which true` autoreconf -vi autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I build-aux configure.ac:213: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:213: the top level configure.ac:213: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... autoreconf: configure.ac: tracing configure.ac:213: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:213: the top level configure.ac:213: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... autoreconf: configure.ac: adding subdirectory libffi to autoreconf autoreconf: Entering directory `libffi' autoreconf: running: aclocal -I ../build-aux configure.ac:23: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:23: the top level configure.ac:23: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:23: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:23: the top level configure.ac:23: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... autoreconf: running: /bin/true --copy configure.ac:23: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:23: the top level configure.ac:23: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... autoreconf: running: /usr/bin/autoconf configure.ac:23: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:23: the top level configure.ac:23: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... autoreconf: running: /usr/bin/autoheader configure.ac:23: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:23: the top level configure.ac:23: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... autoreconf: running: automake --add-missing --copy --no-force configure.ac:23: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:23: the top level configure.ac:23: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... autoreconf: Leaving directory `libffi' autoreconf: configure.ac: adding subdirectory snprintfv to autoreconf autoreconf: Entering directory `snprintfv' configure.ac:47: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:47: the top level configure.ac:47: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:47: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:47: the top level configure.ac:47: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:47: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:47: the top level configure.ac:47: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:47: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:47: the top level configure.ac:47: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:47: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:47: the top level configure.ac:47: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:47: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:47: the top level configure.ac:47: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... snprintfv/Makefile.am:111: `%'-style pattern rules are a GNU make extension snprintfv/Makefile.am:114: `%'-style pattern rules are a GNU make extension autoreconf: Leaving directory `snprintfv' autoreconf: configure.ac: adding subdirectory sigsegv to autoreconf autoreconf: Entering directory `sigsegv' configure.ac:65: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:65: the top level configure.ac:65: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:65: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:65: the top level configure.ac:65: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:65: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:65: the top level configure.ac:65: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:65: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:65: the top level configure.ac:65: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:65: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:65: the top level configure.ac:65: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:65: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... ../build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... ../build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... ../build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... ../build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... ../build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:65: the top level configure.ac:65: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... ../build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... autoreconf: Leaving directory `sigsegv' configure.ac:213: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:213: the top level configure.ac:213: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:213: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:213: the top level configure.ac:213: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:213: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:213: the top level configure.ac:213: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:213: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... build-aux/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from... build-aux/libtool.m4:2494: _LT_AC_LANG_C_CONFIG is expanded from... build-aux/libtool.m4:2493: AC_LIBTOOL_LANG_C_CONFIG is expanded from... build-aux/libtool.m4:93: AC_LIBTOOL_SETUP is expanded from... build-aux/libtool.m4:73: _AC_PROG_LIBTOOL is expanded from... build-aux/libtool.m4:38: AC_PROG_LIBTOOL is expanded from... configure.ac:213: the top level configure.ac:213: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached build-aux/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from... build-aux/libtool.m4:4557: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... doc/Makefile.am:91: patsubst %, %/package.xml, $(^D: non-POSIX variable name doc/Makefile.am:91: (probably a GNU make extension) doc/Makefile.am:99: patsubst %, %/package.xml, $(^D: non-POSIX variable name doc/Makefile.am:99: (probably a GNU make extension) doc/Makefile.am:107: patsubst %, %/package.xml, $(^D: non-POSIX variable name doc/Makefile.am:107: (probably a GNU make extension) doc/Makefile.am:115: patsubst %, %/package.xml, $(^D: non-POSIX variable name doc/Makefile.am:115: (probably a GNU make extension) doc/Makefile.am:123: patsubst %, %/package.xml, $(^D: non-POSIX variable name doc/Makefile.am:123: (probably a GNU make extension) doc/Makefile.am:131: patsubst %, %/package.xml, $(^D: non-POSIX variable name doc/Makefile.am:131: (probably a GNU make extension) doc/Makefile.am:139: patsubst %, %/package.xml, $(^D: non-POSIX variable name doc/Makefile.am:139: (probably a GNU make extension) packages/gtk/Makefile.am:54: `%'-style pattern rules are a GNU make extension autoreconf: Leaving directory `.' javier@javier-laptop:~/st/smalltalk$ ./config config.status configure javier@javier-laptop:~/st/smalltalk$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu Build Tools: checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for gawk... (cached) mawk checking whether ln -s works... yes checking whether ln works... yes checking for windres... no checking for install-info... /usr/sbin/install-info checking for zip... /usr/bin/zip checking for emacs... no checking for xemacs... no checking where .elc files should go... ${datadir}/emacs/site-lisp checking for comint.el... no Platform environment: checking whether the target supports __sync_fetch_and_add... yes checking for inline... inline checking whether imported symbols can be declared weak... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking for pthread_rwlock_t... yes checking for multithread API to use... posix checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for inline... (cached) inline checking for C/C++ restrict keyword... __restrict checking for broken sys/avl.h... no checking for hidden visibility... yes checking whether -Wno-long-double is needed... no checking for goto void *... yes checking whether byte ordering is bigendian... no checking alignment of double... 4 checking alignment of long double... 4 checking size of off_t... 8 checking size of int... 4 checking size of wchar_t... 4 checking size of OOP... 4 checking how to dlopen the C library... libc.so.6 ./configure: line 10583: syntax error near unexpected token `,' ./configure: line 10583: `_LT_DECL(, AS, 0, Assembler program)' On Mon, Jun 15, 2009 at 8:45 AM, Joachim Jaeckel<[hidden email]> wrote: >> 1. Remove Lightning library (apt-get remove lightning) - can possibly be >> worked around with a --disable flag, but I have not explored that route > > That's true for me, I disabled the lightning option. > >> 2. Then I need to run LIBTOOLIZE=`which true` autoreconf -vi > > and installed the libtool-1.5.26 Version of the libtool package (which is > available from Hardy-Heron - I think...) > > The actual libtool-version in ubuntu is 2.26 and I've heard/read, that other > packages have also problems with this newer version. > > Debian - for instance - is relying on the older version currently and was > not updating to this new one. > > Regards, > Joachim. > > > _______________________________________________ > help-smalltalk mailing list > [hidden email] > http://lists.gnu.org/mailman/listinfo/help-smalltalk > -- Javier Pimás Ciudad de Buenos Aires _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Javier Pimás wrote:
> thanks to all for the fast response. I didn't have lightning lib > installed. Tryied with > > LIBTOOLIZE=`which true` autoreconf -vi > > and libtoolize 2.2.6 because libtoolize 1.5.26 seems to be unsupported > since ubuntu 8.10. It didn't work, the output is at the end. You still have some traces of the old libtool in the tree. I think I'll punt and add autotools-generated files to the git repository. Paolo _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Javier Pimás wrote:
> Do you mean that a part of libtool 1.5 is included in gst git? Yes (and it's not a good thing...), but it should have been taken care of by LIBTOOLIZE=`which true` (and even by autoreconf -vi without the LIBTOOLIZE part). Make sure you start from a 100% clean checkout, with no autom4te.cache files in particular. Paolo _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Thanks!
> here I got an error while making /doc. Solved this installing texinfo package from synaptic This is only needed if you use the git version, but yes, you're right. I'll update the site. > make (now it finished fine) make install is necessary here. Until you do that the files are not copied outside the build directory. For example, you may need to be root for make install, but never for make. > cd ../VisualGST > gst-package -t ~/.st package.xml > ./gst-VisualGST > > error! It wasn't able to find /opt/GtkLauncher/bin/gst Gwen, can you change this to just gst? > which of these steps are a must do every time I want to update > to the latest version of gst and visual-gst?? Should I deinstall everything and repeat all steps?? For major releases of gst it is better to do so (the next major release will have visual-gst), for small updates you can just install on top of the older one. Paolo _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Free forum by Nabble | Edit this page |