compiling sbcl 2.2.10 uses hard-coded path to /bin/cat

Bug #1995224 reported by Kasper Gałkowski
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Undecided
Unassigned

Bug Description

Compiling SBCL 2.2.10 uses hard-coded path to /bin/cat. Causes build failure in sandboxes.

Recreate:

$ sh build.sh

...

(ERROR "Couldn't execute ~S: ~A" "/bin/cat" "No such file or directory")

Revision history for this message
Kasper Gałkowski (kgalkowski) wrote :

Myself I replaced the /bin/cat call with a CL function, attached in patch.

Revision history for this message
Douglas Katzman (dougk) wrote :

how about if instead, run-program just uses ':search t' like on #+win32 ?

Revision history for this message
Kasper Gałkowski (kgalkowski) wrote :

yeah that will also work

Douglas Katzman (dougk)
Changed in sbcl:
status: New → Fix Committed
Changed in sbcl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.