Compiling version 0.2 on Fedora 7

Ryan Daly daly at ctcnet.net
Tue Nov 20 01:33:50 CET 2007


On Mon, 2007-11-19 at 19:06 -0500, Ryan Daly wrote:
> On Mon, 2007-11-19 at 16:24 -0600, Dennis Gilmore wrote:
> > On Monday 19 November 2007, Ryan Daly wrote:
> > >
> > > Ran into an error:
> > >
> > > **************************************************
> > > *
> > > * KNetworkManager will not be built due to missing dependencies!
> > > * Missing:  libnl-1
> > > *
> > > **************************************************
> > >
> > > And, above that, I find:
> > >
> > > checking for libnl-1 >= 1.0-pre6... no
> > > configure: WARNING: You need libnl, knetworkmanager will not be compiled
> > >
> > > : riddler 125#; rpm -q libnl
> > >
> > > libnl-1.0-0.10.pre5.4
> > you need libnl-devel
> 
> My fault.  Sorry.
> 
> : riddler 148#; rpm -q libnl-devel
> libnl-devel-1.0-0.10.pre5.4
> 
> Have that one, too.

I grabbed knetworkmanager-0.2-0.1.svn20070815.fc7.src.rpm figuring that
this would compile since, after all, this is a FC7 package.  To my
disappointment, I get the following:

if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include      -I/opt/kde/v3.5.7/include -I.  -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -UQT_NO_ASCII_CAST -MT knetworkmanager-devicestore.lo -MD -MP -MF ".deps/knetworkmanager-devicestore.Tpo" \
          -c -o knetworkmanager-devicestore.lo `test -f 'knetworkmanager-devicestore.cpp' || echo './'`knetworkmanager-devicestore.cpp; \
        then mv -f ".deps/knetworkmanager-devicestore.Tpo" ".deps/knetworkmanager-devicestore.Plo"; \
        else rm -f ".deps/knetworkmanager-devicestore.Tpo"; exit 1; \
        fi
/usr/include/netlink/rtnetlink-kernel.h:498: error: '__u64' does not name a type
/usr/include/netlink/rtnetlink-kernel.h:499: error: '__u64' does not name a type
/usr/include/netlink/rtnetlink-kernel.h:500: error: '__u64' does not name a type
/usr/include/netlink/rtnetlink-kernel.h:501: error: '__u64' does not name a type
/usr/include/netlink/rtnetlink-kernel.h:502: error: '__u64' does not name a type
/usr/include/netlink/rtnetlink-kernel.h:503: error: '__u64' does not name a type
/usr/include/netlink/rtnetlink-kernel.h:504: error: '__u64' does not name a type
/usr/include/netlink/rtnetlink-kernel.h:505: error: '__u64' does not name a type
/usr/include/netlink/rtnetlink-kernel.h:506: error: '__u64' does not name a type
/usr/include/netlink/rtnetlink-kernel.h:507: error: '__u64' does not name a type
/usr/include/netlink/rtnetlink-kernel.h:663: error: '__u64' does not name a type
/usr/include/netlink/rtnetlink-kernel.h:664: error: '__u64' does not name a type
/usr/include/netlink/rtnetlink-kernel.h:665: error: '__u64' does not name a type
make[3]: *** [knetworkmanager-devicestore.lo] Error 1
make[3]: Leaving directory `/var/tmp/kdenetwork/knetworkmanager/knetworkmanager/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/kdenetwork/knetworkmanager/knetworkmanager'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/kdenetwork/knetworkmanager'
make: *** [all] Error 2

: riddler 12#; rpm -qf /usr/include/netlink/rtnetlink-kernel.h
libnl-devel-1.0-0.10.pre5.4



More information about the kde-networkmanager mailing list