Search Criteria
Package Details: scsh-git 20151026-2
Git Clone URL: | https://aur.archlinux.org/scsh-git.git (read-only, click to copy) |
---|---|
Package Base: | scsh-git |
Description: | Scheme Shell |
Upstream URL: | http://github.com/scheme/scsh |
Licenses: | |
Submitter: | spelufo |
Maintainer: | spelufo |
Last Packager: | spelufo |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-23 17:49 |
Last Updated: | 2015-11-16 22:22 |
Latest Comments
codemac commented on 2016-08-18 16:52
https://github.com/scheme/scsh/issues/35
@spelufo - any ideas?
codemac commented on 2016-08-15 15:51
scsh no longer runs here, it fails to find a library correctly, here is the strace output that I saw that seemed to lead to the VM error:
open("/tmp/yaourt-tmp-jmickey/aur-scsh-git/pkg/scsh-git//usr/lib/scsh-0.7/time-ticks-sec.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
Investigating on how to fix, no sure yet.
spelufo commented on 2015-11-16 22:23
OK, I removed the patch, since they merged it into the project's repo.
LaloHao commented on 2015-11-16 20:16
I'm getting error on prepare
==> Iniciando prepare()...
patching file Makefile.in
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file Makefile.in.rej
Makefile.in.rej:
--- Makefile.in.old 2015-10-23 14:27:40.249916693 -0300
+++ Makefile.in 2015-10-23 14:28:00.549916100 -0300
@@ -172,7 +172,7 @@
install-scsh-image: install-scsh
$(srcdir)/build/build-image.sh $(srcdir) \
- "$(LIB)/" '$(DESTDIR)$(LIB)/scsh.image' '$(SCHEME48) -h 0' '$(LOADS)'
+ "$(DESTDIR)$(LIB)/" '$(DESTDIR)$(LIB)/scsh.image' '$(SCHEME48) -h 0' '$(LOADS)'
clean:
rm -rf c/*.o c/*.so c/*.dSYM *.sexpr scsh.image scsh go *.dSYM