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

Full log


View this message in rfc822 format

From: Eduardo Chappa <echappa <at> nmsu.edu>
To: 20635 <at> debbugs.gnu.org
Subject: bug#20635: 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.