bugMIT/GNU Scheme - Bugs: bug #30503, Documentation

 
 

bug #30503: Documentation

Submitter:  None
Submitted:  Wed 21 Jul 2010 03:35:03 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  mhb Originator Name:  Jason Friedman
Originator Email:  -email is unavailable- Open/Closed:  Closed
Keywords: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 29 Jul 2010 02:39:56 AM UTC, comment #3: 

That's plausible ... I tried to install the code posted at http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.0.1/, which is dated March 9, 2010, whereas the code referenced in Matt Birkholz's comment is dated April 17, 2010.

I would be willing to test when a new package is ready.

Jason Friedman <jsf80238>
Thu 29 Jul 2010 02:24:46 AM UTC, comment #2: 

I believe the following commit addressed this.

commit 3a90241189112af13937c37e9f94363e6c7708ef
Author: Taylor R Campbell <campbell@mumble.net>
Date:   Sat Apr 17 01:25:45 2010 -0400

    If native code is enabled, check for m4 in microcode/configure.

diff --git a/src/microcode/configure.ac b/src/microcode/configure.ac
index 6d08886..c168297 100644
--- a/src/microcode/configure.ac
+++ b/src/microcode/configure.ac
@@ -993,6 +993,10 @@ svm1)
     OPTIONAL_BASES="${OPTIONAL_BASES} svm1-interp"
     ;;
 *)
+    AC_CHECK_PROG([M4], [m4], [m4])
+    if test "x${M4}" != xm4; then
+ AC_ERROR([m4 not found])
+    fi
     AC_CONFIG_LINKS([cmpauxmd.m4:cmpauxmd/${mit_scheme_native_code}.m4])
     OPTIONAL_SOURCES="${OPTIONAL_SOURCES} cmpauxmd.m4"
     OPTIONAL_OBJECTS="${OPTIONAL_OBJECTS} cmpauxmd.o"

Matt Birkholz <mhb>
Group Member
Wed 21 Jul 2010 03:46:25 AM UTC, comment #1: 

Can you clarify what the bug is that you are reporting and would like to see fixed?

Taylor R. Campbell <riastradh>
Group Member
Wed 21 Jul 2010 03:35:03 AM UTC, original submission:  

http://blog.thestever.net/2010/04/13/mit-scheme-on-x86-64-ubuntu-hardy-haron/

This page describes that, on Ubuntu at least, the m4 package is a prerequisite.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jsf80238 (Posted a comment)
  • -email is unavailable- added by mhb (Posted a comment)
  • -email is unavailable- added by riastradh (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-07-29 mhb StatusNone Fixed
        Assigned toNone mhb
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code