Bug#913414: [Pkg-rust-maintainers] Bug#913414: Bug#913414: rustc: fails to compile release binaries due to non -fPIC code

2018-11-17 Thread brian m. carlson
On Sat, Nov 17, 2018 at 08:34:25AM +0100, Sylvestre Ledru wrote: > Hello > > > Does it work with 1:7.0.1~+rc2-3? > I tried to reproduce it and I am getting: > error: Edition 2018 is unstable and only available for nightly builds of > rustc. I don't think the version in unstable will build

Bug#913414: [Pkg-rust-maintainers] Bug#913414: Bug#913414: rustc: fails to compile release binaries due to non -fPIC code

2018-11-16 Thread Sylvestre Ledru
Hello Does it work with 1:7.0.1~+rc2-3? I tried to reproduce it and I am getting: error: Edition 2018 is unstable and only available for nightly builds of rustc. S Le 11/11/2018 à 00:48, Ximin Luo a écrit : > Control: reassign -1 llvm-7 1:7.0.1~+rc2-2 > > LLVM-7 1:7-6 works fine for me,

Bug#913414: [Pkg-rust-maintainers] Bug#913414: rustc: fails to compile release binaries due to non -fPIC code

2018-11-10 Thread Ximin Luo
Control: reassign -1 llvm-7 1:7.0.1~+rc2-2 LLVM-7 1:7-6 works fine for me, 1:7.0.1~+rc2-2 is broken. With 1:7.0.1~+rc2-2, you can work around the failure by using "rustc -C relocation-model=default". I have no idea why this works, but it does. X Ximin Luo: > The version of LLVM-7 in Debian

Bug#913414: rustc: fails to compile release binaries due to non -fPIC code

2018-11-10 Thread Ximin Luo
The version of LLVM-7 in Debian unstable breaks rustc currently. Can you try it with the LLVM-7 from Debian testing? i.e. this one: $ apt-cache policy llvm-7 llvm-7: Installed: 1:7-6 Candidate: 1:7-6 Version table: 1:7.0.1~+rc2-2 300 300 http://deb.debian.org/debian

Bug#913414: rustc: fails to compile release binaries due to non -fPIC code

2018-11-10 Thread brian m. carlson
Package: rustc Version: 1.30.0+dfsg1-2 Severity: important If you attempt to build a release binary, rustc fails because of a bad relocation when making a PIE object. Steps to reproduce: 1. git clone https://github.com/rust-lang-nursery/rust-clippy.git 2. cd rust-clippy 3. git checkout v0.0.212