Package Details: rusti-git r164.9d77720-1

Git Clone URL: https://aur.archlinux.org/rusti-git.git (read-only, click to copy)
Package Base: rusti-git
Description: REPL for Rust
Upstream URL: https://github.com/murarth/rusti
Keywords: rust_nightly
Licenses: MIT, Apache
Conflicts: rusti
Provides: rusti
Submitter: dywedir
Maintainer: None
Last Packager: gyscos
Votes: 1
Popularity: 0.000000
First Submitted: 2015-08-19 19:53 (UTC)
Last Updated: 2016-03-01 23:11 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

gyscos commented on 2018-12-01 20:43 (UTC)

It compiles fine now, but you may need an up-to-date nightly.

Ulin commented on 2017-08-10 11:57 (UTC)

Compiling rusti v0.0.1 (file:///opt/tmploc/yaourt-tmp-denis/aur-rusti-git/src/rusti) error[E0432]: unresolved import `syntax::errors::snippet::FormatMode` --> src/rusti/exec.rs:41:5 | 41 | use syntax::errors::snippet::FormatMode; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `FormatMode` in `errors::snippet` error[E0432]: unresolved import `syntax::errors::snippet::FormatMode` --> src/rusti/input.rs:26:5 | 26 | use syntax::errors::snippet::FormatMode; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `FormatMode` in `errors::snippet` error[E0425]: cannot find function `LLVMBuildExecutionEngine` in module `llvm` --> src/rusti/exec.rs:98:33 | 98 | let ee = unsafe { llvm::LLVMBuildExecutionEngine(llmod) }; | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in `llvm` error[E0425]: cannot find function `LLVMExecutionEngineAddModule` in module `llvm` --> src/rusti/exec.rs:133:24 | 133 | unsafe { llvm::LLVMExecutionEngineAddModule(self.ee, llmod); } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `llvm` error[E0425]: cannot find function `LLVMExecutionEngineRemoveModule` in module `llvm` --> src/rusti/exec.rs:149:27 | 149 | llvm::LLVMExecutionEngineRemoveModule(self.ee, llmod) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `llvm` error[E0425]: cannot find function `LLVMGetPointerToGlobal` in module `llvm` --> src/rusti/exec.rs:181:41 | 181 | let fp = unsafe { llvm::LLVMGetPointerToGlobal(self.ee, fv) }; | ^^^^^^^^^^^^^^^^^^^^^^ did you mean `LLVMGetFirstGlobal`? error[E0425]: cannot find function `LLVMGetPointerToGlobal` in module `llvm` --> src/rusti/exec.rs:203:41 | 203 | let gp = unsafe { llvm::LLVMGetPointerToGlobal(self.ee, gv) }; | ^^^^^^^^^^^^^^^^^^^^^^ did you mean `LLVMGetFirstGlobal`? error[E0425]: cannot find function `LLVMRustLoadDynamicLibrary` in module `llvm` --> src/rusti/exec.rs:227:38 | 227 | let res = unsafe { llvm::LLVMRustLoadDynamicLibrary(cs.as_ptr()) }; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `llvm` error[E0425]: cannot find function `LLVMDisposeExecutionEngine` in module `llvm` --> src/rusti/exec.rs:239:24 | 239 | unsafe { llvm::LLVMDisposeExecutionEngine(self.ee) }; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `llvm` error[E0433]: failed to resolve. Could not find `CtxtArenas` in `ty` --> src/rusti/exec.rs:333:26 | 333 | let arenas = ty::CtxtArenas::new(); | ^^^^^^^^^^^^^^^^^^^ Could not find `CtxtArenas` in `ty` error[E0433]: failed to resolve. Could not find `CtxtArenas` in `ty` --> src/rusti/exec.rs:401:26 | 401 | let arenas = ty::CtxtArenas::new(); | ^^^^^^^^^^^^^^^^^^^ Could not find `CtxtArenas` in `ty` error[E0554]: #[feature] may not be used on the stable release channel --> src/rusti/lib.rs:12:1 | 12 | #![feature(rustc_private, set_stdio)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error(s) error: Could not compile `rusti`. To learn more, run the command again with --verbose. ==> ОШИБКА: Произошел сбой в build(). Прерывание... ==> ОШИБКА: Makepkg не смог собрать rusti-git.

gyscos commented on 2015-12-09 00:00 (UTC) (edited on 2016-03-01 23:11 (UTC) by gyscos)

Current PKGBUILD fails because `install -D` cannot create directory when multiple files are copied. Updated PKGBUILD: https://gist.github.com/c2fe376cd376d98758f2 EDIT: Fixed