Search Criteria
Package Details: picolisp 24.10.16-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/picolisp.git (read-only, click to copy) |
---|---|
Package Base: | picolisp |
Description: | Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines). |
Upstream URL: | https://picolisp.com |
Licenses: | MIT |
Submitter: | taij33n |
Maintainer: | johv |
Last Packager: | johv |
Votes: | 9 |
Popularity: | 0.185318 |
First Submitted: | 2015-11-17 16:40 (UTC) |
Last Updated: | 2024-11-19 23:18 (UTC) |
Dependencies (10)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libffi (libffi-gitAUR)
- ncurses (ncurses-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- readline (readline-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- make (make-gitAUR) (make)
Latest Comments
1 2 Next › Last »
AreaOfZero commented on 2024-11-19 23:26 (UTC)
@johv The newest package works! Thank you
johv commented on 2024-11-19 23:22 (UTC)
@AreaOfZero: Unfortunately I can't seem to reproduce this, but try 24.10.16-2, and let me know if you still have issues. Or, if you can figure out what the problem is and submit a patch it would be super helpful
AreaOfZero commented on 2024-11-19 21:29 (UTC) (edited on 2024-11-19 21:30 (UTC) by AreaOfZero)
getting this error during the build step:
johv commented on 2024-10-07 08:36 (UTC)
@vic_acid: Odd, are you using a version of
make
that doesn't have the-W
option? If so, I just pushed an update that should fix it (24.9.28-2). That error is caused because the upstream build process depends onsrc/base.ll
not needing rebuilding, but I thought I had already implemented a workaround.vic_acid commented on 2024-10-07 03:03 (UTC)
I'm continually getting build errors when trying to build using either yay or makepkg.
If I manually run the command from the PKGBUILD build() function, I can get the package to build correctly. But running it from makepkg fails.
johv commented on 2024-09-10 12:03 (UTC)
TwoFinger: Oops, my bad! Thanks for the comment!
TwoFinger commented on 2024-09-10 11:51 (UTC)
johv, the Makefile sed patches were to make the package conform to the Arch security guidelines. If you run namcap(1) on it, you will now see warnings that it lacks FULL RELRO and GNU_PROPERTY_X86_FEATURE_1_SHSTK.
iacore commented on 2024-03-21 12:56 (UTC) (edited on 2024-03-21 12:58 (UTC) by iacore)
please do not move the docs to /usr/share/doc/picolisp
picolisp depends on the docs being at the original location
try:
$ pil + : (doc 'doc)
i removed the 3 lines in PKGBUILD and it works
slbtty commented on 2021-09-09 01:43 (UTC)
This package is outdated a lot. The upstream maybe should be pointed to the actual one?
taij33n commented on 2017-04-07 10:39 (UTC)
1 2 Next › Last »