** Tags removed: rls-pp-incoming
** Tags added: foundations-todo
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2097759
Title:
file conflict with rustc-1.83
To manage notifications about this bug go
It's worth noting, too, that this was not an issue with libstd-rust-1.80
on oracular:
# dpkg -l | grep libstd-rust
ii libstd-rust-1.80:amd64 1.80.1+dfsg0ubuntu1-0ubuntu1 amd64
Rust standard libraries
ii libstd-rust-1.80:armhf 1.80.1+dfsg0ubuntu1-0ubuntu1 armhf
R
The issue goes beyond a conflict with an earlier Rust version. Here I am
installing libstd-rust-1.84:armhf (on plucky/amd64) when libstd-
rust-1.84:amd64 is already present, in a multi-arch scenario for cross-
compiling:
[...]
Unpacking libllvm19:armhf (1:19.1.7-3ubuntu1) ...
Selecting previously
Heinrich, deb packages ship symlinks all the time, e.g.
❯ dpkg-deb --contents libssl-dev_3.4.1-1ubuntu1_amd64.deb | grep -- '->'
lrwxrwxrwx root/root 0 2025-02-12 10:21
./usr/lib/x86_64-linux-gnu/libcrypto.so -> libcrypto.so.3
lrwxrwxrwx root/root 0 2025-02-12 10:21
./usr/lib/x86
** Changed in: rustc-1.84 (Ubuntu)
Assignee: (unassigned) => Simon Chopin (schopin)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2097759
Title:
file conflict with rustc-1.83
To manage notific
$ apt-file search libEnzyme-19.so
libstd-rust-1.83: /usr/lib/rust-1.83/lib/libEnzyme-19.so
libstd-rust-1.83: /usr/lib/x86_64-linux-gnu/libEnzyme-19.so
Symbolic links (like /usr/lib/x86_64-linux-gnu/libEnzyme-19.so) should
not be included as files in deb packages but should be created via
debian/*.
Workaround:
sudo apt purge rustc cargo rustc-* cargo-* libstd-rust-*
then:
sudo apt update && sudo apt install cargo
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2097759
Title:
file conflict wit