install.sh -- cp: cannot stat some of doc/manual/*: No such file or directory

Bug #1415765 reported by Dmitry Igrishin
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Undecided
Unassigned

Bug Description

SBCL 1.2.7

install.sh attempts to copy missing manuals upon installing SBCL:

SBCL has been installed:
 binary /usr/local/bin/sbcl
 core and contribs in /usr/local/lib/sbcl/

Documentation:
 man /usr/local/share/man/man1/sbcl.1
cp: cannot stat `doc/manual/*.info': No such file or directory
cp: cannot stat `doc/manual/*.info-*': No such file or directory
cp: cannot stat `doc/manual/*.pdf': No such file or directory
cp: cannot stat `doc/manual/sbcl.html': No such file or directory
cp: cannot stat `doc/manual/asdf.html': No such file or directory

Revision history for this message
Burton Samograd (burton-samograd) wrote :

This patch solves the problem by testing for the existence of the files before they are copied, eliminating the error messages from the residual globs that come through when the files don't exist.

Revision history for this message
Stas Boukarev (stassats) wrote :

Committed the patch in 4563476884722bba88f230f6beab8c43126bd723, thanks.

Changed in sbcl:
status: New → Fix Committed
Stas Boukarev (stassats)
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.