Gentoo ebuild compile problems...



Hi!

I tried to make an ebuild for gentoop today that automaticly downloaded the latest cvs and compiled it. However I'm quite new to this and don't have much knowledge in this stuff. I got an compile error that can't sort out. I atached the ebuild en the emerge process log...

Help would be appritiated!

Magnus
-----------------------------------
 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-20041130 
	>=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 \
	  --enable-debug || die "./autogen.sh failed"		
	
	emake || die "make failed"
}



src_install() {

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

pkg_postinst() {
	ewarn "eeek!!"
}
Calculating dependencies  ...done!
>>> emerge (1 of 1) gnome-extra/NetworkManager-20041215 to /
>>> Unpacking source...
 * Fetching CVS module NetworkManager into /usr/portage/distfiles/cvs-src/NetworkManager ...
 * 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" update -dP -rHEAD NetworkManager
 * Copying NetworkManager from /usr/portage/distfiles/cvs-src/NetworkManager ...
 * CVS module NetworkManager is now in /var/tmp/portage/NetworkManager-20041215/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.2
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.4.8
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...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.


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 ...
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 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... /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 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/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... 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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the 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 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 g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the 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 g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the 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 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 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 en_CA es gu nb nl no pa pt_BR sk sq sv wa zh_CN
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.20 hal >= 0.2.91 gthread-2.0... yes
checking NM_CFLAGS... -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal
checking NM_LIBS... -pthread -ldbus-glib-1 -lhal -ldbus-1 -lgthread-2.0 -lglib-2.0
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/X11R6/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... -Wl,--export-dynamic -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... -Wl,--export-dynamic -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/X11R6/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... -Wl,--export-dynamic -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 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/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/freetype2/config -I/usr/include/libxml2
checking LIBGNOMEUI_LIBS... -Wl,--export-dynamic -pthread -L/usr/X11R6/lib -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 more warnings... yes
checking whether gcc understands -Wno-unused... yes
checking whether gcc understands -Wno-strict-aliasing... yes
checking whether gcc understands -Wno-sign-compare... yes
checking whether gcc understands -Wdeclaration-after-statement... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/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 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 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
/usr/local/bmg-main/gnome-extra/NetworkManager/NetworkManager-20041215.ebuild: line 64: --sysconfdir=/etc/: No such file or directory
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/NetworkManager-20041215/work/NetworkManager'
Making all in dhcpcd
make[2]: Entering directory `/var/tmp/portage/NetworkManager-20041215/work/NetworkManager/dhcpcd'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal   -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT buildmsg.o -MD -MP -MF ".deps/buildmsg.Tpo" \
  -c -o buildmsg.o `test -f 'buildmsg.c' || echo './'`buildmsg.c; \
then mv -f ".deps/buildmsg.Tpo" ".deps/buildmsg.Po"; \
else rm -f ".deps/buildmsg.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal   -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT arp.o -MD -MP -MF ".deps/arp.Tpo" \
  -c -o arp.o `test -f 'arp.c' || echo './'`arp.c; \
then mv -f ".deps/arp.Tpo" ".deps/arp.Po"; \
else rm -f ".deps/arp.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal   -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT client.o -MD -MP -MF ".deps/client.Tpo" \
  -c -o client.o `test -f 'client.c' || echo './'`client.c; \
then mv -f ".deps/client.Tpo" ".deps/client.Po"; \
else rm -f ".deps/client.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal   -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT dhcpcd.o -MD -MP -MF ".deps/dhcpcd.Tpo" \
  -c -o dhcpcd.o `test -f 'dhcpcd.c' || echo './'`dhcpcd.c; \
then mv -f ".deps/dhcpcd.Tpo" ".deps/dhcpcd.Po"; \
else rm -f ".deps/dhcpcd.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal   -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -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
ar cru libdhcpc.a buildmsg.o arp.o client.o dhcpcd.o
ranlib libdhcpc.a
/bin/sh ../libtool --mode=link gcc  -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement   -o dhcp_test  dhcp_test.o libdhcpc.a
mkdir .libs
gcc -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -o dhcp_test dhcp_test.o  libdhcpc.a
make[2]: Leaving directory `/var/tmp/portage/NetworkManager-20041215/work/NetworkManager/dhcpcd'
Making all in src
make[2]: Entering directory `/var/tmp/portage/NetworkManager-20041215/work/NetworkManager/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal    -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT NetworkManagerAP.o -MD -MP -MF ".deps/NetworkManagerAP.Tpo" \
  -c -o NetworkManagerAP.o `test -f 'NetworkManagerAP.c' || echo './'`NetworkManagerAP.c; \
then mv -f ".deps/NetworkManagerAP.Tpo" ".deps/NetworkManagerAP.Po"; \
else rm -f ".deps/NetworkManagerAP.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal    -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT NetworkManagerAPList.o -MD -MP -MF ".deps/NetworkManagerAPList.Tpo" \
  -c -o NetworkManagerAPList.o `test -f 'NetworkManagerAPList.c' || echo './'`NetworkManagerAPList.c; \
then mv -f ".deps/NetworkManagerAPList.Tpo" ".deps/NetworkManagerAPList.Po"; \
else rm -f ".deps/NetworkManagerAPList.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal    -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT NetworkManagerDbus.o -MD -MP -MF ".deps/NetworkManagerDbus.Tpo" \
  -c -o NetworkManagerDbus.o `test -f 'NetworkManagerDbus.c' || echo './'`NetworkManagerDbus.c; \
then mv -f ".deps/NetworkManagerDbus.Tpo" ".deps/NetworkManagerDbus.Po"; \
else rm -f ".deps/NetworkManagerDbus.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal    -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT NetworkManagerDHCP.o -MD -MP -MF ".deps/NetworkManagerDHCP.Tpo" \
  -c -o NetworkManagerDHCP.o `test -f 'NetworkManagerDHCP.c' || echo './'`NetworkManagerDHCP.c; \
then mv -f ".deps/NetworkManagerDHCP.Tpo" ".deps/NetworkManagerDHCP.Po"; \
else rm -f ".deps/NetworkManagerDHCP.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal    -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT NetworkManagerDevice.o -MD -MP -MF ".deps/NetworkManagerDevice.Tpo" \
  -c -o NetworkManagerDevice.o `test -f 'NetworkManagerDevice.c' || echo './'`NetworkManagerDevice.c; \
then mv -f ".deps/NetworkManagerDevice.Tpo" ".deps/NetworkManagerDevice.Po"; \
else rm -f ".deps/NetworkManagerDevice.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal    -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT NetworkManager.o -MD -MP -MF ".deps/NetworkManager.Tpo" \
  -c -o NetworkManager.o `test -f 'NetworkManager.c' || echo './'`NetworkManager.c; \
then mv -f ".deps/NetworkManager.Tpo" ".deps/NetworkManager.Po"; \
else rm -f ".deps/NetworkManager.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal    -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT NetworkManagerPolicy.o -MD -MP -MF ".deps/NetworkManagerPolicy.Tpo" \
  -c -o NetworkManagerPolicy.o `test -f 'NetworkManagerPolicy.c' || echo './'`NetworkManagerPolicy.c; \
then mv -f ".deps/NetworkManagerPolicy.Tpo" ".deps/NetworkManagerPolicy.Po"; \
else rm -f ".deps/NetworkManagerPolicy.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal    -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT NetworkManagerUtils.o -MD -MP -MF ".deps/NetworkManagerUtils.Tpo" \
  -c -o NetworkManagerUtils.o `test -f 'NetworkManagerUtils.c' || echo './'`NetworkManagerUtils.c; \
then mv -f ".deps/NetworkManagerUtils.Tpo" ".deps/NetworkManagerUtils.Po"; \
else rm -f ".deps/NetworkManagerUtils.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal    -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT NetworkManagerWireless.o -MD -MP -MF ".deps/NetworkManagerWireless.Tpo" \
  -c -o NetworkManagerWireless.o `test -f 'NetworkManagerWireless.c' || echo './'`NetworkManagerWireless.c; \
then mv -f ".deps/NetworkManagerWireless.Tpo" ".deps/NetworkManagerWireless.Po"; \
else rm -f ".deps/NetworkManagerWireless.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal    -Wall -DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr/local/bin\" -DDATADIR=\"/usr/local/share\"   -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT NetworkManagerSystem.o -MD -MP -MF ".deps/NetworkManagerSystem.Tpo" \
  -c -o NetworkManagerSystem.o `test -f 'NetworkManagerSystem.c' || echo './'`NetworkManagerSystem.c; \
then mv -f ".deps/NetworkManagerSystem.Tpo" ".deps/NetworkManagerSystem.Po"; \
else rm -f ".deps/NetworkManagerSystem.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal     -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT backends/libnmbackend_la-NetworkManagerGentoo.lo -MD -MP -MF "backends/.deps/libnmbackend_la-NetworkManagerGentoo.Tpo" \
  -c -o backends/libnmbackend_la-NetworkManagerGentoo.lo `test -f 'backends/NetworkManagerGentoo.c' || echo './'`backends/NetworkManagerGentoo.c; \
then mv -f "backends/.deps/libnmbackend_la-NetworkManagerGentoo.Tpo" "backends/.deps/libnmbackend_la-NetworkManagerGentoo.Plo"; \
else rm -f "backends/.deps/libnmbackend_la-NetworkManagerGentoo.Tpo"; exit 1; \
fi
mkdir backends/.libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -pthread -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 -I/usr/include/hal -Wall -Werror -std=gnu89 -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 -Wno-unused -Wno-strict-aliasing -Wno-sign-compare -Wdeclaration-after-statement -MT backends/libnmbackend_la-NetworkManagerGentoo.lo -MD -MP -MF backends/.deps/libnmbackend_la-NetworkManagerGentoo.Tpo -c backends/NetworkManagerGentoo.c  -fPIC -DPIC -o backends/.libs/libnmbackend_la-NetworkManagerGentoo.o
backends/NetworkManagerGentoo.c: In function `nm_system_device_run_dhcp':
backends/NetworkManagerGentoo.c:71: warning: assignment discards qualifiers from pointer target type
backends/NetworkManagerGentoo.c: In function `nm_system_device_stop_dhcp':
backends/NetworkManagerGentoo.c:106: warning: implicit declaration of function `strnlen'
backends/NetworkManagerGentoo.c: In function `nm_system_device_setup_static_ip4_config':
backends/NetworkManagerGentoo.c:168: warning: ISO C90 forbids mixed declarations and code
backends/NetworkManagerGentoo.c:183: warning: implicit declaration of function `inet_ntoa'
backends/NetworkManagerGentoo.c:183: warning: passing arg 1 of `g_strdup' makes pointer from integer without a cast
backends/NetworkManagerGentoo.c:184: warning: passing arg 1 of `g_strdup' makes pointer from integer without a cast
backends/NetworkManagerGentoo.c:185: warning: passing arg 1 of `g_strdup' makes pointer from integer without a cast
backends/NetworkManagerGentoo.c:186: warning: passing arg 1 of `g_strdup' makes pointer from integer without a cast
backends/NetworkManagerGentoo.c:187: warning: assignment discards qualifiers from pointer target type
backends/NetworkManagerGentoo.c: In function `nm_system_device_update_config_info':
backends/NetworkManagerGentoo.c:349: warning: implicit declaration of function `inet_addr'
make[2]: *** [backends/libnmbackend_la-NetworkManagerGentoo.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/NetworkManager-20041215/work/NetworkManager/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/NetworkManager-20041215/work/NetworkManager'
make: *** [all] Error 2

!!! ERROR: gnome-extra/NetworkManager-20041215 failed.
!!! Function src_compile, Line 66, 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]