-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eliminate the 'no debug symbols in executable' warning on mac #3495
Comments
I am 99% confident this comes straight from dsymutil. |
Possibly related to #3899 |
non-critical for 0.6, de-milestoning |
+1 to fix this or provide temporary "fix" |
As a new user curious about the language, this definitely made me think I'd done something wrong while building. This issue is also not a top result in Google if you search for the full error message and I haven't seen anywhere else that the issue is detailed. While this is totally understandable in a pre 1.0 release, it would be really nice to have a note that it's expected in the README and/or printed to the console at the end of the build output. |
+1 |
+1 Occurs when building rust, and when compiling .rs files. I was almost certain my build had failed since the last ~6 lines were these warnings (while everything was fine). I also get this warning every time I compile any .rs file. |
Nominating, production ready. |
accepted for production-ready milestone |
Thanks! I know it's a small thing, but I certainly appreciate it :) |
I'd be curious what happens if we stop running dsymutil for non-debug builds. In particular, does the gdb experience suffer at all when debugging the resulting binary? |
I am writing a rustpkg script for rust-pcre to fix cadencemarseille/rust-pcre#1 and this is tripping me up because part of the script looks at For now I think I'll just use the last line of output, but it would be great to have this issue fixed. |
I'm still getting this in Homebrew Rust on Mavericks. Trace:
System:
When Homebrew gets Rust 0.9 for Mavericks, will this be fixed? |
I get this all the time still. |
That's probably because we build servo with debug symbols, hence we run dsymutil. I would expect @mcandre will have a better experience. |
keep missed comments appearing after the struct/enum ident
data_race: make the release/acquire API more clear
The job Click to see the possible cause of the failure (guessed by this bot)
|
Perhaps there's a minimum amount of debug info we can output by default without breaking things. This is alarming to newcomers.
The text was updated successfully, but these errors were encountered: