-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Register new snapshots (270a677) #23153
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
I was unable to get a bitrig snapshot, it seems like the bitrig build is broken.
What should I do in this case? Wait for it to be fixed, or land this directly? |
(Also, I haven't yet tested this locally -- the build is ongoing -- PRd so that I can get Dave's input) |
This passes |
@dhuseby I think you hit a parsing problem in ksh ( the configure isn't well interperted by the shell. it is #22474 that spot the problem. |
Needed so that rust-lang#21824 can land
I determined that the configure was barfing part way, but didn't have the time to figure out the fix. thanks for the info, it's late sunday here in PST so i'll take a crack at it tomorrow. i have a build slave set up, i just need to get the configure to work and the snapshots should start rolling in. |
"configure: error: /bin/sh /home/builder/rust-buildbot/slave/snap3-bitrig-64/build/src/llvm/autoconf/config.sub x86_64-unknown-bitrig failed" that looks like you don't have all of the patches. |
I can manually build a snapshot for the new set and upload it while working on fixing the configure issue. |
@dhuseby the problem is an invalid parse of |
k, thanks |
@alexcrichton I just manually built the latest bitrig snapshot while we sort out the buildbot issues: https://github.com/dhuseby/rust-cross-bitrig/blob/master/snapshots/rust-stage0-2015-03-07-270a677-bitrig-x86_64-4b2f11a96b1b5b3782d74bda707aca33bc179880.tar.bz2 will you upload that so i can patch up the src/snapshots.txt file? |
I've uploaded the snapshot, thanks for making one! |
Needed so that #21824 can land