Your message dated Mon, 15 May 2006 05:20:20 -0400
with message-id <[EMAIL PROTECTED]>
and subject line ndiswrapper-source: cannot use ndiswrapper
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ndiswrapper-source
Version: 1.8-1
Severity: important

I have tried to use ndiswrapper to install the bcm43xx wireless driver.
That install fails.  I also cannot compile ndiswrapper from source using
"make" or install it 
using m-a.  I am putting the m-a log below.  This is on an HP Pavilion
dv8000z that uses an AMD Turion.  I have the 32 bit version of Sid
installed.

/usr/bin/gcc-4.0
for templ in ; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.15-1-486/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
    test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in}
${templ%.modules.in}.backup 2>/dev/null || true; \
    sed -e 's/##KVERS##/2.6.15-1-486/g ;s/#KVERS#/2.6.15-1-486/g ;
s/_KVERS_/2.6.15-1-486/g ; s/##KDREV##/2.6.15-8/g ;
s/#KDREV#/2.6.15-8/g ; s/_KDREV_/2.6.15-8/g' < 
$templ > ${templ%.modules.in}; \
  done
dh_clean
/usr/bin/make clean
make[1]: Entering directory `/usr/src/modules/ndiswrapper'
rm -rf ndiswrapper.ko ndiswrapper.o hal.o iw_ndis.o loader.o
misc_funcs.o ndis.o ntoskernel.o ntoskernel_io.o pe_linker.o pnp.o
proc.o wrapndis.o wrapper.o usb.o 
divdi3.o usb.o x86_64_stubs.o \
           divdi3.o .*.ko.cmd .*.o.cmd ndiswrapper.mod.[oc] *~ .tmp_versions
make[1]: Leaving directory `/usr/src/modules/ndiswrapper'
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/ndiswrapper'
/usr/bin/gcc-4.0
for templ in ; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.15-1-486/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
    test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in}
${templ%.modules.in}.backup 2>/dev/null || true; \
    sed -e 's/##KVERS##/2.6.15-1-486/g ;s/#KVERS#/2.6.15-1-486/g ;
s/_KVERS_/2.6.15-1-486/g ; s/##KDREV##/2.6.15-8/g ;
s/#KDREV#/2.6.15-8/g ; s/_KDREV_/2.6.15-8/g' < 
$templ > ${templ%.modules.in}; \
  done
dh_clean
/usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/ndiswrapper'
rm -rf ndiswrapper.ko ndiswrapper.o hal.o iw_ndis.o loader.o
misc_funcs.o ndis.o ntoskernel.o ntoskernel_io.o pe_linker.o pnp.o
proc.o wrapndis.o wrapper.o usb.o 
divdi3.o usb.o x86_64_stubs.o \
           divdi3.o .*.ko.cmd .*.o.cmd ndiswrapper.mod.[oc] *~ .tmp_versions
make[2]: Leaving directory `/usr/src/modules/ndiswrapper'
make[1]: Nothing to be done for `kdist_config'.
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs lib/modules/2.6.15-1-486/misc
# build and install the module
/usr/bin/make KPKG_EXTRAV_ARG= KSRC=/lib/modules/2.6.15-1-486/build \
        KVER=2.6.15-1-486 \

INST_DIR=debian/ndiswrapper-modules-2.6.15-1-486/lib/modules/2.6.15-1-486/misc/ 
install
make[2]: Entering directory `/usr/src/modules/ndiswrapper'
/usr/bin/make -C /lib/modules/2.6.15-1-486/build
SUBDIRS=/usr/src/modules/ndiswrapper \
                DRIVER_VERSION=1.8
make[3]: Entering directory `/usr/src/linux-headers-2.6.15-1-486'
  LD      /usr/src/modules/ndiswrapper/built-in.o
  CC [M]  /usr/src/modules/ndiswrapper/hal.o
  CC [M]  /usr/src/modules/ndiswrapper/iw_ndis.o
  CC [M]  /usr/src/modules/ndiswrapper/loader.o
  CC [M]  /usr/src/modules/ndiswrapper/misc_funcs.o
  CC [M]  /usr/src/modules/ndiswrapper/ndis.o
In file included from /usr/src/modules/ndiswrapper/ndis.c:2569:
/usr/src/modules/ndiswrapper/ndis_exports.h:367: error:
'IoAllocateWorkItem' undeclared here (not in a function)
/usr/src/modules/ndiswrapper/ndis_exports.h:368: error: 'IoFreeWorkItem'
undeclared here (not in a function)
/usr/src/modules/ndiswrapper/ndis_exports.h:369: error:
'IoQueueWorkItem' undeclared here (not in a function)
/usr/src/modules/ndiswrapper/ndis_exports.h:484: error:
'RndisMIndicateReceive' undeclared here (not in a function)
make[4]: *** [/usr/src/modules/ndiswrapper/ndis.o] Error 1
make[3]: *** [_module_/usr/src/modules/ndiswrapper] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.15-1-486'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/usr/src/modules/ndiswrapper'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/ndiswrapper'
make: *** [kdist_build] Error 2

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-486
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ndiswrapper-source depends on:
ii  bzip2                         1.0.3-2    high-quality block-sorting
file co
ii  debhelper                     5.0.32     helper programs for
debian/rules
ii  gcc                           4:4.0.3-3  The GNU C compiler
ii  module-assistant              0.10.3     tool to make module package
creati

ndiswrapper-source recommends no packages.

-- no debconf information




--- End Message ---
--- Begin Message ---
Actually, this looks to be the same as #353026, so I'm going to close
this.  Thanks.


--- End Message ---

Reply via email to