src/julia_flisp.boot fatal error

73 views
Skip to first unread message

Federico Calboli

unread,
Mar 1, 2014, 6:37:12 AM3/1/14
to juli...@googlegroups.com
Hi,

just reporting a bug.  I just (March 1st 2014, 11.30 GMT) did

git fetch; git merge origin; make

and I got:

    CC src/jltypes.o
    CC src/gf.o
    CC src/support/hashing.o
    CC src/support/timefuncs.o
    CC src/support/ptrhash.o
    CC src/support/operators.o
    CC src/support/utf8.o
    CC src/support/ios.o
    CC src/support/htable.o
    CC src/support/bitvector.o
    CC src/support/int2str.o
    CC src/support/libsupportinit.o
    CC src/support/arraylist.o
    LINK src/support/libsupport.a
    CC src/flisp/flisp
arg-error: io.tostring!: requires memory stream
in file unittest.lsp
#0 fatal error:
(arg-error "io.tostring!: requires memory stream")
make[3]: *** [flisp] Error 1
make[2]: *** [flisp/libflisp.a] Error 2
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2

I'm on OSX (10.9.2) and I am using gcc-4.8 (and gfortran-4.8) from Homebrew.

Best

F

Ivar Nesje

unread,
Mar 1, 2014, 6:53:38 AM3/1/14
to juli...@googlegroups.com

Isaiah Norton

unread,
Mar 1, 2014, 7:33:23 AM3/1/14
to juli...@googlegroups.com
Please do:

cd src
make clean-flisp
cd ..
make

Federico Calboli

unread,
Mar 1, 2014, 8:01:52 AM3/1/14
to juli...@googlegroups.com
I can confirm the fix posted below worked for me.

BW

F
Reply all
Reply to author
Forward
0 new messages