Re: [gnome-love] Problem building NetworkManager



On Sun, 2010-07-11 at 12:58 +0930, Craig Keogh wrote:
On Sat, 2010-07-10 at 09:46 -0400, Frank Solensky wrote:
I'm running into the same issue that was described in
https://bugzilla.gnome.org/show_bug.cgi?id=621969 :

configure.ac:20: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure:5467: error: possibly undefined macro: AM_NLS

I don't have your problem [1], but I have had autotool problems with
NetworkManager in the past. Everytime this has fixed it for me. In
autogen.sh replace:

gtkdocize || exit 1
autoreconf --install --symlink &&
intltoolize --force &&
autoreconf &&
./configure --enable-maintainer-mode $@

with this:

. gnome-autogen.sh


That got me past the immediate issue, thanks!

Now I'm running into another problem with install that has been tripping
me up in several other modules as well: attempting to install into the
system directories rather than the destination I've given:

Making install in callouts
make[1]: Entering directory `/mnt/common/home/frank/checkout/gnome/NetworkManager/callouts'
make  install-am
make[2]: Entering directory `/mnt/common/home/frank/checkout/gnome/NetworkManager/callouts'
make[3]: Entering directory `/mnt/common/home/frank/checkout/gnome/NetworkManager/callouts'
test -z "/opt/gnome2/libexec" || /bin/mkdir -p "/opt/gnome2/libexec"
  /bin/sh ../libtool   --mode=install /mnt/common/home/frank/.local/bin/install-check nm-dhcp-client.action 
nm-dispatcher.action nm-avahi-autoipd.action '/opt/gnome2/libexec'
libtool: install: /mnt/common/home/frank/.local/bin/install-check nm-dhcp-client.action 
/opt/gnome2/libexec/nm-dhcp-client.action
libtool: install: /mnt/common/home/frank/.local/bin/install-check .libs/nm-dispatcher.action 
/opt/gnome2/libexec/nm-dispatcher.action
libtool: install: /mnt/common/home/frank/.local/bin/install-check nm-avahi-autoipd.action 
/opt/gnome2/libexec/nm-avahi-autoipd.action
test -z "/opt/gnome2/share/dbus-1/system-services" || /bin/mkdir -p "/opt/gnome2/share/dbus-1/system-services"
 /mnt/common/home/frank/.local/bin/install-check -m 644 org.freedesktop.nm_dispatcher.service 
'/opt/gnome2/share/dbus-1/system-services'
test -z "/opt/gnome2/etc/dbus-1/system.d" || /bin/mkdir -p "/opt/gnome2/etc/dbus-1/system.d"
 /mnt/common/home/frank/.local/bin/install-check -m 644 nm-dhcp-client.conf nm-dispatcher.conf 
nm-avahi-autoipd.conf '/opt/gnome2/etc/dbus-1/system.d'
test -z "/lib/udev" || /bin/mkdir -p "/lib/udev"
  /bin/sh ../libtool   --mode=install /mnt/common/home/frank/.local/bin/install-check nm-modem-probe 
'/lib/udev'
libtool: install: /mnt/common/home/frank/.local/bin/install-check nm-modem-probe /lib/udev/nm-modem-probe
install: cannot create regular file `/lib/udev/nm-modem-probe': Permission denied
make[3]: *** [install-udevPROGRAMS] Error 1
make[3]: Leaving directory `/mnt/common/home/frank/checkout/gnome/NetworkManager/callouts'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/mnt/common/home/frank/checkout/gnome/NetworkManager/callouts'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/mnt/common/home/frank/checkout/gnome/NetworkManager/callouts'
make: *** [install-recursive] Error 1
*** Error during phase install of NetworkManager: ########## Error running make install *** [1/1]

The other places where I've run into this one are:
evince (properties/libevince-properties-page.so)
gnome-system-tools (src/shares/nautilus/libnautilus-gst-shares.so)


Attachment: signature.asc
Description: This is a digitally signed message part



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