[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 with
  std

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 anyone else who has it.

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2017-07-25 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]: found two different crates with name `std` that are 
not distinguished by differing `-C metadata`. This will result in symbol 
conflicts between the two.". The use of "arena" here is not critical; any 
stable, public crate that's part of the standard library will do (e.g. for the 
original reporter, it happened with "proc_macro").

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2017-07-25 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:
  rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with
  std

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to what I did in https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=842956.


** Bug watch added: Debian Bug tracker #842956
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842956

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
automatically build your latest development efforts in an Ubuntu PPA:
https://launchpad.net/~maarten-fonville/+archive/ubuntu/rust/+packages

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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&suite=experimental

The most important ones are armhf with a SIGILL from LLVM and ppc64el
also with a "Undefined temporary symbol" from LLVM, the others can just
be patched out temporarily and reported upstream. Any help would be
appreciated, I don't have much spare time for rustc at the moment.

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 when compiling with
  std

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
/home/maarten/.cargo/registry/src/github.com-
1ecc6299db9ec823/serde_derive-1.0.1/src/lib.rs --crate-type proc-macro
--emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C
metadata=92c8521f8ef14726 -C extra-filename=-92c8521f8ef14726 --out-dir
/home/maarten/Development/librespot/target/release/deps -L
dependency=/home/maarten/Development/librespot/target/release/deps
--extern
serde_derive_internals=/home/maarten/Development/librespot/target/release/deps
/libserde_derive_internals-47dabf8e52afea0a.rlib --extern
quote=/home/maarten/Development/librespot/target/release/deps/libquote-
f9e1361d1ff1643c.rlib --extern
syn=/home/maarten/Development/librespot/target/release/deps/libsyn-
0d80866437d33434.rlib --cap-lints allow`

-- 
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to Ubuntu.
https://bugs.launchpad.net/bugs/1676169

Title:
  rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with
  std

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with
  std

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2017-03-27 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.
https://bugs.launchpad.net/bugs/1676169

Title:
  rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with
  std

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc/+bug/1676169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs