-Roma!n- Posted February 6, 2008 Share Posted February 6, 2008 Hi everyone. The file autogen.sh does not seem to work correctly. Here is the problem : bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ ./autogen.sh ./autogen.sh: 32: [[: not found ./autogen.sh: 32: aclocal: not found ./autogen.sh: 32: aclocal-1.7: not found ./autogen.sh: 32: aclocal-1.8: not found ./autogen.sh: 32: aclocal-1.9: not found ./autogen.sh: 32: aclocal-1.10: not found ./autogen.sh: 32: aclocal-1.11: not found ./autogen.sh: 44: [[: not found ./autogen.sh: 58: [[: not found ./autogen.sh: 58: autoheader: not found ./autogen.sh: 58: autoheader-2.57: not found ./autogen.sh: 58: autoheader-2.58: not found ./autogen.sh: 58: autoheader-2.59: not found ./autogen.sh: 58: autoheader-2.60: not found ./autogen.sh: 58: autoheader-2.61: not found ./autogen.sh: 58: autoheader-2.62: not found ./autogen.sh: 70: [[: not found ./autogen.sh: 84: [[: not found ./autogen.sh: 84: libtoolize: not found ./autogen.sh: 96: [[: not found ./autogen.sh: 110: [[: not found ./autogen.sh: 110: automake: not found ./autogen.sh: 110: automake-1.7: not found ./autogen.sh: 110: automake-1.8: not found ./autogen.sh: 110: automake-1.9: not found ./autogen.sh: 110: automake-1.10: not found ./autogen.sh: 110: automake-1.11: not found ./autogen.sh: 122: [[: not found ./autogen.sh: 136: [[: not found ./autogen.sh: 136: autoconf: not found ./autogen.sh: 136: autoconf-2.57: not found ./autogen.sh: 136: autoconf-2.58: not found ./autogen.sh: 136: autoconf-2.59: not found ./autogen.sh: 136: autoconf-2.60: not found ./autogen.sh: 136: autoconf-2.61: not found ./autogen.sh: 136: autoconf-2.62: not found ./autogen.sh: 148: [[: not found Running libtoolize ./autogen.sh: 151: --force: not found Should I try ./configure instead? Thank you! Link to comment
Avenger Posted February 7, 2008 Share Posted February 7, 2008 Is this a recent problem, or you have not tried this before. Link to comment
Guest lynx Posted February 7, 2008 Share Posted February 7, 2008 [[ and ]] aren't posix sh compatible, I'll go fix the remaining few such tests. Link to comment
Guest Guest Posted February 7, 2008 Share Posted February 7, 2008 done, please retry. Link to comment
Guest Guest Posted February 7, 2008 Share Posted February 7, 2008 The is still a problem bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ export AUTOCONF=/pathto/autoconf-2.58 bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ ./autogen.sh ./autogen.sh: 32: aclocal: not found ./autogen.sh: 32: aclocal-1.7: not found ./autogen.sh: 32: aclocal-1.8: not found ./autogen.sh: 32: aclocal-1.9: not found ./autogen.sh: 32: aclocal-1.10: not found ./autogen.sh: 32: aclocal-1.11: not found *************************************************************** Aclocal version >= 1.7 is required. If it is already installed, set enviroment variable ACLOCAL to point to it. (for example in bash do: "export ACLOCAL=/pathto/aclocal-1.7") *************************************************************** bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ export ACLOCAL=/pathto/aclocal-1.7 bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ ./autogen.sh ./autogen.sh: 58: autoheader: not found ./autogen.sh: 58: autoheader-2.57: not found ./autogen.sh: 58: autoheader-2.58: not found ./autogen.sh: 58: autoheader-2.59: not found ./autogen.sh: 58: autoheader-2.60: not found ./autogen.sh: 58: autoheader-2.61: not found ./autogen.sh: 58: autoheader-2.62: not found ********************************************************************* Autoheader version >= 2.57 is required. If it is already installed, set enviroment variable AUTOHEADER to point to it. (for example in bash do: "export AUTOHEADER=/pathto/autoheader-2.58") ********************************************************************* bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ export AUTOHEADER=/pathto/autoheader-2.58 bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ ./autogen.sh ./autogen.sh: 84: libtoolize: not found *************************************************************** Libtool version >= 1.5 is required. If it is already installed, set enviroment variable LIBTOOLIZE to point to it. (for example in bash do: "export LIBTOOLIZE=/pathto/libtoolize") *************************************************************** bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ export LIBTOOLIZE=/pathto/libtoolize bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ ./autogen.sh ./autogen.sh: 110: automake: not found ./autogen.sh: 110: automake-1.7: not found ./autogen.sh: 110: automake-1.8: not found ./autogen.sh: 110: automake-1.9: not found ./autogen.sh: 110: automake-1.10: not found ./autogen.sh: 110: automake-1.11: not found *************************************************************** Automake version >= 1.7 is required. If it is already installed, set enviroment variable AUTOMAKE to point to it. (for example in bash do: "export AUTOMAKE=/pathto/automake-1.7") *************************************************************** bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ export AUTOMAKE=/pathto/automake-1.7 bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ ./autogen.sh Running libtoolize ./autogen.sh: 151: /pathto/libtoolize: not found bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ None of those apps are found with Synaptic, with aptitude, etc. Link to comment
-Roma!n- Posted February 7, 2008 Author Share Posted February 7, 2008 I finally got it work, I hadn't well installed the build essentials. I removed and reinstalled them correctly. There are stille few stranges lines: bronislas@bronislas-desktop:~/gemrb/gemrb/trunk$ ./autogen.shRunning libtoolize You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. Putting files in AC_CONFIG_AUX_DIR, `admin'. Running aclocal configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:389: AC_USE_SYSTEM_EXTENSIONS is expanded from... ../../lib/autoconf/functions.m4:1656: AC_FUNC_STRNLEN is expanded from... configure.in:178: the top level configure.in:178: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE ../../lib/autoconf/specific.m4:331: AC_GNU_SOURCE is expanded from... configure.in:178: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_AIX ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from... configure.in:178: warning: AC_RUN_IFELSE was called before AC_AIX configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_MINIX ../../lib/autoconf/specific.m4:460: AC_MINIX is expanded from... configure.in:178: warning: AC_RUN_IFELSE was called before AC_MINIX Running autoconf configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:389: AC_USE_SYSTEM_EXTENSIONS is expanded from... ../../lib/autoconf/functions.m4:1656: AC_FUNC_STRNLEN is expanded from... configure.in:178: the top level configure.in:178: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE ../../lib/autoconf/specific.m4:331: AC_GNU_SOURCE is expanded from... configure.in:178: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_AIX ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from... configure.in:178: warning: AC_RUN_IFELSE was called before AC_AIX configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_MINIX ../../lib/autoconf/specific.m4:460: AC_MINIX is expanded from... configure.in:178: warning: AC_RUN_IFELSE was called before AC_MINIX Running autoheader configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:389: AC_USE_SYSTEM_EXTENSIONS is expanded from... ../../lib/autoconf/functions.m4:1656: AC_FUNC_STRNLEN is expanded from... configure.in:178: the top level configure.in:178: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE ../../lib/autoconf/specific.m4:331: AC_GNU_SOURCE is expanded from... configure.in:178: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_AIX ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from... configure.in:178: warning: AC_RUN_IFELSE was called before AC_AIX configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_MINIX ../../lib/autoconf/specific.m4:460: AC_MINIX is expanded from... configure.in:178: warning: AC_RUN_IFELSE was called before AC_MINIX Running automake configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:389: AC_USE_SYSTEM_EXTENSIONS is expanded from... ../../lib/autoconf/functions.m4:1656: AC_FUNC_STRNLEN is expanded from... configure.in:178: the top level configure.in:178: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE ../../lib/autoconf/specific.m4:331: AC_GNU_SOURCE is expanded from... configure.in:178: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_AIX ../../lib/autoconf/specific.m4:436: AC_AIX is expanded from... configure.in:178: warning: AC_RUN_IFELSE was called before AC_AIX configure.in:178: warning: AC_COMPILE_IFELSE was called before AC_MINIX ../../lib/autoconf/specific.m4:460: AC_MINIX is expanded from... configure.in:178: warning: AC_RUN_IFELSE was called before AC_MINIX configure.in: installing `admin/install-sh' configure.in: installing `admin/missing' gemrb/Makefile.am: installing `admin/depcomp' Running configure Link to comment
Guest lynx Posted February 9, 2008 Share Posted February 9, 2008 just some harmless warnings. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.