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

Bug 96758

Summary: ipw2100 cannot be compiled
Product: Gentoo Linux Reporter: Christopher Kreitz <romses>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christopher Kreitz 2005-06-22 01:01:30 UTC
with kernel v 2.6.12, the ipw2100 drivers cannot be compiled

root@minime> make clean && make
rm -f *.mod.c *.mod *.o *.ko .*.cmd .*.flags .lst *.lst
rm -rf /usr/src/ipw2100-1.1.0/tmp
for file in *.{c,h}; do \
        sed -i -e "s:\ *$::g" -e "s:\t*$::g" $file; \
done
make -C /lib/modules/2.6.12-gentoo/build SUBDIRS=/usr/src/ipw2100-1.1.0
MODVERDIR=/usr/src/ipw2100-1.1.0 modules
make[1]: Entering directory `/usr/src/linux-2.6.12-gentoo'
  CC [M]  /usr/src/ipw2100-1.1.0/ipw2100.o
In file included from /usr/src/ipw2100-1.1.0/ipw2100.h:43,
                 from /usr/src/ipw2100-1.1.0/ipw2100.c:167:
/usr/src/ipw2100-1.1.0/ieee80211.h:647: error: redefinition of
`is_multicast_ether_addr'
include/linux/etherdevice.h:67: error: `is_multicast_ether_addr' previously
defined here
make[2]: *** [/usr/src/ipw2100-1.1.0/ipw2100.o] Fehler 1
make[1]: *** [_module_/usr/src/ipw2100-1.1.0] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.12-gentoo'
make: *** [modules] Fehler 2


Reproducible: Always
Steps to Reproduce:
1. download the ipw2100 1.1.0 sources
2. try to compile them

Actual Results:  
The compilation did not work


System uname: 2.6.11-gentoo-r9 i686 Intel(R) Pentium(R) M processor 1400MHz
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 29 2005, 19:20:36)]
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config
 /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qm
ail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
ftp://gentoo.inode.at/source/ http://gentoo.inode.at/"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LINGUAS="de"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib acpi alsa apache2 apm arts avi bash-completion berkdb
bitmap-fonts cdparanoia cdr crypt cups curl directfb divx4linux dvd dvdread eds
emboss encode esd
 fam flac foomaticdb fortran g77 gd gdbm gif gphoto2 gpm gtk gtk2 imagemagick
imlib java jpeg kde libg++ libwww mad mikmod mmx motif mp3 mpeg mysql ncurses
nls nntp ogg
 oggvorbis opengl oss pam pdflib perl png python qt quicktime readline samba sdl
slang spell sqlite sse sse2 ssl svga tcltk tcpd tetex tiff truetype
truetype-fonts type
1-fonts vorbis wifi xine xml xml2 xmms xosd xscreensaver xv zlib linguas_de
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS
Comment 1 Christopher Kreitz 2005-06-22 01:09:55 UTC
(In reply to comment #0)
> with kernel v 2.6.12, the ipw2100 drivers cannot be compiled

the kernelversion is gentoo-sources 2.6.12

with the stable kernel version 2.6.11-gentoo-r11 the driver can be compiled
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-06-22 01:54:48 UTC
Already fixed; please emerge sync before reporting bugs.

*** This bug has been marked as a duplicate of 96435 ***