vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have a problem compiling KDE 3.3.0 using the following command: ACCEPT_KEYWORDS="~x86" emerge kde Giving me the following error message: : undefined reference to `iw_init_event_stream' interface_wireless_wirelessextensions.o(.text+0x14 82): In function `Interface_wireless_wirelessextensions::get_availa ble_networks()': : undefined reference to `iw_extract_event_stream' collect2: ld returned 1 exit status make[3]: *** [kwifimanager] Error 1 make[3]: Leaving directory `/var/tmp/portage/kdenetwork-3.3.0/work/kdenetwork-3.3.0/wifi' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kdenetwork-3.3.0/work/kdenetwork-3.3.0/wifi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kdenetwork-3.3.0/work/kdenetwork-3.3.0' make: *** [all] Error 2 !!! ERROR: kde-base/kdenetwork-3.3.0 failed. !!! Function kde_src_compile, Line 131, Exitcode 2 !!! died running emake, kde_src_compile:make Can anybody help me figuring out what the problem might be? I didn't do the initial install myself, but it hasn't had problems compiling much before. Regards Jesper |
| |||
| Jesper Mørch wrote: > I have a problem compiling KDE 3.3.0 using the following command: > > ACCEPT_KEYWORDS="~x86" emerge kde The usual rant: Don't use it this way unless you know what you are doing. Use /etc/portage/package.keywords instead (create if necessary). See man portage, [1] and various other threads in the Gentoo forums [2]. > Giving me the following error message: > > : undefined reference to `iw_init_event_stream' > interface_wireless_wirelessextensions.o(.text+0x14 82): In function > `Interface_wireless_wirelessextensions::get_availa ble_networks()': > : undefined reference to `iw_extract_event_stream' > collect2: ld returned 1 exit status > make[3]: *** [kwifimanager] Error 1 > make[3]: Leaving directory > `/var/tmp/portage/kdenetwork-3.3.0/work/kdenetwork-3.3.0/wifi' make[2]: > *** [all-recursive] Error 1 make[2]: Leaving directory > `/var/tmp/portage/kdenetwork-3.3.0/work/kdenetwork-3.3.0/wifi' make[1]: > *** [all-recursive] Error 1 make[1]: Leaving directory > `/var/tmp/portage/kdenetwork-3.3.0/work/kdenetwork-3.3.0' make: *** [all] > Error 2 > > !!! ERROR: kde-base/kdenetwork-3.3.0 failed. > !!! Function kde_src_compile, Line 131, Exitcode 2 > !!! died running emake, kde_src_compile:make Read on at [3]. [1] http://forums.gentoo.org/viewtopic.p...093204#1093204 [2] http://forums.gentoo.org [3] http://bugs.gentoo.org/show_bug.cgi?id=61186 |
| ||||
| Dennis Nienhüser wrote: > Jesper Mørch wrote: > >> I have a problem compiling KDE 3.3.0 using the following command: >> >> ACCEPT_KEYWORDS="~x86" emerge kde > > The usual rant: Don't use it this way unless you know what you are doing. > Use /etc/portage/package.keywords instead (create if necessary). See man > portage, [1] and various other threads in the Gentoo forums [2]. > I have noticed now, that it was a VERY bad way of emerging files, and will remember that the next time I am going to emerge something from the "testing" tree. Thank you :-) > Read on at [3]. > > [1] http://forums.gentoo.org/viewtopic.p...093204#1093204 > [2] http://forums.gentoo.org > [3] http://bugs.gentoo.org/show_bug.cgi?id=61186 I had a look at the bug report, and managed to get the rest up and running, so besides WIFI and few issues with GPG-S/MIME in kmail, which I still haven't had a look at, everything runs perfectly. Thank you very much :-) - Jesper |