Am Sonntag 24 Juni 2007 21:38 schrieb Christoph Mende:
> On Sun, 24 Jun 2007 21:23:20 +0200
>
> Florian Philipp <[EMAIL PROTECTED]> wrote:
> > It's the onboard  USB-WLAN-adapter on my ASUS M2N32-SLI Deluxe mainboard.
> > A native driver exists (  net-wireless/rtl8187 ) but it is hardmasked.
>
> It's not. Put net-wireless/rtl8187 ** in /etc/potage/package.keywords
> and emerge it.

Well, it doesn't work. Please help me to understand the error message. The log 
is attached, as well as the emerge --info output.

Thanks in advance!

Florian Philipp
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/2.6.21-gentoo-r3/build
 * Found sources for kernel version:
 *     2.6.21-gentoo-r3
 * Checking for suitable kernel configuration options...
  [ ok ]
>>> Unpacking source...
>>> Unpacking rtl8187_linux_26.1010.zip to /var/tmp/portage/net-wireless/rtl8187-1.10/work
>>> Unpacking ./stack.tar.gz to /var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006
>>> Unpacking ./drv.tar.gz to /var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006
 * Applying kernel-2.6.19.patch ...
  [ ok ]
 * Ignore the 'ieee80211* undefined' warnings.
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006 ...
 * Preparing ieee80211_crypt-rtl module
make -C /usr/src/linux M=/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211 modules
make[1]: Entering directory `/usr/src/linux-2.6.21-gentoo-r3'
  CC [M]  /var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.o
  CC [M]  /var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_rx.o
  CC [M]  /var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_tx.o
  CC [M]  /var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.o
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c: In function 'ieee80211_softmac_scan_wq':
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:391: warning: ISO C90 forbids mixed declarations and code
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:412: warning: passing argument 2 of 'queue_delayed_work' from incompatible pointer type
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c: In function 'ieee80211_softmac_stop_scan':
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:486: warning: passing argument 1 of 'cancel_delayed_work' from incompatible pointer type
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c: In function 'ieee80211_associate_abort':
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:885: warning: passing argument 2 of 'queue_delayed_work' from incompatible pointer type
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:1360:4: warning: #warning CHECK_LOCK_HERE
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:1400:2: warning: #warning CHECK_LOCK_HERE
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c: In function 'ieee80211_rx_frame_softmac':
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:1471: warning: ISO C90 forbids mixed declarations and code
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c: In function 'ieee80211_stop_protocol':
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2060: warning: passing argument 1 of 'cancel_delayed_work' from incompatible pointer type
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2168:78: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c: In function 'ieee80211_softmac_init':
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2168: error: 'INIT_WORK' undeclared (first use in this function)
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2168: error: (Each undeclared identifier is reported only once
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2168: error: for each function it appears in.)
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2169:88: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2170:94: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2171:96: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2172:82: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2173:82: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c: In function 'ieee80211_softmac_free':
/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:2192: warning: passing argument 1 of 'cancel_delayed_work' from incompatible pointer type
make[2]: *** [/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [_module_/var/tmp/portage/net-wireless/rtl8187-1.10/work/rtl8187_linux_26.1010.0622.2006/ieee80211] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.21-gentoo-r3'
make: *** [modules] Error 2

!!! ERROR: net-wireless/rtl8187-1.10 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ebuild.sh, line 1305:   Called linux-mod_src_compile
  linux-mod.eclass, line 516:   Called die

!!! Unable to make  KSRC=/usr/src/linux  .
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/log/portage/net-wireless:rtl8187-1.10:20070625-140709.log'.

Portage 2.1.2.7 (default-linux/amd64/2007.0/desktop, gcc-4.1.2, glibc-2.5-r3, 
2.6.21-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.21-gentoo-r3 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 
4200+
Gentoo Base System release 1.12.9
Timestamp of tree: Sun, 24 Jun 2007 08:50:02 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled]
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.32
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r7
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -msse3 -finline-functions"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild 
/etc/terminfo"
CXXFLAGS="-march=athlon64 -O2 -pipe -msse3 -finline-functions"
DISTDIR="/usr/src/portage/distfiles/"
FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms 
strict"
GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo 
http://pandemonium.tiscali.de/pub/gentoo/ "
LDFLAGS="-Wl,-O1"
LINGUAS="de"
MAKEOPTS="-j4"
PKGDIR="/usr/src/portage/packages/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages 
--filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X aac aalib acl acpi alsa amd64 amr apm arts berkdb 
bitmap-fonts bzip2 cairo cdparanoia cdr cli cracklib crypt cups dbus dri dts dv 
dvd dvdr dvdread eds emacs emboss encode evo fam firefox fortran gdbm gif 
gimpprint gpgme gpm hal iconv idn ip1500 ipod isdnlog java jpeg kde 
kdeenablefinal kdehiddenvisibility kdexdelta kdexdeltas kerberos ldap leim 
libg++ live logitech-mouse logrotate mad midi mikmod mimencode mmx mmxext mp3 
mpeg mudflap ncurses nls noamazon normalizemime nptl nptlonly ntfs offensive 
ogg opengl openmp pam pcre pdf perl pmu png pop pppd python qt3 qt3support qt4 
readline reflection restrict-javascript scanner scenarios sdl session smime smp 
spell spl sse sse2 ssl svg symlink tcpd theora threads tiff timidity tools 
truetype truetype-fonts type1-fonts unicode usb v4l vorbis x264 xml xorg xv 
xvid zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix 
dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter 
mulaw multi null plug rate route share shm softvol" ELIBC="glibc" 
INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz 
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" 
USERLAND="GNU" VIDEO_CARDS="fglrx radeon vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, 
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Attachment: pgpHMOX1MGJjw.pgp
Description: PGP signature

Reply via email to