Skip to content

Removing absolute rpaths breaks multi-host builds #7191

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
brson opened this issue Jun 16, 2013 · 1 comment · Fixed by #7192
Closed

Removing absolute rpaths breaks multi-host builds #7191

brson opened this issue Jun 16, 2013 · 1 comment · Fixed by #7192
Labels
A-linkage Area: linking into static, shared libraries and binaries

Comments

@brson
Copy link
Contributor

brson commented Jun 16, 2013

http://buildbot.rust-lang.org/builders/master-mac/builds/94/steps/compile/logs/stdio
http://buildbot.rust-lang.org/builders/master-linux/builds/95/steps/compile/logs/stdio

These are configured something like ../configure --host-triples=x86_64-apple-darwin,i686-apple-darwin

@brson
Copy link
Contributor Author

brson commented Jun 16, 2013

I am not sure why this happens off hand, but when bootstrapping the non-build-triple compilers artifacts are copied from e.g. build/x86_64-unknown-linux-gnu/ to build/i686-unknown-linux-gnu/.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-linkage Area: linking into static, shared libraries and binaries
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant