I'm trying to compile S2.3 on gentoo/amd64, but autogen.sh fails: [22:04:pts/4][dude@bender:~/src/freeciv:14]$ svn info Path: . URL: svn://svn.gna.org/svn/freeciv/branches/S2_3 Repository Root: svn://svn.gna.org/svn/freeciv Repository UUID: a0f10bec-cc02-0410-94fc-a9cfff90b4cd Revision: 21966 Node Kind: directory Schedule: normal Last Changed Author: cazfi Last Changed Rev: 21957 Last Changed Date: 2012-10-17 03:23:32 +0200 (Wed, 17 Oct 2012)
[22:04:pts/4][dude@bender:~/src/freeciv:15]$ svn up At revision 21966. [22:04:pts/4][dude@bender:~/src/freeciv:16]$ ./autogen.sh --prefix=/home/dude/local/ + checking for autoconf >= 2.59 ... found 2.68, ok. + checking for autoheader >= 2.59 ... found 2.68, ok. + checking for automake >= 1.7 ... found 1.11.6, ok. + checking for aclocal >= 1.7 ... found 1.11.6, ok. + checking for libtoolize >= 1.4.3 ... found 2.4, ok. + checking for xgettext >= 0.10.36 ... found 0.18.1, ok. + checking for msgfmt >= 0.10.36 ... found 0.18.1, ok. + running /usr/bin/aclocal-1.11 ... + running autoheader ... + running autoconf ... + running libtoolize ... libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `bootstrap'. libtoolize: linking file `bootstrap/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: linking file `m4/libtool.m4' libtoolize: linking file `m4/ltoptions.m4' libtoolize: linking file `m4/ltsugar.m4' libtoolize: linking file `m4/ltversion.m4' libtoolize: linking file `m4/lt~obsolete.m4' + running /usr/bin/automake-1.11 ... common/Makefile.am:103: `%'-style pattern rules are a GNU make extension utility/Makefile.am:65: `%'-style pattern rules are a GNU make extension + removing config.cache ... + running configure ... using: --prefix=/home/dude/local/ checking build system type... Invalid configuration `x86_64-unknown-linux-': machine `x86_64-unknown-linux' not recognized configure: error: /bin/sh bootstrap/config.sub x86_64-unknown-linux- failed configure failed [22:05:pts/4][dude@bender:~/src/freeciv:17]$ uname -a Linux bender 3.3.8-gentoo #8 SMP Tue Aug 7 17:26:48 CEST 2012 x86_64 AMD FX(tm)-8150 Eight-Core Processor AuthenticAMD GNU/Linux [22:05:pts/4][dude@bender:~/src/freeciv:18]$ tail config.log /* confdefs.h */ #define PACKAGE_NAME "freeciv" #define PACKAGE_TARNAME "freeciv" #define PACKAGE_VERSION "2.3.2+" #define PACKAGE_STRING "freeciv 2.3.2+" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" configure: exit 1 [22:05:pts/4][dude@bender:~/src/freeciv:19]$ -- Michal Mazurek _______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
