GNU bug report logs -
#20635
using libtool to install on directories that contain spaces
Previous Next
To reply to this bug, email your comments to 20635 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-libtool <at> gnu.org
:
bug#20635
; Package
libtool
.
(Sat, 23 May 2015 16:36:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Eduardo Chappa <echappa <at> nmsu.edu>
:
New bug report received and forwarded. Copy sent to
bug-libtool <at> gnu.org
.
(Sat, 23 May 2015 16:36:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
I maintain the e-mail program Alpine (see
http://patches.freeiz.com/alpine/release), and I received a report from a
user that has problems installing it in a directory whose full path
contains spaces.
The problem seems to stem from libtool at the following line
func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
When installation is done, \$destfile is not properly quoted, but if I
change that line to
func_show_eval "$install_prog\$stripme \$file '\$destfile'" 'exit $?'
installation proceeds correctly. Could you confirm the problem?
Thank you.
--
Eduardo
http://patches.freeiz.com/alpine/
This bug report was last modified 10 years and 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.