Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KWifiManager not installed with KDE 3.2
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
tam
Guru
Guru


Joined: 04 Mar 2003
Posts: 569

PostPosted: Wed Feb 04, 2004 8:26 am    Post subject: KWifiManager not installed with KDE 3.2 Reply with quote

Hi!

I've compiled KDE 3.2 last night. Everything seems to be ok, but I can't find kwifimanager.
Back to top
View user's profile Send private message
ralph
Advocate
Advocate


Joined: 02 Mar 2003
Posts: 2001
Location: Hamburg

PostPosted: Wed Feb 04, 2004 8:39 am    Post subject: Reply with quote

Are you sure it's a part of kde?

* net-wireless/kwifimanager
Latest version available: 1.0.1
Latest version installed: [ Not Installed ]
Size of downloaded files: 717 kB
Homepage: http://kwifimanager.sourceforge.net/
Description: KWiFiManager - the wireless LAN client manager for KDE3
_________________
The computer can't tell you the emotional story. It can give you the exact mathematical design, but what's missing is the eyebrows.
- Frank Zappa
Back to top
View user's profile Send private message
tam
Guru
Guru


Joined: 04 Mar 2003
Posts: 569

PostPosted: Wed Feb 04, 2004 8:44 am    Post subject: Reply with quote

ralph wrote:
Are you sure it's a part of kde?

Yes. I had to unmerge kwifimanager before installing KDE 3.2, because it blocked kdenetwork. Also, the KDE announcement says so.
Back to top
View user's profile Send private message
neuron
Advocate
Advocate


Joined: 28 May 2002
Posts: 2371

PostPosted: Wed Feb 04, 2004 12:00 pm    Post subject: Reply with quote

qpkg --list kdenetwork -nc | grep -i wif
/usr/kde/3.2/share/doc/HTML/en/kwifimanager
/usr/kde/3.2/share/doc/HTML/en/kwifimanager/common -> /usr/kde/3.2/share/doc/HTML/en/common
/usr/kde/3.2/share/doc/HTML/en/kwifimanager/index.cache.bz2
/usr/kde/3.2/share/doc/HTML/en/kwifimanager/index.docbook

seems the docs are there but no executables.
Back to top
View user's profile Send private message
r2dtu
Tux's lil' helper
Tux's lil' helper


Joined: 23 Aug 2002
Posts: 87

PostPosted: Wed Feb 04, 2004 12:35 pm    Post subject: Reply with quote

kdenetwork configure script uses a small program to test if wireless-tools exists. I had to change one include in my system:
Code:
--- /usr/include/iwlib.h        2004-02-04 13:12:24.903801984 +0100
+++ /usr/include/iwlib.h_fix    2004-02-04 13:12:13.787491920 +0100
@@ -128,7 +128,7 @@
 #include <linux/if.h>                  /* for IFNAMSIZ and co... */

 /* Private copy of Wireless extensions */
-#include <wireless.h>
+#include <linux/wireless.h>

 #ifdef __cplusplus
 extern "C" {

so that it would pass.
Then if you are using wireless-tools-27 implement this patch
Back to top
View user's profile Send private message
caleb
Developer
Developer


Joined: 02 Jun 2003
Posts: 404

PostPosted: Wed Feb 04, 2004 1:25 pm    Post subject: Reply with quote

The ebuild has been patched for this - should show up on the rsync mirrors soon.
Back to top
View user's profile Send private message
tam
Guru
Guru


Joined: 04 Mar 2003
Posts: 569

PostPosted: Wed Feb 04, 2004 2:12 pm    Post subject: Reply with quote

caleb wrote:
The ebuild has been patched for this - should show up on the rsync mirrors soon.

Cool. So we have to reemerge kdenetwork, right?
Back to top
View user's profile Send private message
caleb
Developer
Developer


Joined: 02 Jun 2003
Posts: 404

PostPosted: Wed Feb 04, 2004 2:30 pm    Post subject: Reply with quote

yep
Back to top
View user's profile Send private message
tam
Guru
Guru


Joined: 04 Mar 2003
Posts: 569

PostPosted: Wed Feb 04, 2004 3:18 pm    Post subject: Reply with quote

I just did an emerge sync and re-emerged kdenetwork, but I still don't have kwifimanager. :(
Back to top
View user's profile Send private message
r2dtu
Tux's lil' helper
Tux's lil' helper


Joined: 23 Aug 2002
Posts: 87

PostPosted: Wed Feb 04, 2004 3:41 pm    Post subject: Reply with quote

Watch configure step during emerge! What does it say about wireless-tools?
Back to top
View user's profile Send private message
tam
Guru
Guru


Joined: 04 Mar 2003
Posts: 569

PostPosted: Wed Feb 04, 2004 6:12 pm    Post subject: Reply with quote

r2dtu wrote:
Watch configure step during emerge! What does it say about wireless-tools?

checking if wireless tools >= 25 are installed... no

but emerge -s wireless-tools shows that I have version 26 installed.
Back to top
View user's profile Send private message
r2dtu
Tux's lil' helper
Tux's lil' helper


Joined: 23 Aug 2002
Posts: 87

PostPosted: Thu Feb 05, 2004 8:13 am    Post subject: Reply with quote

tam wrote:

checking if wireless tools >= 25 are installed... no

Then try my patch on iwlib.h. It will make use of wireless.h from linux-headers. You can reverse the change aftrer kdenetwork builds.
Maybe wireless-tools package should actually copy its wireless.h to /usr/include...
Back to top
View user's profile Send private message
tam
Guru
Guru


Joined: 04 Mar 2003
Posts: 569

PostPosted: Thu Feb 05, 2004 9:14 am    Post subject: Reply with quote

r2dtu wrote:
Then try my patch on iwlib.h.

I really don't like to patch this, I'd prefer this issue being fixed.
Back to top
View user's profile Send private message
gmichels
Guru
Guru


Joined: 20 Jun 2003
Posts: 480
Location: Brazil

PostPosted: Thu Feb 05, 2004 12:06 pm    Post subject: Reply with quote

same here:

Code:
gustavo kdepim # ACCEPT_KEYWORDS="~x86" emerge kdenetwork
Calculating dependencies ...done!
>>> emerge (1 of 1) kde-base/kdenetwork-3.2.0 to /
>>> md5 src_uri ;-) kdenetwork-3.2.0.tar.bz2
>>> Unpacking source...
>>> Unpacking kdenetwork-3.2.0.tar.bz2 to /var/tmp/portage/kdenetwork-3.2.0/work
 * Applying linuxwirelesswidget.cpp.diff...                               [ ok ]
>>> Source unpacked.
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.
------snip------
checking if wireless tools >= 25 are installed... no


Code:
gustavo kdepim # emerge -p wireless-tools

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] net-wireless/wireless-tools-26
Back to top
View user's profile Send private message
int2str
Guru
Guru


Joined: 29 Sep 2003
Posts: 362

PostPosted: Thu Feb 05, 2004 1:16 pm    Post subject: Reply with quote

The ebuild for the wireless-tools 26 is broken. It doesn't copy iwlib.h into /usr/include. Unpack the wireless-tools package yourself and copy iwlib.h to /usr/include.

Re-emerge kdenetwork and voila...

Cheers,
André
_________________
Adpot an unanswered post today!
Back to top
View user's profile Send private message
gmichels
Guru
Guru


Joined: 20 Jun 2003
Posts: 480
Location: Brazil

PostPosted: Thu Feb 05, 2004 2:56 pm    Post subject: Reply with quote

int2str wrote:
The ebuild for the wireless-tools 26 is broken. It doesn't copy iwlib.h into /usr/include. Unpack the wireless-tools package yourself and copy iwlib.h to /usr/include.

Code:
checking if wireless tools >= 25 are installed... yes


thanks a lot man. Do you know if wireless-tools-27 is broken too?
Back to top
View user's profile Send private message
int2str
Guru
Guru


Joined: 29 Sep 2003
Posts: 362

PostPosted: Thu Feb 05, 2004 5:45 pm    Post subject: Reply with quote

Drago:
The 27 one seems to be broken differntly. As in, the ebuild works, but you'll have to use the patch above to make it work. And even then I had problems compiling kwireless afterwards.

Use 26. Its only a missing file - the easier problem to deal with ;)

Cheers,
André
_________________
Adpot an unanswered post today!
Back to top
View user's profile Send private message
tam
Guru
Guru


Joined: 04 Mar 2003
Posts: 569

PostPosted: Thu Feb 05, 2004 5:56 pm    Post subject: Reply with quote

int2str wrote:
Use 26. Its only a missing file - the easier problem to deal with ;)

Has someone already reported this bug?
Back to top
View user's profile Send private message
b0fh
Guru
Guru


Joined: 16 Jun 2003
Posts: 426

PostPosted: Sun Mar 14, 2004 9:18 pm    Post subject: Reply with quote

The problem still exists with kde 3.2.1 and wireless-tools 27. First it says:
Code:
checking if wireless tools >= 25 are installed... no
checking if wireless tools >= 27 are installed... yes


But then:
Code:
You're missing the wireless tools libraries, or the wireless tools
header files. Without these, KWiFiManager and the kwireless applet
will not be compiled. You are unable to monitor wireless LAN
connections without these.


So what to patch/replace here?[/code]
Back to top
View user's profile Send private message
tam
Guru
Guru


Joined: 04 Mar 2003
Posts: 569

PostPosted: Sun Mar 14, 2004 9:43 pm    Post subject: Reply with quote

I used the workaround posted here: https://bugs.gentoo.org/show_bug.cgi?id=32802
Back to top
View user's profile Send private message
plate
Bodhisattva
Bodhisattva


Joined: 25 Jul 2002
Posts: 1663
Location: Berlin

PostPosted: Tue Jun 29, 2004 8:55 pm    Post subject: Reply with quote

A re-emerge of wireless tools followed by an update to kdenetwork-3.2.3-r1 yesterday did the trick for me. Kwifimanager compiles
Code:
checking if wireless tools >= 25 are installed... yes
checking if wireless tools >= 27 are installed... yes
checking if wireless tools >= 27pre19 are installed... yes
[snip]
checking if wifi should be compiled... yes

and works... :o
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum