Search Criteria
Package Details: picolisp 25.1.9-1
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: | 8 |
Popularity: | 0.068364 |
First Submitted: | 2015-11-17 16:40 (UTC) |
Last Updated: | 2025-01-09 22:28 (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)
- libffi (libffi-gitAUR)
- ncurses (ncurses-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- readline (readline-gitAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- make (make-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
johv commented on 2025-01-12 22:28 (UTC)
@newmentos: I couldn't reproduce that. From a quick web search, it sounds like a problem with the network somewhere between you and GitHub. Could be caused low-bandwidth connection, something temporary on GitHub's end, ISP doing something shady, or some other thing. I don't think it's a packaging issue, since the PKGBUILD isn't responsible for specifying anything about the download method beyond just giving the Git URL. Some possible workarounds listed here: https://stackoverflow.com/q/59282476
newmentos commented on 2025-01-12 18:42 (UTC) (edited on 2025-01-12 18:48 (UTC) by newmentos)
"makepkg -si" not worked
-> Cloning pil21 git repo... Cloning into bare repository '/home/user/Downloads/picolisp/pil21'... remote: Enumerating objects: 10645, done. remote: Counting objects: 100% (2881/2881), done. remote: Compressing objects: 100% (724/724), done. error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8) error: 7790 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output ==> ERROR: Failure while downloading pil21 git repo
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
1 2 3 Next › Last »