View previous topic :: View next topic |
Author |
Message |
emptyset_81 n00b
Joined: 11 Dec 2004 Posts: 32
|
Posted: Sun Dec 19, 2004 10:18 pm Post subject: [WLAN] Trouble emerging ndiswrapper: sandbox [SOLVED] |
|
|
Hi!
I've tried to emerge ndiswrapper and this is the output
Code: |
make -C driver
make[1]: Entering directory `/var/tmp/portage/ndiswrapper-0.10/work/ndiswrapper-0.10/driver'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make -C //usr/src/linux SUBDIRS=/var/tmp/portage/ndiswrapper-0.10/work/ndiswrapper-0.10/driver \
NDISWRAPPER_VERSION=0.10 \
EXTRA_VERSION= modules
make[2]: Entering directory `/usr/src/linux-2.6.3-gentoo-r1'
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
make[3]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/asm-i386/asm_offsets.h
ACCESS DENIED open_wr: /usr/src/linux-2.6.3-gentoo-r1/include/asm-i386/asm_offsets.h.tmp
/bin/sh: include/asm-i386/asm_offsets.h.tmp: Permission denied
UPD include/asm-i386/asm_offsets.h
mv: cannot stat `include/asm-i386/asm_offsets.h.tmp': No such file or directory
make[2]: *** [include/asm-i386/asm_offsets.h] Error 1
make[2]: Leaving directory `/usr/src/linux-2.6.3-gentoo-r1'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/var/tmp/portage/ndiswrapper-0.10/work/ndiswrapper-0.10/driver'
make: *** [all] Error 2
!!! ERROR: net-wireless/ndiswrapper-0.10 failed.
!!! Function src_compile, Line 40, Exitcode 2
!!! Compile Failed!
!!! If you need support, post the topmost build error, NOT this status message.
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-net-wireless_-_ndiswrapper-0.10-6201.log"
open_wr: /usr/src/linux-2.6.3-gentoo-r1/include/asm-i386/asm_offsets.h.tmp
--------------------------------------------------------------------------------
|
any idea?
thanks
Marco
Last edited by emptyset_81 on Mon Dec 20, 2004 7:46 pm; edited 1 time in total |
|
Back to top |
|
|
Deathwing00 Bodhisattva
Joined: 13 Jun 2003 Posts: 4087 Location: Dresden, Germany
|
Posted: Sun Dec 19, 2004 11:19 pm Post subject: |
|
|
Code: | FEATURES="-sandbox -usersandbox" emerge ndiswrapper |
|
|
Back to top |
|
|
emptyset_81 n00b
Joined: 11 Dec 2004 Posts: 32
|
Posted: Mon Dec 20, 2004 7:44 pm Post subject: |
|
|
thanks! it works!
But what does it mean? I've emerged ndiswrapper before, but I have never get any error message.
bye
Marco |
|
Back to top |
|
|
Deathwing00 Bodhisattva
Joined: 13 Jun 2003 Posts: 4087 Location: Dresden, Germany
|
Posted: Mon Dec 20, 2004 9:06 pm Post subject: |
|
|
The access violation error message comes out when something is going wrong with the ebuild and weird things happen in the sandbox. Disabling the sandbox protection usually solves the problem, but it might be probably either a permission/configuration problem in your system or an ebuild problem. |
|
Back to top |
|
|
|