First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 64176
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 77780
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Torsten Veller <tove@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
linux-wlan-ng-0.2.1_pre20-pre22.diff 0.2.1_pre20-pre22.diff patch Torsten Veller 2004-09-15 14:12 0000 2.63 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 64176 depends on: Show dependency tree
Show dependency graph
Bug 64176 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-09-15 14:11 0000
works on my system -- but i haven't tested the pcmcia part! I am using a usb
stick.

Portage 2.0.51_rc1 (default-linux/x86/2004.2/gcc34/2.6, gcc-3.4.1,
glibc-2.3.4.20040808-r0, 2.6.8-gentoo-r3 i686)
=================================================================
System uname: 2.6.8-gentoo-r3 i686 AMD Duron(tm) processor
Gentoo Base System version 1.5.3
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fstack-protector-all"
CHOST="i686-pc-linux-gnu"
COMPILER=""



some comments:
- upstream: "Rename the man pages to have a .1 extension". so i changed the
'use build' part in src_install to remove the doc afterwards.
- fetch tar.bz2 instead of tar.gz
- not need to remove sandbox and userpriv from FEATURES on kernel 2.6!!
- defined IUSE before inherit pcmcia

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Torsten Veller 2004-09-15 14:12:26 0000 -------
Created an attachment (id=39658) [edit]
0.2.1_pre20-pre22.diff

------- Comment #2 From Torsten Veller 2004-09-15 15:21:47 0000 -------
- $( cd ${D}/usr/share && rm -r man )
+  ( cd ${D}/usr/share && rm -r man )

------- Comment #3 From Doug Goldstein 2004-10-09 02:05:49 0000 -------
New version commited with most of the fixes in here along with some others.

PACKAGE IS MASKED.... you must unmask to test it. Masked because I don't have the hardware to test. Any mobile herd member got stuff to test it with and unmask?

------- Comment #4 From Doug Goldstein 2004-10-09 02:11:52 0000 -------
*** Bug 53668 has been marked as a duplicate of this bug. ***

------- Comment #5 From Torsten Veller 2004-10-09 02:54:23 0000 -------
I switched to ndiswrapper-0.11_rc1 because it supports my USB wlan module and
linux-wlan-ng is really not ready for 2.6. It doesn't work reliable.

At some point WEP encryption was broken. I tried to reemerge it -- and the
sandbox violation reappeared. From that point WEP worked only after i installed
it manually.

------- Comment #6 From Doug Goldstein 2004-10-09 07:20:05 0000 -------
linux-wlan-ng gave you a sandbox error? what's the error? what version? what
kernel?

There was no ndiswrapper 0.11_rc1 ebuild, if a ndiswrapper ebuild gave you an
error, file a separate bug.

------- Comment #7 From Torsten Veller 2004-10-09 08:16:54 0000 -------
> linux-wlan-ng gave you a sandbox error? what's the error? what version? what kernel?

Yes, kernel 2.6.8 (right now) (#46787).
It once worked that was the reason why i commited this bug report and removed
the warning (which doesn't help if it's in pkg_postinst):
-       ewarn "Users emerging this with a 2.6 kernel still need to disable"
-       ewarn "sandbox and userpriv from FEATURES."


  LD [M] 
/var/tmp/portage/linux-wlan-ng-0.2.1_pre22/work/linux-wlan-ng-0.2.1pre22/src/p80211/p80211.o
  Building modules, stage 2.
  MODPOST
ACCESS DENIED  open_wr:  
/usr/src/linux-2.6.8-gentoo-r6/sound/oss/via82cxxx_audio.mod.c
sound/oss/via82cxxx_audio.mod.c: Permission denied
make[4]: *** [__modpost] Error 1
make[3]: *** [modules] Error 2
make[3]: Leaving directory `/usr/src/linux-2.6.8-gentoo-r6'
make[2]: *** [default] Error 2
make[2]: Leaving directory
`/var/tmp/portage/linux-wlan-ng-0.2.1_pre22/work/linux-wlan-ng-0.2.1pre22/src/p80211'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/var/tmp/portage/linux-wlan-ng-0.2.1_pre22/work/linux-wlan-ng-0.2.1pre22/src'
make: *** [all] Error 2

!!! ERROR: net-wireless/linux-wlan-ng-0.2.1_pre22 failed.
!!! Function src_compile, Line 95, Exitcode 2
!!! failed compiling
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY
---------------------------
LOG FILE = "/tmp/sandbox-net-wireless_-_linux-wlan-ng-0.2.1_pre22-24917.log"

open_wr:   /usr/src/linux-2.6.8-gentoo-r6/sound/oss/via82cxxx_audio.mod.c
--------------------------------------------------------------------------------


> There was no ndiswrapper 0.11_rc1 ebuild,

there was one in my overlay. 0.11_rc1 was the first version supporting my
hardware.

> if a ndiswrapper ebuild gave you an error, file a separate bug.

no bug -- works great.

------- Comment #8 From Sebastian Dröge 2004-10-10 03:20:30 0000 -------
Works for me without problems on ppc... just had to disable sandbox because of
access violations as in all versions before with a 2.6 kernel

------- Comment #9 From Skobel 2004-10-23 13:47:55 0000 -------
I have no problems with pre22 at all (can't say that for the other versions
that are currently in portage as those don't support my card)... I'm using a
DLink PCMCIA card so I can vouch for that working with the 2.6 kernel without
any sandbox violation for me...

------- Comment #10 From Henrik Brix Andersen 2004-11-09 13:54:15 0000 -------
*** Bug 70597 has been marked as a duplicate of this bug. ***

------- Comment #11 From Henrik Brix Andersen 2004-11-09 13:56:14 0000 -------
As noted in bug #70597, linux-wlan-ng-0.2.1_pre23 is now available from
linux-wlan.org.

------- Comment #12 From Henrik Brix Andersen 2005-01-18 02:23:48 0000 -------

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

First Last Prev Next    No search results available      Search page      Enter new bug