Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48148 - HostAP access violation
Summary: HostAP access violation
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-17 11:09 UTC by Lee Trager
Modified: 2004-09-27 08:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lee Trager 2004-04-17 11:09:44 UTC
When ever I goto emerge hostap it says that it cannt mkdir /usr/src/linux-2.6.5/include/config/snd/intel8x0m. I have that compiled as a module since I have the intel8x0m but I do not have that directory. I dont know whats going on.

Reproducible: Always
Steps to Reproduce:
1.emerge hostap
Actual Results:  
ACCESS DENIED  mkdir:     /usr/src/linux-2.6.5/include/config/snd/intel8x0m
scripts/basic/split-include: snd/intel8x0m: Permission denied
make[1]: *** [include/config/MARKER] Error 1
make[1]: Leaving directory `/usr/src/linux-2.6.5'
make: *** [2.6] Error 2

!!! ERROR: net-wireless/hostap-driver-0.1.3 failed.
!!! Function src_compile, Line 63, Exitcode 2
!!! make failed

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-net-wireless_-_hostap-driver-0.1.3-13696.log"

mkdir:     /usr/src/linux-2.6.5/include/config/snd/intel8x0m
--------------------------------------------------------------------------------


Expected Results:  
It compiles
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-04-17 19:01:51 UTC
Peter are/can you maintain this package (and related bugs)?
Comment 2 Adrian Head 2004-04-18 20:40:43 UTC
I Believe that this bug - is a duplicate of Bug# 47726.

There are possible solution(s) listed there.
Comment 3 Lee Trager 2004-04-21 20:47:44 UTC
If I do emerge hostap on its own I get this now:
>>> emerge (1 of 1) net-wireless/hostap-0.0.4 to /
>>> md5 src_uri ;-) hostap-0.0.4.tar.gz
>>> md5 src_uri ;-) pcmcia-cs-3.2.1.tar.gz
>>> md5 src_uri ;-) pcmcia-cs-3.2.1-3.2.2.diff.gz
>>> md5 src_uri ;-) pcmcia-cs-3.2.1-3.2.3.diff.gz
>>> md5 src_uri ;-) pcmcia-cs-3.2.1-3.2.4.diff.gz
>>> Unpacking source...
>>> Unpacking hostap-0.0.4.tar.gz to /var/tmp/portage/hostap-0.0.4/work
>>> Unpacking pcmcia-cs-3.2.1.tar.gz to /var/tmp/portage/hostap-0.0.4/work
 * Applying pcmcia-cs-3.2.1-3.2.4.diff.gz...                              [ ok ]
>>> Source unpacked.
pcmcia
 * Building the folowing drivers:  pccard pci plx
Makefile:31: *** Kernel supports PCMCIA - PCMCIA_PATH shouldn't be defined.  Stop.

!!! ERROR: net-wireless/hostap-0.0.4 failed.
!!! Function src_compile, Line 79, Exitcode 2
!!! (no error message)

When I emerge ipw2100 0.41 from bugzilla(dep is hostap) I get this:
>>> emerge (1 of 2) net-wireless/hostap-driver-0.1.3 to /
>>> md5 src_uri ;-) pcmcia-cs-3.2.5.tar.gz
>>> md5 src_uri ;-) pcmcia-cs-3.2.5-module-init-tools.diff.gz
>>> md5 src_uri ;-) pcmcia-cs-3.2.5-SMP-fix.diff.gz
>>> md5 src_uri ;-) pcmcia-cs-3.2.5-3.2.6.diff.gz
>>> md5 src_uri ;-) pcmcia-cs-3.2.5-3.2.7.diff.gz
>>> md5 src_uri ;-) hostap-driver-0.1.3.tar.gz
>>> Unpacking source...
>>> Unpacking pcmcia-cs-3.2.5.tar.gz to /var/tmp/portage/hostap-driver-0.1.3/work
>>> Unpacking pcmcia-cs-3.2.5-module-init-tools.diff.gz to /var/tmp/portage/hostap-driver-0.1.3/work
>>> Unpacking pcmcia-cs-3.2.5-SMP-fix.diff.gz to /var/tmp/portage/hostap-driver-0.1.3/work
>>> Unpacking pcmcia-cs-3.2.5-3.2.6.diff.gz to /var/tmp/portage/hostap-driver-0.1.3/work
>>> Unpacking pcmcia-cs-3.2.5-3.2.7.diff.gz to /var/tmp/portage/hostap-driver-0.1.3/work
>>> Unpacking hostap-driver-0.1.3.tar.gz to /var/tmp/portage/hostap-driver-0.1.3/work
 * Kernel PCMCIA detected. Skipping external pcmcia-cs sources.
 * Applying hostap-driver-0.1.3.firmware.diff.bz2...                      [ ok ]
>>> Source unpacked.
 * Building hostap-driver for kernel version: 2.6.5
make -C /usr/src/linux SUBDIRS=/var/tmp/portage/hostap-driver-0.1.3/work/hostap-driver-0.1.3/driver/modules \
        MODVERDIR=/var/tmp/portage/hostap-driver-0.1.3/work/hostap-driver-0.1.3/driver/modules modules
make[1]: Entering directory `/usr/src/linux-2.6.5'
*** Warning: Overriding SUBDIRS on the command line can cause
***          inconsistencies
  CC      scripts/empty.o
ACCESS DENIED  unlink:    /usr/src/linux-2.6.5/scripts/empty.o
ACCESS DENIED  open_wr:   /usr/src/linux-2.6.5/scripts/empty.o
Assembler messages:
FATAL: can't create scripts/empty.o: Permission denied
cc1: Broken pipe: error closing -
ACCESS DENIED  unlink:    /usr/src/linux-2.6.5/scripts/empty.o
make[2]: *** [scripts/empty.o] Error 1
make[1]: *** [scripts] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.5'
make: *** [2.6] Error 2

!!! ERROR: net-wireless/hostap-driver-0.1.3 failed.
!!! Function src_compile, Line 63, Exitcode 2
!!! make failed

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-net-wireless_-_hostap-driver-0.1.3-8866.log"

unlink:    /usr/src/linux-2.6.5/scripts/empty.o
open_wr:   /usr/src/linux-2.6.5/scripts/empty.o
unlink:    /usr/src/linux-2.6.5/scripts/empty.o
--------------------------------------------------------------------------------
Comment 4 Paolo 2004-06-01 12:36:15 UTC
Houston, we've got the same prob here:

bash-2.05b# emerge -vuD world
Calculating world dependencies ...done!
>>> emerge (1 of 5) net-wireless/hostap-driver-0.1.3 to /
>>> md5 src_uri ;-) hostap-driver-0.1.3.tar.gz
>>> Unpacking source...
>>> Unpacking hostap-driver-0.1.3.tar.gz to /var/tmp/portage/hostap-driver-0.1.3/work
 * Applying hostap-driver-0.1.3.firmware.diff.bz2...                                                                    [ ok ]
>>> Source unpacked.
 * Building hostap-driver for kernel version: 2.6.3-gentoo-r1
make -C /usr/src/linux SUBDIRS=/var/tmp/portage/hostap-driver-0.1.3/work/hostap-driver-0.1.3/driver/modules \
        MODVERDIR=/var/tmp/portage/hostap-driver-0.1.3/work/hostap-driver-0.1.3/driver/modules modules
make[1]: Entering directory `/usr/src/linux-2.6.3-gentoo-r1'
  HOSTCC  scripts/fixdep
ACCESS DENIED  open_wr:   /usr/src/linux-2.6.3-gentoo-r1/scripts/.fixdep.d
cc1: Permission denied: opening dependency file scripts/.fixdep.d
make[2]: *** [scripts/fixdep] Error 1
make[1]: *** [scripts] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.3-gentoo-r1'
make: *** [2.6] Error 2

!!! ERROR: net-wireless/hostap-driver-0.1.3 failed.
!!! Function src_compile, Line 63, Exitcode 2
!!! make failed

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-net-wireless_-_hostap-driver-0.1.3-8444.log"

open_wr:   /usr/src/linux-2.6.3-gentoo-r1/scripts/.fixdep.d
--------------------------------------------------------------------------------
Comment 5 Peter Johanson (RETIRED) gentoo-dev 2004-09-27 08:45:10 UTC
Okay. marking WONTFIX. this is resolved for kernels of 2.6.6 or newer.