Skip to content

Instantly share code, notes, and snippets.

@a5sk4s
Created May 16, 2013 23:02
Show Gist options
  • Save a5sk4s/5595781 to your computer and use it in GitHub Desktop.
Save a5sk4s/5595781 to your computer and use it in GitHub Desktop.
brew update zeromq
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew upgrade zeromq 2>&1
==> Upgrading 1 outdated package, with result:
zeromq 3.2.3
==> Upgrading zeromq
rm /usr/local/include/zmq_utils.h
rm /usr/local/include/zmq.h
rm /usr/local/lib/pkgconfig/libzmq.pc
rm /usr/local/lib/libzmq.dylib
rm /usr/local/lib/libzmq.a
rm /usr/local/lib/libzmq.3.dylib
rm /usr/local/share/man/man7/zmq_tcp.7
rm /usr/local/share/man/man7/zmq_pgm.7
rm /usr/local/share/man/man7/zmq_ipc.7
rm /usr/local/share/man/man7/zmq_inproc.7
rm /usr/local/share/man/man7/zmq_epgm.7
rm /usr/local/share/man/man7/zmq.7
rm /usr/local/share/man/man3/zmq_version.3
rm /usr/local/share/man/man3/zmq_unbind.3
rm /usr/local/share/man/man3/zmq_term.3
rm /usr/local/share/man/man3/zmq_strerror.3
rm /usr/local/share/man/man3/zmq_socket_monitor.3
rm /usr/local/share/man/man3/zmq_socket.3
rm /usr/local/share/man/man3/zmq_setsockopt.3
rm /usr/local/share/man/man3/zmq_sendmsg.3
rm /usr/local/share/man/man3/zmq_send.3
rm /usr/local/share/man/man3/zmq_recvmsg.3
rm /usr/local/share/man/man3/zmq_recv.3
rm /usr/local/share/man/man3/zmq_proxy.3
rm /usr/local/share/man/man3/zmq_poll.3
rm /usr/local/share/man/man3/zmq_msg_size.3
rm /usr/local/share/man/man3/zmq_msg_set.3
rm /usr/local/share/man/man3/zmq_msg_send.3
rm /usr/local/share/man/man3/zmq_msg_recv.3
rm /usr/local/share/man/man3/zmq_msg_move.3
rm /usr/local/share/man/man3/zmq_msg_more.3
rm /usr/local/share/man/man3/zmq_msg_init_size.3
rm /usr/local/share/man/man3/zmq_msg_init_data.3
rm /usr/local/share/man/man3/zmq_msg_init.3
rm /usr/local/share/man/man3/zmq_msg_get.3
rm /usr/local/share/man/man3/zmq_msg_data.3
rm /usr/local/share/man/man3/zmq_msg_copy.3
rm /usr/local/share/man/man3/zmq_msg_close.3
rm /usr/local/share/man/man3/zmq_init.3
rm /usr/local/share/man/man3/zmq_getsockopt.3
rm /usr/local/share/man/man3/zmq_errno.3
rm /usr/local/share/man/man3/zmq_disconnect.3
rm /usr/local/share/man/man3/zmq_ctx_set.3
rm /usr/local/share/man/man3/zmq_ctx_new.3
rm /usr/local/share/man/man3/zmq_ctx_get.3
rm /usr/local/share/man/man3/zmq_ctx_destroy.3
rm /usr/local/share/man/man3/zmq_connect.3
rm /usr/local/share/man/man3/zmq_close.3
rm /usr/local/share/man/man3/zmq_bind.3
==> Downloading http://download.zeromq.org/zeromq-3.2.3.tar.gz
Already downloaded: .../Library/Caches/Homebrew/zeromq-3.2.3.tar.gz
tar xf .../Library/Caches/Homebrew/zeromq-3.2.3.tar.gz
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/zeromq/3.2.3
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/zeromq/3.2.3
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... yes
checking for gcc... /usr/bin/gcc-4.2
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 /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.2... none
checking for /usr/bin/gcc-4.2 option to accept ISO C99... -std=gnu99
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.2 accepts -g... yes
checking dependency style of /usr/bin/g++-4.2... none
checking whether /usr/bin/gcc-4.2 -std=gnu99 and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for gawk... (cached) awk
checking for xmlto... no
checking for asciidoc... no
checking build system type... x86_64-apple-darwin10.8.0
checking host system type... x86_64-apple-darwin10.8.0
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
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 /usr/bin/gcc-4.2 -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.8.0 file names to x86_64-apple-darwin10.8.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin10.8.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 /usr/bin/gcc-4.2 -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... /usr/bin/gcc-4.2 -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 /usr/bin/gcc-4.2 -std=gnu99 supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/gcc-4.2 -std=gnu99 option to produce PIC... -fno-common -DPIC
checking if /usr/bin/gcc-4.2 -std=gnu99 PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/gcc-4.2 -std=gnu99 static flag -static works... no
checking if /usr/bin/gcc-4.2 -std=gnu99 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.2 -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.2 -std=gnu99 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.8.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... /usr/bin/g++-4.2 -E
checking for ld used by /usr/bin/g++-4.2... /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 /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common -DPIC
checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/g++-4.2 static flag -static works... no
checking if /usr/bin/g++-4.2 supports -c -o file.o... yes
checking if /usr/bin/g++-4.2 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.8.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 for clock_gettime in -lrt... no
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
checking whether to build documentation... no
checking whether to install manpages... yes
checking for suitable polling system... using kqueue
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 time.h usability... yes
checking time.h presence... yes
checking for 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 sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/eventfd.h usability... no
checking sys/eventfd.h presence... no
checking for sys/eventfd.h... no
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 clock_gettime... no
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
checking whether SOCK_CLOEXEC is supported... no
checking whether SO_KEEPALIVE is supported... yes
checking whether TCP_KEEPCNT is supported... no
checking whether TCP_KEEPIDLE is supported... no
checking whether TCP_KEEPINTVL is supported... no
checking whether TCP_KEEPALIVE is supported... 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
==> make
make
Making all in src
make all-am
CXX libzmq_la-address.lo
CXX libzmq_la-clock.lo
CXX libzmq_la-ctx.lo
CXX libzmq_la-decoder.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-ipc_address.lo
CXX libzmq_la-ipc_connecter.lo
CXX libzmq_la-ipc_listener.lo
CXX libzmq_la-kqueue.lo
CXX libzmq_la-lb.lo
CXX libzmq_la-mailbox.lo
CXX libzmq_la-msg.lo
CXX libzmq_la-mtrie.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-proxy.lo
CXX libzmq_la-reaper.lo
CXX libzmq_la-pub.lo
CXX libzmq_la-random.lo
CXX libzmq_la-rep.lo
CXX libzmq_la-req.lo
CXX libzmq_la-select.lo
CXX libzmq_la-session_base.lo
CXX libzmq_la-signaler.lo
CXX libzmq_la-socket_base.lo
CXX libzmq_la-stream_engine.lo
CXX libzmq_la-sub.lo
CXX libzmq_la-tcp.lo
CXX libzmq_la-tcp_address.lo
CXX libzmq_la-tcp_connecter.lo
CXX libzmq_la-tcp_listener.lo
CXX libzmq_la-thread.lo
CXX libzmq_la-trie.lo
CXX libzmq_la-xpub.lo
CXX libzmq_la-router.lo
CXX libzmq_la-dealer.lo
CXX libzmq_la-v1_decoder.lo
CXX libzmq_la-v1_encoder.lo
CXX libzmq_la-xsub.lo
CXX libzmq_la-zmq.lo
CXX libzmq_la-zmq_utils.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
/usr/bin/ranlib: file: .libs/libzmq.a(libzmq_la-poll.o) has no symbols
/usr/bin/ranlib: file: .libs/libzmq.a(libzmq_la-select.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
ranlib: file: .libs/libzmq.a(libzmq_la-poll.o) has no symbols
ranlib: file: .libs/libzmq.a(libzmq_la-select.o) has no symbols
Making all in doc
make[1]: 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_reqrep_device.o
CXXLD test_reqrep_device
CXX test_sub_forward.o
CXXLD test_sub_forward
CXX test_invalid_rep.o
CXXLD test_invalid_rep
CXX test_msg_flags.o
CXXLD test_msg_flags
CXX test_connect_resolve.o
CXXLD test_connect_resolve
CXX test_connect_delay.o
CXXLD test_connect_delay
CXX test_last_endpoint.o
CXXLD test_last_endpoint
CXX test_term_endpoint.o
CXXLD test_term_endpoint
CXX test_monitor.o
CXXLD test_monitor
CXX test_router_mandatory.o
CXXLD test_router_mandatory
CXX test_disconnect_inproc.o
test_disconnect_inproc.cpp: In function ‘int main(int, char**)’:
test_disconnect_inproc.cpp:48: error: ‘strndup’ was not declared in this scope
test_disconnect_inproc.cpp:52: error: ‘strndup’ was not declared in this scope
test_disconnect_inproc.cpp:72: error: ‘strndup’ was not declared in this scope
make[1]: *** [test_disconnect_inproc.o] Error 1
make: *** [all-recursive] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 7462ec4e4243c97f6f8408dc091ad36487d33d8b
CPU: dual-core 64-bit penryn
OS X: 10.6.8-i386
Xcode: 3.2.6
X11: 2.3.6 => /usr/X11
==> ENV
CC: /usr/bin/gcc-4.2
CXX: /usr/bin/g++-4.2
CFLAGS: -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6
CXXFLAGS: -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6
LDFLAGS: -L/usr/local/lib
MAKEFLAGS: -j1
MACOSX_DEPLOYMENT_TARGET: 10.6
PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: /usr/bin/gcc-4.2
PATH: /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11/bin:/usr/local/git/bin:.../.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis Merge.app/Contents/Utilities:/usr/local/Library/Contributions/cmd
Error: zeromq did not build
Logs: .../Library/Logs/Homebrew/zeromq/config.log
ln -s ../Cellar/zeromq/3.2.2/include/zmq_utils.h zmq_utils.h
ln -s ../Cellar/zeromq/3.2.2/include/zmq.h zmq.h
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man7/zmq_tcp.7 zmq_tcp.7
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man7/zmq_pgm.7 zmq_pgm.7
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man7/zmq_ipc.7 zmq_ipc.7
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man7/zmq_inproc.7 zmq_inproc.7
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man7/zmq_epgm.7 zmq_epgm.7
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man7/zmq.7 zmq.7
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_version.3 zmq_version.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_unbind.3 zmq_unbind.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_term.3 zmq_term.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_strerror.3 zmq_strerror.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_socket_monitor.3 zmq_socket_monitor.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_socket.3 zmq_socket.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_setsockopt.3 zmq_setsockopt.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_sendmsg.3 zmq_sendmsg.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_send.3 zmq_send.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_recvmsg.3 zmq_recvmsg.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_recv.3 zmq_recv.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_proxy.3 zmq_proxy.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_poll.3 zmq_poll.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_size.3 zmq_msg_size.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_set.3 zmq_msg_set.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_send.3 zmq_msg_send.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_recv.3 zmq_msg_recv.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_move.3 zmq_msg_move.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_more.3 zmq_msg_more.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_init_size.3 zmq_msg_init_size.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_init_data.3 zmq_msg_init_data.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_init.3 zmq_msg_init.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_get.3 zmq_msg_get.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_data.3 zmq_msg_data.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_copy.3 zmq_msg_copy.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_msg_close.3 zmq_msg_close.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_init.3 zmq_init.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_getsockopt.3 zmq_getsockopt.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_errno.3 zmq_errno.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_disconnect.3 zmq_disconnect.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_ctx_set.3 zmq_ctx_set.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_ctx_new.3 zmq_ctx_new.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_ctx_get.3 zmq_ctx_get.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_ctx_destroy.3 zmq_ctx_destroy.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_connect.3 zmq_connect.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_close.3 zmq_close.3
ln -s ../../../Cellar/zeromq/3.2.2/share/man/man3/zmq_bind.3 zmq_bind.3
ln -s ../../Cellar/zeromq/3.2.2/lib/pkgconfig/libzmq.pc libzmq.pc
ln -s ../Cellar/zeromq/3.2.2/lib/libzmq.dylib libzmq.dylib
ln -s ../Cellar/zeromq/3.2.2/lib/libzmq.a libzmq.a
ln -s ../Cellar/zeromq/3.2.2/lib/libzmq.3.dylib libzmq.3.dylib
ln -s ../../Cellar/zeromq/3.2.2 zeromq
ln -s ../Cellar/zeromq/3.2.2 zeromq
$ brew doctor
Warning: Your file-system on / appears to be CaSe SeNsItIvE.
Homebrew is less tested with that - don't worry but please report issues.
no numbered make log:
$ find ~/Library/Logs/Homebrew/zeromq -print
.../Library/Logs/Homebrew/zeromq
.../Library/Logs/Homebrew/zeromq/config.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment