| a | b | |
|---|
| 0 | + | couch@build /relax/trunk |
|---|
| 0 | + | $ ./bootstrap |
|---|
| 0 | + | You have bootstrapped Apache CouchDB, time to relax. |
|---|
| 0 | + | |
|---|
| 0 | + | Run `./configure' to configure the source before you install. |
|---|
| 0 | + | |
|---|
| 0 | + | couch@build /relax/trunk |
|---|
| 0 | + | $ ./configure |
|---|
| 0 | + | |
|---|
| 0 | + | couch@build /relax/trunk |
|---|
| 0 | + | $ more /relax/bin/couchdb_config.sh |
|---|
| 0 | + | #!/bin/sh |
|---|
| 0 | + | COUCH_TOP=`pwd` |
|---|
| 0 | + | export COUCH_TOP |
|---|
| 0 | + | |
|---|
| 0 | + | ./configure \ |
|---|
| 0 | + | --prefix=$ERL_TOP/release/win32 \ |
|---|
| 0 | + | --with-erlang=$ERL_TOP/release/win32/usr/include \ |
|---|
| 0 | + | --with-win32-icu-binaries=/relax/icu \ |
|---|
| 0 | + | --with-win32-curl=/relax/curl \ |
|---|
| 0 | + | --with-openssl-bin-dir=/relax/openssl/bin \ |
|---|
| 0 | + | --with-msvc-redist-dir=/relax \ |
|---|
| 0 | + | --with-js-lib=/relax/tracemonkey-57a6ad20eae9/js/src/dist/lib \ |
|---|
| 0 | + | --with-js-include=/relax/tracemonkey-57a6ad20eae9/js/src/dist/include \ |
|---|
| 0 | + | --enable-static \ |
|---|
| 0 | + | 2>&1 | tee $COUCH_TOP/build_configure.txt |
|---|
| 0 | + | |
|---|
| 0 | + | echo DONE. | tee -a $COUCH_TOP/build_configure.txt |
|---|
| 0 | + | |
|---|
| 0 | + | couch@build /relax/trunk |
|---|
| 0 | + | $ couchdb_config.sh |
|---|
| 0 | + | checking for a BSD-compatible install... /usr/bin/install -c |
|---|
| 0 | + | checking whether build environment is sane... yes |
|---|
| 0 | + | checking for a thread-safe mkdir -p... /usr/bin/mkdir -p |
|---|
| 0 | + | checking for gawk... gawk |
|---|
| 0 | + | checking whether make sets $(MAKE)... yes |
|---|
| 0 | + | checking for style of include used by make... GNU |
|---|
| 0 | + | checking for gcc... cc.sh |
|---|
| 0 | + | checking whether the C compiler works... yes |
|---|
| 0 | + | checking for C compiler default output file name... conftest.exe |
|---|
| 0 | + | checking for suffix of executables... .exe |
|---|
| 0 | + | checking whether we are cross compiling... no |
|---|
| 0 | + | checking for suffix of object files... o |
|---|
| 0 | + | checking whether we are using the GNU C compiler... no |
|---|
| 0 | + | checking whether cc.sh accepts -g... yes |
|---|
| 0 | + | checking for cc.sh option to accept ISO C89... none needed |
|---|
| 0 | + | checking dependency style of cc.sh... none |
|---|
| 0 | + | checking how to run the C preprocessor... cc.sh -E |
|---|
| 0 | + | checking for grep that handles long lines and -e... /usr/bin/grep |
|---|
| 0 | + | checking for egrep... /usr/bin/grep -E |
|---|
| 0 | + | checking for ANSI C header files... yes |
|---|
| 0 | + | checking for sys/types.h... yes |
|---|
| 0 | + | checking for sys/stat.h... yes |
|---|
| 0 | + | checking for stdlib.h... yes |
|---|
| 0 | + | checking for string.h... yes |
|---|
| 0 | + | checking for memory.h... yes |
|---|
| 0 | + | checking for strings.h... no |
|---|
| 0 | + | checking for inttypes.h... no |
|---|
| 0 | + | checking for stdint.h... no |
|---|
| 0 | + | checking for unistd.h... no |
|---|
| 0 | + | checking minix/config.h usability... no |
|---|
| 0 | + | checking minix/config.h presence... no |
|---|
| 0 | + | checking for minix/config.h... no |
|---|
| 0 | + | checking whether it is safe to define __EXTENSIONS__... yes |
|---|
| 0 | + | checking for gcc... (cached) cc.sh |
|---|
| 0 | + | checking whether we are using the GNU C compiler... (cached) no |
|---|
| 0 | + | checking whether cc.sh accepts -g... (cached) yes |
|---|
| 0 | + | checking for cc.sh option to accept ISO C89... (cached) none needed |
|---|
| 0 | + | checking dependency style of cc.sh... (cached) none |
|---|
| 0 | + | checking build system type... i686-pc-cygwin |
|---|
| 0 | + | checking host system type... i686-pc-cygwin |
|---|
| 0 | + | checking how to print strings... printf |
|---|
| 0 | + | checking for a sed that does not truncate output... /usr/bin/sed |
|---|
| 0 | + | checking for fgrep... /usr/bin/grep -F |
|---|
| 0 | + | checking for non-GNU ld... /bin/ld |
|---|
| 0 | + | checking if the linker (/bin/ld) is GNU ld... yes |
|---|
| 0 | + | checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B |
|---|
| 0 | + | checking the name lister (/usr/bin/nm -B) interface... BSD nm |
|---|
| 0 | + | checking whether ln -s works... yes |
|---|
| 0 | + | checking the maximum length of command line arguments... 8192 |
|---|
| 0 | + | checking whether the shell understands some XSI constructs... yes |
|---|
| 0 | + | checking whether the shell understands "+="... yes |
|---|
| 0 | + | checking how to convert i686-pc-cygwin file names to i686-pc-cygwin format... func_convert_file_noop |
|---|
| 0 | + | checking how to convert i686-pc-cygwin file names to toolchain format... func_convert_file_noop |
|---|
| 0 | + | checking for /bin/ld option to reload object files... -r |
|---|
| 0 | + | checking for objdump... objdump |
|---|
| 0 | + | checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL |
|---|
| 0 | + | checking for dlltool... dlltool |
|---|
| 0 | + | checking how to associate runtime and link libraries... func_cygming_dll_for_implib |
|---|
| 0 | + | checking for archiver @FILE support... no |
|---|
| 0 | + | checking for strip... strip |
|---|
| 0 | + | checking for ranlib... true |
|---|
| 0 | + | checking command to parse /usr/bin/nm -B output from cc.sh object... ok |
|---|
| 0 | + | checking for sysroot... no |
|---|
| 0 | + | checking for mt... mt |
|---|
| 0 | + | checking if mt is a manifest tool... yes |
|---|
| 0 | + | checking for dlfcn.h... no |
|---|
| 0 | + | checking for objdir... .libs |
|---|
| 0 | + | checking for cc.sh option to produce PIC... -DDLL_EXPORT -DPIC |
|---|
| 0 | + | checking if cc.sh PIC flag -DDLL_EXPORT -DPIC works... yes |
|---|
| 0 | + | checking if cc.sh static flag works... yes |
|---|
| 0 | + | checking if cc.sh supports -c -o file.o... yes |
|---|
| 0 | + | checking if cc.sh supports -c -o file.o... (cached) yes |
|---|
| 0 | + | checking whether the cc.sh linker (/bin/ld) supports shared libraries... yes |
|---|
| 0 | + | checking dynamic linker characteristics... Win32 ld.exe |
|---|
| 0 | + | checking how to hardcode library paths into programs... immediate |
|---|
| 0 | + | checking whether stripping libraries is possible... yes |
|---|
| 0 | + | checking if libtool supports shared libraries... yes |
|---|
| 0 | + | checking whether to build shared libraries... yes |
|---|
| 0 | + | checking whether to build static libraries... no |
|---|
| 0 | + | checking whether ln -s works... yes |
|---|
| 0 | + | checking for pkg-config... /usr/bin/pkg-config |
|---|
| 0 | + | checking pkg-config is at least version 0.9.0... yes |
|---|
| 0 | + | checking whether we are using the GNU C++ compiler... no |
|---|
| 0 | + | checking whether cc.sh accepts -g... yes |
|---|
| 0 | + | checking dependency style of cc.sh... none |
|---|
| 0 | + | checking how to run the C++ preprocessor... cc.sh -E |
|---|
| 0 | + | checking whether the cc.sh linker (/bin/ld) supports shared libraries... yes |
|---|
| 0 | + | checking for cc.sh option to produce PIC... -DDLL_EXPORT -DPIC |
|---|
| 0 | + | checking if cc.sh PIC flag -DDLL_EXPORT -DPIC works... yes |
|---|
| 0 | + | checking if cc.sh static flag works... yes |
|---|
| 0 | + | checking if cc.sh supports -c -o file.o... yes |
|---|
| 0 | + | checking if cc.sh supports -c -o file.o... (cached) yes |
|---|
| 0 | + | checking whether the cc.sh linker (/bin/ld) supports shared libraries... yes |
|---|
| 0 | + | checking dynamic linker characteristics... Win32 ld.exe |
|---|
| 0 | + | checking how to hardcode library paths into programs... immediate |
|---|
| 0 | + | checking whether byte ordering is bigendian... no |
|---|
| 0 | + | checking for stdint.h... (cached) no |
|---|
| 0 | + | checking stddef.h usability... yes |
|---|
| 0 | + | checking stddef.h presence... yes |
|---|
| 0 | + | checking for stddef.h... yes |
|---|
| 0 | + | checking sys/mman.h usability... no |
|---|
| 0 | + | checking sys/mman.h presence... no |
|---|
| 0 | + | checking for sys/mman.h... no |
|---|
| 0 | + | checking sys/resource.h usability... no |
|---|
| 0 | + | checking sys/resource.h presence... no |
|---|
| 0 | + | checking for sys/resource.h... no |
|---|
| 0 | + | checking for mmap... no |
|---|
| 0 | + | checking if the compiler supports __builtin_expect... no |
|---|
| 0 | + | checking if the compiler supports __builtin_ctzll... no |
|---|
| 0 | + | checking for pthread_create in -lpthread... no |
|---|
| 0 | + | checking for JS... no |
|---|
| 0 | + | checking for JS_NewContext in -lmozjs... yes |
|---|
| 0 | + | checking for iscc... /relax/inno5/iscc |
|---|
| 0 | + | checking jsapi.h usability... yes |
|---|
| 0 | + | checking jsapi.h presence... yes |
|---|
| 0 | + | checking for jsapi.h... yes |
|---|
| 0 | + | checking for erl... /relax/otp_src_R14B03/release/win32/erts-5.8.4/bin/erl |
|---|
| 0 | + | checking for erlc... /relax/otp_src_R14B03/release/win32/erts-5.8.4/bin/erlc |
|---|
| 0 | + | checking erl_driver.h usability... yes |
|---|
| 0 | + | checking erl_driver.h presence... yes |
|---|
| 0 | + | checking for erl_driver.h... yes |
|---|
| 0 | + | checking for help2man... /usr/bin/help2man |
|---|
| 0 | + | checking location of init directory... not found |
|---|
| 0 | + | checking location of launchd directory... not found |
|---|
| 0 | + | configure: creating ./config.status |
|---|
| 0 | + | config.status: creating Makefile |
|---|
| 0 | + | config.status: creating bin/couchjs.tpl |
|---|
| 0 | + | config.status: creating bin/couchdb.tpl |
|---|
| 0 | + | config.status: creating bin/couchdb.bat.tpl |
|---|
| 0 | + | config.status: creating bin/Makefile |
|---|
| 0 | + | config.status: creating etc/couchdb/Makefile |
|---|
| 0 | + | config.status: creating etc/couchdb/default.ini.tpl |
|---|
| 0 | + | config.status: creating etc/default/Makefile |
|---|
| 0 | + | config.status: creating etc/init/couchdb.tpl |
|---|
| 0 | + | config.status: creating etc/init/Makefile |
|---|
| 0 | + | config.status: creating etc/launchd/org.apache.couchdb.plist.tpl |
|---|
| 0 | + | config.status: creating etc/launchd/Makefile |
|---|
| 0 | + | config.status: creating etc/logrotate.d/couchdb.tpl |
|---|
| 0 | + | config.status: creating etc/logrotate.d/Makefile |
|---|
| 0 | + | config.status: creating etc/windows/Makefile |
|---|
| 0 | + | config.status: creating etc/Makefile |
|---|
| 0 | + | config.status: creating share/Makefile |
|---|
| 0 | + | config.status: creating src/Makefile |
|---|
| 0 | + | config.status: creating src/couchdb/couch.app.tpl |
|---|
| 0 | + | config.status: creating src/couchdb/Makefile |
|---|
| 0 | + | config.status: creating src/couchdb/priv/Makefile |
|---|
| 0 | + | config.status: creating src/erlang-oauth/Makefile |
|---|
| 0 | + | config.status: creating src/etap/Makefile |
|---|
| 0 | + | config.status: creating src/ibrowse/Makefile |
|---|
| 0 | + | config.status: creating src/mochiweb/Makefile |
|---|
| 0 | + | config.status: creating src/snappy/Makefile |
|---|
| 0 | + | config.status: creating src/snappy/google-snappy/snappy-stubs-public.h |
|---|
| 0 | + | config.status: creating src/ejson/Makefile |
|---|
| 0 | + | config.status: creating test/Makefile |
|---|
| 0 | + | config.status: creating test/bench/Makefile |
|---|
| 0 | + | config.status: creating test/etap/Makefile |
|---|
| 0 | + | config.status: creating test/etap/test_util.erl |
|---|
| 0 | + | config.status: creating test/javascript/Makefile |
|---|
| 0 | + | config.status: creating test/view_server/Makefile |
|---|
| 0 | + | config.status: creating utils/Makefile |
|---|
| 0 | + | config.status: creating var/Makefile |
|---|
| 0 | + | config.status: creating config.h |
|---|
| 0 | + | config.status: creating src/snappy/google-snappy/config.h |
|---|
| 0 | + | config.status: executing depfiles commands |
|---|
| 0 | + | config.status: executing libtool commands |
|---|
| 0 | + | |
|---|
| 0 | + | You have configured Apache CouchDB, time to relax. |
|---|
| 0 | + | |
|---|
| 0 | + | Run `make && sudo make install' to install. |
|---|
| 0 | + | DONE. |
|---|
| 0 | + | |
|---|
| 0 | + | couch@build /relax/trunk |
|---|
| 0 | + | $ make |
|---|
| 0 | + | make all-recursive |
|---|
| 0 | + | make[1]: Entering directory `/relax/trunk' |
|---|
| 0 | + | Making all in bin |
|---|
| 0 | + | make[2]: Entering directory `/relax/trunk/bin' |
|---|
| 0 | + | sed -e "s|%ICU_CONFIG%||g" \ |
|---|
| 0 | + | -e "s|%version%|1.2.0a-1133692|g" \ |
|---|
| 0 | + | couchdb.bat.tpl > couchdb.bat |
|---|
| 0 | + | sed -e "s|%locallibbindir%|/relax/trunk/src/couchdb/priv|g" \ |
|---|
| 0 | + | -e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \ |
|---|
| 0 | + | -e "s|%package_author_address%|dev@couchdb.apache.org|g" \ |
|---|
| 0 | + | -e "s|%package_author_name%|The Apache Software Foundation|g" \ |
|---|
| 0 | + | -e "s|%package_name%|Apache CouchDB|g" \ |
|---|
| 0 | + | -e "s|%version%|1.2.0a-1133692|g" \ |
|---|
| 0 | + | -e "s|%couchjs_command_name%|`echo couchjs | sed 's,x,x,'`|g" > \ |
|---|
| 0 | + | couchjs_dev < couchjs.tpl |
|---|
| 0 | + | chmod +x couchjs_dev |
|---|
| 0 | + | touch couchdb.1 |
|---|
| 0 | + | if test -x "/usr/bin/help2man"; then \ |
|---|
| 0 | + | make -f Makefile couchdb; \ |
|---|
| 0 | + | /usr/bin/help2man --no-info --help-option="-h" --version-option="-V" \ |
|---|
| 0 | + | --name="Apache CouchDB database server" ./couchdb --output couchdb.1; \ |
|---|
| 0 | + | fi |
|---|
| 0 | + | make[3]: Entering directory `/relax/trunk/bin' |
|---|
| 0 | + | sed -e "s|%ERL%|/relax/otp_src_R14B03/release/win32/erts-5.8.4/bin/erl|g" \ |
|---|
| 0 | + | -e "s|%ICU_CONFIG%||g" \ |
|---|
| 0 | + | -e "s|%bindir%|/relax/otp_src_R14B03/release/win32/bin|g" \ |
|---|
| 0 | + | -e "s|%localerlanglibdir%|/relax/otp_src_R14B03/release/win32/lib|g" \ |
|---|
| 0 | + | -e "s|%defaultini%|default.ini|g" \ |
|---|
| 0 | + | -e "s|%localini%|local.ini|g" \ |
|---|
| 0 | + | -e "s|%localconfdir%|/relax/otp_src_R14B03/release/win32/etc/couchdb|g" \ |
|---|
| 0 | + | -e "s|%localstatelogdir%|/relax/otp_src_R14B03/release/win32/var/log/couchdb|g" \ |
|---|
| 0 | + | -e "s|%localstatelibdir%|/relax/otp_src_R14B03/release/win32/var/lib/couchdb|g" \ |
|---|
| 0 | + | -e "s|%localstatedir%|/relax/otp_src_R14B03/release/win32/var|g" \ |
|---|
| 0 | + | -e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \ |
|---|
| 0 | + | -e "s|%package_author_address%|dev@couchdb.apache.org|g" \ |
|---|
| 0 | + | -e "s|%package_author_name%|The Apache Software Foundation|g" \ |
|---|
| 0 | + | -e "s|%package_name%|Apache CouchDB|g" \ |
|---|
| 0 | + | -e "s|%version%|1.2.0a-1133692|g" \ |
|---|
| 0 | + | -e "s|%couchdb_command_name%|`echo couchdb | sed 's,x,x,'`|g" > \ |
|---|
| 0 | + | couchdb < couchdb.tpl |
|---|
| 0 | + | chmod +x couchdb |
|---|
| 0 | + | make[3]: Leaving directory `/relax/trunk/bin' |
|---|
| 0 | + | touch couchjs.1 |
|---|
| 0 | + | if test -x "/usr/bin/help2man"; then \ |
|---|
| 0 | + | make -f Makefile couchjs; \ |
|---|
| 0 | + | /usr/bin/help2man --no-info --help-option="-h" --version-option="-V" \ |
|---|
| 0 | + | --name="Apache CouchDB JavaScript interpreter" ./couchjs --output couchjs.1; \ |
|---|
| 0 | + | fi |
|---|
| 0 | + | make[3]: Entering directory `/relax/trunk/bin' |
|---|
| 0 | + | sed -e "s|%locallibbindir%|/relax/otp_src_R14B03/release/win32/bin|g" \ |
|---|
| 0 | + | -e "s|%bug_uri%|https://issues.apache.org/jira/browse/COUCHDB|g" \ |
|---|
| 0 | + | -e "s|%package_author_address%|dev@couchdb.apache.org|g" \ |
|---|
| 0 | + | -e "s|%package_author_name%|The Apache Software Foundation|g" \ |
|---|
| 0 | + | -e "s|%package_name%|Apache CouchDB|g" \ |
|---|
| 0 | + | -e "s|%version%|1.2.0a-1133692|g" \ |
|---|
| 0 | + | -e "s|%couchjs_command_name%|`echo couchjs | sed 's,x,x,'`|g" > \ |
|---|
| 0 | + | couchjs < couchjs.tpl |
|---|
| 0 | + | chmod +x couchjs |
|---|
| 0 | + | make[3]: Leaving directory `/relax/trunk/bin' |
|---|
| 0 | + | make[2]: Leaving directory `/relax/trunk/bin' |
|---|
| 0 | + | Making all in etc |
|---|
| 0 | + | make[2]: Entering directory `/relax/trunk/etc' |
|---|
| 0 | + | Making all in couchdb |
|---|
| 0 | + | make[3]: Entering directory `/relax/trunk/etc/couchdb' |
|---|
| 0 | + | sed -e "s|%bindir%|.|g" \ |
|---|
| 0 | + | -e "s|%localconfdir%|/relax/otp_src_R14B03/release/win32/etc/couchdb|g" \ |
|---|
| 0 | + | -e "s|%localdatadir%|../share/couchdb|g" \ |
|---|
| 0 | + | -e "s|%localbuilddatadir%|../share/couchdb|g" \ |
|---|
| 0 | + | -e "s|%localstatelibdir%|../var/lib/couchdb|g" \ |
|---|
| 0 | + | -e "s|%localstatelogdir%|../var/log/couchdb|g" \ |
|---|
| 0 | + | -e "s|%localstaterundir%|../var/run/couchdb|g" \ |
|---|
| 0 | + | -e "s|%couchprivlibdir%|../lib/couch-1.2.0a-1133692/priv/lib|g" \ |
|---|
| 0 | + | -e "s|%couchjs_command_name%|couchjs.exe|g" \ |
|---|
| 0 | + | < default.ini.tpl > default.ini |
|---|
| 0 | + | sed -e "s|%bindir%|/relax/trunk/bin|g" \ |
|---|
| 0 | + | -e "s|%localconfdir%|/relax/trunk/etc/couchdb|g" \ |
|---|
| 0 | + | -e "s|%localdatadir%|/relax/trunk/share|g" \ |
|---|
| 0 | + | -e "s|%localbuilddatadir%|/relax/trunk/share|g" \ |
|---|
| 0 | + | -e "s|%localstatelibdir%|/relax/trunk/tmp/lib|g" \ |
|---|
| 0 | + | -e "s|%localstatelogdir%|/relax/trunk/tmp/log|g" \ |
|---|
| 0 | + | -e "s|%localstaterundir%|/relax/trunk/tmp/run|g" \ |
|---|
| 0 | + | -e "s|%couchprivlibdir%|/relax/trunk/src/couchdb/priv/.libs|g" \ |
|---|
| 0 | + | -e "s|%couchjs_command_name%|`echo couchjs_dev | sed 's,x,x,'`|g" \ |
|---|
| 0 | + | < default.ini.tpl > default_dev.ini |
|---|
| 0 | + | if test ! -f "local_dev.ini"; then \ |
|---|
| 0 | + | cp local.ini local_dev.ini; \ |
|---|
| 0 | + | fi |
|---|
| 0 | + | make[3]: Leaving directory `/relax/trunk/etc/couchdb' |
|---|
| 0 | + | Making all in default |
|---|
| 0 | + | make[3]: Entering directory `/relax/trunk/etc/default' |
|---|
| 0 | + | make[3]: Nothing to be done for `all'. |
|---|
| 0 | + | make[3]: Leaving directory `/relax/trunk/etc/default' |
|---|
| 0 | + | Making all in init |
|---|
| 0 | + | make[3]: Entering directory `/relax/trunk/etc/init' |
|---|
| 0 | + | make[3]: Nothing to be done for `all'. |
|---|
| 0 | + | make[3]: Leaving directory `/relax/trunk/etc/init' |
|---|
| 0 | + | Making all in launchd |
|---|
| 0 | + | make[3]: Entering directory `/relax/trunk/etc/launchd' |
|---|
| 0 | + | make[3]: Nothing to be done for `all'. |
|---|
| 0 | + | make[3]: Leaving directory `/relax/trunk/etc/launchd' |
|---|
| 0 | + | Making all in logrotate.d |
|---|
| 0 | + | make[3]: Entering directory `/relax/trunk/etc/logrotate.d' |
|---|
| 0 | + | make[3]: Nothing to be done for `all'. |
|---|
| 0 | + | make[3]: Leaving directory `/relax/trunk/etc/logrotate.d' |
|---|
| 0 | + | Making all in windows |
|---|
| 0 | + | make[3]: Entering directory `/relax/trunk/etc/windows' |
|---|
| 0 | + | make[3]: Nothing to be done for `all'. |
|---|
| 0 | + | make[3]: Leaving directory `/relax/trunk/etc/windows' |
|---|
| 0 | + | make[3]: Entering directory `/relax/trunk/etc' |
|---|
| 0 | + | sed -e "s|%localstatelogdir%|/relax/otp_src_R14B03/release/win32/var/log/couchdb|g" < logrotate.d/couchdb.tpl > logrotate.d/couchdb |
|---|
| 0 | + | make[3]: Leaving directory `/relax/trunk/etc' |
|---|
| 0 | + | make[2]: Leaving directory `/relax/trunk/etc' |
|---|
| 0 | + | Making all in src |
|---|
| 0 | + | make[2]: Entering directory `/relax/trunk/src' |
|---|
| 0 | + | Making all in couchdb |
|---|
| 0 | + | make[3]: Entering directory `/relax/trunk/src/couchdb' |
|---|
| 0 | + | Making all in priv |
|---|
| 0 | + | make[4]: Entering directory `/relax/trunk/src/couchdb/priv' |
|---|
| 0 | + | source='icu_driver/couch_icu_driver.c' object='couch_icu_driver_la-couch_icu_driver.lo' libtool=yes \ |
|---|
| 0 | + | DEPDIR=.deps depmode=none /bin/sh ../../../build-aux/depcomp \ |
|---|
| 0 | + | /bin/sh ../../../libtool --tag=CC --mode=compile cc.sh -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -I/r |
|---|
| 0 | + | elax/icu/include -I/relax/otp_src_R14B03/release/win32/usr/include -c -o couch_icu_driver_la-couch_icu_driver.lo `test -f 'icu_driver/couch |
|---|
| 0 | + | _icu_driver.c' || echo './'`icu_driver/couch_icu_driver.c |
|---|
| 0 | + | libtool: compile: cc.sh -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -I/relax/icu/include -I/relax/otp_src_R14B03/rel |
|---|
| 0 | + | ease/win32/usr/include -c icu_driver/couch_icu_driver.c -DDLL_EXPORT -DPIC -o .libs/couch_icu_driver_la-couch_icu_driver.o |
|---|
| 0 | + | /bin/sh ../../../libtool --tag=CC --mode=link cc.sh -I/relax/icu/include -I/relax/otp_src_R14B03/release/win32/usr/include -module -avoid |
|---|
| 0 | + | -version -no-undefined -o couch_icu_driver.la -rpath /relax/otp_src_R14B03/release/win32/lib/couch-1.2.0a-1133692/priv/lib couch_icu_driver |
|---|
| 0 | + | _la-couch_icu_driver.lo -L/relax/icu/lib -licuuc -licudt -licuin -L/usr/local/lib -L/opt/local/lib |
|---|
| 0 | + | libtool: link: cc.sh -o .libs/couch_icu_driver.dll .libs/couch_icu_driver_la-couch_icu_driver.o `func_echo_all " -L/relax/icu/lib -licu |
|---|
| 0 | + | uc -licudt -licuin -L/usr/local/lib -L/opt/local/lib" | /usr/bin/sed 's/ -lc$//'` -dll |
|---|
| 0 | + | Creating library .libs/couch_icu_driver.lib and object .libs/couch_icu_driver.exp |
|---|
| 0 | + | libtool: link: linknames= |
|---|
| 0 | + | libtool: link: true |
|---|
| 0 | + | libtool: link: ( cd ".libs" && rm -f "couch_icu_driver.la" && ln -s "../couch_icu_driver.la" "couch_icu_driver.la" ) |
|---|
| 0 | + | source='spawnkillable/couchspawnkillable_win.c' object='couchspawnkillable_win.o' libtool=no \ |
|---|
| 0 | + | DEPDIR=.deps depmode=none /bin/sh ../../../build-aux/depcomp \ |
|---|
| 0 | + | cc.sh -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -c -o couchspawnkillable_win.o `test -f 'spawnkillable |
|---|
| 0 | + | /couchspawnkillable_win.c' || echo './'`spawnkillable/couchspawnkillable_win.c |
|---|
| 0 | + | /bin/sh ../../../libtool --tag=CC --mode=link cc.sh -o couchspawnkillable.exe couchspawnkillable_win.o -L/usr/local/lib -L/opt/local/ |
|---|
| 0 | + | lib |
|---|
| 0 | + | libtool: link: cc.sh -o .libs/couchspawnkillable.exe couchspawnkillable_win.o -L/usr/local/lib -L/opt/local/lib |
|---|
| 0 | + | source='couch_js/http.c' object='couchjs-http.o' libtool=no \ |
|---|
| 0 | + | DEPDIR=.deps depmode=none /bin/sh ../../../build-aux/depcomp \ |
|---|
| 0 | + | cc.sh -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -D_BSD_SOURCE -I/relax/curl/include -DCURL_STATICLIB -DX |
|---|
| 0 | + | P_WIN -I/relax/tracemonkey-57a6ad20eae9/js/src/dist/include -c -o couchjs-http.o `test -f 'couch_js/http.c' || echo './'`couch_js/http.c |
|---|
| 0 | + | source='couch_js/main.c' object='couchjs-main.o' libtool=no \ |
|---|
| 0 | + | DEPDIR=.deps depmode=none /bin/sh ../../../build-aux/depcomp \ |
|---|
| 0 | + | cc.sh -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -D_BSD_SOURCE -I/relax/curl/include -DCURL_STATICLIB -DX |
|---|
| 0 | + | P_WIN -I/relax/tracemonkey-57a6ad20eae9/js/src/dist/include -c -o couchjs-main.o `test -f 'couch_js/main.c' || echo './'`couch_js/main.c |
|---|
| 0 | + | source='couch_js/utf8.c' object='couchjs-utf8.o' libtool=no \ |
|---|
| 0 | + | DEPDIR=.deps depmode=none /bin/sh ../../../build-aux/depcomp \ |
|---|
| 0 | + | cc.sh -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -D_BSD_SOURCE -I/relax/curl/include -DCURL_STATICLIB -DX |
|---|
| 0 | + | P_WIN -I/relax/tracemonkey-57a6ad20eae9/js/src/dist/include -c -o couchjs-utf8.o `test -f 'couch_js/utf8.c' || echo './'`couch_js/utf8.c |
|---|
| 0 | + | /bin/sh ../../../libtool --tag=CC --mode=link cc.sh -D_BSD_SOURCE -I/relax/curl/include -DCURL_STATICLIB -DXP_WIN -I/relax/tracemonkey-57a |
|---|
| 0 | + | 6ad20eae9/js/src/dist/include -o couchjs.exe couchjs-http.o couchjs-main.o couchjs-utf8.o -L/relax/curl/lib -lcurl -lWs2_32 -lkernel32 -l |
|---|
| 0 | + | user32 -ladvapi32 -lWldap32 -lmozjs -L/relax/tracemonkey-57a6ad20eae9/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib |
|---|
| 0 | + | libtool: link: cc.sh -D_BSD_SOURCE -I/relax/curl/include -DCURL_STATICLIB -DXP_WIN -I/relax/tracemonkey-57a6ad20eae9/js/src/dist/include -o |
|---|
| 0 | + | .libs/couchjs.exe couchjs-http.o couchjs-main.o couchjs-utf8.o -L/relax/curl/lib /usr/lib/libcurl.dll.a -L/usr/lib /usr/lib/libidn.dll.a /u |
|---|
| 0 | + | sr/lib/libintl.dll.a /usr/lib/libiconv.dll.a /usr/lib/libssh2.dll.a -lssl -lcrypto -lz -lWs2_32 -lkernel32 -luser32 -ladvapi32 -lWldap32 -lm |
|---|
| 0 | + | ozjs -L/relax/tracemonkey-57a6ad20eae9/js/src/dist/lib -L/usr/local/lib -L/opt/local/lib |
|---|
| 0 | + | LINK : fatal error LNK1181: cannot open input file 'ssl.lib' |
|---|
| 0 | + | make[4]: *** [couchjs.exe] Error 157 |
|---|
| 0 | + | make[4]: Leaving directory `/relax/trunk/src/couchdb/priv' |
|---|
| 0 | + | make[3]: *** [all-recursive] Error 1 |
|---|
| 0 | + | make[3]: Leaving directory `/relax/trunk/src/couchdb' |
|---|
| 0 | + | make[2]: *** [all-recursive] Error 1 |
|---|
| 0 | + | make[2]: Leaving directory `/relax/trunk/src' |
|---|
| 0 | + | make[1]: *** [all-recursive] Error 1 |
|---|
| 0 | + | make[1]: Leaving directory `/relax/trunk' |
|---|
| 0 | + | make: *** [all] Error 2 |
|---|
| 0 | + | |
|---|
| 0 | + | couch@build /relax/trunk |
|---|
| 0 | + | $ |
|---|
| ... | |
|---|