[LLVMdev] [Cygwin] llvm 'make install' build errors

Reid Spencer reid at x10sys.com
Thu May 19 10:40:44 PDT 2005


Aaron,

That looks to me like the "install" program on your platform isn't quite
up to snuff. It should be doing a command like:

/usr/bin/install -c  -m 0755  \
/proj/llvm/build/Debug/bin/llvm-ranlib /proj/install/bin/llvm-ranlib

Its not supposed to create an llvm-ranlib directory, the second argument
is the name of the file to create.  This works fine on linux.

Can you "make TOOL_VERBOSE=1 -C tools install" and send me some of the
output. I'd like to know what install is doing on Cygwin.

Thanks,

Reid.

On Thu, 2005-05-19 at 18:29 +0100, Aaron Gray wrote:
> Am back to the same llvm 'make install' errors as I had before :-
>  
> Two trivial ones, of uncreated directories :-
>  
> llvm[2]: Installing Debug /usr/llvm/bin/llvm-ranlib
> /usr/bin/install: target `/usr/llvm/bin/llvm-ranlib' is not a
> directory
> make[2]: *** [/usr/llvm/bin/llvm-ranlib] Error 1
> make[2]: Leaving directory `/usr/build/llvm/tools/llvm-ranlib'
> make[1]: *** [llvm-ranlib/.makeinstall] Error 2
> make[1]: Leaving directory `/usr/build/llvm/tools'
> make: *** [install] Error 1
>  
> make[2]: Entering directory `/usr/build/llvm/tools/llvm-ar'
> llvm[2]: Installing Debug /usr/llvm/bin/llvm-ar
> /usr/bin/install: target `/usr/llvm/bin/llvm-ar' is not a directory
> make[2]: *** [/usr/llvm/bin/llvm-ar] Error 1
> make[2]: Leaving directory `/usr/build/llvm/tools/llvm-ar'
> make[1]: *** [llvm-ar/.makeinstall] Error 2
> make[1]: Leaving directory `/usr/build/llvm/tools'
> make: *** [install] Error 1
> 
> Making the directories and rerunning 'make install' bypasses those for
> now.
>  
> And a more indepth one :-
>  
> /usr/bin/groff -Tps -man /usr/build/llvm/docs/CommandGuide/analyze.1
> > /usr/buil
> d/llvm/docs/CommandGuide/analyze.ps
> troff: fatal error: can't open
> `/usr/build/llvm/docs/CommandGuide/analyze.1': No
>  such file or directory
> make[2]: *** [/usr/build/llvm/docs/CommandGuide/analyze.ps] Error 1
> make[2]: Leaving directory `/usr/build/llvm/docs/CommandGuide'
> make[1]: *** [install] Error 1
> make[1]: Leaving directory `/usr/build/llvm/docs'
> make: *** [install] Error 1
>  
> This is where I was with llvm pre version 1.5.
>  
> help,
>  
> Aaron
>  
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050519/12a2ae4b/attachment.sig>


More information about the llvm-dev mailing list