Skip to content

Mac and Linux nightlies are failing #19383

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

Closed
sfackler opened this issue Nov 28, 2014 · 3 comments · Fixed by #19417
Closed

Mac and Linux nightlies are failing #19383

sfackler opened this issue Nov 28, 2014 · 3 comments · Fixed by #19417

Comments

@sfackler
Copy link
Member

Looks like a problem with #19322.

http://buildbot.rust-lang.org/builders/nightly-linux/builds/202/steps/compile/logs/stdio

rustc: x86_64-unknown-linux-gnu/stage1/lib/rustlib/i686-unknown-linux-gnu/lib/librustc_llvm
/home/rustbuild/src/rust-buildbot/slave/nightly-linux/build/src/librustc_llvm/lib.rs:2214:5: 2214:44 error: couldn't read /home/rustbuild/src/rust-buildbot/slave/nightly-linux/build/obj/i686-unknown-linux-gnu/rt/llvmdeps.rs: couldn't open file (no such file or directory (No such file or directory); path=/home/rustbuild/src/rust-buildbot/slave/nightly-linux/build/obj/i686-unknown-linux-gnu/rt/llvmdeps.rs; mode=open; access=read)
/home/rustbuild/src/rust-buildbot/slave/nightly-linux/build/src/librustc_llvm/lib.rs:2214     include!(env!("CFG_LLVM_LINKAGE_FILE"))
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

cc @alexcrichton @DiamondLovesYou

@DiamondLovesYou
Copy link
Contributor

I've begun looking into this.

@DiamondLovesYou
Copy link
Contributor

Ok, using the configure args provided by http://buildbot.rust-lang.org/builders/nightly-linux/builds/202/steps/configure/logs/stdio, I am unable to repoduce locally.

alexcrichton added a commit to alexcrichton/rust that referenced this issue Nov 30, 2014
We only build LLVM for the host architecture, not the target architecture, so
this was just a minor typo in the parameters uses.

Closes rust-lang#19383
@alexcrichton
Copy link
Member

I think it was just a mismatch of variables used: #19417. Sorry for not catching this earlier!

bors added a commit that referenced this issue Dec 1, 2014
We only build LLVM for the host architecture, not the target architecture, so
this was just a minor typo in the parameters uses.

Closes #19383
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 a pull request may close this issue.

3 participants