Bug#362265: madwifi: FTBFS on mipsel

Aurelien Jarno aurel32 at debian.org
Thu Apr 13 04:08:00 UTC 2006


Package: madwifi
Version: 0.svn20060207-4 
Severity: serious
Justification: no longer builds from source

Trying to builf madwifi version 0.svn20060207-4 on mipsel, I have seen
it now fails to build from source:

  rm -rf debian/patched
  /usr/bin/make -C tools clean
  make[1]: Entering directory `/home/aurel32/madwifi/madwifi-0.svn20060207/tools'
  ../Makefile.inc:203: ../hal/public/mips-elf.inc: No such file or directory
  make[1]: *** No rule to make target `../hal/public/mips-elf.inc'.  Stop.
  make[1]: Leaving directory `/home/aurel32/madwifi/madwifi-0.svn20060207/tools'
  make: *** [clean] Error 2

The problem was already there in the previous version, but the error was
ignored. Therefore I suggest to make the following change:

diff -u madwifi-0.svn20060207/debian/rules madwifi-0.svn20060207/debian/rules
--- madwifi-0.svn20060207/debian/rules
+++ madwifi-0.svn20060207/debian/rules
@@ -41 +41 @@
-	$(MAKE) -C tools clean
+	-$(MAKE) -C tools clean


Note that Building the module is working fine. Thanks for the fixes
applied on this version.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: mipsel (mips)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-rc6-bcm947xx
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)




More information about the Pkg-madwifi-maintainers mailing list