Skip to content

Instantly share code, notes, and snippets.

@pnkfelix
Created August 28, 2013 16:52
Show Gist options
  • Save pnkfelix/6368346 to your computer and use it in GitHub Desktop.
Save pnkfelix/6368346 to your computer and use it in GitHub Desktop.
VERBOSE make after moving libuv build dir out of the way.
% remake -j1 VERBOSE=1
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: using clang
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
(cd /Users/fklock/Dev/Mozilla/rust.git/src/libuv/ && /usr/bin/python2.7 ./gyp_uv -f make -Dtarget_arch=x86_64 -D ninja -Goutput_dir=/Users/fklock/Dev/Mozilla/rust.git/objdir-dbgopt/rt/x86_64-apple-darwin/stage0/libuv --generator-output /Users/fklock/Dev/Mozilla/rust.git/objdir-dbgopt/rt/x86_64-apple-darwin/stage0/libuv)
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
['-f', 'make', '-Dtarget_arch=x86_64', '-D', 'ninja', '-Goutput_dir=/Users/fklock/Dev/Mozilla/rust.git/objdir-dbgopt/rt/x86_64-apple-darwin/stage0/libuv', '--generator-output', '/Users/fklock/Dev/Mozilla/rust.git/objdir-dbgopt/rt/x86_64-apple-darwin/stage0/libuv', '/Users/fklock/Dev/Mozilla/rust.git/src/libuv/uv.gyp', '-I', '/Users/fklock/Dev/Mozilla/rust.git/src/libuv/common.gypi', '--depth=.', '-Dgcc_version=42', '-Dclang=1', '-Dhost_arch=x64', '-Dlibrary=static_library', '-Dcomponent=static_library']
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
/Users/fklock/opt/remake/bin/remake -C rt/x86_64-apple-darwin/stage0/libuv CFLAGS=" -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC " LDFLAGS=" -m64 -fPIC" CC="clang" CXX="clang++" AR="ar" builddir="." BUILDTYPE=Release NO_LOAD="run-benchmarks.target.mk run-tests.target.mk uv_dtrace_header.target.mk uv_dtrace_provider.target.mk" V=1
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
remake[1]: Entering directory `/Users/fklock/Dev/Mozilla/rust.git/objdir-dbgopt/rt/x86_64-apple-darwin/stage0/libuv'
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/fs-poll.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/fs-poll.o ../../../../../src/libuv/src/fs-poll.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/inet.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/inet.o ../../../../../src/libuv/src/inet.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/uv-common.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/uv-common.o ../../../../../src/libuv/src/uv-common.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/version.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/version.o ../../../../../src/libuv/src/version.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/async.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/async.o ../../../../../src/libuv/src/unix/async.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/core.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/core.o ../../../../../src/libuv/src/unix/core.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/dl.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/dl.o ../../../../../src/libuv/src/unix/dl.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/fs.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/fs.o ../../../../../src/libuv/src/unix/fs.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/getaddrinfo.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/getaddrinfo.o ../../../../../src/libuv/src/unix/getaddrinfo.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/loop.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/loop.o ../../../../../src/libuv/src/unix/loop.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/loop-watcher.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/loop-watcher.o ../../../../../src/libuv/src/unix/loop-watcher.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/pipe.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/pipe.o ../../../../../src/libuv/src/unix/pipe.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/poll.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/poll.o ../../../../../src/libuv/src/unix/poll.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/process.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/process.o ../../../../../src/libuv/src/unix/process.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/signal.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/signal.o ../../../../../src/libuv/src/unix/signal.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/stream.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/stream.o ../../../../../src/libuv/src/unix/stream.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/tcp.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/tcp.o ../../../../../src/libuv/src/unix/tcp.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/thread.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/thread.o ../../../../../src/libuv/src/unix/thread.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/threadpool.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/threadpool.o ../../../../../src/libuv/src/unix/threadpool.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/timer.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/timer.o ../../../../../src/libuv/src/unix/timer.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/tty.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/tty.o ../../../../../src/libuv/src/unix/tty.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/udp.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/udp.o ../../../../../src/libuv/src/unix/udp.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/proctitle.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/proctitle.o ../../../../../src/libuv/src/unix/proctitle.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/darwin.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/darwin.o ../../../../../src/libuv/src/unix/darwin.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/fsevents.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/fsevents.o ../../../../../src/libuv/src/unix/fsevents.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/darwin-proctitle.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/darwin-proctitle.o ../../../../../src/libuv/src/unix/darwin-proctitle.c
clang '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHAVE_CONFIG_H' '-D_DARWIN_USE_64_BIT_INODE=1' '-DNDEBUG' -I../../../../../src/libuv/include -I../../../../../src/libuv/src -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof -arch i386 -Wall -Wendif-labels -W -Wno-unused-parameter -fstrict-aliasing -MMD -MF ./.deps/obj.target/libuv/src/unix/kqueue.o.d.raw -DRUST_DEBUG -DUSE_UTF8 -O2 -m64 -fPIC -c -o obj.target/libuv/src/unix/kqueue.o ../../../../../src/libuv/src/unix/kqueue.c
rm -f libuv.a && ./gyp-mac-tool filter-libtool libtool -static -o libuv.a obj.target/libuv/src/fs-poll.o obj.target/libuv/src/inet.o obj.target/libuv/src/uv-common.o obj.target/libuv/src/version.o obj.target/libuv/src/unix/async.o obj.target/libuv/src/unix/core.o obj.target/libuv/src/unix/dl.o obj.target/libuv/src/unix/fs.o obj.target/libuv/src/unix/getaddrinfo.o obj.target/libuv/src/unix/loop.o obj.target/libuv/src/unix/loop-watcher.o obj.target/libuv/src/unix/pipe.o obj.target/libuv/src/unix/poll.o obj.target/libuv/src/unix/process.o obj.target/libuv/src/unix/signal.o obj.target/libuv/src/unix/stream.o obj.target/libuv/src/unix/tcp.o obj.target/libuv/src/unix/thread.o obj.target/libuv/src/unix/threadpool.o obj.target/libuv/src/unix/timer.o obj.target/libuv/src/unix/tty.o obj.target/libuv/src/unix/udp.o obj.target/libuv/src/unix/proctitle.o obj.target/libuv/src/unix/darwin.o obj.target/libuv/src/unix/fsevents.o obj.target/libuv/src/unix/darwin-proctitle.o obj.target/libuv/src/unix/kqueue.o
remake[1]: Leaving directory `/Users/fklock/Dev/Mozilla/rust.git/objdir-dbgopt/rt/x86_64-apple-darwin/stage0/libuv'
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
clang++ -o rt/x86_64-apple-darwin/stage0/librustrt.dylib -dynamiclib -pthread -framework CoreServices -Wl,-no_compact_unwind -m64 -Wl,-exported_symbols_list,rt/rustrt.darwin.def rt/x86_64-apple-darwin/stage0/sync/lock_and_signal.o rt/x86_64-apple-darwin/stage0/sync/rust_thread.o rt/x86_64-apple-darwin/stage0/rust_builtin.o rt/x86_64-apple-darwin/stage0/rust_run_program.o rt/x86_64-apple-darwin/stage0/rust_rng.o rt/x86_64-apple-darwin/stage0/rust_upcall.o rt/x86_64-apple-darwin/stage0/rust_uv.o rt/x86_64-apple-darwin/stage0/rust_crate_map.o rt/x86_64-apple-darwin/stage0/rust_log.o rt/x86_64-apple-darwin/stage0/isaac/randport.o rt/x86_64-apple-darwin/stage0/miniz.o rt/x86_64-apple-darwin/stage0/memory_region.o rt/x86_64-apple-darwin/stage0/boxed_region.o rt/x86_64-apple-darwin/stage0/arch/x86_64/context.o rt/x86_64-apple-darwin/stage0/arch/x86_64/gpr.o rt/x86_64-apple-darwin/stage0/rust_android_dummy.o rt/x86_64-apple-darwin/stage0/rust_test_helpers.o rt/x86_64-apple-darwin/stage0/linenoise/linenoise.o rt/x86_64-apple-darwin/stage0/linenoise/utf8.o rt/x86_64-apple-darwin/stage0/arch/x86_64/_context.o rt/x86_64-apple-darwin/stage0/arch/x86_64/ccall.o rt/x86_64-apple-darwin/stage0/arch/x86_64/record_sp.o rt/x86_64-apple-darwin/stage0/jemalloc/lib/libjemalloc_pic.a rt/x86_64-apple-darwin/stage0/libuv/libuv.a -Wl,-install_name,@rpath/librustrt.dylib
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
clang: warning: argument unused during compilation: '-pthread'
ld: warning: ignoring file rt/x86_64-apple-darwin/stage0/libuv/libuv.a, file was built for archive which is not the architecture being linked (x86_64): rt/x86_64-apple-darwin/stage0/libuv/libuv.a
Undefined symbols for architecture x86_64:
"_uv_accept", referenced from:
_rust_uv_accept in rust_uv.o
(maybe you meant: _rust_uv_accept)
"_uv_async_init", referenced from:
_rust_uv_async_init in rust_uv.o
(maybe you meant: _rust_uv_async_init)
"_uv_async_send", referenced from:
_rust_uv_async_send in rust_uv.o
(maybe you meant: _rust_uv_async_send)
"_uv_buf_init", referenced from:
_rust_uv_buf_init in rust_uv.o
(maybe you meant: _rust_uv_buf_init)
"_uv_close", referenced from:
_rust_uv_close in rust_uv.o
(maybe you meant: _rust_uv_close)
"_uv_err_name", referenced from:
_rust_uv_err_name in rust_uv.o
(maybe you meant: _rust_uv_err_name)
"_uv_freeaddrinfo", referenced from:
_rust_uv_freeaddrinfo in rust_uv.o
(maybe you meant: _rust_uv_freeaddrinfo)
"_uv_fs_close", referenced from:
_rust_uv_fs_close in rust_uv.o
(maybe you meant: _rust_uv_fs_close)
"_uv_fs_open", referenced from:
_rust_uv_fs_open in rust_uv.o
(maybe you meant: _rust_uv_fs_open)
"_uv_fs_read", referenced from:
_rust_uv_fs_read in rust_uv.o
(maybe you meant: _rust_uv_fs_read)
"_uv_fs_req_cleanup", referenced from:
_rust_uv_fs_req_cleanup in rust_uv.o
(maybe you meant: _rust_uv_fs_req_cleanup)
"_uv_fs_unlink", referenced from:
_rust_uv_fs_unlink in rust_uv.o
(maybe you meant: _rust_uv_fs_unlink)
"_uv_fs_write", referenced from:
_rust_uv_fs_write in rust_uv.o
(maybe you meant: _rust_uv_fs_write)
"_uv_getaddrinfo", referenced from:
_rust_uv_getaddrinfo in rust_uv.o
(maybe you meant: _rust_uv_getaddrinfo)
"_uv_handle_size", referenced from:
_rust_uv_handle_size in rust_uv.o
(maybe you meant: _rust_uv_handle_size)
"_uv_idle_init", referenced from:
_rust_uv_idle_init in rust_uv.o
(maybe you meant: _rust_uv_idle_init)
"_uv_idle_start", referenced from:
_rust_uv_idle_start in rust_uv.o
(maybe you meant: _rust_uv_idle_start)
"_uv_idle_stop", referenced from:
_rust_uv_idle_stop in rust_uv.o
(maybe you meant: _rust_uv_idle_stop)
"_uv_ip4_addr", referenced from:
_rust_uv_ip4_addr in rust_uv.o
_rust_uv_ip4_addrp in rust_uv.o
(maybe you meant: _rust_uv_ip4_addr, _rust_uv_ip4_addrp )
"_uv_ip4_name", referenced from:
_rust_uv_ip4_name in rust_uv.o
(maybe you meant: _rust_uv_ip4_name)
"_uv_ip6_addr", referenced from:
_rust_uv_ip6_addr in rust_uv.o
_rust_uv_ip6_addrp in rust_uv.o
(maybe you meant: _rust_uv_ip6_addr, _rust_uv_ip6_addrp )
"_uv_ip6_name", referenced from:
_rust_uv_ip6_name in rust_uv.o
(maybe you meant: _rust_uv_ip6_name)
"_uv_listen", referenced from:
_rust_uv_listen in rust_uv.o
(maybe you meant: _rust_uv_listen)
"_uv_loop_delete", referenced from:
_rust_uv_loop_delete in rust_uv.o
(maybe you meant: _rust_uv_loop_delete)
"_uv_loop_new", referenced from:
_rust_uv_loop_new in rust_uv.o
(maybe you meant: _rust_uv_loop_new)
"_uv_pipe_init", referenced from:
_rust_uv_pipe_init in rust_uv.o
(maybe you meant: _rust_uv_pipe_init)
"_uv_process_kill", referenced from:
_rust_uv_process_kill in rust_uv.o
(maybe you meant: _rust_uv_process_kill)
"_uv_read_start", referenced from:
_rust_uv_read_start in rust_uv.o
(maybe you meant: _rust_uv_read_start)
"_uv_read_stop", referenced from:
_rust_uv_read_stop in rust_uv.o
(maybe you meant: _rust_uv_read_stop)
"_uv_req_size", referenced from:
_rust_uv_req_size in rust_uv.o
(maybe you meant: _rust_uv_req_size)
"_uv_run", referenced from:
_rust_uv_run in rust_uv.o
(maybe you meant: _rust_uv_run)
"_uv_spawn", referenced from:
_rust_uv_spawn in rust_uv.o
(maybe you meant: _rust_uv_spawn)
"_uv_strerror", referenced from:
_rust_uv_strerror in rust_uv.o
(maybe you meant: _rust_uv_strerror)
"_uv_tcp_bind", referenced from:
_rust_uv_tcp_bind in rust_uv.o
(maybe you meant: _rust_uv_tcp_bind6, _rust_uv_tcp_bind )
"_uv_tcp_bind6", referenced from:
_rust_uv_tcp_bind6 in rust_uv.o
(maybe you meant: _rust_uv_tcp_bind6)
"_uv_tcp_connect", referenced from:
_rust_uv_tcp_connect in rust_uv.o
(maybe you meant: _rust_uv_tcp_connect, _rust_uv_tcp_connect6 )
"_uv_tcp_connect6", referenced from:
_rust_uv_tcp_connect6 in rust_uv.o
(maybe you meant: _rust_uv_tcp_connect6)
"_uv_tcp_getpeername", referenced from:
_rust_uv_tcp_getpeername in rust_uv.o
(maybe you meant: _rust_uv_tcp_getpeername)
"_uv_tcp_getsockname", referenced from:
_rust_uv_tcp_getsockname in rust_uv.o
(maybe you meant: _rust_uv_tcp_getsockname)
"_uv_tcp_init", referenced from:
_rust_uv_tcp_init in rust_uv.o
(maybe you meant: _rust_uv_tcp_init)
"_uv_tcp_keepalive", referenced from:
_rust_uv_tcp_keepalive in rust_uv.o
(maybe you meant: _rust_uv_tcp_keepalive)
"_uv_tcp_nodelay", referenced from:
_rust_uv_tcp_nodelay in rust_uv.o
(maybe you meant: _rust_uv_tcp_nodelay)
"_uv_tcp_simultaneous_accepts", referenced from:
_rust_uv_tcp_simultaneous_accepts in rust_uv.o
(maybe you meant: _rust_uv_tcp_simultaneous_accepts)
"_uv_timer_init", referenced from:
_rust_uv_timer_init in rust_uv.o
(maybe you meant: _rust_uv_timer_init)
"_uv_timer_start", referenced from:
_rust_uv_timer_start in rust_uv.o
(maybe you meant: _rust_uv_timer_start)
"_uv_timer_stop", referenced from:
_rust_uv_timer_stop in rust_uv.o
(maybe you meant: _rust_uv_timer_stop)
"_uv_udp_bind", referenced from:
_rust_uv_udp_bind in rust_uv.o
(maybe you meant: _rust_uv_udp_bind6, _rust_uv_udp_bind )
"_uv_udp_bind6", referenced from:
_rust_uv_udp_bind6 in rust_uv.o
(maybe you meant: _rust_uv_udp_bind6)
"_uv_udp_getsockname", referenced from:
_rust_uv_udp_getsockname in rust_uv.o
(maybe you meant: _rust_uv_udp_getsockname)
"_uv_udp_init", referenced from:
_rust_uv_udp_init in rust_uv.o
(maybe you meant: _rust_uv_udp_init)
"_uv_udp_recv_start", referenced from:
_rust_uv_udp_recv_start in rust_uv.o
(maybe you meant: _rust_uv_udp_recv_start)
"_uv_udp_recv_stop", referenced from:
_rust_uv_udp_recv_stop in rust_uv.o
(maybe you meant: _rust_uv_udp_recv_stop)
"_uv_udp_send", referenced from:
_rust_uv_udp_send in rust_uv.o
(maybe you meant: _rust_uv_udp_send, _rust_uv_udp_send6 )
"_uv_udp_send6", referenced from:
_rust_uv_udp_send6 in rust_uv.o
(maybe you meant: _rust_uv_udp_send6)
"_uv_udp_set_broadcast", referenced from:
_rust_uv_udp_set_broadcast in rust_uv.o
(maybe you meant: _rust_uv_udp_set_broadcast)
"_uv_udp_set_membership", referenced from:
_rust_uv_udp_set_membership in rust_uv.o
(maybe you meant: _rust_uv_udp_set_membership)
"_uv_udp_set_multicast_loop", referenced from:
_rust_uv_udp_set_multicast_loop in rust_uv.o
(maybe you meant: _rust_uv_udp_set_multicast_loop)
"_uv_udp_set_multicast_ttl", referenced from:
_rust_uv_udp_set_multicast_ttl in rust_uv.o
(maybe you meant: _rust_uv_udp_set_multicast_ttl)
"_uv_udp_set_ttl", referenced from:
_rust_uv_udp_set_ttl in rust_uv.o
(maybe you meant: _rust_uv_udp_set_ttl)
"_uv_walk", referenced from:
_rust_uv_walk in rust_uv.o
(maybe you meant: _rust_uv_walk)
"_uv_write", referenced from:
_rust_uv_write in rust_uv.o
(maybe you meant: _rust_uv_write)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/Users/fklock/Dev/Mozilla/rust.git/mk/rt.mk:269: *** [rt/x86_64-apple-darwin/stage0/librustrt.dylib] Error 1
#0 rt/x86_64-apple-darwin/stage0/librustrt.dylib at /Users/fklock/Dev/Mozilla/rust.git/mk/rt.mk:269
#1 x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/librustrt.dylib at /Users/fklock/Dev/Mozilla/rust.git/mk/target.mk:121
#2 x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/bin/rustc at /Users/fklock/Dev/Mozilla/rust.git/mk/target.mk:121
#3 x86_64-apple-darwin/stage1/bin/rustc at /Users/fklock/Dev/Mozilla/rust.git/mk/host.mk:148
#4 x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/bin/rustc at /Users/fklock/Dev/Mozilla/rust.git/mk/target.mk:121
#5 x86_64-apple-darwin/stage2/bin/rustc at /Users/fklock/Dev/Mozilla/rust.git/mk/host.mk:148
#6 all-target-x86_64-apple-darwin-host-x86_64-apple-darwin at /Users/fklock/Dev/Mozilla/rust.git/objdir-dbgopt/Makefile:569
#7 all at /Users/fklock/Dev/Mozilla/rust.git/objdir-dbgopt/Makefile:577
Command-line invocation:
"/Users/fklock/opt/remake/bin/remake -j1 VERBOSE=1"
18-51-01 rust.git/objdir-dbgopt (git:moz-master) [ERROR#1] %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment