Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth is uninstalled if ENABLE_SOUND is set to false #216

Open
XIIIVI opened this issue Mar 5, 2020 · 0 comments
Open

Bluetooth is uninstalled if ENABLE_SOUND is set to false #216

XIIIVI opened this issue Mar 5, 2020 · 0 comments

Comments

@XIIIVI
Copy link

XIIIVI commented Mar 5, 2020

Hi all,

I observed that when disabling the sound support, Bluetooth related packages are uninstalled.

Please find below the trace printed by the script 99-reduce.sh

> + [ false = false ]
> + chroot_exec apt-get -qq -y purge alsa-utils libsamplerate0 libasound2 libasound2-data
> + LANG=C LC_ALL=C DEBIAN_FRONTEND=noninteractive chroot /home/titou/test/vidal/rpi23-gen-image/images/buster/build/chroot apt-get -qq -y purge alsa-utils libsamplerate0 libasound2 libasound2-data
> (Reading database ... 13136 files and directories currently installed.)
> Removing bluetooth (5.50-1) ...
> Removing bluez (5.50-1) ...
> invoke-rc.d: could not determine current runlevel
> invoke-rc.d: WARNING: No init system and policy-rc.d missing! Defaulting to block.
> Removing libasound2:armhf (1.1.8-1) ...
> Removing libasound2-data (1.1.8-1) ...
> Processing triggers for dbus (1.12.16-1) ...
> Processing triggers for libc-bin (2.28-10) ...
> (Reading database ... 12765 files and directories currently installed.)
> Purging configuration files for bluez (5.50-1) ...

The issue comes from the package libasound2 that has a dependecy to bluez-alsa

apt-cache depends libasound2
libasound2
  Dépend: libasound2-data
  Dépend: libc6
  Casse: <bluez-alsa>
  Casse: libasound2-plugin-equal
  Casse: libasound2-plugins
  Suggère: libasound2-plugins

Best regards,

burnbabyburn added a commit to burnbabyburn/rpi23-gen-image that referenced this issue Apr 15, 2020
drtyhlpr#216 (comment)

the whole reduce area could need an update for debian releases
burnbabyburn added a commit to burnbabyburn/rpi23-gen-image that referenced this issue Apr 26, 2020
drtyhlpr#216 (comment)

the whole reduce area could need an update for debian releases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant