[Bug 271861] devel/roswell: components cannot be installed

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 06 Jun 2023 08:11:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271861

            Bug ID: 271861
           Summary: devel/roswell: components cannot be installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: dmgk@freebsd.org
          Reporter: alexey@ocaml.nl
          Assignee: dmgk@freebsd.org
             Flags: maintainer-feedback?(dmgk@freebsd.org)

ros install sbcl =>

[sbcl-bin successfully installed]
[...]
Extracting archive:/usr/home/alexey/.roswell/archives/sbcl-2.3.5.tar.gz
     0 .Unhandled UIOP/RUN-PROGRAM:SUBPROCESS-ERROR:                           
                              Subprocess #<UIOP/LAUNCH-PROGRAM::PROCESS-INFO
{1003FD4633}>                                               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                                                              
                                                                               
                                                Backtrace for:
#<SB-THREAD:THREAD "main thread" RUNNING {10046680C3}>                         
             [...backtrace...]

Pretty much the same thing happens when installing anything else. This is not a
big surprise, since bash is trying to execute the file "cd blah" (literally)
and it does not exist. Notice:
❯ bash -lc "cd /tmp" ; echo $?
1

-- 
You are receiving this mail because:
You are the assignee for the bug.