Package Details: stklos 2.10-1

Git Clone URL: https://aur.archlinux.org/stklos.git (read-only, click to copy)
Package Base: stklos
Description: Free R7RS Scheme system.
Upstream URL: http://www.stklos.net
Licenses: GPL-2.0-or-later
Submitter: gallesio
Maintainer: gallesio
Last Packager: gallesio
Votes: 1
Popularity: 0.000000
First Submitted: 2020-06-12 13:44 (UTC)
Last Updated: 2024-10-10 17:07 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

gallesio commented on 2024-10-01 07:24 (UTC)

Thanks a lot micwoj92.

micwoj92 commented on 2024-09-23 14:45 (UTC)

https://wiki.archlinux.org/title/Namcap

gallesio commented on 2024-09-23 14:41 (UTC)

Oops, I didn't see the last comment from @micwoj92. Sorry.

What is the tool you used to find files which are installed in a wrong place? I cannot find any reference in the PKGBUILD page on Arch Wiki.

micwoj92 commented on 2024-07-03 16:22 (UTC)

Dependency readline is not needed and pcre needs to be changed to pcre2.

This package also has file which install in non standard locations, for example:

stklos E: ELF file ('build/stklos/pkg/stklos/usr/lib/stklos/2.00/readline-complete.so') outside of a valid path.
stklos E: ELF file ('build/stklos/pkg/stklos/usr/lib/stklos/2.00/srfi/170.so') outside of a valid path.
stklos E: ELF file ('build/stklos/pkg/stklos/usr/lib/stklos/2.00/srfi/175.so') outside of a valid path.
stklos E: ELF file ('build/stklos/pkg/stklos/usr/lib/stklos/2.00/srfi/238.so') outside of a valid path.
stklos E: ELF file ('build/stklos/pkg/stklos/usr/lib/stklos/2.00/srfi/25.so') outside of a valid path.
stklos E: ELF file ('build/stklos/pkg/stklos/usr/lib/stklos/2.00/srfi/27.so') outside of a valid path.
stklos W: File (build/stklos/pkg/stklos/usr/share/stklos/2.00/str.stk) exists in a non-standard directory.
stklos W: File (build/stklos/pkg/stklos/usr/share/stklos/2.00/struct.stk) exists in a non-standard directory.
stklos W: File (build/stklos/pkg/stklos/usr/share/stklos/2.00/thread.stk) exists in a non-standard directory.
stklos W: File (build/stklos/pkg/stklos/usr/share/stklos/2.00/time.stk) exists in a non-standard directory.
stklos W: File (build/stklos/pkg/stklos/usr/share/stklos/2.00/trace.ostk) exists in a non-standard directory.
stklos W: File (build/stklos/pkg/stklos/usr/share/stklos/2.00/trace.stk) exists in a non-standard directory.

gallesio commented on 2024-07-03 13:29 (UTC)

Updated PKGBUILD file. It should be OK now.

ecraven commented on 2024-07-01 07:37 (UTC)

This fails for me as follows:

...
ld -shared  -o base.so base.o 
ld: base.o: plugin needed to handle lto object
ld: base.o: plugin needed to handle lto object
sed "s/TAG/s8/g"   tagvector-template.stk > s8.stk
../../../utils/tmpcomp -o s8.ostk s8.stk
s8.stk:0: Error: cannot find symbol `STk_module_main' in `/home/nex/.cache/yay/stklos/src/stklos-2.00/lib/scheme/vector/base.so'
make[3]: *** [Makefile:700: s8.ostk] Error 1

Any way to fix this?