Code: Select all
[phantom][src][0]$ sudo apt-get build-dep chromium
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
builddeps:chromium : Depends: rustc-web but it is not installable
E: Unable to correct problems, you have held broken packages.
█[phantom][src][100]$
Code: Select all
█[phantom][chromium-124.0.6367.118][0]$ dpkg --get-selections |grep hold
I see that rustc-web appears to have been removed: https://tracker.debian.org/pkg/rustc-web#
I also don't see rustc-web in the dependencies of bookworm chromium: https://packages.debian.org/bookworm/chromium
Why does build-dep insist that rustc-web is a dependency? How can I build chromium?
Code: Select all
█[phantom][~][0]$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
█[phantom][~][0]$