-
-
Save dcow/006fc07b9e455d627280 to your computer and use it in GitHub Desktop.
Builds of urbit at different levels of parallelism
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
for n in [1,2,4,8] | |
make -jn >jno 2>jne |
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
re2/prefilter.cc:268:7: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] | |
if (this == NULL) { | |
^~~~ ~~~~ | |
re2/prefilter.cc:668:7: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] | |
if (this == NULL) | |
^~~~ ~~~~ | |
2 warnings generated. | |
re2/regexp.cc:876:7: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] | |
if (this == NULL) | |
^~~~ ~~~~ | |
1 warning generated. | |
ar: creating archive obj/libre2.a | |
+ glibtoolize | |
+ aclocal -I m4 | |
+ autoconf | |
+ automake --add-missing --copy | |
ar: creating archive ed25519.a | |
ld: warning: directory not found for option '-L/opt/local/lib' |
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
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C outside/re2 obj/libre2.a | |
c++ -o obj/util/arena.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/arena.cc | |
c++ -o obj/util/hash.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/hash.cc | |
c++ -o obj/util/rune.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/rune.cc | |
c++ -o obj/util/stringpiece.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/stringpiece.cc | |
c++ -o obj/util/stringprintf.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/stringprintf.cc | |
c++ -o obj/util/strutil.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/strutil.cc | |
c++ -o obj/util/valgrind.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/valgrind.cc | |
c++ -o obj/re2/bitstate.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/bitstate.cc | |
c++ -o obj/re2/compile.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/compile.cc | |
c++ -o obj/re2/dfa.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/dfa.cc | |
c++ -o obj/re2/filtered_re2.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/filtered_re2.cc | |
c++ -o obj/re2/mimics_pcre.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/mimics_pcre.cc | |
c++ -o obj/re2/nfa.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/nfa.cc | |
c++ -o obj/re2/onepass.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/onepass.cc | |
c++ -o obj/re2/parse.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/parse.cc | |
c++ -o obj/re2/perl_groups.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/perl_groups.cc | |
c++ -o obj/re2/prefilter.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/prefilter.cc | |
c++ -o obj/re2/prefilter_tree.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/prefilter_tree.cc | |
c++ -o obj/re2/prog.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/prog.cc | |
c++ -o obj/re2/re2.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/re2.cc | |
c++ -o obj/re2/regexp.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/regexp.cc | |
c++ -o obj/re2/set.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/set.cc | |
c++ -o obj/re2/simplify.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/simplify.cc | |
c++ -o obj/re2/tostring.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/tostring.cc | |
c++ -o obj/re2/unicode_casefold.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/unicode_casefold.cc | |
c++ -o obj/re2/unicode_groups.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/unicode_groups.cc | |
ar rv obj/libre2.a obj/util/arena.o obj/util/hash.o obj/util/rune.o obj/util/stringpiece.o obj/util/stringprintf.o obj/util/strutil.o obj/util/valgrind.o obj/re2/bitstate.o obj/re2/compile.o obj/re2/dfa.o obj/re2/filtered_re2.o obj/re2/mimics_pcre.o obj/re2/nfa.o obj/re2/onepass.o obj/re2/parse.o obj/re2/perl_groups.o obj/re2/prefilter.o obj/re2/prefilter_tree.o obj/re2/prog.o obj/re2/re2.o obj/re2/regexp.o obj/re2/set.o obj/re2/simplify.o obj/re2/tostring.o obj/re2/unicode_casefold.o obj/re2/unicode_groups.o | |
a - obj/util/arena.o | |
a - obj/util/hash.o | |
a - obj/util/rune.o | |
a - obj/util/stringpiece.o | |
a - obj/util/stringprintf.o | |
a - obj/util/strutil.o | |
a - obj/util/valgrind.o | |
a - obj/re2/bitstate.o | |
a - obj/re2/compile.o | |
a - obj/re2/dfa.o | |
a - obj/re2/filtered_re2.o | |
a - obj/re2/mimics_pcre.o | |
a - obj/re2/nfa.o | |
a - obj/re2/onepass.o | |
a - obj/re2/parse.o | |
a - obj/re2/perl_groups.o | |
a - obj/re2/prefilter.o | |
a - obj/re2/prefilter_tree.o | |
a - obj/re2/prog.o | |
a - obj/re2/re2.o | |
a - obj/re2/regexp.o | |
a - obj/re2/set.o | |
a - obj/re2/simplify.o | |
a - obj/re2/tostring.o | |
a - obj/re2/unicode_casefold.o | |
a - obj/re2/unicode_groups.o | |
g++ -fno-diagnostics-fixit-info -O3 -msse3 -ffast-math -funsigned-char -I/usr/local/include -I/opt/local/include -Ii -Ioutside/libuv_0.11/include -Ioutside/anachronism/include -Ioutside/bpt -Ioutside/re2 -Ioutside/cre2/src/src -Ioutside/ed25519/src -Ioutside/commonmark/src -Ioutside/commonmark/build/src -Ioutside/scrypt -DU3_OS_osx -DU3_OS_ENDIAN_little -D U3_LIB=\"/Users/dcowden/Developement/urbit/urb\" -c outside/cre2/src/src/cre2.cpp -o outside/cre2/src/src/cre2.o | |
CC outside/jhttp/http_parser.o | |
CC n/a.o | |
CC n/e.o | |
CC n/h.o | |
CC n/i.o | |
CC n/j.o | |
CC n/m.o | |
CC n/n.o | |
CC n/r.o | |
CC n/t.o | |
CC n/x.o | |
CC n/v.o | |
CC n/z.o | |
CC j/a/add.o | |
CC j/a/dec.o | |
CC j/a/div.o | |
CC j/a/gte.o | |
CC j/a/gth.o | |
CC j/a/lte.o | |
CC j/a/lth.o | |
CC j/a/mod.o | |
CC j/a/mul.o | |
CC j/a/sub.o | |
CC j/b/bind.o | |
CC j/b/clap.o | |
CC j/b/drop.o | |
CC j/b/flop.o | |
CC j/b/lent.o | |
CC j/b/levy.o | |
CC j/b/lien.o | |
CC j/b/need.o | |
CC j/b/reel.o | |
CC j/b/roll.o | |
CC j/b/skim.o | |
CC j/b/skip.o | |
CC j/b/scag.o | |
CC j/b/slag.o | |
CC j/b/snag.o | |
CC j/b/sort.o | |
CC j/b/turn.o | |
CC j/b/weld.o | |
CC j/c/bex.o | |
CC j/c/can.o | |
CC j/c/cap.o | |
CC j/c/cat.o | |
CC j/c/con.o | |
CC j/c/cut.o | |
CC j/c/dor.o | |
CC j/c/dis.o | |
CC j/c/end.o | |
CC j/c/gor.o | |
CC j/c/hor.o | |
CC j/c/lsh.o | |
CC j/c/mas.o | |
CC j/c/met.o | |
CC j/c/mix.o | |
CC j/c/mug.o | |
CC j/c/peg.o | |
CC j/c/po.o | |
CC j/c/rap.o | |
CC j/c/rip.o | |
CC j/c/rsh.o | |
CC j/c/vor.o | |
CC j/d/in_has.o | |
CC j/d/in_int.o | |
CC j/d/in_gas.o | |
CC j/d/in_mer.o | |
CC j/d/in_put.o | |
CC j/d/in_tap.o | |
CC j/d/in_uni.o | |
CC j/d/by_gas.o | |
CC j/d/by_get.o | |
CC j/d/by_has.o | |
CC j/d/by_int.o | |
CC j/d/by_put.o | |
CC j/d/by_uni.o | |
CC j/e/aesc.o | |
CC j/e/cue.o | |
CC j/e/jam.o | |
CC j/e/mat.o | |
CC j/e/mink.o | |
CC j/e/mule.o | |
CC j/e/parse.o | |
CC j/e/rd.o | |
CC j/e/repg.o | |
CC j/e/rexp.o | |
CC j/e/rub.o | |
CC j/e/scr.o | |
CC j/e/shax.o | |
CC j/e/lore.o | |
CC j/e/loss.o | |
CC j/e/trip.o | |
CC j/e/ed_puck.o | |
CC j/e/ed_sign.o | |
CC j/e/ed_veri.o | |
CC j/f/al.o | |
CC j/f/ap.o | |
CC j/f/bull.o | |
CC j/f/cell.o | |
CC j/f/comb.o | |
CC j/f/cons.o | |
CC j/f/core.o | |
CC j/f/cube.o | |
CC j/f/face.o | |
CC j/f/fitz.o | |
CC j/f/flan.o | |
CC j/f/flay.o | |
CC j/f/flip.o | |
CC j/f/flor.o | |
CC j/f/fork.o | |
CC j/f/hike.o | |
CC j/f/look.o | |
CC j/f/ut.o | |
CC j/f/ut_burn.o | |
CC j/f/ut_busk.o | |
CC j/f/ut_bust.o | |
CC j/f/ut_conk.o | |
CC j/f/ut_crop.o | |
CC j/f/ut_cull.o | |
CC j/f/ut_find.o | |
CC j/f/ut_fink.o | |
CC j/f/ut_fire.o | |
CC j/f/ut_firm.o | |
CC j/f/ut_fish.o | |
CC j/f/ut_fuse.o | |
CC j/f/ut_gain.o | |
CC j/f/ut_heal.o | |
CC j/f/ut_lose.o | |
CC j/f/ut_mint.o | |
CC j/f/ut_mull.o | |
CC j/f/ut_nest.o | |
CC j/f/ut_park.o | |
CC j/f/ut_peek.o | |
CC j/f/ut_play.o | |
CC j/f/ut_repo.o | |
CC j/f/ut_rest.o | |
CC j/f/ut_seek.o | |
CC j/f/ut_swab.o | |
CC j/f/ut_tack.o | |
CC j/f/ut_tock.o | |
CC j/f/ut_wrap.o | |
CC j/g/dawn.o | |
CC j/g/sqar.o | |
CC j/tree.o | |
CC v/main.o | |
CC v/ames.o | |
CC v/cttp.o | |
CC v/http.o | |
CC v/loop.o | |
CC v/raft.o | |
CC v/reck.o | |
CC v/sist.o | |
CC v/temp.o | |
CC v/term.o | |
CC v/time.o | |
CC v/unix.o | |
CC v/save.o | |
CC v/walk.o | |
cd outside/libuv_0.11 ; sh autogen.sh ; ./configure --disable-dtrace | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking build system type... x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
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 whether gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking whether make supports nested variables... (cached) yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /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 gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/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 how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
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 -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 supports -fno-rtti -fno-exceptions... yes | |
checking for gcc option to produce PIC... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.3.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 for dlopen in -ldl... yes | |
checking for kstat_lookup in -lkstat... no | |
checking for kvm_open in -lkvm... no | |
checking for gethostbyname in -lnsl... no | |
checking for perfstat_cpu in -lperfstat... no | |
checking for pthread_mutex_init in -lpthread... yes | |
checking for clock_gettime in -lrt... no | |
checking for sendfile in -lsendfile... no | |
checking for socket in -lsocket... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for pkg-config... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating libuv.pc | |
config.status: creating Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C outside/libuv_0.11 all-am | |
CC src/libuv_la-fs-poll.lo | |
CC src/libuv_la-inet.lo | |
CC src/libuv_la-threadpool.lo | |
CC src/libuv_la-uv-common.lo | |
CC src/libuv_la-version.lo | |
CC src/unix/libuv_la-async.lo | |
CC src/unix/libuv_la-core.lo | |
CC src/unix/libuv_la-dl.lo | |
CC src/unix/libuv_la-fs.lo | |
CC src/unix/libuv_la-getaddrinfo.lo | |
CC src/unix/libuv_la-getnameinfo.lo | |
CC src/unix/libuv_la-loop-watcher.lo | |
CC src/unix/libuv_la-loop.lo | |
CC src/unix/libuv_la-pipe.lo | |
CC src/unix/libuv_la-poll.lo | |
CC src/unix/libuv_la-process.lo | |
CC src/unix/libuv_la-signal.lo | |
CC src/unix/libuv_la-stream.lo | |
CC src/unix/libuv_la-tcp.lo | |
CC src/unix/libuv_la-thread.lo | |
CC src/unix/libuv_la-timer.lo | |
CC src/unix/libuv_la-tty.lo | |
CC src/unix/libuv_la-udp.lo | |
CC src/unix/libuv_la-darwin.lo | |
CC src/unix/libuv_la-darwin-proctitle.lo | |
CC src/unix/libuv_la-fsevents.lo | |
CC src/unix/libuv_la-kqueue.lo | |
CC src/unix/libuv_la-proctitle.lo | |
CCLD libuv.la | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C outside/ed25519 | |
cc -c -O2 -g -Wall -o src/add_scalar.o src/add_scalar.c | |
ar rv ed25519.a src/add_scalar.o | |
a - src/add_scalar.o | |
cc -c -O2 -g -Wall -o src/fe.o src/fe.c | |
ar rv ed25519.a src/fe.o | |
a - src/fe.o | |
cc -c -O2 -g -Wall -o src/ge.o src/ge.c | |
ar rv ed25519.a src/ge.o | |
a - src/ge.o | |
cc -c -O2 -g -Wall -o src/key_exchange.o src/key_exchange.c | |
ar rv ed25519.a src/key_exchange.o | |
a - src/key_exchange.o | |
cc -c -O2 -g -Wall -o src/keypair.o src/keypair.c | |
ar rv ed25519.a src/keypair.o | |
a - src/keypair.o | |
cc -c -O2 -g -Wall -o src/sc.o src/sc.c | |
ar rv ed25519.a src/sc.o | |
a - src/sc.o | |
cc -c -O2 -g -Wall -o src/seed.o src/seed.c | |
ar rv ed25519.a src/seed.o | |
a - src/seed.o | |
cc -c -O2 -g -Wall -o src/sha512.o src/sha512.c | |
ar rv ed25519.a src/sha512.o | |
a - src/sha512.o | |
cc -c -O2 -g -Wall -o src/sign.o src/sign.c | |
ar rv ed25519.a src/sign.o | |
a - src/sign.o | |
cc -c -O2 -g -Wall -o src/verify.o src/verify.c | |
ar rv ed25519.a src/verify.o | |
a - src/verify.o | |
rm src/verify.o src/add_scalar.o src/sign.o src/sha512.o src/seed.o src/key_exchange.o src/keypair.o src/ge.o src/fe.o src/sc.o | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C outside/scrypt MDEFINES="-DU3_OS_osx -DU3_OS_ENDIAN_little -D U3_LIB=\"/Users/dcowden/Developement/urbit/urb\"" | |
cc -O2 -msse3 -ffast-math -Wall -g -D_FORTIFY_SOURCE=2 -fPIC -c -o crypto_scrypt-sse.o crypto_scrypt-sse.c | |
cc -O2 -msse3 -ffast-math -Wall -g -D_FORTIFY_SOURCE=2 -fPIC -c -o sha256.o sha256.c | |
ar rcs scrypt.a crypto_scrypt-sse.o sha256.o | |
CCLD bin/urbit |
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
re2/prefilter.cc:268:7: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] | |
if (this == NULL) { | |
^~~~ ~~~~ | |
re2/prefilter.cc:668:7: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] | |
if (this == NULL) | |
^~~~ ~~~~ | |
2 warnings generated. | |
re2/regexp.cc:876:7: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] | |
if (this == NULL) | |
^~~~ ~~~~ | |
1 warning generated. | |
ar: creating archive obj/libre2.a | |
+ glibtoolize | |
+ glibtoolize | |
+ aclocal -I m4 | |
+ aclocal -I m4 | |
+ autoconf | |
+ autoconf | |
+ automake --add-missing --copy | |
+ automake --add-missing --copy | |
mkdir: conftest.dir: File exists | |
mkdir: sub: File exists | |
configure: error: could not determine ar interface | |
sed: conftest.c: No such file or directory | |
make: *** [outside/libuv_0.11/config.log] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
sed: conftest.c: No such file or directory | |
cat: confdefs.h: No such file or directory |
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
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C outside/re2 obj/libre2.a | |
CC outside/jhttp/http_parser.o | |
c++ -o obj/util/arena.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/arena.cc | |
c++ -o obj/util/hash.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/hash.cc | |
c++ -o obj/util/rune.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/rune.cc | |
CC n/a.o | |
c++ -o obj/util/stringpiece.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/stringpiece.cc | |
c++ -o obj/util/stringprintf.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/stringprintf.cc | |
CC n/e.o | |
c++ -o obj/util/strutil.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/strutil.cc | |
c++ -o obj/util/valgrind.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/valgrind.cc | |
CC n/h.o | |
c++ -o obj/re2/bitstate.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/bitstate.cc | |
c++ -o obj/re2/compile.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/compile.cc | |
CC n/i.o | |
c++ -o obj/re2/dfa.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/dfa.cc | |
CC n/j.o | |
c++ -o obj/re2/filtered_re2.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/filtered_re2.cc | |
CC n/m.o | |
c++ -o obj/re2/mimics_pcre.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/mimics_pcre.cc | |
c++ -o obj/re2/nfa.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/nfa.cc | |
CC n/n.o | |
c++ -o obj/re2/onepass.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/onepass.cc | |
c++ -o obj/re2/parse.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/parse.cc | |
c++ -o obj/re2/perl_groups.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/perl_groups.cc | |
CC n/r.o | |
c++ -o obj/re2/prefilter.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/prefilter.cc | |
c++ -o obj/re2/prefilter_tree.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/prefilter_tree.cc | |
CC n/t.o | |
c++ -o obj/re2/prog.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/prog.cc | |
CC n/x.o | |
CC n/v.o | |
c++ -o obj/re2/re2.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/re2.cc | |
CC n/z.o | |
c++ -o obj/re2/regexp.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/regexp.cc | |
c++ -o obj/re2/set.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/set.cc | |
c++ -o obj/re2/simplify.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/simplify.cc | |
CC j/a/add.o | |
CC j/a/dec.o | |
c++ -o obj/re2/tostring.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/tostring.cc | |
CC j/a/div.o | |
c++ -o obj/re2/unicode_casefold.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/unicode_casefold.cc | |
CC j/a/gte.o | |
CC j/a/gth.o | |
CC j/a/lte.o | |
CC j/a/lth.o | |
c++ -o obj/re2/unicode_groups.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/unicode_groups.cc | |
CC j/a/mod.o | |
CC j/a/mul.o | |
CC j/a/sub.o | |
CC j/b/bind.o | |
CC j/b/clap.o | |
ar rv obj/libre2.a obj/util/arena.o obj/util/hash.o obj/util/rune.o obj/util/stringpiece.o obj/util/stringprintf.o obj/util/strutil.o obj/util/valgrind.o obj/re2/bitstate.o obj/re2/compile.o obj/re2/dfa.o obj/re2/filtered_re2.o obj/re2/mimics_pcre.o obj/re2/nfa.o obj/re2/onepass.o obj/re2/parse.o obj/re2/perl_groups.o obj/re2/prefilter.o obj/re2/prefilter_tree.o obj/re2/prog.o obj/re2/re2.o obj/re2/regexp.o obj/re2/set.o obj/re2/simplify.o obj/re2/tostring.o obj/re2/unicode_casefold.o obj/re2/unicode_groups.o | |
CC j/b/drop.o | |
a - obj/util/arena.o | |
a - obj/util/hash.o | |
a - obj/util/rune.o | |
a - obj/util/stringpiece.o | |
a - obj/util/stringprintf.o | |
a - obj/util/strutil.o | |
a - obj/util/valgrind.o | |
a - obj/re2/bitstate.o | |
a - obj/re2/compile.o | |
a - obj/re2/dfa.o | |
a - obj/re2/filtered_re2.o | |
a - obj/re2/mimics_pcre.o | |
a - obj/re2/nfa.o | |
a - obj/re2/onepass.o | |
a - obj/re2/parse.o | |
a - obj/re2/perl_groups.o | |
a - obj/re2/prefilter.o | |
a - obj/re2/prefilter_tree.o | |
a - obj/re2/prog.o | |
a - obj/re2/re2.o | |
a - obj/re2/regexp.o | |
a - obj/re2/set.o | |
a - obj/re2/simplify.o | |
a - obj/re2/tostring.o | |
a - obj/re2/unicode_casefold.o | |
a - obj/re2/unicode_groups.o | |
CC j/b/flop.o | |
CC j/b/lent.o | |
CC j/b/levy.o | |
CC j/b/lien.o | |
CC j/b/need.o | |
CC j/b/reel.o | |
CC j/b/roll.o | |
CC j/b/skim.o | |
CC j/b/skip.o | |
CC j/b/scag.o | |
CC j/b/slag.o | |
CC j/b/snag.o | |
CC j/b/sort.o | |
CC j/b/turn.o | |
CC j/b/weld.o | |
CC j/c/bex.o | |
CC j/c/can.o | |
CC j/c/cap.o | |
CC j/c/cat.o | |
CC j/c/con.o | |
CC j/c/cut.o | |
CC j/c/dor.o | |
CC j/c/dis.o | |
CC j/c/end.o | |
CC j/c/gor.o | |
CC j/c/hor.o | |
CC j/c/lsh.o | |
CC j/c/mas.o | |
CC j/c/met.o | |
CC j/c/mix.o | |
CC j/c/mug.o | |
CC j/c/peg.o | |
CC j/c/po.o | |
CC j/c/rap.o | |
CC j/c/rip.o | |
CC j/c/rsh.o | |
CC j/c/vor.o | |
CC j/d/in_has.o | |
CC j/d/in_int.o | |
CC j/d/in_gas.o | |
CC j/d/in_mer.o | |
CC j/d/in_put.o | |
CC j/d/in_tap.o | |
CC j/d/in_uni.o | |
CC j/d/by_gas.o | |
CC j/d/by_get.o | |
CC j/d/by_has.o | |
CC j/d/by_int.o | |
CC j/d/by_put.o | |
CC j/d/by_uni.o | |
CC j/e/aesc.o | |
CC j/e/cue.o | |
CC j/e/jam.o | |
CC j/e/mat.o | |
CC j/e/mink.o | |
CC j/e/mule.o | |
CC j/e/parse.o | |
CC j/e/rd.o | |
CC j/e/repg.o | |
CC j/e/rexp.o | |
CC j/e/rub.o | |
CC j/e/scr.o | |
CC j/e/shax.o | |
CC j/e/lore.o | |
CC j/e/loss.o | |
CC j/e/trip.o | |
CC j/e/ed_puck.o | |
CC j/e/ed_sign.o | |
CC j/e/ed_veri.o | |
CC j/f/al.o | |
CC j/f/ap.o | |
CC j/f/bull.o | |
CC j/f/cell.o | |
CC j/f/comb.o | |
CC j/f/cons.o | |
CC j/f/core.o | |
CC j/f/cube.o | |
CC j/f/face.o | |
CC j/f/fitz.o | |
CC j/f/flan.o | |
CC j/f/flay.o | |
CC j/f/flip.o | |
CC j/f/flor.o | |
CC j/f/fork.o | |
CC j/f/hike.o | |
CC j/f/look.o | |
CC j/f/ut.o | |
CC j/f/ut_burn.o | |
CC j/f/ut_busk.o | |
CC j/f/ut_bust.o | |
CC j/f/ut_conk.o | |
CC j/f/ut_crop.o | |
CC j/f/ut_cull.o | |
CC j/f/ut_find.o | |
CC j/f/ut_fink.o | |
CC j/f/ut_fire.o | |
CC j/f/ut_firm.o | |
CC j/f/ut_fish.o | |
CC j/f/ut_fuse.o | |
CC j/f/ut_gain.o | |
CC j/f/ut_heal.o | |
CC j/f/ut_lose.o | |
CC j/f/ut_mint.o | |
CC j/f/ut_mull.o | |
CC j/f/ut_nest.o | |
CC j/f/ut_park.o | |
CC j/f/ut_peek.o | |
CC j/f/ut_play.o | |
CC j/f/ut_repo.o | |
CC j/f/ut_rest.o | |
CC j/f/ut_seek.o | |
CC j/f/ut_swab.o | |
CC j/f/ut_tack.o | |
CC j/f/ut_tock.o | |
CC j/f/ut_wrap.o | |
CC j/g/dawn.o | |
CC j/g/sqar.o | |
CC j/tree.o | |
CC v/main.o | |
CC v/ames.o | |
CC v/cttp.o | |
CC v/http.o | |
CC v/loop.o | |
CC v/raft.o | |
CC v/reck.o | |
CC v/sist.o | |
CC v/temp.o | |
CC v/term.o | |
CC v/time.o | |
CC v/unix.o | |
CC v/save.o | |
CC v/walk.o | |
cd outside/libuv_0.11 ; sh autogen.sh ; ./configure --disable-dtrace | |
cd outside/libuv_0.11 ; sh autogen.sh ; ./configure --disable-dtrace | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... checking for a BSD-compatible install... yes | |
checking whether make supports nested variables... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... checking build system type... yes | |
checking whether make supports nested variables... yes | |
checking build system type... x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
checking for gcc... gcc | |
x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
checking for gcc... gcc | |
checking whether the C compiler works... checking whether the C compiler works... yes | |
yes | |
checking for C compiler default output file name... a.out | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... checking for suffix of executables... | |
checking whether we are cross compiling... checking whether we are cross compiling... no | |
no | |
checking for suffix of object files... checking for suffix of object files... o | |
o | |
checking whether we are using the GNU C compiler... checking whether we are using the GNU C compiler... yes | |
yes | |
checking whether gcc accepts -g... checking whether gcc accepts -g... yes | |
yes | |
checking for gcc option to accept ISO C89... checking for gcc option to accept ISO C89... none needed | |
none needed | |
checking whether gcc understands -c and -o together... checking whether gcc understands -c and -o together... yes | |
yes | |
checking for style of include used by make... checking for style of include used by make... GNU | |
GNU | |
checking dependency style of gcc... checking dependency style of gcc... gcc3 | |
gcc3 | |
checking for ar... checking for ar... ar | |
ar | |
checking the archiver (ar) interface... checking the archiver (ar) interface... ar | |
checking whether make supports nested variables... (cached) yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /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 gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/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 how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
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 -E | |
unknown | |
checking for ANSI C header files... no | |
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 supports -fno-rtti -fno-exceptions... yes | |
checking for gcc option to produce PIC... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.3.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 for dlopen in -ldl... yes | |
checking for kstat_lookup in -lkstat... no | |
checking for kvm_open in -lkvm... no | |
checking for gethostbyname in -lnsl... no | |
checking for perfstat_cpu in -lperfstat... no | |
checking for pthread_mutex_init in -lpthread... yes | |
checking for clock_gettime in -lrt... no | |
checking for sendfile in -lsendfile... no | |
checking for socket in -lsocket... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for pkg-config... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating libuv.pc | |
config.status: creating Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands |
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
ar: creating archive ed25519.a | |
ld: warning: directory not found for option '-L/opt/local/lib' |
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
g++ -fno-diagnostics-fixit-info -O3 -msse3 -ffast-math -funsigned-char -I/usr/local/include -I/opt/local/include -Ii -Ioutside/libuv_0.11/include -Ioutside/anachronism/include -Ioutside/bpt -Ioutside/re2 -Ioutside/cre2/src/src -Ioutside/ed25519/src -Ioutside/commonmark/src -Ioutside/commonmark/build/src -Ioutside/scrypt -DU3_OS_osx -DU3_OS_ENDIAN_little -D U3_LIB=\"/Users/dcowden/Developement/urbit/urb\" -c outside/cre2/src/src/cre2.cpp -o outside/cre2/src/src/cre2.o | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C outside/libuv_0.11 all-am | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C outside/ed25519 | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C outside/scrypt MDEFINES="-DU3_OS_osx -DU3_OS_ENDIAN_little -D U3_LIB=\"/Users/dcowden/Developement/urbit/urb\"" | |
cc -c -O2 -g -Wall -o src/add_scalar.o src/add_scalar.c | |
cc -O2 -msse3 -ffast-math -Wall -g -D_FORTIFY_SOURCE=2 -fPIC -c -o crypto_scrypt-sse.o crypto_scrypt-sse.c | |
cc -c -O2 -g -Wall -o src/fe.o src/fe.c | |
CC src/libuv_la-fs-poll.lo | |
cc -O2 -msse3 -ffast-math -Wall -g -D_FORTIFY_SOURCE=2 -fPIC -c -o sha256.o sha256.c | |
cc -c -O2 -g -Wall -o src/ge.o src/ge.c | |
cc -c -O2 -g -Wall -o src/key_exchange.o src/key_exchange.c | |
cc -c -O2 -g -Wall -o src/keypair.o src/keypair.c | |
ar rcs scrypt.a crypto_scrypt-sse.o sha256.o | |
cc -c -O2 -g -Wall -o src/sc.o src/sc.c | |
CC src/libuv_la-inet.lo | |
CC src/libuv_la-threadpool.lo | |
cc -c -O2 -g -Wall -o src/seed.o src/seed.c | |
CC src/libuv_la-uv-common.lo | |
cc -c -O2 -g -Wall -o src/sha512.o src/sha512.c | |
cc -c -O2 -g -Wall -o src/sign.o src/sign.c | |
cc -c -O2 -g -Wall -o src/verify.o src/verify.c | |
ar rv ed25519.a src/add_scalar.o | |
a - src/add_scalar.o | |
ar rv ed25519.a src/fe.o | |
a - src/fe.o | |
ar rv ed25519.a src/ge.o | |
a - src/ge.o | |
ar rv ed25519.a src/key_exchange.o | |
a - src/key_exchange.o | |
ar rv ed25519.a src/keypair.o | |
a - src/keypair.o | |
ar rv ed25519.a src/sc.o | |
a - src/sc.o | |
ar rv ed25519.a src/seed.o | |
a - src/seed.o | |
ar rv ed25519.a src/sha512.o | |
a - src/sha512.o | |
ar rv ed25519.a src/sign.o | |
a - src/sign.o | |
ar rv ed25519.a src/verify.o | |
CC src/libuv_la-version.lo | |
a - src/verify.o | |
rm src/verify.o src/add_scalar.o src/sign.o src/sha512.o src/seed.o src/key_exchange.o src/keypair.o src/ge.o src/fe.o src/sc.o | |
CC src/unix/libuv_la-async.lo | |
CC src/unix/libuv_la-core.lo | |
CC src/unix/libuv_la-dl.lo | |
CC src/unix/libuv_la-fs.lo | |
CC src/unix/libuv_la-getaddrinfo.lo | |
CC src/unix/libuv_la-getnameinfo.lo | |
CC src/unix/libuv_la-loop-watcher.lo | |
CC src/unix/libuv_la-loop.lo | |
CC src/unix/libuv_la-pipe.lo | |
CC src/unix/libuv_la-poll.lo | |
CC src/unix/libuv_la-process.lo | |
CC src/unix/libuv_la-signal.lo | |
CC src/unix/libuv_la-stream.lo | |
CC src/unix/libuv_la-tcp.lo | |
CC src/unix/libuv_la-thread.lo | |
CC src/unix/libuv_la-timer.lo | |
CC src/unix/libuv_la-tty.lo | |
CC src/unix/libuv_la-udp.lo | |
CC src/unix/libuv_la-darwin.lo | |
CC src/unix/libuv_la-darwin-proctitle.lo | |
CC src/unix/libuv_la-fsevents.lo | |
CC src/unix/libuv_la-kqueue.lo | |
CC src/unix/libuv_la-proctitle.lo | |
CCLD libuv.la | |
CCLD bin/urbit |
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
re2/prefilter.cc:268:7: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] | |
if (this == NULL) { | |
^~~~ ~~~~ | |
re2/prefilter.cc:668:7: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] | |
if (this == NULL) | |
^~~~ ~~~~ | |
re2/regexp.cc:876:7: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] | |
if (this == NULL) | |
^~~~ ~~~~ | |
2 warnings generated. | |
1 warning generated. | |
ar: creating archive obj/libre2.a | |
+ glibtoolize | |
+ glibtoolize | |
ar: creating archive ed25519.a | |
+ aclocal -I m4 | |
+ aclocal -I m4 | |
+ autoconf | |
+ autoconf | |
+ automake --add-missing --copy | |
+ automake --add-missing --copy | |
mkdir: conftest.dir: File exists | |
mkdir: sub: File exists | |
configure: error: could not determine ar interface | |
sed: conftest.c: No such file or directory | |
make: *** [outside/libuv_0.11/config.log] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
sed: conftest.c: No such file or directory | |
cat: confdefs.h: No such file or directory |
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
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C outside/re2 obj/libre2.a | |
CC outside/jhttp/http_parser.o | |
CC n/a.o | |
c++ -o obj/util/stringpiece.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/stringpiece.cc | |
c++ -o obj/util/rune.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/rune.cc | |
c++ -o obj/util/stringprintf.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/stringprintf.cc | |
c++ -o obj/util/strutil.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/strutil.cc | |
c++ -o obj/util/hash.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/hash.cc | |
c++ -o obj/util/arena.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/arena.cc | |
CC n/e.o | |
c++ -o obj/util/valgrind.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG util/valgrind.cc | |
c++ -o obj/re2/bitstate.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/bitstate.cc | |
c++ -o obj/re2/compile.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/compile.cc | |
CC n/h.o | |
CC n/i.o | |
c++ -o obj/re2/dfa.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/dfa.cc | |
CC n/j.o | |
CC n/m.o | |
c++ -o obj/re2/filtered_re2.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/filtered_re2.cc | |
CC n/n.o | |
c++ -o obj/re2/mimics_pcre.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/mimics_pcre.cc | |
c++ -o obj/re2/nfa.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/nfa.cc | |
c++ -o obj/re2/onepass.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/onepass.cc | |
c++ -o obj/re2/parse.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/parse.cc | |
CC n/r.o | |
c++ -o obj/re2/perl_groups.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/perl_groups.cc | |
CC n/t.o | |
CC n/x.o | |
c++ -o obj/re2/prefilter.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/prefilter.cc | |
CC n/v.o | |
c++ -o obj/re2/prefilter_tree.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/prefilter_tree.cc | |
CC n/z.o | |
CC j/a/add.o | |
c++ -o obj/re2/prog.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/prog.cc | |
c++ -o obj/re2/re2.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/re2.cc | |
c++ -o obj/re2/regexp.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/regexp.cc | |
CC j/a/dec.o | |
c++ -o obj/re2/set.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/set.cc | |
CC j/a/div.o | |
CC j/a/gte.o | |
c++ -o obj/re2/simplify.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/simplify.cc | |
c++ -o obj/re2/tostring.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/tostring.cc | |
CC j/a/gth.o | |
c++ -o obj/re2/unicode_casefold.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/unicode_casefold.cc | |
CC j/a/lte.o | |
c++ -o obj/re2/unicode_groups.o -Wall -O3 -g -pthread -Wno-sign-compare -c -I. -DNDEBUG re2/unicode_groups.cc | |
CC j/a/lth.o | |
CC j/a/mod.o | |
CC j/a/mul.o | |
CC j/a/sub.o | |
CC j/b/bind.o | |
CC j/b/clap.o | |
CC j/b/drop.o | |
CC j/b/flop.o | |
CC j/b/lent.o | |
CC j/b/levy.o | |
CC j/b/lien.o | |
CC j/b/need.o | |
CC j/b/reel.o | |
CC j/b/roll.o | |
CC j/b/skim.o | |
CC j/b/skip.o | |
CC j/b/scag.o | |
CC j/b/slag.o | |
CC j/b/snag.o | |
CC j/b/sort.o | |
CC j/b/turn.o | |
CC j/b/weld.o | |
CC j/c/bex.o | |
CC j/c/can.o | |
CC j/c/cap.o | |
CC j/c/cat.o | |
CC j/c/con.o | |
CC j/c/cut.o | |
CC j/c/dor.o | |
CC j/c/dis.o | |
CC j/c/end.o | |
CC j/c/gor.o | |
CC j/c/hor.o | |
CC j/c/lsh.o | |
CC j/c/mas.o | |
CC j/c/met.o | |
CC j/c/mix.o | |
CC j/c/mug.o | |
CC j/c/peg.o | |
CC j/c/po.o | |
CC j/c/rap.o | |
CC j/c/rip.o | |
CC j/c/rsh.o | |
CC j/c/vor.o | |
CC j/d/in_has.o | |
CC j/d/in_int.o | |
CC j/d/in_gas.o | |
CC j/d/in_mer.o | |
CC j/d/in_put.o | |
CC j/d/in_tap.o | |
ar rv obj/libre2.a obj/util/arena.o obj/util/hash.o obj/util/rune.o obj/util/stringpiece.o obj/util/stringprintf.o obj/util/strutil.o obj/util/valgrind.o obj/re2/bitstate.o obj/re2/compile.o obj/re2/dfa.o obj/re2/filtered_re2.o obj/re2/mimics_pcre.o obj/re2/nfa.o obj/re2/onepass.o obj/re2/parse.o obj/re2/perl_groups.o obj/re2/prefilter.o obj/re2/prefilter_tree.o obj/re2/prog.o obj/re2/re2.o obj/re2/regexp.o obj/re2/set.o obj/re2/simplify.o obj/re2/tostring.o obj/re2/unicode_casefold.o obj/re2/unicode_groups.o | |
CC j/d/in_uni.o | |
CC j/d/by_gas.o | |
CC j/d/by_get.o | |
CC j/d/by_has.o | |
a - obj/util/arena.o | |
a - obj/util/hash.o | |
a - obj/util/rune.o | |
a - obj/util/stringpiece.o | |
a - obj/util/stringprintf.o | |
a - obj/util/strutil.o | |
a - obj/util/valgrind.o | |
a - obj/re2/bitstate.o | |
a - obj/re2/compile.o | |
a - obj/re2/dfa.o | |
a - obj/re2/filtered_re2.o | |
a - obj/re2/mimics_pcre.o | |
a - obj/re2/nfa.o | |
a - obj/re2/onepass.o | |
a - obj/re2/parse.o | |
a - obj/re2/perl_groups.o | |
a - obj/re2/prefilter.o | |
a - obj/re2/prefilter_tree.o | |
a - obj/re2/prog.o | |
a - obj/re2/re2.o | |
a - obj/re2/regexp.o | |
a - obj/re2/set.o | |
a - obj/re2/simplify.o | |
a - obj/re2/tostring.o | |
a - obj/re2/unicode_casefold.o | |
a - obj/re2/unicode_groups.o | |
CC j/d/by_int.o | |
CC j/d/by_put.o | |
CC j/d/by_uni.o | |
CC j/e/aesc.o | |
CC j/e/cue.o | |
CC j/e/jam.o | |
CC j/e/mat.o | |
CC j/e/mink.o | |
CC j/e/mule.o | |
CC j/e/parse.o | |
CC j/e/rd.o | |
CC j/e/repg.o | |
CC j/e/rexp.o | |
CC j/e/rub.o | |
CC j/e/scr.o | |
CC j/e/shax.o | |
CC j/e/lore.o | |
CC j/e/loss.o | |
CC j/e/trip.o | |
CC j/e/ed_puck.o | |
CC j/e/ed_sign.o | |
CC j/e/ed_veri.o | |
CC j/f/al.o | |
CC j/f/ap.o | |
CC j/f/bull.o | |
CC j/f/cell.o | |
CC j/f/comb.o | |
CC j/f/cons.o | |
CC j/f/core.o | |
CC j/f/cube.o | |
CC j/f/face.o | |
CC j/f/fitz.o | |
CC j/f/flan.o | |
CC j/f/flay.o | |
CC j/f/flip.o | |
CC j/f/flor.o | |
CC j/f/fork.o | |
CC j/f/hike.o | |
CC j/f/look.o | |
CC j/f/ut.o | |
CC j/f/ut_burn.o | |
CC j/f/ut_busk.o | |
CC j/f/ut_bust.o | |
CC j/f/ut_conk.o | |
CC j/f/ut_crop.o | |
CC j/f/ut_cull.o | |
CC j/f/ut_find.o | |
CC j/f/ut_fink.o | |
CC j/f/ut_fire.o | |
CC j/f/ut_firm.o | |
CC j/f/ut_fish.o | |
CC j/f/ut_fuse.o | |
CC j/f/ut_gain.o | |
CC j/f/ut_heal.o | |
CC j/f/ut_lose.o | |
CC j/f/ut_mint.o | |
CC j/f/ut_mull.o | |
CC j/f/ut_nest.o | |
CC j/f/ut_park.o | |
CC j/f/ut_peek.o | |
CC j/f/ut_play.o | |
CC j/f/ut_repo.o | |
CC j/f/ut_rest.o | |
CC j/f/ut_seek.o | |
CC j/f/ut_swab.o | |
CC j/f/ut_tack.o | |
CC j/f/ut_tock.o | |
CC j/f/ut_wrap.o | |
CC j/g/dawn.o | |
CC j/g/sqar.o | |
CC j/tree.o | |
CC v/main.o | |
CC v/ames.o | |
CC v/cttp.o | |
CC v/http.o | |
CC v/loop.o | |
CC v/raft.o | |
CC v/reck.o | |
CC v/sist.o | |
CC v/temp.o | |
CC v/term.o | |
CC v/time.o | |
CC v/unix.o | |
CC v/save.o | |
CC v/walk.o | |
cd outside/libuv_0.11 ; sh autogen.sh ; ./configure --disable-dtrace | |
cd outside/libuv_0.11 ; sh autogen.sh ; ./configure --disable-dtrace | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C outside/ed25519 | |
cc -c -O2 -g -Wall -o src/add_scalar.o src/add_scalar.c | |
cc -c -O2 -g -Wall -o src/fe.o src/fe.c | |
cc -c -O2 -g -Wall -o src/ge.o src/ge.c | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C outside/scrypt MDEFINES="-DU3_OS_osx -DU3_OS_ENDIAN_little -D U3_LIB=\"/Users/dcowden/Developement/urbit/urb\"" | |
cc -O2 -msse3 -ffast-math -Wall -g -D_FORTIFY_SOURCE=2 -fPIC -c -o crypto_scrypt-sse.o crypto_scrypt-sse.c | |
cc -c -O2 -g -Wall -o src/key_exchange.o src/key_exchange.c | |
cc -O2 -msse3 -ffast-math -Wall -g -D_FORTIFY_SOURCE=2 -fPIC -c -o sha256.o sha256.c | |
g++ -fno-diagnostics-fixit-info -O3 -msse3 -ffast-math -funsigned-char -I/usr/local/include -I/opt/local/include -Ii -Ioutside/libuv_0.11/include -Ioutside/anachronism/include -Ioutside/bpt -Ioutside/re2 -Ioutside/cre2/src/src -Ioutside/ed25519/src -Ioutside/commonmark/src -Ioutside/commonmark/build/src -Ioutside/scrypt -DU3_OS_osx -DU3_OS_ENDIAN_little -D U3_LIB=\"/Users/dcowden/Developement/urbit/urb\" -c outside/cre2/src/src/cre2.cpp -o outside/cre2/src/src/cre2.o | |
cc -c -O2 -g -Wall -o src/keypair.o src/keypair.c | |
cc -c -O2 -g -Wall -o src/sc.o src/sc.c | |
cc -c -O2 -g -Wall -o src/seed.o src/seed.c | |
cc -c -O2 -g -Wall -o src/sha512.o src/sha512.c | |
cc -c -O2 -g -Wall -o src/sign.o src/sign.c | |
cc -c -O2 -g -Wall -o src/verify.o src/verify.c | |
ar rv ed25519.a src/add_scalar.o | |
a - src/add_scalar.o | |
ar rv ed25519.a src/fe.o | |
a - src/fe.o | |
ar rv ed25519.a src/ge.o | |
ar rv ed25519.a src/key_exchange.o | |
a - src/ge.o | |
ar rv ed25519.a src/keypair.o | |
a - src/keypair.o | |
ar rv ed25519.a src/seed.o | |
a - src/seed.o | |
ar rv ed25519.a src/sign.o | |
ar rv ed25519.a src/verify.o | |
a - src/sign.o | |
ar rv ed25519.a src/sha512.o | |
a - src/sha512.o | |
ar rcs scrypt.a crypto_scrypt-sse.o sha256.o | |
ar rv ed25519.a src/sc.o | |
a - src/sc.o | |
a - src/key_exchange.o | |
a - src/verify.o | |
rm src/verify.o src/add_scalar.o src/sign.o src/sha512.o src/seed.o src/key_exchange.o src/keypair.o src/ge.o src/fe.o src/sc.o | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... checking for a BSD-compatible install... yes | |
checking whether make supports nested variables... /usr/bin/install -c | |
yes | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... checking build system type... yes | |
checking whether make supports nested variables... yes | |
checking build system type... x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
checking for gcc... gcc | |
x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
checking for gcc... gcc | |
checking whether the C compiler works... checking whether the C compiler works... yes | |
yes | |
checking for C compiler default output file name... checking for C compiler default output file name... a.out | |
a.out | |
checking for suffix of executables... checking for suffix of executables... | |
checking whether we are cross compiling... checking whether we are cross compiling... no | |
no | |
checking for suffix of object files... checking for suffix of object files... o | |
o | |
checking whether we are using the GNU C compiler... checking whether we are using the GNU C compiler... yes | |
yes | |
checking whether gcc accepts -g... checking whether gcc accepts -g... yes | |
yes | |
checking for gcc option to accept ISO C89... checking for gcc option to accept ISO C89... none needed | |
none needed | |
checking whether gcc understands -c and -o together... checking whether gcc understands -c and -o together... yes | |
yes | |
checking for style of include used by make... checking for style of include used by make... GNU | |
GNU | |
checking dependency style of gcc... checking dependency style of gcc... gcc3 | |
gcc3 | |
checking for ar... checking for ar... ar | |
ar | |
checking the archiver (ar) interface... checking the archiver (ar) interface... ar | |
checking whether make supports nested variables... (cached) yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /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 gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/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 how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
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 -E | |
unknown | |
checking for ANSI C header files... no | |
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 supports -fno-rtti -fno-exceptions... yes | |
checking for gcc option to produce PIC... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.3.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 for dlopen in -ldl... yes | |
checking for kstat_lookup in -lkstat... no | |
checking for kvm_open in -lkvm... no | |
checking for gethostbyname in -lnsl... no | |
checking for perfstat_cpu in -lperfstat... no | |
checking for pthread_mutex_init in -lpthread... yes | |
checking for clock_gettime in -lrt... no | |
checking for sendfile in -lsendfile... no | |
checking for socket in -lsocket... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for pkg-config... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating libuv.pc | |
config.status: creating Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment