[opensuse] Rebuilding wlan-kmp
Hi, I'm running OpenSUSE 10.2 on a dell 6400. I would like to upgrade ipw3945 to the 1.2.0 version, I modified the wlan-kmp.src, but rebuilding it i get this errors: -------------------------------------------------------------------------- + for i in '*' + test ipw3945-1.2.0 = obj + cp -r ipw3945-1.2.0 obj/debug/ + make -C /usr/src/linux-obj/x86_64/debug modules M=/usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0 make: Entering directory `/usr/src/linux-2.6.18.8-0.1-obj/x86_64/debug' make -C ../../../linux-2.6.18.8-0.1 O=../linux-2.6.18.8-0.1-obj/x86_64/debug modules CC [M] /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.o /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:71:2: error: #error Incomplete build system. If you are building as part of your kernel build /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:72:2: error: #error process, ensure that you used 'make patch_kernel' to install into your kernel. /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:4455:5: warning: "IPW3945_COMPAT" is not defined /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c: In function 'ipw_start_association': /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:4466: error: too few arguments to function 'ieee80211_tx_frame' /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:4943:5: warning: "IPW3945_COMPAT" is not defined /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c: In function 'ipw_bg_daemon_cmd': /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:4950: error: too few arguments to function 'ieee80211_tx_frame' /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:9425:5: warning: "IPW3945_COMPAT" is not defined /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c: In function 'ipw_send_association_req': /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:9430: error: too few arguments to function 'ieee80211_tx_frame' /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:9477:5: warning: "IPW3945_COMPAT" is not defined /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:9492:5: warning: "IPW3945_COMPAT" is not defined /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c: In function 'ipw_bg_auth_work': /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:9565: error: too few arguments to function 'ieee80211_tx_frame' /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:9678:5: warning: "IPW3945_COMPAT" is not defined /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c: In function 'ipw_handle_probe_request': /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:9681: error: too few arguments to function 'ieee80211_tx_frame' /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:15544:5: warning: "IPW3945_COMPAT" is not defined /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c: In function 'ipw_bg_assoc_state_retry': /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:15551: error: too few arguments to function 'ieee80211_tx_frame' make[3]: *** [/usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.o] Error 1 make[2]: *** [_module_/usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0] Error 2 make[1]: *** [modules] Error 2 make: *** [modules] Error 2 make: Leaving directory `/usr/src/linux-2.6.18.8-0.1-obj/x86_64/debug' error: Bad exit status from /var/tmp/rpm-tmp.66258 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.66258 (%build) -------------------------------------------------------------------------- Any idea? Ciro -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sunday 29 April 2007 21:09, Ciro Iriarte wrote:
Hi,
I'm running OpenSUSE 10.2 on a dell 6400. I would like to upgrade ipw3945 to the 1.2.0 version, I modified the wlan-kmp.src, but rebuilding it i get this errors:
If you modify it, you take responsibility!!!
make: Entering directory `/usr/src/linux-2.6.18.8-0.1-obj/x86_64/debug'
Looks like you are doing a debug build. If you are not sure whether you want debug, then you definitely don't
make -C ../../../linux-2.6.18.8-0.1 O=../linux-2.6.18.8-0.1-obj/x86_64/debug modules CC [M] /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.o /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:71:2: error: #error Incomplete build system. If you are building as part of your
Look at line 71 of ipw3945.c, and you might find an error, possibly due to debug build rather than normal build. The number of errors suggests you have problems with header files, given that the source would be expected to compile, apart from your changes -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
2007/4/30, Vince L <suse@archipelago.eclipse.co.uk>:
On Sunday 29 April 2007 21:09, Ciro Iriarte wrote:
Hi,
I'm running OpenSUSE 10.2 on a dell 6400. I would like to upgrade ipw3945 to the 1.2.0 version, I modified the wlan-kmp.src, but rebuilding it i get this errors:
If you modify it, you take responsibility!!!
make: Entering directory `/usr/src/linux-2.6.18.8-0.1-obj/x86_64/debug'
Looks like you are doing a debug build. If you are not sure whether you want debug, then you definitely don't
make -C ../../../linux-2.6.18.8-0.1 O=../linux-2.6.18.8-0.1-obj/x86_64/debug modules CC [M] /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.o /usr/src/packages/BUILD/obj/debug/ipw3945-1.2.0/ipw3945.c:71:2: error: #error Incomplete build system. If you are building as part of your
Look at line 71 of ipw3945.c, and you might find an error, possibly due to debug build rather than normal build. The number of errors suggests you have problems with header files, given that the source would be expected to compile, apart from your changes -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Thanks for your response, I installed wlan-kmp.src.rpm added the ipw3945 v1.2.0 source and modified the spec, nothing more, nothing less. I have all the packages required to build it according to the src.rpm and didn't add any debug option... So, i'm kind of lost here... Ciro -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wednesday 02 May 2007 04:56, Ciro Iriarte wrote:
Thanks for your response, I installed wlan-kmp.src.rpm added the ipw3945 v1.2.0 source and modified the spec, nothing more, nothing less. I have all the packages required to build it according to the src.rpm and didn't add any debug option...
So, i'm kind of lost here...
Ciro
Lost? Me too. All I can suggest is that you try and break it down a bit further and establish that you can build wlan-kmp without any changes first. At least that should prove your build process. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Lost? Me too. All I can suggest is that you try and break it down a bit further and establish that you can build wlan-kmp without any changes first. At least that should prove your build process. -- Ok, removed wlan-kmp, downloaded ipw3945-kmp.src.rpm from Factory and rebuilt (do you spell it like that?) it on OS 10.2 and works. Also tried to upgrade the package with the 1.2.1 version of the driver, it builds, but then i have issues with wpa_supplicant, so i had to downgrade to 1.2.0 (the version on Factory)...
Ciro -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Ciro Iriarte
-
Vince L
-
Vince Littler