I've experienced this recently in both master and incoming:
link: rt/x86_64-apple-darwin/librustrt.dylib
Undefined symbols for architecture x86_64:
"_uv__fs_event_close", referenced from:
_uv_close in libuv.a(core.o)
"_uv__hrtime", referenced from:
_uv_hrtime in libuv.a(core.o)
_uv__update_time in libuv.a(core.o)
_uv__loop_init in libuv.a(loop.o)
"_uv__io_poll", referenced from:
_uv_run in libuv.a(core.o)
"_uv__platform_loop_delete", referenced from:
_uv__loop_delete in libuv.a(loop.o)
"_uv__platform_loop_init", referenced from:
_uv__loop_init in libuv.a(loop.o)
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [rt/x86_64-apple-darwin/librustrt.dylib] Error 1
That is from a clean clone on Mac OS X 10.8.
I've experienced this recently in both master and incoming:
That is from a clean clone on Mac OS X 10.8.