Re: Recent gentoo ebuild



I have attached my non-working ebuild with error log if anyone can fix it.

Magnus

Magnus Ottosson wrote:

>Hi!
>
>Does anyone have a recent gentoo ebuild of NetworkManager? Preferbly a
>cvs ebuild. I wrote a cvs ebuild once but it does not seem to work anymore.
>
>Anyone?
>
>Magnus
>
>-----------------------------------
> Contact information
>  Phone: (+46) (0) 31 206700
>  Mobile: (+46) (0) 733-908060
>  Email: magnus grand1982 com
>
>_______________________________________________
>NetworkManager-list mailing list
>NetworkManager-list gnome org
>http://mail.gnome.org/mailman/listinfo/networkmanager-list
>
>  
>

-- 
-----------------------------------
 Contact information
  Phone: (+46) (0) 31 206700
  Mobile: (+46) (0) 733-908060
  Email: magnus grand1982 com

# Copyright 1999-2004 Gentoo Foundation, Inc.
# Distributed under the terms of the GNU General Public License v2

inherit gnome2 debug eutils

DESCRIPTION="Network policy manager for the HAL-ized freedesktop.org"
HOMEPAGE="http://people.redhat.com/dcbw/NetworkManager/";;
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="crypt debug doc"

RDEPEND=">=sys-apps/dbus-0.23 
	>=x11-libs/gtk+-2
	>=gnome-base/libglade-2
	>=gnome-base/gconf
	>=gnome-base/libgnomeui-2
	net-wireless/wireless-tools
	sys-apps/iproute2
	crypt? ( dev-libs/libgcrypt )"

DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/intltool"

G2CONF="${G2CONF} \
        `use_with crypt gcrypt` \
        --disable-more-warnings \
        --with-distro=gentoo \
        --enable-notification-icon"

DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"

USE_DESTDIR="1"
SCROLLKEEPER_UPDATE="0"

S=${WORKDIR}/${ECVS_MODULE}

inherit cvs libtool
ECVS_CVS_COMMAND="cvs -q -f -z4"
ECVS_CVS_OPTIONS="-dP"
ECVS_SERVER="anoncvs.gnome.org:/cvs/gnome"
ECVS_ANON="no"
ECVS_AUTH="pserver"
ECVS_USER="anonymous"
ECVS_PASS=""
ECVS_BRANCH="HEAD"
ECVS_MODULE="NetworkManager"
ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}"
S=${WORKDIR}/${ECVS_MODULE}


src_unpack() {
	cvs_src_unpack
}

src_compile() {
	

	 WANT_AUTOMAKE_1_6=1 PKG_CONFIG_PATH=/usr/lib/pkgconfig/ ./autogen.sh ${buildopts} \
	  --host=${CHOST} \
	  --sysconfdir=/etc/ \
	  --prefix=/usr/ \
	  --infodir=/usr/share/info \
	  --mandir=/usr/share/man \
	  --disable-more-warnings \
          --enable-more-warnings=no \
	  --enable-debug || die "./autogen.sh failed"		

	emake || die "make failed"
}



src_install() {

	emake DESTDIR=${D} install || die "install failed"
}

pkg_postinst() {
	ewarn "eeek!!"
}
>>> emerge (1 of 1) gnome-extra/NetworkManager-cvs-0.3.1 to /
>>> md5 files   ;-) NetworkManager-cvs-0.3.1.ebuild
>>> md5 files   ;-) files/digest-NetworkManager-cvs-0.3.1
>>> Unpacking source...
 * Fetching CVS module NetworkManager into /usr/portage/distfiles/cvs-src/NetworkManager-cvs ...
 * Running  cvs -q -f -z4 -d ":pserver:anonymous:@anoncvs.gnome.org:/cvs/gnome" login
Logging in to :pserver:anonymous anoncvs gnome org:2401/cvs/gnome
 * Running  cvs -q -f -z4 -d ":pserver:anonymous anoncvs gnome org:/cvs/gnome" checkout  -rHEAD NetworkManager
U NetworkManager/.cvsignore
U NetworkManager/AUTHORS
U NetworkManager/CONTRIBUTING
U NetworkManager/ChangeLog
U NetworkManager/Makefile.am
U NetworkManager/NEWS
U NetworkManager/NetworkManager.h
U NetworkManager/NetworkManager.pc.in
U NetworkManager/README
U NetworkManager/TODO
U NetworkManager/autogen.sh
U NetworkManager/configure.in
U NetworkManager/dhcpcd/.cvsignore
U NetworkManager/dhcpcd/AUTHORS
U NetworkManager/dhcpcd/COPYING
U NetworkManager/dhcpcd/ChangeLog
U NetworkManager/dhcpcd/Makefile.am
U NetworkManager/dhcpcd/NEWS
U NetworkManager/dhcpcd/README
U NetworkManager/dhcpcd/arp.c
U NetworkManager/dhcpcd/arp.h
U NetworkManager/dhcpcd/buildmsg.c
U NetworkManager/dhcpcd/buildmsg.h
U NetworkManager/dhcpcd/client.c
U NetworkManager/dhcpcd/client.h
U NetworkManager/dhcpcd/dhcp_test.c
U NetworkManager/dhcpcd/dhcpcd.c
U NetworkManager/dhcpcd/dhcpcd.h
U NetworkManager/dhcpcd/dhcpconfig.c
U NetworkManager/dhcpcd/udpipgen.c
U NetworkManager/dhcpcd/udpipgen.h
U NetworkManager/dispatcher-daemon/.cvsignore
U NetworkManager/dispatcher-daemon/Makefile.am
U NetworkManager/dispatcher-daemon/NetworkManagerDispatcher.c
U NetworkManager/docs/NetworkManager DBUS API.txt
U NetworkManager/examples/python/.cvsignore
U NetworkManager/examples/python/NMTester.py
U NetworkManager/examples/python/NetworkManager.py
U NetworkManager/examples/python/README
U NetworkManager/examples/python/systray/.cvsignore
U NetworkManager/examples/python/systray/Makefile
U NetworkManager/examples/python/systray/eggtrayicon.c
U NetworkManager/examples/python/systray/eggtrayicon.h
U NetworkManager/examples/python/systray/network_tray.py
U NetworkManager/examples/python/systray/trayicon.override
U NetworkManager/examples/python/systray/trayiconmodule.c
U NetworkManager/info-daemon/.cvsignore
U NetworkManager/info-daemon/Makefile.am
U NetworkManager/info-daemon/NetworkManagerInfo.c
U NetworkManager/info-daemon/NetworkManagerInfo.conf
U NetworkManager/info-daemon/NetworkManagerInfo.h
U NetworkManager/info-daemon/NetworkManagerInfoDbus.c
U NetworkManager/info-daemon/NetworkManagerInfoDbus.h
U NetworkManager/info-daemon/NetworkManagerInfoNetworksDialog.c
U NetworkManager/info-daemon/NetworkManagerInfoNetworksDialog.h
U NetworkManager/info-daemon/NetworkManagerInfoPassphraseDialog.c
U NetworkManager/info-daemon/NetworkManagerInfoPassphraseDialog.h
U NetworkManager/info-daemon/NetworkManagerInfoVPN.c
U NetworkManager/info-daemon/NetworkManagerInfoVPN.h
U NetworkManager/info-daemon/keyring.png
U NetworkManager/info-daemon/networks.glade
U NetworkManager/info-daemon/passphrase.glade
U NetworkManager/initscript/.cvsignore
U NetworkManager/initscript/Makefile.am
U NetworkManager/initscript/Debian/.cvsignore
U NetworkManager/initscript/Debian/Makefile.am
U NetworkManager/initscript/Debian/NetworkManager
U NetworkManager/initscript/Gentoo/.cvsignore
U NetworkManager/initscript/Gentoo/Makefile.am
U NetworkManager/initscript/Gentoo/NetworkManager
U NetworkManager/initscript/RedHat/.cvsignore
U NetworkManager/initscript/RedHat/Makefile.am
U NetworkManager/initscript/RedHat/NetworkManager
U NetworkManager/initscript/Slackware/.cvsignore
U NetworkManager/initscript/Slackware/Makefile.am
U NetworkManager/initscript/Slackware/rc.networkmanager
U NetworkManager/libnm_glib/.cvsignore
U NetworkManager/libnm_glib/Makefile.am
U NetworkManager/libnm_glib/libnm_glib.c
U NetworkManager/libnm_glib/libnm_glib.h
U NetworkManager/libnm_glib/libnm_glib.pc.in
U NetworkManager/panel-applet/.cvsignore
U NetworkManager/panel-applet/Makefile.am
U NetworkManager/panel-applet/NMWirelessApplet.c
U NetworkManager/panel-applet/NMWirelessApplet.h
U NetworkManager/panel-applet/NMWirelessApplet.server.in
U NetworkManager/panel-applet/NMWirelessApplet.xml
U NetworkManager/panel-applet/NMWirelessAppletDbus.c
U NetworkManager/panel-applet/NMWirelessAppletDbus.h
U NetworkManager/panel-applet/NMWirelessAppletOtherNetworkDialog.c
U NetworkManager/panel-applet/NMWirelessAppletOtherNetworkDialog.h
U NetworkManager/panel-applet/eggtrayicon.c
U NetworkManager/panel-applet/eggtrayicon.h
U NetworkManager/panel-applet/essid.glade
U NetworkManager/panel-applet/gtkcellrendererprogress.c
U NetworkManager/panel-applet/gtkcellrendererprogress.h
U NetworkManager/panel-applet/gtkcellview.c
U NetworkManager/panel-applet/gtkcellview.h
U NetworkManager/panel-applet/main.c
U NetworkManager/panel-applet/menu-info.c
U NetworkManager/panel-applet/menu-info.h
U NetworkManager/panel-applet/nmwa-vpn-connection.c
U NetworkManager/panel-applet/nmwa-vpn-connection.h
U NetworkManager/panel-applet/nmwa-vpn-password-dialog.c
U NetworkManager/panel-applet/nmwa-vpn-password-dialog.h
U NetworkManager/panel-applet/wireless-applet.glade
U NetworkManager/panel-applet/icons/.cvsignore
U NetworkManager/panel-applet/icons/Makefile.am
U NetworkManager/panel-applet/icons/nm-adhoc.png
U NetworkManager/panel-applet/icons/nm-connecting01.png
U NetworkManager/panel-applet/icons/nm-connecting02.png
U NetworkManager/panel-applet/icons/nm-connecting03.png
U NetworkManager/panel-applet/icons/nm-connecting04.png
U NetworkManager/panel-applet/icons/nm-connecting05.png
U NetworkManager/panel-applet/icons/nm-connecting06.png
U NetworkManager/panel-applet/icons/nm-connecting07.png
U NetworkManager/panel-applet/icons/nm-connecting08.png
U NetworkManager/panel-applet/icons/nm-connecting09.png
U NetworkManager/panel-applet/icons/nm-connecting10.png
U NetworkManager/panel-applet/icons/nm-connecting11.png
U NetworkManager/panel-applet/icons/nm-detect01.png
U NetworkManager/panel-applet/icons/nm-detect02.png
U NetworkManager/panel-applet/icons/nm-detect03.png
U NetworkManager/panel-applet/icons/nm-detect04.png
U NetworkManager/panel-applet/icons/nm-detect05.png
U NetworkManager/panel-applet/icons/nm-detect06.png
U NetworkManager/panel-applet/icons/nm-detect07.png
U NetworkManager/panel-applet/icons/nm-detect08.png
U NetworkManager/panel-applet/icons/nm-detect09.png
U NetworkManager/panel-applet/icons/nm-detect10.png
U NetworkManager/panel-applet/icons/nm-detect11.png
U NetworkManager/panel-applet/icons/nm-detect12.png
U NetworkManager/panel-applet/icons/nm-detect13.png
U NetworkManager/panel-applet/icons/nm-detect14.png
U NetworkManager/panel-applet/icons/nm-detect15.png
U NetworkManager/panel-applet/icons/nm-detect16.png
U NetworkManager/panel-applet/icons/nm-device-wired.png
U NetworkManager/panel-applet/icons/nm-device-wireless.png
U NetworkManager/panel-applet/icons/nm-no-connection.png
U NetworkManager/panel-applet/icons/nm-signal-00.png
U NetworkManager/panel-applet/icons/nm-signal-100.png
U NetworkManager/panel-applet/icons/nm-signal-25.png
U NetworkManager/panel-applet/icons/nm-signal-50.png
U NetworkManager/panel-applet/icons/nm-signal-75.png
U NetworkManager/panel-applet/icons/nm-vpn-lock.png
U NetworkManager/po/.cvsignore
U NetworkManager/po/ChangeLog
U NetworkManager/po/POTFILES.in
U NetworkManager/po/bs.po
U NetworkManager/po/cs.po
U NetworkManager/po/da.po
U NetworkManager/po/de.po
U NetworkManager/po/el.po
U NetworkManager/po/en_CA.po
U NetworkManager/po/en_GB.po
U NetworkManager/po/es.po
U NetworkManager/po/fr.po
U NetworkManager/po/gu.po
U NetworkManager/po/hr.po
U NetworkManager/po/hu.po
U NetworkManager/po/it.po
U NetworkManager/po/ja.po
U NetworkManager/po/mk.po
U NetworkManager/po/nb.po
U NetworkManager/po/nl.po
U NetworkManager/po/no.po
U NetworkManager/po/pa.po
U NetworkManager/po/pt_BR.po
U NetworkManager/po/rw.po
U NetworkManager/po/sk.po
U NetworkManager/po/sq.po
U NetworkManager/po/sv.po
U NetworkManager/po/uk.po
U NetworkManager/po/wa.po
U NetworkManager/po/zh_CN.po
U NetworkManager/po/zh_TW.po
U NetworkManager/src/.cvsignore
U NetworkManager/src/Makefile.am
U NetworkManager/src/NMLoadModules
U NetworkManager/src/NetworkManager.c
U NetworkManager/src/NetworkManager.conf
U NetworkManager/src/NetworkManagerAP.c
U NetworkManager/src/NetworkManagerAP.h
U NetworkManager/src/NetworkManagerAPList.c
U NetworkManager/src/NetworkManagerAPList.h
U NetworkManager/src/NetworkManagerDHCP.c
U NetworkManager/src/NetworkManagerDHCP.h
U NetworkManager/src/NetworkManagerDbus.c
U NetworkManager/src/NetworkManagerDbus.h
U NetworkManager/src/NetworkManagerDbusUtils.c
U NetworkManager/src/NetworkManagerDbusUtils.h
U NetworkManager/src/NetworkManagerDevice.c
U NetworkManager/src/NetworkManagerDevice.h
U NetworkManager/src/NetworkManagerDevicePrivate.h
U NetworkManager/src/NetworkManagerMain.h
U NetworkManager/src/NetworkManagerPolicy.c
U NetworkManager/src/NetworkManagerPolicy.h
U NetworkManager/src/NetworkManagerSystem.c
U NetworkManager/src/NetworkManagerSystem.h
U NetworkManager/src/NetworkManagerUtils.c
U NetworkManager/src/NetworkManagerUtils.h
U NetworkManager/src/NetworkManagerWireless.c
U NetworkManager/src/NetworkManagerWireless.h
U NetworkManager/src/autoip.c
U NetworkManager/src/gnome-keyring-md5.c
U NetworkManager/src/gnome-keyring-md5.h
U NetworkManager/src/nm-dbus-device.c
U NetworkManager/src/nm-dbus-device.h
U NetworkManager/src/nm-dbus-dhcp.c
U NetworkManager/src/nm-dbus-dhcp.h
U NetworkManager/src/nm-dbus-net.c
U NetworkManager/src/nm-dbus-net.h
U NetworkManager/src/nm-dbus-nm.c
U NetworkManager/src/nm-dbus-nm.h
U NetworkManager/src/nm-dbus-nmi.c
U NetworkManager/src/nm-dbus-nmi.h
U NetworkManager/src/nm-ip4-config.c
U NetworkManager/src/nm-ip4-config.h
U NetworkManager/src/nm-netlink-monitor.c
U NetworkManager/src/nm-netlink-monitor.h
U NetworkManager/src/backends/.cvsignore
U NetworkManager/src/backends/Makefile.am
U NetworkManager/src/backends/NetworkManagerDebian.c
U NetworkManager/src/backends/NetworkManagerGentoo.c
U NetworkManager/src/backends/NetworkManagerRedHat.c
U NetworkManager/src/backends/NetworkManagerSlackware.c
U NetworkManager/src/backends/interface_parser.c
U NetworkManager/src/backends/interface_parser.h
U NetworkManager/src/backends/shvar.c
U NetworkManager/src/backends/shvar.h
U NetworkManager/src/named-manager/.cvsignore
U NetworkManager/src/named-manager/Makefile.am
U NetworkManager/src/named-manager/named.conf
U NetworkManager/src/named-manager/nm-named-manager.c
U NetworkManager/src/named-manager/nm-named-manager.h
U NetworkManager/src/vpn-manager/.cvsignore
U NetworkManager/src/vpn-manager/Makefile.am
U NetworkManager/src/vpn-manager/nm-dbus-vpn.c
U NetworkManager/src/vpn-manager/nm-dbus-vpn.h
U NetworkManager/src/vpn-manager/nm-vpn-connection.c
U NetworkManager/src/vpn-manager/nm-vpn-connection.h
U NetworkManager/src/vpn-manager/nm-vpn-manager.c
U NetworkManager/src/vpn-manager/nm-vpn-manager.h
U NetworkManager/src/vpn-manager/nm-vpn-service.c
U NetworkManager/src/vpn-manager/nm-vpn-service.h
U NetworkManager/test/.cvsignore
U NetworkManager/test/Makefile.am
U NetworkManager/test/libnm_glib_test.c
U NetworkManager/test/nm-dhcp-opt-test.c
U NetworkManager/test/nminfotest.c
U NetworkManager/test/nmnetlinktest.c
U NetworkManager/test/nmtest.c
U NetworkManager/test/nmtestdevices.c
U NetworkManager/utils/.cvsignore
U NetworkManager/utils/Makefile.am
U NetworkManager/utils/nm-utils.c
U NetworkManager/utils/nm-utils.h
U NetworkManager/vpn-daemons/.cvsignore
U NetworkManager/vpn-daemons/Makefile.am
U NetworkManager/vpn-daemons/vpnc/.cvsignore
U NetworkManager/vpn-daemons/vpnc/Makefile.am
U NetworkManager/vpn-daemons/vpnc/nm-vpnc-service-vpnc-helper.c
U NetworkManager/vpn-daemons/vpnc/nm-vpnc-service.c
U NetworkManager/vpn-daemons/vpnc/nm-vpnc-service.conf
U NetworkManager/vpn-daemons/vpnc/nm-vpnc-service.h
U NetworkManager/vpn-daemons/vpnc/nm-vpnc-service.name
 * Copying NetworkManager from /usr/portage/distfiles/cvs-src/NetworkManager-cvs ...
 * CVS module NetworkManager is now in /var/tmp/portage/NetworkManager-cvs-0.3.1/work
>>> Source unpacked.
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
found 2.59
checking for automake >= 1.7...
  testing automake-1.7... head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
found 1.7.9
checking for libtool >= 1.4.3...
  testing libtoolize... head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
found 1.5.14
checking for glib-gettext >= 2.2.0...
  testing glib-gettextize... head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
found 2.6.3
checking for pkg-config >= 0.14.0...
  testing pkg-config... head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
found 0.15.0
Checking for required M4 macros...
Checking for forbidden M4 macros...
Processing ./configure.in
Running aclocal-1.7...
Running libtoolize...
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/.

Running autoheader...
Running automake-1.7...
configure.in: installing `./install-sh'
configure.in: installing `./missing'
Makefile.am: installing `./COPYING'
Makefile.am: installing `./INSTALL'
dhcpcd/Makefile.am: installing `./compile'
dhcpcd/Makefile.am: installing `./depcomp'
Running autoconf...
Running ./configure --enable-maintainer-mode --host=i686-pc-linux-gnu --sysconfdir=/etc/ --prefix=/usr/ --infodir=/usr/share/info --mandir=/usr/share/man --disable-more-warnings --enable-more-warnings=no --enable-debug ...
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-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 i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/i686-pc-linux-gnu-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of i686-pc-linux-gnu-g++... gcc3
checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E
checking for i686-pc-linux-gnu-g77... i686-pc-linux-gnu-g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether i686-pc-linux-gnu-g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/i686-pc-linux-gnu-nm -B output from i686-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking for i686-pc-linux-gnu-strip... (cached) i686-pc-linux-gnu-strip
checking for correct ltmain.sh version... yes
checking if i686-pc-linux-gnu-gcc static flag  works... yes
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ANSI C header files... (cached) 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 i686-pc-linux-gnu-gcc needs -traditional... no
checking for working memcmp... yes
checking for select... yes
checking for socket... yes
checking for uname... yes
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/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  bs cs da de el en_CA es fr gu hr hu it ja nb nl no pa pt_BR rw sk sq sv uk wa zh_CN zh_TW
checking for /etc/mandrake-release... no
checking for /etc/redhat-release... no
checking for /etc/fedora-release... no
checking for /etc/gentoo-release... yes
checking for /etc/debian_version... no
checking for /etc/slackware-version... no
checking iwlib.h usability... yes
checking iwlib.h presence... yes
checking for iwlib.h... yes
checking for iw_scan in -liw... yes
checking for pkg-config... /usr/bin/pkg-config
checking for dbus-glib-1 >= 0.22... yes
checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking DBUS_LIBS... -ldbus-glib-1 -ldbus-1 -lglib-2.0
Your dbus version is 0,23,0.
checking for gthread-2.0... yes
checking GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GTHREAD_LIBS... -pthread -lgthread-2.0 -lglib-2.0
checking for hal >= 0.2.91... yes
checking HAL_CFLAGS... -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
checking HAL_LIBS... -lhal -ldbus-1
checking for gtk+-2.0... yes
checking GTK_CFLAGS... -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gdk-pixbuf-2.0... yes
checking GDK_PIXBUF_CFLAGS... -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GDK_PIXBUF_LIBS... -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for libglade-2.0... yes
checking GLADE_CFLAGS... -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GLADE_LIBS... -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lpthread -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gconf-2.0... yes
checking GCONF_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GCONF_LIBS... -Wl,--export-dynamic -pthread -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
checking for gnome-keyring-1... yes
checking GNOME_KEYRING_CFLAGS... -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GNOME_KEYRING_LIBS... -lgnome-keyring -lglib-2.0
checking for libgcrypt-config... /usr/bin/libgcrypt-config
checking for libpanelapplet-2.0... yes
checking PANEL_APPLET_CFLAGS... -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2
checking PANEL_APPLET_LIBS... -Wl,--export-dynamic -pthread -lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
checking for libgnomeui-2.0... yes
checking LIBGNOMEUI_CFLAGS... -DORBIT2=1 -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/freetype2/config -I/usr/include/libxml2
checking LIBGNOMEUI_LIBS... -Wl,--export-dynamic -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
checking for gnome-keyring-1... yes
checking GNOMEKEYRING_CFLAGS... -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GNOMEKEYRING_LIBS... -lgnome-keyring -lglib-2.0
checking for more warnings... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating utils/Makefile
config.status: creating src/Makefile
config.status: creating src/named-manager/Makefile
config.status: creating src/vpn-manager/Makefile
config.status: creating src/backends/Makefile
config.status: creating dispatcher-daemon/Makefile
config.status: creating info-daemon/Makefile
config.status: creating panel-applet/Makefile
config.status: creating panel-applet/icons/Makefile
config.status: creating dhcpcd/Makefile
config.status: creating libnm_glib/Makefile
config.status: creating test/Makefile
config.status: creating initscript/Makefile
config.status: creating initscript/RedHat/Makefile
config.status: creating initscript/Gentoo/Makefile
config.status: creating initscript/Debian/Makefile
config.status: creating initscript/Slackware/Makefile
config.status: creating po/Makefile.in
config.status: creating NetworkManager.pc
config.status: creating libnm_glib/libnm_glib.pc
config.status: creating vpn-daemons/Makefile
config.status: creating vpn-daemons/vpnc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands

Distribution targeting: gentoo
if this is not correct, please specifiy your distro with --with-distro=DISTRO
Now type `make' to compile NetworkManager
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/NetworkManager-cvs-0.3.1/work/NetworkManager'
Making all in utils
make[2]: Entering directory `/var/tmp/portage/NetworkManager-cvs-0.3.1/work/NetworkManager/utils'
if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src   -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED  -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64 -MT libnmutils_la-nm-utils.lo -MD -MP -MF ".deps/libnmutils_la-nm-utils.Tpo" \
  -c -o libnmutils_la-nm-utils.lo `test -f 'nm-utils.c' || echo './'`nm-utils.c; \
then mv -f ".deps/libnmutils_la-nm-utils.Tpo" ".deps/libnmutils_la-nm-utils.Plo"; \
else rm -f ".deps/libnmutils_la-nm-utils.Tpo"; exit 1; \
fi
mkdir .libs
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch -fcaller-saves -freorder-blocks -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb -fomit-frame-pointer -fno-trapping-math -falign-functions=64 -MT libnmutils_la-nm-utils.lo -MD -MP -MF .deps/libnmutils_la-nm-utils.Tpo -c nm-utils.c  -fPIC -DPIC -o .libs/libnmutils_la-nm-utils.o
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch -fcaller-saves -freorder-blocks -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb -fomit-frame-pointer -fno-trapping-math -falign-functions=64 -MT libnmutils_la-nm-utils.lo -MD -MP -MF .deps/libnmutils_la-nm-utils.Tpo -c nm-utils.c -o libnmutils_la-nm-utils.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc  -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64   -o libnmutils.la   libnmutils_la-nm-utils.lo
i686-pc-linux-gnu-ar cru .libs/libnmutils.a .libs/libnmutils_la-nm-utils.o
i686-pc-linux-gnu-ranlib .libs/libnmutils.a
creating libnmutils.la
(cd .libs && rm -f libnmutils.la && ln -s ../libnmutils.la libnmutils.la)
make[2]: Leaving directory `/var/tmp/portage/NetworkManager-cvs-0.3.1/work/NetworkManager/utils'
Making all in dhcpcd
make[2]: Entering directory `/var/tmp/portage/NetworkManager-cvs-0.3.1/work/NetworkManager/dhcpcd'
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DARP_DEBUG -DDEBUG   -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64 -MT libdhcpc_a-buildmsg.o -MD -MP -MF ".deps/libdhcpc_a-buildmsg.Tpo" \
  -c -o libdhcpc_a-buildmsg.o `test -f 'buildmsg.c' || echo './'`buildmsg.c; \
then mv -f ".deps/libdhcpc_a-buildmsg.Tpo" ".deps/libdhcpc_a-buildmsg.Po"; \
else rm -f ".deps/libdhcpc_a-buildmsg.Tpo"; exit 1; \
fi
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DARP_DEBUG -DDEBUG   -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64 -MT libdhcpc_a-arp.o -MD -MP -MF ".deps/libdhcpc_a-arp.Tpo" \
  -c -o libdhcpc_a-arp.o `test -f 'arp.c' || echo './'`arp.c; \
then mv -f ".deps/libdhcpc_a-arp.Tpo" ".deps/libdhcpc_a-arp.Po"; \
else rm -f ".deps/libdhcpc_a-arp.Tpo"; exit 1; \
fi
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DARP_DEBUG -DDEBUG   -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64 -MT libdhcpc_a-client.o -MD -MP -MF ".deps/libdhcpc_a-client.Tpo" \
  -c -o libdhcpc_a-client.o `test -f 'client.c' || echo './'`client.c; \
then mv -f ".deps/libdhcpc_a-client.Tpo" ".deps/libdhcpc_a-client.Po"; \
else rm -f ".deps/libdhcpc_a-client.Tpo"; exit 1; \
fi
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DARP_DEBUG -DDEBUG   -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64 -MT libdhcpc_a-dhcpcd.o -MD -MP -MF ".deps/libdhcpc_a-dhcpcd.Tpo" \
  -c -o libdhcpc_a-dhcpcd.o `test -f 'dhcpcd.c' || echo './'`dhcpcd.c; \
then mv -f ".deps/libdhcpc_a-dhcpcd.Tpo" ".deps/libdhcpc_a-dhcpcd.Po"; \
else rm -f ".deps/libdhcpc_a-dhcpcd.Tpo"; exit 1; \
fi
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DARP_DEBUG -DDEBUG   -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64 -MT libdhcpc_a-udpipgen.o -MD -MP -MF ".deps/libdhcpc_a-udpipgen.Tpo" \
  -c -o libdhcpc_a-udpipgen.o `test -f 'udpipgen.c' || echo './'`udpipgen.c; \
then mv -f ".deps/libdhcpc_a-udpipgen.Tpo" ".deps/libdhcpc_a-udpipgen.Po"; \
else rm -f ".deps/libdhcpc_a-udpipgen.Tpo"; exit 1; \
fi
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src    -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64 -MT dhcp_test.o -MD -MP -MF ".deps/dhcp_test.Tpo" \
  -c -o dhcp_test.o `test -f 'dhcp_test.c' || echo './'`dhcp_test.c; \
then mv -f ".deps/dhcp_test.Tpo" ".deps/dhcp_test.Po"; \
else rm -f ".deps/dhcp_test.Tpo"; exit 1; \
fi
rm -f libdhcpc.a
i686-pc-linux-gnu-ar cru libdhcpc.a libdhcpc_a-buildmsg.o libdhcpc_a-arp.o libdhcpc_a-client.o libdhcpc_a-dhcpcd.o libdhcpc_a-udpipgen.o
i686-pc-linux-gnu-ranlib libdhcpc.a
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc  -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64   -o dhcp_test  dhcp_test.o libdhcpc.a
mkdir .libs
i686-pc-linux-gnu-gcc -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch -fcaller-saves -freorder-blocks -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb -fomit-frame-pointer -fno-trapping-math -falign-functions=64 -o dhcp_test dhcp_test.o  libdhcpc.a
make[2]: Leaving directory `/var/tmp/portage/NetworkManager-cvs-0.3.1/work/NetworkManager/dhcpcd'
Making all in src
make[2]: Entering directory `/var/tmp/portage/NetworkManager-cvs-0.3.1/work/NetworkManager/src'
Making all in named-manager
make[3]: Entering directory `/var/tmp/portage/NetworkManager-cvs-0.3.1/work/NetworkManager/src/named-manager'
if /bin/sh ../../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../utils -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DNM_PKGDATADIR=\"/usr//share/NetworkManager\" -DNM_LOCALSTATEDIR=\"/usr//var\" -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64 -MT libnamed_manager_la-nm-named-manager.lo -MD -MP -MF ".deps/libnamed_manager_la-nm-named-manager.Tpo" \
  -c -o libnamed_manager_la-nm-named-manager.lo `test -f 'nm-named-manager.c' || echo './'`nm-named-manager.c; \
then mv -f ".deps/libnamed_manager_la-nm-named-manager.Tpo" ".deps/libnamed_manager_la-nm-named-manager.Plo"; \
else rm -f ".deps/libnamed_manager_la-nm-named-manager.Tpo"; exit 1; \
fi
mkdir .libs
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../utils -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNM_PKGDATADIR=\"/usr//share/NetworkManager\" -DNM_LOCALSTATEDIR=\"/usr//var\" -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch -fcaller-saves -freorder-blocks -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb -fomit-frame-pointer -fno-trapping-math -falign-functions=64 -MT libnamed_manager_la-nm-named-manager.lo -MD -MP -MF .deps/libnamed_manager_la-nm-named-manager.Tpo -c nm-named-manager.c  -fPIC -DPIC -o .libs/libnamed_manager_la-nm-named-manager.o
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../utils -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DNM_PKGDATADIR=\"/usr//share/NetworkManager\" -DNM_LOCALSTATEDIR=\"/usr//var\" -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch -fcaller-saves -freorder-blocks -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb -fomit-frame-pointer -fno-trapping-math -falign-functions=64 -MT libnamed_manager_la-nm-named-manager.lo -MD -MP -MF .deps/libnamed_manager_la-nm-named-manager.Tpo -c nm-named-manager.c -o libnamed_manager_la-nm-named-manager.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=link i686-pc-linux-gnu-gcc  -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64   -o libnamed-manager.la   libnamed_manager_la-nm-named-manager.lo -ldbus-glib-1 -ldbus-1 -lglib-2.0   -pthread -lgthread-2.0 -lglib-2.0
i686-pc-linux-gnu-ar cru .libs/libnamed-manager.a .libs/libnamed_manager_la-nm-named-manager.o
i686-pc-linux-gnu-ranlib .libs/libnamed-manager.a
creating libnamed-manager.la
(cd .libs && rm -f libnamed-manager.la && ln -s ../libnamed-manager.la libnamed-manager.la)
make[3]: Leaving directory `/var/tmp/portage/NetworkManager-cvs-0.3.1/work/NetworkManager/src/named-manager'
Making all in vpn-manager
make[3]: Entering directory `/var/tmp/portage/NetworkManager-cvs-0.3.1/work/NetworkManager/src/vpn-manager'
if /bin/sh ../../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../utils -I../../src -I../../src/named-manager -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -g -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DSYSCONFDIR=\"/etc/\"   -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64 -MT libvpn_manager_la-nm-dbus-vpn.lo -MD -MP -MF ".deps/libvpn_manager_la-nm-dbus-vpn.Tpo" \
  -c -o libvpn_manager_la-nm-dbus-vpn.lo `test -f 'nm-dbus-vpn.c' || echo './'`nm-dbus-vpn.c; \
then mv -f ".deps/libvpn_manager_la-nm-dbus-vpn.Tpo" ".deps/libvpn_manager_la-nm-dbus-vpn.Plo"; \
else rm -f ".deps/libvpn_manager_la-nm-dbus-vpn.Tpo"; exit 1; \
fi
if /bin/sh ../../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../utils -I../../src -I../../src/named-manager -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -g -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DSYSCONFDIR=\"/etc/\"   -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64 -MT libvpn_manager_la-nm-vpn-connection.lo -MD -MP -MF ".deps/libvpn_manager_la-nm-vpn-connection.Tpo" \
  -c -o libvpn_manager_la-nm-vpn-connection.lo `test -f 'nm-vpn-connection.c' || echo './'`nm-vpn-connection.c; \
then mv -f ".deps/libvpn_manager_la-nm-vpn-connection.Tpo" ".deps/libvpn_manager_la-nm-vpn-connection.Plo"; \
else rm -f ".deps/libvpn_manager_la-nm-vpn-connection.Tpo"; exit 1; \
fi
mkdir .libs
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../utils -I../../src -I../../src/named-manager -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DSYSCONFDIR=\"/etc/\" -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch -fcaller-saves -freorder-blocks -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb -fomit-frame-pointer -fno-trapping-math -falign-functions=64 -MT libvpn_manager_la-nm-dbus-vpn.lo -MD -MP -MF .deps/libvpn_manager_la-nm-dbus-vpn.Tpo -c nm-dbus-vpn.c  -fPIC -DPIC -o .libs/libvpn_manager_la-nm-dbus-vpn.o
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../utils -I../../src -I../../src/named-manager -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DSYSCONFDIR=\"/etc/\" -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch -fcaller-saves -freorder-blocks -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb -fomit-frame-pointer -fno-trapping-math -falign-functions=64 -MT libvpn_manager_la-nm-vpn-connection.lo -MD -MP -MF .deps/libvpn_manager_la-nm-vpn-connection.Tpo -c nm-vpn-connection.c  -fPIC -DPIC -o .libs/libvpn_manager_la-nm-vpn-connection.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../utils -I../../src -I../../src/named-manager -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DSYSCONFDIR=\"/etc/\" -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch -fcaller-saves -freorder-blocks -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb -fomit-frame-pointer -fno-trapping-math -falign-functions=64 -MT libvpn_manager_la-nm-vpn-connection.lo -MD -MP -MF .deps/libvpn_manager_la-nm-vpn-connection.Tpo -c nm-vpn-connection.c -o libvpn_manager_la-nm-vpn-connection.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../utils -I../../src -I../../src/named-manager -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -g -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DSYSCONFDIR=\"/etc/\"   -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch  -fcaller-saves -freorder-blocks  -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb  -fomit-frame-pointer -fno-trapping-math  -falign-functions=64 -MT libvpn_manager_la-nm-vpn-manager.lo -MD -MP -MF ".deps/libvpn_manager_la-nm-vpn-manager.Tpo" \
  -c -o libvpn_manager_la-nm-vpn-manager.lo `test -f 'nm-vpn-manager.c' || echo './'`nm-vpn-manager.c; \
then mv -f ".deps/libvpn_manager_la-nm-vpn-manager.Tpo" ".deps/libvpn_manager_la-nm-vpn-manager.Plo"; \
else rm -f ".deps/libvpn_manager_la-nm-vpn-manager.Tpo"; exit 1; \
fi
nm-dbus-vpn.c: In function `nm_dbus_vpn_get_vpn_data':
nm-dbus-vpn.c:199: warning: implicit declaration of function `dbus_message_iter_recurse'
nm-dbus-vpn.c:211: warning: implicit declaration of function `dbus_message_iter_get_basic'
nm-dbus-vpn.c: In function `nm_dbus_vpn_add_one_connection':
nm-dbus-vpn.c:250: warning: unused variable `iter'
nm-dbus-vpn.c: In function `nm_dbus_vpn_get_vpn_connections':
nm-dbus-vpn.c:410: warning: implicit declaration of function `dbus_message_iter_init_append'
nm-dbus-vpn.c:411: warning: implicit declaration of function `dbus_message_iter_open_container'
nm-dbus-vpn.c:411: error: `DBUS_TYPE_STRING_AS_STRING' undeclared (first use in this function)
nm-dbus-vpn.c:411: error: (Each undeclared identifier is reported only once
nm-dbus-vpn.c:411: error: for each function it appears in.)
nm-dbus-vpn.c:415: warning: implicit declaration of function `dbus_message_iter_append_basic'
nm-dbus-vpn.c:418: warning: implicit declaration of function `dbus_message_iter_close_container'
nm-dbus-vpn.c: In function `nm_dbus_vpn_get_vpn_connection_properties':
nm-dbus-vpn.c:439: warning: unused variable `user_name'
nm-dbus-vpn.c: In function `nm_dbus_vpn_activate_connection':
nm-dbus-vpn.c:516: warning: unused variable `reply'
nm-dbus-vpn.c: In function `nm_dbus_vpn_deactivate_connection':
nm-dbus-vpn.c:562: warning: unused variable `vpn_con'
make[3]: *** [libvpn_manager_la-nm-dbus-vpn.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../utils -I../../src -I../../src/named-manager -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DSYSCONFDIR=\"/etc/\" -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch -fcaller-saves -freorder-blocks -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb -fomit-frame-pointer -fno-trapping-math -falign-functions=64 -MT libvpn_manager_la-nm-vpn-manager.lo -MD -MP -MF .deps/libvpn_manager_la-nm-vpn-manager.Tpo -c nm-vpn-manager.c  -fPIC -DPIC -o .libs/libvpn_manager_la-nm-vpn-manager.o
nm-vpn-manager.c: In function `nm_vpn_manager_add_connection':
nm-vpn-manager.c:274: warning: unused variable `found'
nm-vpn-manager.c: In function `nm_vpn_manager_handle_ip4_config_signal':
nm-vpn-manager.c:382: warning: unused variable `vpn_dev'
nm-vpn-manager.c:384: warning: unused variable `broadcast'
nm-vpn-manager.c: In function `nm_vpn_manager_activate_vpn_connection':
nm-vpn-manager.c:650: warning: implicit declaration of function `dbus_bus_name_has_owner'
nm-vpn-manager.c:630: warning: unused variable `iter'
nm-vpn-manager.c:630: warning: unused variable `array_iter'
nm-vpn-manager.c:631: warning: unused variable `i'
nm-vpn-manager.c:631: warning: unused variable `len'
nm-vpn-manager.c: In function `nm_vpn_manager_deactivate_vpn_connection':
nm-vpn-manager.c:709: warning: unused variable `config'
nm-vpn-manager.c: At top level:
nm-vpn-manager.c:311: warning: 'print_vpn_config' defined but not used
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../utils -I../../src -I../../src/named-manager -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_VERSION_MAJOR=0 -DDBUS_VERSION_MINOR=23 -DDBUS_VERSION_MICRO=0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr//bin\" -DDATADIR=\"/usr//share\" -DSYSCONFDIR=\"/etc/\" -O3 -march=pentium-m -pipe -mtune=pentium-m -fno-delayed-branch -fcaller-saves -freorder-blocks -freorder-functions -falign-jumps -finline-functions -frename-registers -fweb -fomit-frame-pointer -fno-trapping-math -falign-functions=64 -MT libvpn_manager_la-nm-vpn-manager.lo -MD -MP -MF .deps/libvpn_manager_la-nm-vpn-manager.Tpo -c nm-vpn-manager.c -o libvpn_manager_la-nm-vpn-manager.o >/dev/null 2>&1
make[3]: Leaving directory `/var/tmp/portage/NetworkManager-cvs-0.3.1/work/NetworkManager/src/vpn-manager'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/NetworkManager-cvs-0.3.1/work/NetworkManager/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/NetworkManager-cvs-0.3.1/work/NetworkManager'
make: *** [all] Error 2

!!! ERROR: gnome-extra/NetworkManager-cvs-0.3.1 failed.
!!! Function src_compile, Line 72, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.



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