Skip to content
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

RTS fails to build with --enable-debug #2700

Closed
catamorphism opened this issue Jun 21, 2012 · 1 comment
Closed

RTS fails to build with --enable-debug #2700

catamorphism opened this issue Jun 21, 2012 · 1 comment
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows

Comments

@catamorphism
Copy link
Contributor

On my Mac, I can reproduce this with:

~/rust/build$ ../configure --enable-debug
~/rust/build$ make check

This yields:

compile: rt/x86_64-apple-darwin/rust_builtin.o
/Users/tchevalier/rust/src/rt/sync/lock_and_signal.h: In function 'void rust_wait_cond_lock(rust_cond_lock*)':
/Users/tchevalier/rust/src/rt/sync/lock_and_signal.h:27: error: 'bool lock_and_signal::lock_held_by_current_thread()' is private
/Users/tchevalier/rust/src/rt/rust_builtin.cpp:893: error: within this context
/Users/tchevalier/rust/src/rt/sync/lock_and_signal.h: In function 'bool rust_signal_cond_lock(rust_cond_lock*)':
/Users/tchevalier/rust/src/rt/sync/lock_and_signal.h:27: error: 'bool lock_and_signal::lock_held_by_current_thread()' is private
/Users/tchevalier/rust/src/rt/rust_builtin.cpp:907: error: within this context
@eholk
Copy link
Contributor

eholk commented Jun 21, 2012

Oops, this is my fault.

@ghost ghost assigned eholk Jun 21, 2012
eholk added a commit that referenced this issue Jun 22, 2012
I hereby declare that messages sent from the same source arrive in order (Issue #2605)

Removing FIXME, owned is the correct type here. (Issue #2704)

Remove outdated FIXME (Issue #2703)

Updating test for spawning native functions (Issue #2602)

Removing bogus FIXME (Issue #2599)
@eholk eholk closed this as completed Jun 22, 2012
RalfJung pushed a commit to RalfJung/rust that referenced this issue Nov 27, 2022
Aaron1011 pushed a commit to Aaron1011/rust that referenced this issue Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Projects
None yet
Development

No branches or pull requests

2 participants