Created
June 4, 2011 10:23
-
-
Save videlalvaro/1007789 to your computer and use it in GitHub Desktop.
building erlzmq2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mrhyde:erlzmq2 mrhyde$ make | |
Cloning into deps/zeromq2... | |
remote: Counting objects: 8639, done. | |
remote: Compressing objects: 100% (2386/2386), done. | |
remote: Total 8639 (delta 6424), reused 8040 (delta 6039) | |
Receiving objects: 100% (8639/8639), 8.50 MiB | 661 KiB/s, done. | |
Resolving deltas: 100% (6424/6424), done. | |
v2.1.7 | |
Note: checking out 'v2.1.7'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at c35f65a... Updated NEWS for 2.1.7 | |
autoreconf: Entering directory `.' | |
autoreconf: configure.in: not using Gettext | |
autoreconf: running: aclocal -I config --force -I config | |
autoreconf: configure.in: tracing | |
autoreconf: configure.in: subdirectory foreign/openpgm/build-staging/openpgm/pgm/ not present | |
autoreconf: running: glibtoolize --copy --force | |
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. | |
glibtoolize: copying file `config/ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `config'. | |
glibtoolize: copying file `config/libtool.m4' | |
glibtoolize: copying file `config/ltoptions.m4' | |
glibtoolize: copying file `config/ltsugar.m4' | |
glibtoolize: copying file `config/ltversion.m4' | |
glibtoolize: copying file `config/lt~obsolete.m4' | |
autoreconf: running: /opt/local/bin/autoconf --include=config --force | |
autoreconf: running: /opt/local/bin/autoheader --include=config --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
configure.in:44: installing `config/compile' | |
configure.in:52: installing `config/config.guess' | |
configure.in:52: installing `config/config.sub' | |
configure.in:14: installing `config/install-sh' | |
configure.in:14: installing `config/missing' | |
perf/Makefile.am: installing `config/depcomp' | |
autoreconf: Leaving directory `.' | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking how to create a ustar tar archive... gnutar | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking for gcc option to accept ISO C99... -std=gnu99 | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes | |
checking for a sed that does not truncate output... /opt/local/bin/gsed | |
checking for gawk... (cached) gawk | |
checking for xmlto... no | |
checking for asciidoc... no | |
checking build system type... x86_64-apple-darwin10.7.0 | |
checking host system type... x86_64-apple-darwin10.7.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /opt/local/bin/gsed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc -std=gnu99... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin10.7.0 file names to x86_64-apple-darwin10.7.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin10.7.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc -std=gnu99 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... gcc -std=gnu99 -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no | |
checking for gcc -std=gnu99 option to produce PIC... -fno-common -DPIC | |
checking if gcc -std=gnu99 PIC flag -fno-common -DPIC works... yes | |
checking if gcc -std=gnu99 static flag -static works... no | |
checking if gcc -std=gnu99 supports -c -o file.o... yes | |
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes | |
checking whether the gcc -std=gnu99 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.7.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld | |
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no | |
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fno-common -DPIC | |
checking if g++ PIC flag -fno-common -DPIC works... yes | |
checking if g++ static flag -static works... no | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.7.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether the C compiler works... yes | |
checking whether we are using Intel C compiler... no | |
checking whether we are using Sun Studio C compiler... no | |
checking whether we are using clang C compiler... no | |
checking whether we are using gcc >= 4 C compiler... yes | |
checking whether the C++ compiler works... yes | |
checking whether we are using Intel C++ compiler... no | |
checking whether we are using Sun Studio C++ compiler... no | |
checking whether we are using clang C++ compiler... no | |
checking whether we are using gcc >= 4 C++ compiler... yes | |
checking whether to enable debugging information... no | |
checking whether to enable code coverage... no | |
checking for pthread_create in -lpthread... yes | |
checking whether C++ compiler supports -Wno-uninitialized... yes | |
checking whether C++ compiler supports -fvisibility=hidden... yes | |
checking whether C++ compiler supports dso visibility... yes | |
checking for asciidoc... no | |
checking for xmlto... no | |
configure: WARNING: You are building an unreleased version of 0MQ and asciidoc or xmlto are not installed. | |
configure: WARNING: Documentation will not be built and manual pages will not be installed. | |
checking whether to build documentation... no | |
checking whether to install manpages... no | |
checking for ANSI C header files... (cached) yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking netinet/tcp.h usability... yes | |
checking netinet/tcp.h presence... yes | |
checking for netinet/tcp.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... no | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for uint32_t... yes | |
checking for working volatile... yes | |
checking how to enable additional warnings for C++ compiler... -Wall | |
checking return type of signal handlers... void | |
checking for perror... yes | |
checking for gettimeofday... yes | |
checking for memset... yes | |
checking for socket... yes | |
checking for getifaddrs... yes | |
checking for freeifaddrs... yes | |
checking alloca.h usability... yes | |
checking alloca.h presence... yes | |
checking for alloca.h... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating perf/Makefile | |
config.status: creating src/libzmq.pc | |
config.status: creating builds/msvc/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating foreign/openpgm/Makefile | |
config.status: creating builds/redhat/zeromq.spec | |
config.status: creating src/platform.hpp | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
Making all in src | |
make all-am | |
CXX libzmq_la-clock.lo | |
CXX libzmq_la-command.lo | |
CXX libzmq_la-ctx.lo | |
CXX libzmq_la-connect_session.lo | |
CXX libzmq_la-decoder.lo | |
CXX libzmq_la-device.lo | |
CXX libzmq_la-devpoll.lo | |
CXX libzmq_la-dist.lo | |
CXX libzmq_la-encoder.lo | |
CXX libzmq_la-epoll.lo | |
CXX libzmq_la-err.lo | |
CXX libzmq_la-fq.lo | |
CXX libzmq_la-io_object.lo | |
CXX libzmq_la-io_thread.lo | |
CXX libzmq_la-ip.lo | |
CXX libzmq_la-kqueue.lo | |
CXX libzmq_la-lb.lo | |
CXX libzmq_la-mailbox.lo | |
CXX libzmq_la-named_session.lo | |
CXX libzmq_la-object.lo | |
CXX libzmq_la-options.lo | |
CXX libzmq_la-own.lo | |
CXX libzmq_la-pair.lo | |
CXX libzmq_la-pgm_receiver.lo | |
CXX libzmq_la-pgm_sender.lo | |
CXX libzmq_la-pgm_socket.lo | |
CXX libzmq_la-pipe.lo | |
CXX libzmq_la-poll.lo | |
CXX libzmq_la-poller_base.lo | |
CXX libzmq_la-pull.lo | |
CXX libzmq_la-push.lo | |
CXX libzmq_la-reaper.lo | |
CXX libzmq_la-pub.lo | |
CXX libzmq_la-rep.lo | |
CXX libzmq_la-req.lo | |
CXX libzmq_la-select.lo | |
CXX libzmq_la-session.lo | |
CXX libzmq_la-socket_base.lo | |
CXX libzmq_la-sub.lo | |
CXX libzmq_la-swap.lo | |
CXX libzmq_la-tcp_connecter.lo | |
CXX libzmq_la-tcp_listener.lo | |
CXX libzmq_la-tcp_socket.lo | |
CXX libzmq_la-thread.lo | |
CXX libzmq_la-transient_session.lo | |
CXX libzmq_la-trie.lo | |
CXX libzmq_la-uuid.lo | |
CXX libzmq_la-xpub.lo | |
CXX libzmq_la-xrep.lo | |
CXX libzmq_la-xreq.lo | |
CXX libzmq_la-xsub.lo | |
CXX libzmq_la-zmq.lo | |
CXX libzmq_la-zmq_connecter.lo | |
CXX libzmq_la-zmq_engine.lo | |
CXX libzmq_la-zmq_init.lo | |
CXX libzmq_la-zmq_listener.lo | |
CXXLD libzmq.la | |
/usr/bin/ranlib: file: .libs/libzmq.a(libzmq_la-devpoll.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libzmq.a(libzmq_la-epoll.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libzmq.a(libzmq_la-pgm_receiver.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libzmq.a(libzmq_la-pgm_sender.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libzmq.a(libzmq_la-pgm_socket.o) has no symbols | |
ranlib: file: .libs/libzmq.a(libzmq_la-devpoll.o) has no symbols | |
ranlib: file: .libs/libzmq.a(libzmq_la-epoll.o) has no symbols | |
ranlib: file: .libs/libzmq.a(libzmq_la-pgm_receiver.o) has no symbols | |
ranlib: file: .libs/libzmq.a(libzmq_la-pgm_sender.o) has no symbols | |
ranlib: file: .libs/libzmq.a(libzmq_la-pgm_socket.o) has no symbols | |
Making all in doc | |
make[2]: Nothing to be done for `all'. | |
Making all in perf | |
CXX local_lat.o | |
CXXLD local_lat | |
CXX remote_lat.o | |
CXXLD remote_lat | |
CXX local_thr.o | |
CXXLD local_thr | |
CXX remote_thr.o | |
CXXLD remote_thr | |
CXX inproc_lat.o | |
CXXLD inproc_lat | |
CXX inproc_thr.o | |
CXXLD inproc_thr | |
Making all in tests | |
CXX test_pair_inproc.o | |
CXXLD test_pair_inproc | |
CXX test_pair_tcp.o | |
CXXLD test_pair_tcp | |
CXX test_reqrep_inproc.o | |
CXXLD test_reqrep_inproc | |
CXX test_reqrep_tcp.o | |
CXXLD test_reqrep_tcp | |
CXX test_hwm.o | |
CXXLD test_hwm | |
CXX test_shutdown_stress.o | |
CXXLD test_shutdown_stress | |
CXX test_pair_ipc.o | |
CXXLD test_pair_ipc | |
CXX test_reqrep_ipc.o | |
CXXLD test_reqrep_ipc | |
make[2]: Nothing to be done for `all-am'. | |
==> erlzmq2 (compile) | |
Compiled src/erlzmq.erl | |
Compiled src/erlzmq_nif.erl | |
Compiling c_src/erlzmq_nif.c | |
Compiling c_src/vector.c | |
mrhyde:erlzmq2 mrhyde$ make test | |
==> erlzmq2 (compile) | |
==> erlzmq2 (eunit) | |
Compiled src/erlzmq_nif.erl | |
Compiled src/erlzmq.erl | |
Compiled test/erlzmq_test.erl | |
Assertion failed: nbytes == sizeof (command_t) (mailbox.cpp:194) | |
make: *** [test] Abort trap | |
mrhyde:erlzmq2 mrhyde$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment