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

getopts #1289 + cleanup after the std/core split #1312

Closed
wants to merge 2 commits into from

Conversation

boggle
Copy link
Contributor

@boggle boggle commented Dec 16, 2011

No description provided.

@marijnh
Copy link
Contributor

marijnh commented Dec 16, 2011

This does not currently compile (the std.rc file still refers to ctypes, which you deleted)

@boggle
Copy link
Contributor Author

boggle commented Dec 16, 2011

Strange it did compile on my machine (?), will fix this, probably my tree was dirty or somesuch

@boggle
Copy link
Contributor Author

boggle commented Dec 16, 2011

Strange, removing leftover mods causes problems during compile, will try to circumvent now but this is a bug

 cfg: shell host triple x86_64-apple-darwin 
 cfg: non host triples 
 cfg: host for x86_64-apple-darwin is x86_64
 cfg: unix-y environment
 cfg: using gcc
 compile_and_link: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/libstd.dylib
 warning: no debug symbols in executable (-arch x86_64)
 compile_and_link: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/bin/rustc
 rust: upcall fail 'option none', /Users/administrator/src/rustbot/workspace-snap-stage3-i386-unknown-darwin/src/src/libcore/option.rs:34
 rust: domain main @0x10201ae00 root task failed
 make: *** [x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/bin/rustc] Error 101

@graydon
Copy link
Contributor

graydon commented Dec 16, 2011

I believe it has to do with the bootstrap compiler retaining some references into it. Stage0 rebuilds its own libs before proceeding and, I think, manages to wedge itself. This should eventually go away after enough snapshot/remove-more/snapshot cycles. It's hard to get the last of them :)

@boggle
Copy link
Contributor Author

boggle commented Dec 18, 2011

ok will split this into separate pull reqs, closing now.

@boggle boggle closed this Dec 18, 2011
bjorn3 added a commit to bjorn3/rust that referenced this pull request Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants