autogen.sh can't make Makefile.in



Hello everyone,

I am trying to build NetworkManager from CVS on Fedora 4 (2.6.14-1.1637) and I'm getting an error from the automake.sh script. I'm running it like:

./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var

and the script ends with:

configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in

I'm still in the process of learning how to build programs for Linux from the source, so I haven't been able to figure out what is going on here on my own. I attached the output from the autogen.sh script as "autogen.output" It seems like there are a few errors/warnings, but I don't exactly understand what they mean. I'm stuggling through the documentation of GNU Autotools and libtools right now, but it's dense and I'm not even sure these warnings are the problem.

Thanks for any help,
-Forrest

PS (I know that there is a NetworkManager RPM on Fedora Extras; I tried it and it works beautifully. I'm just trying to learn how to build software...)
/usr/bin/gnome-autogen.sh
processing .
Creating ./aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./aclocal.m4 writable ...
Running intltoolize...
no need for patching file 'Makefile.in.in'
Running aclocal -I /usr/share/aclocal/gnome2-macros  ...
/usr/share/aclocal/gnome2-macros/linger.m4:4: warning: underquoted definition of AC_STRUCT_LINGER
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/gnome2-macros/gnome-cxx-check.m4:2: warning: underquoted definition of GNOME_CHECK_CXX
/usr/share/aclocal/gnome2-macros/check-utmp.m4:11: warning: underquoted definition of AC_CHECK_UTMP
Running autoheader...
Running automake --gnu  ...
gnome/libnm_glib/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
gnome/libnm_glib/Makefile.am:3: 
gnome/libnm_glib/Makefile.am:3: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
gnome/libnm_glib/Makefile.am:3: to `configure.in' and run `aclocal' and `autoconf' again.
src/backends/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
src/backends/Makefile.am:3: 
src/backends/Makefile.am:3: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/backends/Makefile.am:3: to `configure.in' and run `aclocal' and `autoconf' again.
src/dhcp-manager/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
src/dhcp-manager/Makefile.am:3: 
src/dhcp-manager/Makefile.am:3: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/dhcp-manager/Makefile.am:3: to `configure.in' and run `aclocal' and `autoconf' again.
src/named-manager/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
src/named-manager/Makefile.am:3: 
src/named-manager/Makefile.am:3: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/named-manager/Makefile.am:3: to `configure.in' and run `aclocal' and `autoconf' again.
src/vpn-manager/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
src/vpn-manager/Makefile.am:3: 
src/vpn-manager/Makefile.am:3: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/vpn-manager/Makefile.am:3: to `configure.in' and run `aclocal' and `autoconf' again.
utils/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
utils/Makefile.am:4: 
utils/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
utils/Makefile.am:4: to `configure.in' and run `aclocal' and `autoconf' again.
Running autoconf ...
processing ./vpn-daemons/openvpn
Creating ./vpn-daemons/openvpn/aclocal.m4 ...
touch: cannot touch `./vpn-daemons/openvpn/aclocal.m4': No such file or directory
Running glib-gettextize...  Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./vpn-daemons/openvpn/aclocal.m4 writable ...
Running intltoolize...
/usr/bin/intltoolize: line 286: /usr/share/intltool/intltool-po-Makefile.in.in-patch-7: No such file or directory
Running aclocal -I /usr/share/aclocal/gnome2-macros  ...
acinclude.m4:12: warning: underquoted definition of AS_AC_EXPAND
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/gnome2-macros/linger.m4:4: warning: underquoted definition of AC_STRUCT_LINGER
/usr/share/aclocal/gnome2-macros/gnome-cxx-check.m4:2: warning: underquoted definition of GNOME_CHECK_CXX
/usr/share/aclocal/gnome2-macros/check-utmp.m4:11: warning: underquoted definition of AC_CHECK_UTMP
Running autoheader...
Running automake --gnu  ...
properties/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
properties/Makefile.am:3: 
properties/Makefile.am:3: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
properties/Makefile.am:3: to `configure.in' and run `aclocal' and `autoconf' again.
Running autoconf ...
processing ./vpn-daemons/vpnc
Creating ./vpn-daemons/vpnc/aclocal.m4 ...
touch: cannot touch `./vpn-daemons/vpnc/aclocal.m4': No such file or directory
Running glib-gettextize...  Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./vpn-daemons/vpnc/aclocal.m4 writable ...
Running intltoolize...
/usr/bin/intltoolize: line 286: /usr/share/intltool/intltool-po-Makefile.in.in-patch-7: No such file or directory
Running aclocal -I /usr/share/aclocal/gnome2-macros  ...
acinclude.m4:12: warning: underquoted definition of AS_AC_EXPAND
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/gnome2-macros/linger.m4:4: warning: underquoted definition of AC_STRUCT_LINGER
/usr/share/aclocal/gnome2-macros/gnome-cxx-check.m4:2: warning: underquoted definition of GNOME_CHECK_CXX
/usr/share/aclocal/gnome2-macros/check-utmp.m4:11: warning: underquoted definition of AC_CHECK_UTMP
Running autoheader...
Running automake --gnu  ...
properties/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
properties/Makefile.am:3: 
properties/Makefile.am:3: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
properties/Makefile.am:3: to `configure.in' and run `aclocal' and `autoconf' again.
Running autoconf ...
Running ./configure --enable-maintainer-mode --enable-compile-warnings --prefix=/usr --sysconfdir=/etc --localstatedir=/var ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
./configure: line 3216: AC_PROG_LIBTOOL: command not found
checking how to run the C preprocessor... gcc -E
checking for egrep... 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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for mode_t... yes
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking for select... yes
checking for socket... yes
checking for uname... yes
checking for intltool >= 0.27.2... 0.33 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  bs ca cs da de el en_CA es fi fr gu hr hu it ja nb ne nl no pa pt_BR rw sk sq sr sr Latn sv uk wa zh_CN zh_TW
checking for /etc/redhat-release... yes
checking for /etc/SuSE-release... no
checking for /etc/fedora-release... yes
checking for /etc/gentoo-release... no
checking for /etc/debian_version... no
checking for /etc/slackware-version... no
checking for wireless-tools >= 28pre9... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for DBUS... yes
Your dbus version is 0,33,0.
checking for GTHREAD... yes
checking for GMODULE... yes
checking for HAL... yes
checking for GTK... yes
checking for GDK_PIXBUF... yes
checking for GLADE... yes
checking for GCONF... yes
checking for GNOME_KEYRING... yes
checking for LIBNL... yes
checking for libgcrypt-config... /usr/bin/libgcrypt-config
checking for PANEL_APPLET... yes
checking for LIBGNOMEUI... yes
checking for dhcdbd... /sbin/dhcdbd
checking for more warnings... yes
checking whether gcc understands -Wno-unused... yes
checking whether gcc understands -Wno-sign-compare... yes
checking whether gcc understands -Wno-pointer-sign... yes
checking whether gcc understands -Wdeclaration-after-statement... yes
checking whether gcc understands -Wstrict-prototypes... no
checking whether gcc understands -Wmissing-prototypes... yes
checking whether gcc understands -Wmissing-declarations... yes
checking whether gcc understands -Wno-strict-aliasing... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]