Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 268499

Summary: kde-misc/knetworkmanagerr-0.2.2_p2008052 wont compile
Product: Gentoo Linux Reporter: radim <r.snajdr>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal CC: novachok
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description radim 2009-05-03 19:11:14 UTC
The compilation simply hangs up.

Reproducible: Always

Steps to Reproduce:
1.nice -n 19 emerge -avD kde-misc/knetworkmanager

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] kde-misc/knetworkmanager-0.2.2_p20080528  USE="-arts -cisco -debug -dialup -openvpn (-pptp) -xiner
ama" 687 kB

2.
3.

Actual Results:  
rm -rf generalsettings.h;
/usr/qt/3/bin/uic -L /usr/kde/3.5/lib/kde3/plugins/designer -nounload ./generalsettings.ui | /usr/bin/perl -pi -e 
"s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> generalsettings.h ;
/usr/kde/3.5/bin/kconfig_compiler ./knetworkmanager.kcfg ./settings.kcfgc; ret=$?; \
        if test "$ret" != 0; then rm -f settings.h ; exit $ret ;  fi
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -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/dbu
s-1.0 -I/usr/lib/dbus-1.0/include      -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_RE
ENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -W
pointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=pentium-m -O2 -pipe -fomit-frame-pointer -Wformat-security -Wmissing-
format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASC
II_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -UQT_NO_ASCII_CAST -c -o main.lo main.cpp
In file included from knetworkmanager-devicestore.h:34,
                 from knetworkmanager.h:35,
                 from main.cpp:25:
knetworkmanager-devicestore_dbus.h:29:41: error: NetworkManager/dbus-helpers.h: No such file or directory
knetworkmanager-vpn.h:68: error: 'NMVPNActStage' has not been declared
knetworkmanager-vpn.h:83: error: 'NMVPNActStage' does not name a type
knetworkmanager-vpn.h:112: error: 'NMVPNActStage' does not name a type
knetworkmanager-device.h:76: error: expected ',' or '...' before '&' token
knetworkmanager-device.h:76: error: ISO C++ forbids declaration of 'NMActStage' with no type
knetworkmanager-device.h:77: error: 'NMActStage' does not name a type
knetworkmanager-devicestore_dbus.h:47: error: 'NMActStage' has not been declared
knetworkmanager-devicestore.h:60: error: 'NMActStage' has not been declared
make[3]: *** [main.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/kde-misc/knetworkmanager-0.2.2_p20080528/work/knetworkmanager-0.2.2_p
20080528/knetworkmanager/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kde-misc/knetworkmanager-0.2.2_p20080528/work/knetworkmanager-0.2.2_p
20080528/knetworkmanager'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kde-misc/knetworkmanager-0.2.2_p20080528/work/knetworkmanager-0.2.2_p
20080528'
make: *** [all] Error 2
 * 
 * ERROR: kde-misc/knetworkmanager-0.2.2_p20080528 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 4198:  Called kde_src_compile
 *             environment, line 3009:  Called kde_src_compile 'all'
 *             environment, line 3134:  Called kde_src_compile 'myconf' 'configure' 'make'
 *             environment, line 3130:  Called die
 * The specific snippet of code:
 *                   emake || die "died running emake, $FUNCNAME:make"
 *  The die message:
 *   died running emake, kde_src_compile:make
Comment 1 Alexandr Novachok 2009-05-11 10:27:52 UTC
I have the same,
on kde 4.2.3
Comment 2 Robert Buchholz (RETIRED) gentoo-dev 2009-05-12 22:05:26 UTC

*** This bug has been marked as a duplicate of bug 253788 ***
Comment 3 Flavio 2009-10-26 23:09:38 UTC
I would like to be able to use KNetworkManager on my laptop. 
Since I upgraded my kde to 4.3.1, I'm not able to compile it.