Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TinaMinoruWasRight/04781df9efa9cc09a47c8ed3ed5e28ee to your computer and use it in GitHub Desktop.
Save TinaMinoruWasRight/04781df9efa9cc09a47c8ed3ed5e28ee to your computer and use it in GitHub Desktop.
Errors when installing dracula against Racket 8.3
raco setup: --- summary of errors --- [11:09:04]
raco setup: --- installing collections --- [11:09:04]
raco setup: --- post-installing collections --- [11:09:04]
raco setup: --- summary of errors --- [11:09:04]
raco setup: error: during making for <pkgs>/dracula (Dracula)
raco setup: open-input-file: cannot open module file
raco setup: module path: (lib test-info.scm test-engine)
raco setup: path: /usr/share/racket/pkgs/htdp-lib/test-engine/test-info.scm
raco setup: system error: no such file or directory; rkt_err=3
raco setup: compiling: <pkgs>/dracula/teachpacks/testing.rkt
raco setup: error: during making for <pkgs>/dracula/drscheme
raco setup: open-input-file: cannot open module file
raco setup: module path: test-engine/scheme-gui
raco setup: path: /usr/share/racket/pkgs/htdp-lib/test-engine/scheme-gui.rkt
raco setup: system error: no such file or directory; rkt_err=3
raco setup: compiling: <pkgs>/dracula/private/scheme/drscheme.rkt
raco setup: error: during making for <pkgs>/dracula/lang
raco setup: open-input-file: cannot open module file
raco setup: module path: (lib test-info.scm test-engine)
raco setup: path: /usr/share/racket/pkgs/htdp-lib/test-engine/test-info.scm
raco setup: system error: no such file or directory; rkt_err=3
raco setup: compiling: <pkgs>/dracula/teachpacks/testing.rkt
raco setup: error: during making for <pkgs>/dracula/lang/primitive-procedures
raco setup: open-input-file: cannot open module file
raco setup: module path: (lib test-info.scm test-engine)
raco setup: path: /usr/share/racket/pkgs/htdp-lib/test-engine/test-info.scm
raco setup: system error: no such file or directory; rkt_err=3
raco setup: compiling: <pkgs>/dracula/teachpacks/testing.rkt
raco setup: error: during making for <pkgs>/dracula/modular
raco setup: open-input-file: cannot open module file
raco setup: module path: (lib test-info.scm test-engine)
raco setup: path: /usr/share/racket/pkgs/htdp-lib/test-engine/test-info.scm
raco setup: system error: no such file or directory; rkt_err=3
raco setup: compiling: <pkgs>/dracula/teachpacks/testing.rkt
raco setup: error: during making for <pkgs>/dracula/private/scheme
raco setup: open-input-file: cannot open module file
raco setup: module path: test-engine/scheme-gui
raco setup: path: /usr/share/racket/pkgs/htdp-lib/test-engine/scheme-gui.rkt
raco setup: system error: no such file or directory; rkt_err=3
raco setup: compiling: <pkgs>/dracula/private/scheme/drscheme.rkt
raco setup: error: during making for <pkgs>/dracula/private/scheme/test
raco setup: open-input-file: cannot open module file
raco setup: module path: test-engine/scheme-gui
raco setup: path: /usr/share/racket/pkgs/htdp-lib/test-engine/scheme-gui.rkt
raco setup: system error: no such file or directory; rkt_err=3
raco setup: compiling: <pkgs>/dracula/private/scheme/drscheme.rkt
raco setup: error: during making for <pkgs>/dracula/teachpacks
raco setup: open-input-file: cannot open module file
raco setup: module path: (lib test-info.scm test-engine)
raco setup: path: /usr/share/racket/pkgs/htdp-lib/test-engine/test-info.scm
raco setup: system error: no such file or directory; rkt_err=3
raco setup: compiling: <pkgs>/dracula/teachpacks/testing.rkt
raco setup: error: during making for <pkgs>/dracula/test
raco setup: open-input-file: cannot open module file
raco setup: module path: (lib test-info.scm test-engine)
raco setup: path: /usr/share/racket/pkgs/htdp-lib/test-engine/test-info.scm
raco setup: system error: no such file or directory; rkt_err=3
raco setup: compiling: <pkgs>/dracula/teachpacks/testing.rkt
raco setup: error: during building docs for <pkgs>/dracula/guide/guide.scrbl
raco setup: open-input-file: cannot open module file
raco setup: module path: (lib test-info.scm test-engine)
raco setup: path: /usr/share/racket/pkgs/htdp-lib/test-engine/test-info.scm
raco setup: system error: no such file or directory; rkt_err=3
raco setup: error: during building docs for <pkgs>/dracula/reference/reference.scrbl
raco setup: open-input-file: cannot open module file
raco setup: module path: (lib test-info.scm test-engine)
raco setup: path: /usr/share/racket/pkgs/htdp-lib/test-engine/test-info.scm
raco setup: system error: no such file or directory; rkt_err=3
raco pkg install: packages installed, although setup reported errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment