Paste: b0rkage running factor.sh on OS X

Author: dukeleto
Mode: factor
Date: Fri, 21 Nov 2008 05:20:49
Plain Text |
Factorcode md5: 220d2e00bf2cfbaa83b4282c0e4edb2f
Disk md5: 220d2e00bf2cfbaa83b4282c0e4edb2f
Your disk boot image matches the one on factorcode.org.
*** Stage 2 early init... done
Loading resource:basis/bootstrap/stage2.factor
Loading resource:basis/prettyprint/prettyprint.factor
Loading resource:basis/io/styles/styles.factor
Loading resource:basis/colors/colors.factor
Loading resource:basis/prettyprint/backend/backend.factor
Loading resource:basis/prettyprint/config/config.factor
Loading resource:basis/prettyprint/sections/sections.factor
Loading resource:basis/grouping/grouping.factor
Loading resource:basis/debugger/debugger.factor
Loading resource:basis/summary/summary.factor
Loading resource:basis/command-line/command-line.factor
Loading resource:basis/eval/eval.factor
Cross-referencing...
Loading resource:basis/listener/listener.factor
Loading resource:basis/fry/fry.factor
[ [ dup parse-file call ] assert-depth -> drop ]
[
    >r datastack r>
    dip ->
    >r datastack r>
    2dup [ length ] compare { ~array~ ~array~ ~array~ } case
]
[ >r call -> r> ]
[ swap >c call -> c> drop ]
[
    millis default-image-name "output-image" set-global
    "math compiler threads help io tools ui ui.tools unicode handbook"
    "include" set-global "" "exclude" set-global
    parse-command-line "-no-crossref" cli-args member?
    [ do-crossref ] unless os wince?
    [ "windows.ce" require ] when os winnt?
    [ "windows.nt" require ] when "deploy-vocab" get
    [ "stage2: deployment mode" print ]
    [ "listener" require "none" require ] if -> [
        load-components millis over -
        core-bootstrap-time set-global run-bootstrap-init
    ] with-compiler-errors :errors f error set-global
    f error-continuation set-global "deploy-vocab" get
    [ "tools.deploy.shaker" run ] [
        ~quotation~ set-boot-quot millis swap -
        bootstrap-time set-global
        print-report "output-image" get save-image-and-exit
    ] if
]
[ "listener" require -> "none" require ]
[ load-vocab -> drop ]
[ dup load-vocab-hook get call -> vocab ]
[ H{ } clone >n call -> ndrop ]
[ over >r compose [ dip rethrow ] curry recover -> r> call ]
[ swap >c call -> c> drop ]
[ swap >c call -> c> drop ]
[
    dup vocab-source-loaded? [ dup load-source ] unless
    -> dup vocab-docs-loaded? [ dup load-docs ] unless drop
]
[
    f over set-vocab-source-loaded?
    [ vocab-source-path ~quotation~ ~quotation~ if* ] keep
    -> t swap set-vocab-source-loaded?
    [ % ] [ assert-depth ] if-bootstrapping
]
[ >r call -> r> ]
[ swap >c call -> c> drop ]
[ H{ } clone >n call -> ndrop ]
[ over >r compose [ dip rethrow ] curry recover -> r> call ]
[ swap >c call -> c> drop ]
[ H{ } clone >n call -> ndrop ]
[ swap >c call -> c> drop ]
[ lines dup parse-fresh -> tuck finish-parsing forget-smudged ]
[ H{ } clone >n call -> ndrop ]
[
    amended-use? off parse-lines -> amended-use? get
    [ print-use-hook get call ] when
]
[ swap >c call -> c> drop ]
[ f parse-until -> >quotation ]
[ dup >r parse-step -> [ r> (parse-until) ] [ r> drop ] if ]
[ nip execute-parsing -> t ]
[ (:) -> define ]
[ \ ; parse-until -> >quotation ]
[ dup >r parse-step -> [ r> (parse-until) ] [ r> drop ] if ]
[
    scan-word ->
    { ~array~ ~array~ ~array~ ~array~ ~quotation~ } cond
]
[ <no-word-error> throw-restarts -> no-word-restarted ]
[ [ <condition> throw ] callcc1 -> 2nip ]
[
    63 getenv error-thread set-global
    continuation -> error-continuation set-global rethrow
]
P" resource:basis/listener/listener.factor"
81:     "( " in get auto-use? get [ " - auto" append ] when " )" 3append
                             ^
T{ no-word-error { name "auto-use?" } }

The following restarts are available:

:1    Defer word in current vocabulary
:2    Load resource:basis/listener/listener.factor again
The die word was called by the library. Unless you called it yourself,
you have triggered a bug in Factor. Please report.
Starting low level debugger...

New Annotation

Summary:
Author:
Mode:
Body: