Your message dated Mon, 14 Apr 2008 23:14:04 -0400
with message-id <[EMAIL PROTECTED]>
and subject line oaklisp has been removed from Debian, closing #87535
has caused the Debian Bug report #87535,
regarding oaklisp: config for m68k and sparc
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
87535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=87535
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: oaklisp
Severity: serious

The attached patch should allow building for m68k and sparc.

I also notice that you have no build-deps. One I found was etags and
debhelper. So start with that, and see how it goes.

Ben


--- src/emulator/config.h~      Sun Feb 25 02:23:36 2001
+++ src/emulator/config.h       Sun Feb 25 02:32:03 2001
@@ -159,6 +159,24 @@
 #include <fcntl.h>             /* for isatty().  chdir() is in stdio.h */
 #endif
 
+#elif defined(__sparc__) && defined(linux)
+/*** SPARC Linux target ***/
+
+#define WORDSIZE 32
+#define HAVE_LONG_LONG
+#define ASHR2(x) ((x)>>2)
+#define BYTE_GENDER big_endian
+#define HAVE_GETRUSAGE
+
+#elif defined(__mc68000__) && defined(linux)
+/*** Motorola 68k Linux target ***/
+
+#define WORDSIZE 32
+#define HAVE_LONG_LONG
+#define ASHR2(x) ((x)>>2)
+#define BYTE_GENDER big_endian
+#define HAVE_GETRUSAGE
+
 
 #else
 /*** no machine specified ***/



--- End Message ---
--- Begin Message ---
Version: 1.3.1-2.2+rm

The oaklisp package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/328597 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.
Barry deFreese


--- End Message ---

Reply via email to