[cl-debian] Bug#398233: FTBFS on mips/mipsel

Package: sbcl Version: 1:0.9.18.0-1 Severity: serious Tags: patch SBCL fails to (re-)build on mips/mipsel due to a kernel header change. The appended patch fixes it. It was already applied upsteam. Thiemo Index: src/runtime/mips-linux-os.c =================================================================== RCS file: /cvsroot/sbcl/sbcl/src/runtime/mips-linux-os.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/runtime/mips-linux-os.c 12 Sep 2005 12:05:49 -0000 1.10 +++ src/runtime/mips-linux-os.c 29 Oct 2006 20:19:28 -0000 1.11 @@ -20,13 +20,12 @@ /* for cacheflush() */ #include <sys/cachectl.h> -/* for BD_CAUSE */ -#include <asm/mipsregs.h> - #include "sbcl.h" #include "os.h" #include "arch.h" +#define CAUSEF_BD (1 << 31) + size_t os_vm_page_size; int

Your message dated Sun, 12 Nov 2006 14:32:20 -0800 with message-id <E1GjNsC-0001pF-TF@spohr.debian.org> and subject line Bug#398233: fixed in sbcl 1:0.9.18.0-2 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)
participants (2)
-
owner@bugs.debian.org
-
Thiemo Seufer