bugMIT/GNU Scheme - Bugs: bug #36187, mit-scheme-9.1.1 fails to compile

 
 

bug #36187: mit-scheme-9.1.1 fails to compile

Submitter:  Bep Rinto <beprinto>
Submitted:  Sun 15 Apr 2012 07:21:16 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Invalid Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Closed
Keywords: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 08 May 2012 10:29:56 PM UTC, comment #5: 

If etc/make-native.sh is no joy, just send email and I'll re-open this bug.

Matt Birkholz <mhb>
Group Member
Mon 16 Apr 2012 01:35:45 PM UTC, comment #4: 

If you want to build a native Scheme from mit-scheme-c, you need to do a cross build with the etc/make-native.sh script; `./Setup.sh && ./configure && make' works only with a native host to build the same native target.

But why don't you just use mit-scheme-9.1.1-i386.tar.gz?

Taylor R. Campbell <riastradh>
Group Member
Mon 16 Apr 2012 07:09:57 AM UTC, comment #3: 

Sorry I used
mit-scheme-c-9.1.1.tar.gz
mit-scheme-9.1.1.tar.gz

The checksums are correct.

Untar mit-scheme-c-9.1.1.tar.gz
on a system without any scheme or mit-scheme executables.
Follow the instructions on the website:

cd mit-scheme-c-9.1.1/src
etc/make-liarc.sh
make install
cd ../..

Untar mit-scheme-9.1.1.tar.gz
cd mit-scheme-9.1.1/src
./Setup.sh && ./configure && make && make install

Then the error occurs as reported previously.

Bep Rinto <beprinto>
Sun 15 Apr 2012 08:41:59 PM UTC, comment #2: 

(Grmble, combining web and email interfaces doesn't work very well.)

What about the other two questions -- what exactly did you type to elicit the output, and why are you using mit-scheme-c and mit-scheme-i386?  Note that you don't need mit-scheme-c in order to build mit-scheme-i386 -- just `./configure && make && make install' in mit-scheme-9.1.1/src on a vanilla i386 Unixoid system should work for mit-scheme-i386.

Also, did you check the PGP signature, or at least MD5 digest?  I just checked mit-scheme-9.1.1-i386.tar.gz, and it definitely has a file mit-scheme-9.1.1/src/compiler/machines/i386/dassm1.bin.

Taylor R. Campbell <riastradh>
Group Member
Sun 15 Apr 2012 02:17:18 PM UTC, comment #1: 
Bep Rinto <beprinto>
Sun 15 Apr 2012 07:21:16 AM UTC, original submission:  

I first installed mit-scheme-c-9.1.1 from source.
Then making mit-scheme-9.1.1 fails, because it can't
find a dassm1.bin which is not made and not included.
I had a look at the make stuff, but the problem is beyond me.
I'll include that last 30+ lines here:


;  Generating SCode for file: "rtlopt/rcse1.scm" => "rtlopt/rcse1.bin"... done
;  Generating SCode for file: "rtlopt/rcseht.scm" => "rtlopt/rcseht.bin"... done
;  Generating SCode for file: "rtlopt/rcserq.scm" => "rtlopt/rcserq.bin"... done
;  Generating SCode for file: "rtlopt/rcsesr.scm" => "rtlopt/rcsesr.bin"... done
;  Touch file: "rtlopt/rdebug.bin"
;  Touch file: "rtlopt/rdflow.bin"
;  Touch file: "rtlopt/rdflow.ext"
;  Touch file: "rtlopt/rerite.bin"
;  Touch file: "rtlopt/rerite.ext"
;  Touch file: "rtlopt/rinvex.bin"
;  Touch file: "rtlopt/rinvex.ext"
;  Touch file: "rtlopt/rlife.bin"
;  Touch file: "rtlopt/rtlcsm.bin"
;  Generating SCode for file: "machines/C/lapgen.scm" => "machines/C/lapgen.bin"... done
;  Touch file: "machines/C/rulrew.bin"
;  Touch file: "back/lapgn1.bin"
;  Touch file: "back/lapgn2.bin"
;  Touch file: "back/mermap.bin"
;  Touch file: "rtlopt/rcse2.bin"
;  Touch file: "rtlopt/rcseep.bin"
;  Touch file: "machines/C/cout.bin"
;  Touch file: "machines/C/cout.ext"
;  Touch file: "machines/C/rules1.bin"
;  Touch file: "machines/C/rules2.bin"
;  Touch file: "machines/C/rules3.bin"
;  Touch file: "machines/C/rules3.ext"
;  Touch file: "machines/C/rules4.bin"
;  Touch file: "machines/C/rulfix.bin"
;  Touch file: "machines/C/rulflo.bin"
;  Touch file: "machines/C/stackify.bin"
;  Touch file: "machines/C/stackify.ext"
;  Touch file: "machines/C/stackops.bin"
;  Touch file: "machines/C/stackops.ext"
;  Touch file: "machines/C/traditional.bin"
;  Touch file: "machines/C/traditional.ext"
;unable to open file #[pathname 6061 ".../mit-scheme-9.1.1/src/compiler/machines/i386/dassm1.bin"]
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.

2 error>
End of input stream reached.make: * [all-native] Error 1
.../mit-scheme-9.1.1/src/compiler/machines/i386/dassm1.bin
ls: cannot access .../scheme/mit-scheme-9.1.1/src/compiler/machines/i386/dassm1.bin: No such file or directory


Bep Rinto <beprinto>

 

(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 mhb (Posted a comment)
  • -email is unavailable- added by riastradh (Posted a comment)
  • -email is unavailable- added by riastradh
  • -email is unavailable- added by beprinto (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
    2012-05-08 mhb StatusNone Invalid
        Open/ClosedOpen Closed
    2012-04-15 riastradh Carbon-Copy- Added riastradh

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code