GNU bug report logs - #20635
using libtool to install on directories that contain spaces

Previous Next

Package: libtool;

Reported by: Eduardo Chappa <echappa <at> nmsu.edu>

Date: Sat, 23 May 2015 16:36:02 UTC

Severity: normal

To reply to this bug, email your comments to 20635 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


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):

From: Eduardo Chappa <echappa <at> nmsu.edu>
To: bug-libtool <at> gnu.org
Subject: using libtool to install on directories that contain spaces
Date: Sat, 23 May 2015 10:01:04 -0600 (MDT)
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.