Displaying 10 results from an estimated 10 matches for "destroot".
2007 Jun 04
2
[LLVMdev] building llvm-gcc4 with a different target name
...nclude/${name} \
--infodir=${prefix}/share/info \
--mandir=${prefix}/share/man \
--with-local-prefix=${prefix} \
--program-prefix=llvm- \
--disable-nls
# like rpm, install into a destroot before finally installing
destroot.destdir prefix=${destroot}${prefix} \
libdir=${destroot}${prefix}/lib/${name} \
libexecdir=${destroot}${prefix}/libexec/${name} \
includedir=${destroot}${prefix}/include/${name} \...
2016 Mar 14
2
LLVM-3.8.0 libcxx in-tree build fails with cmath error ::signbit has not been declared
...RY_PATH=${BASE_DIR}/lib \
-DCMAKE_SKIP_INSTALL_RPATH=OFF \
-DCMAKE_SKIP_RPATH=OFF \
-DCMAKE_SYSTEM_INCLUDE_PATH=$myincpath \
-DCMAKE_SYSTEM_LIBRARY_PATH=$mylibpath \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCURSES_NEED_NCURSES=TRUE \
-DFFI_INCLUDE_DIR=$DESTROOT/lib/libffi-3.0.11/include \
-DFFI_LIBRARY_DIR=$DESTROOT/lib \
-DGCC_INSTALL_PREFIX=$GCC_ROOT \
-DLLVM_BINUTILS_INCDIR=${DESTROOT}/include \
-DLLVM_BUILD_32_BITS=OFF \
-DLLVM_BUILD_EXAMPLES=ON \
-DLLVM_ENABLE_CXX1Y=ON \
-DLLVM_ENABLE_EH=ON \...
2016 Mar 14
2
LLVM-3.8.0 libcxx in-tree build fails with cmath error ::signbit has not been declared
...RY_PATH=${BASE_DIR}/lib \
-DCMAKE_SKIP_INSTALL_RPATH=OFF \
-DCMAKE_SKIP_RPATH=OFF \
-DCMAKE_SYSTEM_INCLUDE_PATH=$myincpath \
-DCMAKE_SYSTEM_LIBRARY_PATH=$mylibpath \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCURSES_NEED_NCURSES=TRUE \
-DFFI_INCLUDE_DIR=$DESTROOT/lib/libffi-3.0.11/include \
-DFFI_LIBRARY_DIR=$DESTROOT/lib \
-DGCC_INSTALL_PREFIX=$GCC_ROOT \
-DLLVM_BINUTILS_INCDIR=${DESTROOT}/include \
-DLLVM_BUILD_32_BITS=OFF \
-DLLVM_BUILD_EXAMPLES=ON \
-DLLVM_ENABLE_CXX1Y=ON \
-DLLVM_ENABLE_EH=ON \...
2009 Sep 13
3
Istalling problems on MAC OS X 10.6
.... not found
configure: error: FreeType 32-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
Warning: the following items did not execute (for wine-devel): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
I tried already one solution by compiling some single files with 32 bit parameter without success.
Is there anybody else facing this issue and has a solution?
Thanks for any hints.
2006 Feb 22
3
OT: svn installation tutorial
...e$ sudo port install subversion
Password:
---> Fetching apr
---> Attempting to fetch apr-1.2.2.tar.bz2 from
http://www.apache.org/dist/apr
---> Verifying checksum(s) for apr
---> Extracting apr
---> Configuring apr
---> Building apr with target all
---> Staging apr into destroot
---> Packaging tgz archive for apr 1.2.2_0
---> Installing apr 1.2.2_0
---> Activating apr 1.2.2_0
---> Cleaning apr
---> Fetching db4
---> Attempting to fetch db-4.3.29.tar.gz from
http://downloads.sleepycat.com/
---> Verifying checksum(s) for db4
Error: Checksum (md5)...
2011 Jul 06
1
Compiling on Mac OS X
Hi,
I'm having some problems compiling on Mac OS X:
nekomimi:xapian samuel$ sudo port install libiconv
---> Configuring gperf
---> Building gperf
---> Staging gperf into destroot
---> Installing gperf @3.0.4_0+universal
---> Deactivating gperf @3.0.4_0
---> Cleaning gperf
---> Activating gperf @3.0.4_0+universal
---> Cleaning gperf
---> Computing dependencies for libiconv
---> Fetching libiconv
---> Verifying checksum(s) for libiconv
--->...
2006 Dec 08
5
[LLVMdev] llvm build not respecting DESTDIR?
...other way to do this?
Here's the commands I'm running:
> ./configure --prefix=/opt/local
> make ENABLED_OPTIMIZED=1 OPTIMIZE_OPTION='-O2' tools-only
> make install
DESTDIR=/opt/local/var/db/dports/build/_unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm/work/destroot
This is the output from make install. You can see that it's trying to
install into the final location, /opt/local:
install: /opt/local/include/./llvm/Transforms/Utils/Local.h: No such
file or directory
llvm[0]: Making install directory /opt/local/include/./llvm/Transforms/Utils
mkdir: /opt...
2006 Dec 08
0
[LLVMdev] llvm build not respecting DESTDIR?
...re's the commands I'm running:
>
> > ./configure --prefix=/opt/local
> > make ENABLED_OPTIMIZED=1 OPTIMIZE_OPTION='-O2' tools-only
> > make install
> DESTDIR=/opt/local/var/db/dports/build/_unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm/work/destroot
DESTDIR isn't used by the makefiles so specifying a value for it isn't
going to accomplish what you want. The --prefix= configure option
controls where installation goes to.
>
>
> This is the output from make install. You can see that it's trying to
> install into the fi...
2011 Sep 27
24
Wine on Tiger
I'm almost certain I installed Wine correctly, but when I try to get a Windows program working it doesn't happen. The program I'm trying to install is Arena 10 (a simulation program). I've attached some screen shots. The first one is when I completed the wine install, 2 through 6 show when I tried to install the program. If you could tell me what steps to take to fix these
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...gt; "command_exec build"
> (procedure "portbuild::build_main" line 8)
> invoked from within
> "$procedure $targetname"
> :info:build Warning: the following items did not execute (for wine-devel): org.macports.activate org.macports.build org.macports.destroot org.macports.install
> :notice:build Log for wine-devel is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine-devel/main.log
>
Any help on this would be greatly appreciated. Can't think of anything that I did wrong my entire Mac...