japaric-archived / rust-everywhere

SUPERSEDED by https://github.com/japaric/trust
Apache License 2.0
254 stars 12 forks source link

Fix musl #60

Closed polachok closed 8 years ago

japaric commented 8 years ago

unrecognized relocation (0x2b) in section `.text.malloc_conf_init'

this was a problem with how upstream binaries were built. It should fix itself by next stable release.

Regardless I think it is helpful to install the musl-packages that this PR proposes.

japaric commented 8 years ago

Thank you @polachok!

The other errors are due to rust-lang/rust#36793 and should be fixed by next nightly. This fix will probably be backported to the beta so it should also be fixed there soon-ish.