We've got the following stanza in our configure.ac:
dnl This is a workaround for #46797 dnl (a.k.a https://github.com/rust-lang/rust/issues/46797 ). Once the dnl upstream bug is fixed, we can remove this workaround. case "$host_os" in darwin*) TOR_RUST_EXTRA_LIBS="-lresolv" ;; esac
It looks like https://github.com/rust-lang/rust/issues/46797 has been resolved as of 22 January 2018, so we can probably remove this workaround now! (Someone who is on MacOS should probably test this, I don't have access to any Macs right now.)
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Trac: Description: We've got the following stanza in our configure.ac:
dnl This is a workaround for #46797 dnl (a.k.a https://github.com/rust-lang/rust/issues/46797 ). Once the dnl upstream bug is fixed, we can remove this workaround. case "$host_os" in darwin*) TOR_RUST_EXTRA_LIBS="-lresolv" ;; esac
It looks like https://github.com/rust-lang/rust/issues/46797 has been resolved as of 18 December 2017, so we can probably remove this workaround now! (Someone who is on MacOS should probably test this, I don't have access to any Macs right now.)
to
We've got the following stanza in our configure.ac:
dnl This is a workaround for #46797 dnl (a.k.a https://github.com/rust-lang/rust/issues/46797 ). Once the dnl upstream bug is fixed, we can remove this workaround. case "$host_os" in darwin*) TOR_RUST_EXTRA_LIBS="-lresolv" ;; esac
It looks like https://github.com/rust-lang/rust/issues/46797 has been resolved as of 22 January 2018, so we can probably remove this workaround now! (Someone who is on MacOS should probably test this, I don't have access to any Macs right now.)
catalyst is totally right, I just checked in my copy of the rust repo and it's in the current beta, which I think means we have to defer this until 1.25 is stable (2018-03-29 according to https://github.com/rust-lang/rust/blob/master/RELEASES.md).