Summary: | kdenetwork 3.2.0_beta1 cannot find library "iw" with wireless-tools-27_pre2 installed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Pat Double <gentoo> |
Component: | New packages | Assignee: | Peter Johanson (RETIRED) <latexer> |
Status: | RESOLVED FIXED | ||
Severity: | blocker | CC: | kde |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 33043 |
Description
Pat Double
2003-11-05 09:17:50 UTC
I noticed bug 32702 is the same, although the solution was to unmerge wireless tools. I have a wireless NIC so I'd like the wireless features KDE 3.2 may provide. wireless-tools-26 actually does use /usr/lib/libiw.a, so kdenetwork will compile with this package. This may be a bug in wireless-tools-27_pre2. Yeah, not much I can do on the kde side. If it finds iwlib.h, then it assumes that everything is installed properly. If you don't have the static library installed, then it will fail. Probably should pry whoever maintains the wireless-tools ebuild. The latest, most active person for wireless-tools appears to be Peter Johanson <latexer@gentoo.org>. I've found a workaround: # cd /usr/lib # ls -F libiw* libiw15.so@ libiw15.so.27* # ln -s libiw15.so libiw.so # emerge /usr/portage/kde-base/kdenetwork/kdenetwork-3.2.0_beta1.ebuild emerge succeeds. So it seems that wireless-tools isn't creating the libiw.so symlink should all be fixed now. |