Skip to content

Instantly share code, notes, and snippets.

@pnkfelix
Last active December 25, 2015 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pnkfelix/6892686 to your computer and use it in GitHub Desktop.
Save pnkfelix/6892686 to your computer and use it in GitHub Desktop.
`-Z debug-info -Z extra-debug-info` applied to a rustc bootstrap
00-07-04 rust.git/objdir-dbgdbg (git:moz-master) % make
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: disabling rustc optimization (CFG_DISABLE_OPTIMIZE)
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: enabling dwarf info for rustc and libs (CFG_ENABLE_DEBUGDEBUG)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: using ccache clang
compile_and_link: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/libstd.dylib
Assertion failed: (found && "Losing a member during member list replacement"), function VerifySubsetOf, file /Users/rustbuild/src/rust-buildbot/slave/snap3-mac/build/src/llvm/lib/IR/DebugInfo.cpp, line 689.
/bin/sh: line 1: 34992 Abort trap: 6 x86_64-apple-darwin/stage0/bin/rustc --cfg stage0 --cfg nofmt --cfg debug -Z debug-info -Z extra-debug-info --target=x86_64-apple-darwin -A warnings --out-dir x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib /Users/pnkfelix/Dev/Mozilla/rust.git/src/libstd/std.rs
make: *** [x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/libstd.dylib] Error 134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment