Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662936 - dev-lang/rust builds a rust-dev channel relase
Summary: dev-lang/rust builds a rust-dev channel relase
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Rust Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-06 12:40 UTC by tt_1
Modified: 2018-08-08 13:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tt_1 2018-08-06 12:40:27 UTC
it shows in rustc -Vv

rustc 1.28.0-dev
binary: rustc
commit-hash: unknown
commit-date: unknown
host: x86_64-unknown-linux-gnu
release: 1.28.0-dev
LLVM version: 6.0

for rust-bin: 

rustc -Vv

rustc 1.26.2 (594fb253c 2018-06-01)
binary: rustc
commit-hash: 594fb253c2b02b320c728391a425d028e6dc7a09
commit-date: 2018-06-01
host: x86_64-unknown-linux-gnu
release: 1.26.2
LLVM version: 6.0


this is not a cosmetic issue, because some rust features are activated only for -dev releases, which could break things.
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2018-08-06 14:12:34 UTC
Like what features? I did notice this and looked into it a little, but as far as I could tell it was just cosmetic, so would be interested in information to the contrary.
Comment 2 tt_1 2018-08-06 14:44:56 UTC
Ok, upon close re-reading I think I made a misstake here. There are unstable features available for -nightly tagged rustc binaries, but this doesn't seem to be the case for -dev tagged rustc binaries. 

The musl ebuild provides a regularly tagged rustc binary, you maybe want to have a quick look into it?
Comment 3 Dirkjan Ochtman (RETIRED) gentoo-dev 2018-08-07 08:08:33 UTC
What musl ebuild do you mean?

I'm not even sure if we should have our custom builds of rust masquerade as "official" release builds -- in the end, they're not blessed by upstream.
Comment 4 tt_1 2018-08-08 13:47:15 UTC
I agree, you're having a point here. Closing.