Package Details: scm 5f3-1

Git Clone URL: https://aur.archlinux.org/scm.git (read-only, click to copy)
Package Base: scm
Description: An R5RS Scheme (IEEE P1178). Written in C and runs under many OSes.
Upstream URL: http://people.csail.mit.edu/jaffer/SCM
Licenses: LGPL
Provides: gnu-scm
Submitter: None
Maintainer: keenerd
Last Packager: keenerd
Votes: 10
Popularity: 0.000002
First Submitted: 2009-06-08 20:13 (UTC)
Last Updated: 2020-03-04 19:05 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

omasanori commented on 2022-07-14 03:32 (UTC) (edited on 2022-07-14 03:32 (UTC) by omasanori)

makepkg emits the following warning:

==> WARNING: Package contains reference to $pkgdir

usr/lib/scm/implcat

usr/lib/scm/slibcat

In fact this causes errors when scripts load some libraries.

keenerd commented on 2015-07-08 22:31 (UTC)

Or don't do parallel building. SCM takes 54 seconds to build on my weakling laptop. Thank you for the patches, but please stop using hastebin.

haawda commented on 2015-07-08 16:13 (UTC)

See http://hastebin.com/recuzivudo and http://hastebin.com/taqilawisu for an updated PKGBUILD and a corresponding install file.

haawda commented on 2015-07-08 15:51 (UTC)

Build fails with a race condition when trying parallel build. Adding options=('!makeflags') fixes this for me.

keenerd commented on 2014-07-11 14:32 (UTC)

I've got a request to merge this package into my (older) scm package. Any objections?

<deleted-account> commented on 2012-04-07 08:16 (UTC)

To build this on my system as of 7 Apr 2012 also requires the AUR termcap package, AND to build and run requires a bind-mount of the slib directory. slib installs in /usr/share/slib. As root, you need to # mkdir /usr/lib/slib # mount --bind /usr/share/slib /usr/lib/slib If you plan to actually use scm frequently you need to put that bind in your fstab (or remember to type it in [as root] every time.) Still worth it if you're and old-timer who likes scm.

keenerd commented on 2011-02-16 21:23 (UTC)

I got some of the problems fixed, but it still generates errors. The fix is also extremely hacky.

anthonyclark commented on 2011-02-16 18:44 (UTC)

also... a symlink to /usr/share/slib needs to be made in /usr/

anthonyclark commented on 2011-01-27 16:10 (UTC)

Please update to scm-5e7. PKGBUILD won't work if I simple change the URL and the MD5. Thanks!