[Bug 2100775] Re: python3-minimal wants to install twice when installing amd64 and arm64 packages
Stefano Rivera
2100775 at bugs.launchpad.net
Wed Mar 5 14:19:57 UTC 2025
The issue may be in your apt sources, or in packages you already have
installed in that docker base system.
In a minimal environment, with these sources:
deb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu noble main universe
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports noble main universe
deb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu noble-updates main universe
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports noble-updates main universe
deb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu noble-security main universe
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports noble-security main universe
I get success:
# apt install -y libasound2-dev:amd64 libasound2-dev:arm64 libasound2-dev:i386 libpipewire-0.3-dev:amd64 libpipewire-0.3-dev:arm64 libpulse-dev:amd64 libpulse-dev:arm64 libudev-dev:amd64 libudev-dev:arm64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libasound2-dev is already the newest version (1.2.11-1build2).
libasound2-dev:arm64 is already the newest version (1.2.11-1build2).
libasound2-dev:i386 is already the newest version (1.2.11-1build2).
libpipewire-0.3-dev is already the newest version (1.0.5-1ubuntu3).
libpipewire-0.3-dev:arm64 is already the newest version (1.0.5-1ubuntu3).
libpulse-dev is already the newest version (1:16.1+dfsg1-2ubuntu10.1).
libpulse-dev:arm64 is already the newest version (1:16.1+dfsg1-2ubuntu10.1).
libudev-dev is already the newest version (255.4-1ubuntu8.5).
libudev-dev:arm64 is already the newest version (255.4-1ubuntu8.5).
** Changed in: python3-defaults (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python3-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/2100775
Title:
python3-minimal wants to install twice when installing amd64 and arm64
packages
Status in python3-defaults package in Ubuntu:
Incomplete
Bug description:
When adding the ports repository to cross compile from amd64 to arm64,
some arm64 dependencies tries to install python3-minimal:arm64 which
conflicts with the already installed python3-minimal:amd64.
I suspect this is a packaging mistake as 22.04 didn't have this issue
and I've noticed this in 24.04.
I believe some packages should have a virtual dependency on
python3-minimal without specifying which architecture it uses right?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/2100775/+subscriptions
More information about the foundations-bugs
mailing list