Vladimir Merzliakov
2005-Feb-17 22:48 UTC
[LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last $(Install) changes in Makefile.rules
Command from LLVM CFE bootstrap sequence at FreeBSD: gmake -C runtime install-bytecode terminated with error (verbose mode): --8X------------------------------------------------------- llvm[2]: Installing Debug Bytecode Archive /usr/home/wanderer/pkg/build/llvm/night/cfe/bin/../lib/libcrtend.a /usr/bin/install -c -D /usr/home/wanderer/pkg/build/llvm/obj/Debug/lib/libcrtend.bca /usr/home/wanderer/pkg/build/llvm/night/cfe/bin/../lib/libcrtend.a install: illegal option -- D usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... gmake[2]: *** [/usr/home/wanderer/pkg/build/llvm/night/cfe/bin/../lib/libcrtend.a] Error 64 gmake[2]: Leaving directory `/usr/home/wanderer/pkg/build/llvm/obj/runtime/GCCLibraries/crtend' gmake[1]: *** [crtend/.makeinstall-bytecode] Error 2 gmake[1]: Leaving directory `/usr/home/wanderer/pkg/build/llvm/obj/runtime/GCCLibraries' gmake: *** [GCCLibraries/.makeinstall-bytecode] Error 2 gmake: Leaving directory `/usr/home/wanderer/pkg/build/llvm/obj/runtime' --X8------------------------------------------------------- Vladimir
Reid Spencer
2005-Feb-17 22:55 UTC
[LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last $(Install) changes in Makefile.rules
Vladimir, Thanks for the note. Unfortunately, the install approach that we're using in the makefiles is a bit broken, based on Linux install program. We'll get this cleaned up soon so that it works on multiple unixes. Reid. On Thu, 2005-02-17 at 14:48, Vladimir Merzliakov wrote:> Command from LLVM CFE bootstrap sequence at FreeBSD: > gmake -C runtime install-bytecode > terminated with error (verbose mode): > > --8X------------------------------------------------------- > llvm[2]: Installing Debug Bytecode Archive > /usr/home/wanderer/pkg/build/llvm/night/cfe/bin/../lib/libcrtend.a > /usr/bin/install -c -D > /usr/home/wanderer/pkg/build/llvm/obj/Debug/lib/libcrtend.bca > /usr/home/wanderer/pkg/build/llvm/night/cfe/bin/../lib/libcrtend.a > install: illegal option -- D > usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] > [-o owner] file1 file2 > install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] > [-o owner] file1 ... fileN directory > install -d [-v] [-g group] [-m mode] [-o owner] directory ... > gmake[2]: *** > [/usr/home/wanderer/pkg/build/llvm/night/cfe/bin/../lib/libcrtend.a] Error > 64 > gmake[2]: Leaving directory > `/usr/home/wanderer/pkg/build/llvm/obj/runtime/GCCLibraries/crtend' > gmake[1]: *** [crtend/.makeinstall-bytecode] Error 2 > gmake[1]: Leaving directory > `/usr/home/wanderer/pkg/build/llvm/obj/runtime/GCCLibraries' > gmake: *** [GCCLibraries/.makeinstall-bytecode] Error 2 > gmake: Leaving directory `/usr/home/wanderer/pkg/build/llvm/obj/runtime' > > --X8------------------------------------------------------- > > Vladimir > > _______________________________________________ > 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/20050217/039e58c5/attachment.sig>
Vladimir Merzliakov
2005-Feb-17 23:06 UTC
[LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last$(Install) changes in Makefile.rules
> Vladimir, > > Thanks for the note. Unfortunately, the install approach that we're > using in the makefiles is a bit broken, based on Linux install program. > We'll get this cleaned up soon so that it works on multiple unixes. > > Reid.Ok Temporary fixed by partly reverting $(Install) changes in local copy Makefile.rules (removing -D option from $(Install) call lines). Vladimir
Maybe Matching Threads
- [LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last $(Install) changes in Makefile.rules
- [LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
- [LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
- [LLVMdev] README: Build Environment Changes
- [LLVMdev] Building the llvm runtime: 'Can't destroy file: Theprocess cannot access the fi