Alright, so I've taken over maintenance of this one, the PKGBUILD is pretty much a complete rewrite. It follows the standards now. In regards to dwysocki's comment, SBCL requires an existing and sufficient Lisp to compile. According to the website, modern versions of at least SBCL and CMUCL seem to manage the bootstrap. SBCL is only a build dependency so you can uninstall the precompiled version after the build and before installation a la makepkg -s && sudo pacman -R sbcl && sudo pacman -U ./sbcl-git-<version>.pkg.tar.zst
if it gives you trouble, but in my testing, I can't replicate this issue after my rewrite.
Search Criteria
Package Details: sbcl-git sbcl.2.2.9.r91.gd579e4a4f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sbcl-git.git (read-only, click to copy) |
---|---|
Package Base: | sbcl-git |
Description: | Steel Bank Common Lisp (Git snapshot) |
Upstream URL: | https://www.sbcl.org |
Keywords: | git lisp sbcl |
Licenses: | BSD |
Provides: | sbcl |
Submitter: | ghollisjr |
Maintainer: | bms_n |
Last Packager: | bms_n |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-06-16 11:00 (UTC) |
Last Updated: | 2022-10-26 14:55 (UTC) |
Required by (58)
- acl2 (requires sbcl)
- alphasort-git (requires sbcl)
- amino-git (requires sbcl) (optional)
- cafeobj (requires sbcl) (make)
- cando (requires sbcl) (make)
- cando-git (requires sbcl) (make)
- cl-3bmd (requires sbcl) (check)
- cl-anaphora (requires sbcl) (check)
- cl-esrap (requires sbcl) (check)
- cl-fad (requires sbcl)
- cl-fiasco (requires sbcl) (check)
- cl-ieee-floats (requires sbcl) (check)
- cl-ironclad (requires sbcl) (check)
- cl-iterate (requires sbcl) (check)
- cl-local-time (requires sbcl) (check)
- cl-md5 (requires sbcl) (check)
- cl-named-readtables (requires sbcl) (check)
- cl-parenscript (requires sbcl) (check)
- cl-split-sequence (requires sbcl) (check)
- cl-try (requires sbcl) (check)
- Show 38 more...
Sources (1)
Latest Comments
bms_n commented on 2022-10-27 19:59 (UTC)
dwysocki commented on 2021-08-24 04:41 (UTC)
Requires SBCL to install SBCL, then pacman fails because a number of SBCL-related files "exist in filesystem" already. This really should be installable without an existing SBCL to bootstrap.
haawda commented on 2021-06-16 11:39 (UTC)
Please follow the packaging guidelines: https://wiki.archlinux.org/title/VCS_package_guidelines#VCS_sources
Pinned Comments
bms_n commented on 2022-10-27 19:59 (UTC)
Alright, so I've taken over maintenance of this one, the PKGBUILD is pretty much a complete rewrite. It follows the standards now. In regards to dwysocki's comment, SBCL requires an existing and sufficient Lisp to compile. According to the website, modern versions of at least SBCL and CMUCL seem to manage the bootstrap. SBCL is only a build dependency so you can uninstall the precompiled version after the build and before installation a la
makepkg -s && sudo pacman -R sbcl && sudo pacman -U ./sbcl-git-<version>.pkg.tar.zst
if it gives you trouble, but in my testing, I can't replicate this issue after my rewrite.