Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Almost nothing can be installed on FreeBSD 13.2 #558

Open
avysk opened this issue Jun 6, 2023 · 0 comments
Open

Almost nothing can be installed on FreeBSD 13.2 #558

avysk opened this issue Jun 6, 2023 · 0 comments

Comments

@avysk
Copy link

avysk commented Jun 6, 2023

Roswell version

uname -a => FreeBSD eldanna.ocaml.nl 13.2-RELEASE FreeBSD 13.2-RELEASE 525ecfdad GENERIC amd64
ros --version => roswell 22.12.14.113(eae6e5c) (cloned and compiled from source)

ros config

setup.time=3895032873
sbcl-bin.version=2.3.5
default.lisp=sbcl-bin

Possible subcommands:
set
show

How to reproduce the issue

Install roswell. Try to install some Lisp with it.

Expected behavior

Stuff, listed in ros install output, can be installed.

Actual result

Installations of Lisp implementations mostly fail:

  • abcl-bin => works
  • allegro => falis (Downloading ftp://ftp.franz.com/pub/acl10.1express/freebsd86/acl10.1expressfreebsd-x86NIL -- huh, NIL?)
  • ccl-bin => fails (gzip: can't stat: /usr/home/alexey/.roswell/archives/ccl-1.12.1-freebsdx86.tar.gz: No such file or directory)
  • clasp-bin => fails (gzip: can't stat: /usr/home/alexey/.roswell/archives/clasp-2022-01-28-x86-64-freebsd-binary.tar.gz: No such file or directory)
  • clasp => fails (Subprocess with command "make" exited with error code 1)
  • clisp => fails (Subprocess with command "make install" exited with error code 1)
  • cmu-bin => fails (bzip2: Can't open input file /usr/home/alexey/.roswell/archives/cmucl-21e-x86-freebsd.tar.bz2: No such file or directory.)
  • ecl => fails (Subprocess with command "make install" exited with error code 1)
  • mkcl => fails (Subprocess with command "make install" exited with error code 2)
  • sbcl-bin => works
  • sbcl-head => fails (Subprocess with command "/home/alexey/.local/bin/ros roswell-internal-use download https://github.com/roswell/sbcl_head/releases/download/files/sbcl-bin_uri.tsv /usr/home/alexey/.roswell/tmp/sbcl_head.tsv" exited with error code 2)
  • sbcl => fails (Subprocess #<UIOP/LAUNCH-PROGRAM::PROCESS-INFO {10023E4613}> with command ("/usr/local/bin/bash" "-lc" "cd \"/usr/home/alexey/.roswell/src/sbcl-2.3.5/\";/usr/local/bin/bash ./make.sh '--xc-host=ros -L sbcl-bin without-roswell=t run -- --no-userinit --no-sysinit' '--prefix=/usr/home/alexey/.roswell/impls/x86-64/freebsd/sbcl/2.3.5/'") exited with error code 1 which is not a big surprise since it tries to execute the non-existent file cd blah (literally, with a space character in the name))
  • sbcl-source => works
@avysk avysk changed the title Almost nothing can be installed on FreeBSD 13,2 Almost nothing can be installed on FreeBSD 13.2 Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant