search for: makeinstall

Displaying 20 results from an estimated 33 matches for "makeinstall".

2001 Jan 11
3
contrib/redhat/openssh.spec question
...p1 1. Why is openssl a prereq? openssh statically links to openssl during build by default (rightfully so, you don't want your security library a shared object if possible) 2. I don't understand the following line in the spec file during the install step (it makes it not build for me): %{makeinstall} \ sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir}/ssh \ libexecdir=$RPM_BUILD_ROOT%{_libexecdir}/openssh \ DESTDIR=/ # Hack to disable key generation The problem here is that make install will then put everything in the root directory (/usr/bin, etc.) instead of /usr/src/redhat/INSTALL/usr/bin, etc....
2005 May 14
4
[LLVMdev] Cygwin LLVM Install Errors
...ng 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 The directory '/usr/llvm/bin/llvm-ar' does not exist. Creating the llvm-ar directory and continuing I get another error :- make[4]: Entering directory `/usr/build/llvm/lib/Target/SparcV9/RegAlloc...
2005 May 14
0
[LLVMdev] Cygwin LLVM Install Errors
...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 > > > The directory '/usr/llvm/bin/llvm-ar' does not exist. > > Creating the llvm-ar directory and continuing I get another error :- > > make[4]: Entering direc...
2007 Mar 26
1
[LLVMdev] llvm installation failure
...stalling Debug Bytecode Archive /lib/libc.a /usr/bin/install: cannot create regular file `/lib/libc.a': Permission denied make[3]: *** [/lib/libc.a] Error 1 make[3]: Leaving directory `/home/performA/users/lefever/testbed-work/llvm-cvs-070325/runtime/GCCLibraries/libc' make[2]: *** [libc/.makeinstall] Error 2 make[2]: Leaving directory `/home/performA/users/lefever/testbed-work/llvm-cvs-070325/runtime/GCCLibraries' make[1]: *** [GCCLibraries/.makeinstall] Error 2 make[1]: Leaving directory `/home/performA/users/lefever/testbed-work/llvm-cvs-070325/runtime' make: *** [install] Error 1...
2007 Oct 02
4
[LLVMdev] OCaml Install Error
Hi, I get this error duing a "make install": llvm[3]: Installing Debug /usr/local/lib/ocaml/libllvm.a install: /usr/local/lib/ocaml/libllvm.a: Permission denied make[3]: *** [install-a] Error 71 make[2]: *** [install] Error 1 make[1]: *** [ocaml/.makeinstall] Error 2 make: *** [install] Error 1 -bw
2005 Feb 17
2
[LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last $(Install) changes in Makefile.rules
...eN 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-------------------------------------------------...
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
...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/llv...
2007 Jun 11
3
Xapian 1.0.1 released
I've now uploaded Xapian 1.0.1, which you can download from the usual place: http://www.xapian.org/download.php This release mainly comprises bug fixes and performance improvements. The "simple" examples (for both C++ and the bindings) have also been overhauled and now use the QueryParser and TermGenerator classes, which makes for simpler examples and should better reflect
2007 Jun 11
3
Xapian 1.0.1 released
I've now uploaded Xapian 1.0.1, which you can download from the usual place: http://www.xapian.org/download.php This release mainly comprises bug fixes and performance improvements. The "simple" examples (for both C++ and the bindings) have also been overhauled and now use the QueryParser and TermGenerator classes, which makes for simpler examples and should better reflect
2010 Jun 10
3
[LLVMdev] clang build fails if done in the separate object directory
...objects/tools/clang' Makefile:44: Makefile.config: No such file or directory Makefile:127: /Makefile.rules: No such file or directory gmake[2]: *** No rule to make target `/Makefile.rules'. Stop. gmake[2]: Leaving directory `/tmp/llvm-svn/llvm-objects/tools/clang' gmake[1]: *** [clang/.makeinstall] Error 2 gmake[1]: Leaving directory `/tmp/llvm-svn/llvm-objects/tools' gmake: *** [install] Error 1 Yuri
2005 Jan 16
1
[LLVMdev] Problem with install current CVS version LLVM
...vm/etc/llvm llvm[2]: Installing Debug /home/wanderer/pkg/llvm/bin/llvmc llvm[2]: Installing additional C++ configuration clones install: /cc: Permission denied gmake[2]: *** [install] Error 71 gmake[2]: Leaving directory `/usr/home/wanderer/pkg/build/llvm/obj/tools/llvmc' gmake[1]: *** [llvmc/.makeinstall] Error 2 gmake[1]: Leaving directory `/usr/home/wanderer/pkg/build/llvm/obj/tools' gmake: *** [install] Error 1
2007 Oct 02
0
[LLVMdev] OCaml Install Error
...ing wrote: > I get this error duing a "make install": > > llvm[3]: Installing Debug /usr/local/lib/ocaml/libllvm.a > install: /usr/local/lib/ocaml/libllvm.a: Permission denied > make[3]: *** [install-a] Error 71 > make[2]: *** [install] Error 1 > make[1]: *** [ocaml/.makeinstall] Error 2 > make: *** [install] Error 1 Fair enough. The problem is that the bindings are installed in the ocaml stdlib, regardless of --prefix. At the very least, there should be a configure switch for this. Perhaps better, the default should go into the stdlib only if the stdlib is under...
2011 May 10
5
[LLVMdev] How to Cross compile llvm to ARM ?
.../usr/bin/install: strip process terminated abnormally make[2]: *** [/home/poki/hybridQ/llvm/temp_install/bin/tblgen] Error 1 make[2]: Leaving directory `/home/poki/hybridQ/llvm/bbuild/utils/TableGen' make[1]: *** [TableGen/.makeinstall] Error 2 make[1]: Leaving directory `/home/poki/hybridQ/llvm/bbuild/utils' make: *** [install] Error 1 Regards, Poki -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attac...
2005 Feb 17
0
[LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last $(Install) changes in Makefile.rules
...[-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-------------------...
2005 May 19
0
[LLVMdev] [Cygwin] llvm 'make install' build errors
...gt; 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 d...
2010 Jun 10
0
[LLVMdev] clang build fails if done in the separate object directory
...> Makefile:44: Makefile.config: No such file or directory > Makefile:127: /Makefile.rules: No such file or directory > gmake[2]: *** No rule to make target `/Makefile.rules'. Stop. > gmake[2]: Leaving directory `/tmp/llvm-svn/llvm-objects/tools/clang' > gmake[1]: *** [clang/.makeinstall] Error 2 > gmake[1]: Leaving directory `/tmp/llvm-svn/llvm-objects/tools' > gmake: *** [install] Error 1 > > Yuri > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.u...
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...truction > +#--------------------------------------------------------- > ifdef PARALLEL_DIRS > + > +# Unfortunately, this list must be maintained if new > +# recursive targets are added. > all :: $(addsuffix /.makeall , $(PARALLEL_DIRS)) > -install :: $(addsuffix /.makeinstall , $(PARALLEL_DIRS)) > clean :: $(addsuffix /.makeclean , $(PARALLEL_DIRS)) > -test :: $(addsuffix /.maketest , $(PARALLEL_DIRS)) > -bytecode :: $(addsuffix /.makebytecode, $(PARALLEL_DIRS)) > -stripped-bytecode :: $(addsuffix /.makestripped-bytecode, $(PARALLEL_DIRS)) >...
2007 Oct 02
4
[LLVMdev] OCaml Install Error
...his error duing a "make install": >> >> llvm[3]: Installing Debug /usr/local/lib/ocaml/libllvm.a >> install: /usr/local/lib/ocaml/libllvm.a: Permission denied >> make[3]: *** [install-a] Error 71 >> make[2]: *** [install] Error 1 >> make[1]: *** [ocaml/.makeinstall] Error 2 >> make: *** [install] Error 1 > > Fair enough. The problem is that the bindings are installed in the > ocaml stdlib, regardless of --prefix. At the very least, there should > be a configure switch for this. Perhaps better, the default should go > into the stdlib only...
2009 Sep 01
1
[LLVMdev] Problem building libprofile.
...untime/libprofile/Debug/FunctionProfiling.bc .../llvm-svn-debug-obj/runtime/libprofile/Debug/OptimalEdgeProfiling.bc make[1]: *** [.../llvm-svn-debug-obj/Debug/lib/libprofile_rt.bca] Segmentation fault make[1]: Leaving directory `.../llvm-svn-debug-obj/runtime/libprofile' make: *** [libprofile/.makeinstall] Error 2 Any toughts? (I attach the build log, so it does not get garbled.) Andi -- ========================================================================== This email is signed, for more information see http://web.student.tuwien.ac.at/~e0325716/gpg.html -------------- next part ------------...
2009 Aug 28
1
[LLVMdev] [Cygwin] 'make install' woes
...Profiling.o:Functio nProfiling.c:(.text+0x65): undefined reference to `_atexit' collect2: ld returned 1 exit status make[2]: *** [/home/ang/build/llvm-coff/Release/lib/profile_rt.dll] Error 1 make[2]: Leaving directory `/home/ang/build/llvm-coff/runtime/libprofile' make[1]: *** [libprofile/.makeinstall] Error 2 make[1]: Leaving directory `/home/ang/build/llvm-coff/runtime' If anyone can give me a lead on this or even fix it I would be most greatful. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/...