[LLVMbugs] [Bug 10979] New: ../llvm/configure fails in Cygwin if path contains white space character

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Sep 21 12:05:47 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=10979

           Summary: ../llvm/configure fails in Cygwin if path contains
                    white space character
           Product: Build scripts
           Version: 2.9
          Platform: PC
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: autoconf
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: jcortel at gmail.com
                CC: llvmbugs at cs.uiuc.edu


config.status: executing projects/Makefile commands
config.status: executing bindings/Makefile commands
config.status: executing bindings/ocaml/Makefile.ocaml commands
=== configuring in projects/sample (/home/Jon Smith/cl/build/projects/sample
)
configure: running /bin/sh ../../../llvm/projects/sample/configure
--prefix=/usr/local  --cache-file=/dev/null
--srcdir=../../../llvm/projects/sample
configure: error: cannot find install-sh or install.sh in /home/Jon
Smith/cl/llvm/autoconf "../../../llvm/projects/sample"//home/Jon
Smith/cl/llvm/autoc
onf
configure: error: ../../../llvm/projects/sample/configure failed for
projects/sample

----------

Above is the snippet of the reported failure when executing ../llvm/configure
found in using the basic setup steps described in
http://clang.llvm.org/get_started.html

I'm running the most up to date version of Cygwin in Windows 7 (64-bit). I can
confirm that install-sh does exist in the "/home/Jon Smith/cl/llvm/autoconf"
folder.  There's a bug with the configure script and white space character in
my Cygwin home directory ("Jon Smith").  I moved the llvm build folder to a
path that doesn't contain a space the error went away.

Configure should not fail if the path contains a white space in a folder name.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list