Uh oh!
There was an error while loading. Please reload this page.
Register new snapshots (270a677) - #23153
Conversation
rust-highfive
commented
Mar 7, 2015
(rust_highfive has picked a reviewer for you, use r? to override) |
Manishearth
commented
Mar 7, 2015
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? |
Manishearth
commented
Mar 7, 2015
(Also, I haven't yet tested this locally -- the build is ongoing -- PRd so that I can get Dave's input) |
Manishearth
commented
Mar 8, 2015
This passes |
semarie
commented
Mar 8, 2015
@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. |
alexcrichton
commented
Mar 8, 2015
Needed so that rust-lang#21824 can land
bors
commented
Mar 9, 2015
bors
commented
Mar 9, 2015
dhuseby
commented
Mar 9, 2015
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. |
dhuseby
commented
Mar 9, 2015
"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. |
dhuseby
commented
Mar 9, 2015
I can manually build a snapshot for the new set and upload it while working on fixing the configure issue. |
semarie
commented
Mar 9, 2015
@dhuseby the problem is an invalid parse of |
dhuseby
commented
Mar 9, 2015
k, thanks |
dhuseby
commented
Mar 10, 2015
@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? |
alexcrichton
commented
Mar 10, 2015
I've uploaded the snapshot, thanks for making one! |
Needed so that #21824 can land