Your message dated Mon, 14 Apr 2008 23:14:05 -0400
with message-id <[EMAIL PROTECTED]>
and subject line oaklisp has been removed from Debian, closing #306810
has caused the Debian Bug report #306810,
regarding oaklisp: Fix for build failure on arm
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.)
--
306810: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306810
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: oaklisp
Version: 1.3.1-2.2
Severity: important
Tags: patch
Justification: fails to build from source
The following lines for src/emulator/config.h seems to make oaklisp
build and work correctly on arm.
diff -r -u -N oaklisp-1.3.1/src/emulator/config.h
oaklisp-1.3.1.arm/src/emulator/config.h
--- oaklisp-1.3.1/src/emulator/config.h 2005-04-28 13:03:53.000000000 -0400
+++ oaklisp-1.3.1.arm/src/emulator/config.h 2005-04-28 12:03:56.000000000
-0400
@@ -186,6 +186,17 @@
#define BYTE_GENDER big_endian
#define HAVE_GETRUSAGE
+#elif defined(linux) && defined(__arm__)
+/*** Linux on Arm target ***/
+
+#define WORDSIZE 32
+#define HAVE_LONG_LONG
+#define ASHR2(x) ((x)>>2)
+#define BYTE_GENDER little_endian
+#define HAVE_GETRUSAGE
+
+#include <unistd.h> /* for the chdir() and isatty() functions */
+
#else
/*** no machine specified ***/
#error must edit config.h
Len Sorensen
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (990, 'testing')
Architecture: arm (armv5tel)
Kernel: Linux 2.4.27-5-armcoregx-nano-nor-exp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages oaklisp depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
-- no debconf information
--- 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 ---