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 #65886
has caused the Debian Bug report #65886,
regarding oaklisp_1.3.1-2(unstable): no config for m68k
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.)


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

I tried to recompile oaklisp for m68k, but it failed with:

> make[3]: Entering directory `/build/buildd/oaklisp-1.3.1/src/emulator'
> cc -O2 -g -Wall -DFAST -MMD  -c -o oaklisp.o oaklisp.c
> In file included from oaklisp.c:10:
> config.h:165: #error must edit config.h
> make[3]: *** [oaklisp.o] Error 1
> make[3]: Leaving directory `/build/buildd/oaklisp-1.3.1/src/emulator'

config.h simply contains no definitions for m68k. The patch below
adds the necessary lines for m68k. However, other architectures like
powerpc, alpha, arm, ... might have similar problems :-) AFAICS, all
Linux systems should be the same except for endianess.

Since this is a "cannot build from source" type bug, it is to be
considered important. (See Debian developer's reference.)

Roman

------------------------------------------------------------------------------
--- oaklisp-1.3.1/src/emulator/config.h~        Tue Nov 23 21:02:42 1999
+++ oaklisp-1.3.1/src/emulator/config.h Mon Jun 19 13:45:45 2000
@@ -64,6 +64,17 @@
 
 #include <unistd.h>            /* for the chdir() and isatty() functions */
 
+#if defined(linux) && defined (__GNUC__) && defined(__mc68000__)
+/*** Linux with GCC on m68k target ***/
+
+#define WORDSIZE 32
+#define HAVE_LONG_LONG
+#define ASHR2(x) ((x)>>2)
+#define BYTE_GENDER big_endian
+#define HAVE_GETRUSAGE
+
+#include <unistd.h>             /* for the chdir() and isatty() functions */
+
 #elif defined(sun) && defined(__GNUC__)
 /*** Sun with GCC ***/
 
------------------------------------------------------------------------------

A complete build log can be found at
http://m68k.debian.org/buildd/logs/oaklisp_1.3.1-2_20000617-2042


--- 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