Bug#1034694: gnome-core: Cannot install due to pipewire-audio dependency

Witold Baryluk witold.baryluk at gmail.com
Wed May 10 20:03:53 BST 2023


Package: gnome-core
Followup-For: Bug #1034694
X-Debbugs-Cc: witold.baryluk at gmail.com

Hi Jochen.

I am so sorry for wasting your time.

I must have set it very long time ago, probably about a year ago, where I
had some issues with pipewire, and completly forgot this.

Indeed the iso build script has this:

```
# Put some packages on hold, so they are not installed via suggests or recommends.
save "${BUILDDIR}/config/hooks/live/0025_hold_bad_packages.hook.chroot" << "EOF"
#!/bin/bash

set -e

apt-mark hold xtrx-dkms
apt-mark hold langford-dkms
# apt-mark hold raspi-firmware  # Do not hold raspi-firmware, as we later want to remove it, and this would interfere.
if dpkg -l raspi-firmware; then
  apt-mark purge raspi-firmware || true # Schedule for removal.
fi
# apt-mark hold nvidia-tesla-kernel-support  # Do not install. Something pulls this somehow.
apt-mark hold pipewire-alsa
apt-mark hold pipewire-audio
EOF
```




I will fix this on my side.

Thanks a lot for guidance and help!

Please close this issue.


Regards,
Witold



More information about the pkg-gnome-maintainers mailing list