Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upTeach the makefile to mix in additional 'extra filename' information #29559
Comments
brson
added
the
A-build
label
Nov 4, 2015
brson
added a commit
to brson/rust
that referenced
this issue
Dec 29, 2015
brson
added a commit
to brson/rust
that referenced
this issue
Dec 29, 2015
bors
added a commit
that referenced
this issue
Jan 12, 2016
bors
closed this
in
#30599
Jan 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brson commentedNov 4, 2015
Some systems, like Gentoo, want to package multiple versions of the Rust compiler along side each other. There are several obstacles to this, but the obvious one is that the installed Rust crates need to not have conflicting names. While we have a mechanism for this
--filename-extra, the extra strings appended by the current makefile are not sufficient to discriminate between arbitrary compiler revisions.Most likely we will add a configure switch that specifies an additional string to hash into the filename extra, in addition to what we're already hashing.
re https://internals.rust-lang.org/t/perfecting-rust-packaging-the-plan/2767