Your message dated Fri, 20 Jan 2006 22:20:30 -0500
with message-id <[EMAIL PROTECTED]>
and subject line new ndiswrapper upload
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 18 Nov 2005 02:06:00 +0000
>From [EMAIL PROTECTED] Thu Nov 17 18:06:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from tor149-99-58-193.dedicated.sprintdsl.ca ([149.99.58.193] 
helo=mail.sidefx.com)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EcvdY-0006iT-Dw
        for [EMAIL PROTECTED]; Thu, 17 Nov 2005 18:06:00 -0800
Received: from localhost.localdomain (unknown [10.1.1.5])
        by mail.sidefx.com (Postfix) with ESMTP id B7C29510002;
        Thu, 17 Nov 2005 21:05:58 -0500 (EST)
Received: by localhost.localdomain (Postfix, from userid 1000)
        id A3C576F655; Thu, 17 Nov 2005 21:06:13 -0500 (EST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Chris AtLee <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ndiswrapper-source: does not compile with 2.6.14-2
X-Mailer: reportbug 3.17
Date: Thu, 17 Nov 2005 21:06:13 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: ndiswrapper-source
Version: 1.5-1
Severity: important
Justification: fails to build from source


ndiswrapper fails to compile with the latest 2.6.14-2 kernel headers (I
have linux-headers-2.6.14-2-686 version 2.6.14-3).  Here's the
module-assistant buildlog:

/usr/bin/gcc-4.0
for templ in ; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.14-2-686/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.14-2-686/g ;s/#KVERS#/2.6.14-2-686/g ; 
s/_KVERS_/2.6.14-2-686/g ; s/##KDREV##/2.6.14-3/g ; s/#KDREV#/2.6.14-3/g ; 
s/_KDREV_/2.6.14-3/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 proc.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 - --jobserver-fds=3,4 -j -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.14-2-686/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.14-2-686/g ;s/#KVERS#/2.6.14-2-686/g ; 
s/_KVERS_/2.6.14-2-686/g ; s/##KDREV##/2.6.14-3/g ; s/#KDREV#/2.6.14-3/g ; 
s/_KDREV_/2.6.14-3/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 proc.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.14-2-686/misc
# build and install the module
/usr/bin/make KPKG_EXTRAV_ARG= KSRC=/usr/src/linux-headers-2.6.14-2-686 \
KVER=2.6.14-2-686 \
INST_DIR=debian/ndiswrapper-modules-2.6.14-2-686/lib/modules/2.6.14-2-686/misc/ 
install
make[2]: Entering directory `/usr/src/modules/ndiswrapper'
/usr/bin/make -C /usr/src/linux-headers-2.6.14-2-686 
SUBDIRS=/usr/src/modules/ndiswrapper \
        DRIVER_VERSION=1.5
make[3]: Entering directory `/usr/src/linux-headers-2.6.14-2-686'
  LD      /usr/src/modules/ndiswrapper/built-in.o
  CC [M]  /usr/src/modules/ndiswrapper/hal.o
  CC [M]  /usr/src/modules/ndiswrapper/loader.o
  CC [M]  /usr/src/modules/ndiswrapper/iw_ndis.o
  CC [M]  /usr/src/modules/ndiswrapper/misc_funcs.o
  CC [M]  /usr/src/modules/ndiswrapper/ndis.o
  CC [M]  /usr/src/modules/ndiswrapper/ntoskernel.o
  CC [M]  /usr/src/modules/ndiswrapper/ntoskernel_io.o
  CC [M]  /usr/src/modules/ndiswrapper/pe_linker.o
  CC [M]  /usr/src/modules/ndiswrapper/proc.o
  CC [M]  /usr/src/modules/ndiswrapper/wrapper.o
  CC [M]  /usr/src/modules/ndiswrapper/usb.o
  CC [M]  /usr/src/modules/ndiswrapper/divdi3.o
In file included from /usr/src/modules/ndiswrapper/ntoskernel.c:2430:
/usr/src/modules/ndiswrapper/ntoskernel_exports.h:143: error: 
'IoWMIRegistrationControl' undeclared here (not in a function)
make[4]: *** [/usr/src/modules/ndiswrapper/ntoskernel.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [_module_/usr/src/modules/ndiswrapper] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.14-2-686'
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: (1000, 'unstable'), (750, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)

Versions of packages ndiswrapper-source depends on:
ii  bzip2                         1.0.2-10   high-quality block-sorting file co
ii  debhelper                     5.0.7      helper programs for debian/rules
ii  gcc                           4:4.0.2-1  The GNU C compiler
ii  module-assistant              0.10       tool to make module package creati

ndiswrapper-source recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 339699-done) by bugs.debian.org; 21 Jan 2006 03:21:45 +0000
>From [EMAIL PROTECTED] Fri Jan 20 19:21:45 2006
Return-path: <[EMAIL PROTECTED]>
Received: from mouth.voxel.net
        ([69.9.180.118] helo=mail.squishy.cc ident=postfix)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F09Ij-0002ym-4y; Fri, 20 Jan 2006 19:20:29 -0800
Received: from [192.168.2.123] 
(65-78-26-51.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com [65.78.26.51])
        by mail.squishy.cc (Postfix) with ESMTP id 670D45A9001A;
        Fri, 20 Jan 2006 22:20:37 -0500 (EST)
Subject: new ndiswrapper upload
From: Andres Salomon <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Content-Type: multipart/signed; micalg=pgp-sha1; 
protocol="application/pgp-signature"; boundary="=-3pFiUki6C3GkITd+6EOL"
Date: Fri, 20 Jan 2006 22:20:30 -0500
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.5.5 
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2


--=-3pFiUki6C3GkITd+6EOL
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Hi,

I've uploaded ndiswrapper-1.8; it should fix the build problems with
newer kernels.  Please reopen if it does not fix your problems.

--=-3pFiUki6C3GkITd+6EOL
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQBD0ah+OmXwGc/ULyYRAvWAAJ9Jr+WXTt+PZie/wBsal89F30EgBgCdEjK/
qxm5Lv2R8+I/hvqfsRAqPYo=
=Skiy
-----END PGP SIGNATURE-----

--=-3pFiUki6C3GkITd+6EOL--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to