[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2019-08-20 Thread Olivier Tilloy
** Changed in: rustc (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676169 Title: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling

[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-10-02 Thread ais523
This bug appears to have been fixed in Ubuntu Zesty by a recent update: Confirmed still buggy in: 1.16.0+dfsg1-1~exp1ubuntu1 Confirmed not buggy in: 1.17.0+dfsg2-8~ubuntu0.17.04.1 I'm subscribed to -backports but not -proposed. As such, updating from -backports is likely to fix the issue for

[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-07-26 Thread Ximin Luo
Can you try it with 1.18.0+dfsg1-4 from Debian unstable? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676169 Title: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std To

[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-07-26 Thread ais523
Same issue is happening to me. Here are minimal steps to reproduce: Create an empty directory containing a single file "main.rs", containing the following single line: extern crate arena; Then, with that directory as the current directory, run: rustc main.rs The error is "error[E0523]:

[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-07-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: rustc (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676169 Title:

[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-05-20 Thread Ximin Luo
I was the same not too long ago. :) Anyway, if anyone wants to help, the first step is to figure out the differences between Debian unstable's LLVM 3.9 and the version of LLVM that rust was using for 1.17.0, then see if any of these might be responsible for the armhf and ppc64el failures - similar

[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-05-19 Thread Maarten Fonville
Thanks for sharing, unfortunately I am not able to help. I have literally zero experience with rust itself, just using it for that librespot project as end-user. To at least make your 'experimental'-branch efforts available for the Ubuntu users I created a launchpad git-import+buildrecipe task to

[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-05-19 Thread Ximin Luo
Thanks for the update. Unfortunately it will be a while before I can upload 1.17.0 to Debian unstable because we have some extra test failures: https://buildd.debian.org/status/package.php?p=rustc=experimental The most important ones are armhf with a SIGILL from LLVM and ppc64el also with a

[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-05-18 Thread Maarten Fonville
I can add that rustc 1.17.0+dfsg2-1 from Debian experimental has this issue resolved -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676169 Title: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error

[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-04-25 Thread Maarten Fonville
It happens when compiling this project: https://github.com/plietar/librespot I tried with .cargo purged and such. Also have tried with full updated dependencies. Always the same problem since the new rustc. The command that is executed by cargo is: `rustc --crate-name serde_derive

[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-04-25 Thread Ximin Luo
Can you give us exact commands to reproduce it? The example in the original post looks like you're running cargo, not rustc directly. Does it still occur if you move ~/.cargo away somewhere else? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-04-25 Thread Maarten Fonville
The same applies to Debian upstream 1.16.0+dfsg1-1 ** Also affects: rustc (Debian) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676169 Title: rustc

[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-03-28 Thread Maarten Fonville
** Summary changed: - cargo (0.17.0-0ubuntu1) gives an error when compiling with std + rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.