You are not logged in.
Running Devuan Daedalus and apt-cacher-ng, I'm not able to install 32-bit library packages (libx11-6:i586 for example).
Doing "dpkg --print-architecture" returns
amd64
Doing "dpkg --print-foreign-architectures" returns
i386
i586
These are the non-comment lines in /etc/apt/sources.list:
deb http://127.0.0.1:3142/us.deb.devuan.org/merged daedalus main contrib non-free non-free-firmware
deb http://127.0.0.1:3142/us.deb.devuan.org/merged daedalus-security main contrib non-free non-free-firmware
deb http://127.0.0.1:3142/us.deb.devuan.org/merged daedalus-updates main contrib non-free non-free-firmware
deb http://127.0.0.1:3142/us.deb.devuan.org/merged daedalus-backports main contrib non-free non-free-firmware
Doing "apt-get update" returns
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-i586/Packages' as repository 'http://127.0.0.1:3142/us.deb.devuan.org/merged daedalus InRelease' doesn't support architecture 'i586'
N: Skipping acquire of configured file 'contrib/binary-i586/Packages' as repository 'http://127.0.0.1:3142/us.deb.devuan.org/merged daedalus InRelease' Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-i586/Packages' as repository 'http://127.0.0.1:3142/us.deb.devuan.org/merged daedalus InRelease' doesn't support architecture 'i586'
N: Skipping acquire of configured file 'contrib/binary-i586/Packages' as repository 'http://127.0.0.1:3142/us.deb.devuan.org/merged daedalus InRelease' doesn't support architecture 'i586'
N: Skipping acquire of configured file 'non-free/binary-i586/Packages' as repository 'http://127.0.0.1:3142/us.deb.devuan.org/merged daedalus InRelease' doesn't support architecture 'i586'
doesn't support architecture 'i586'
N: Skipping acquire of configured file 'non-free/binary-i586/Packages' as repository 'http://127.0.0.1:3142/us.deb.devuan.org/merged daedalus InRelease' doesn't support architecture 'i586'
...
Any suggestions? Thanks in advance.
Offline
Hello:
--- snip ---
... deb.devuan.org/merged daedalus InRelease' doesn't support architecture 'i586'
Seems to be correct.
As far as I know, Debian Jesse was the last to support i586 (eg: Intel Pentium and Pentium MMX) processors.
Almost 10 tears ago (12/2015).
Maybe someone here at Dev1 has more relevant information.
See here.
Best,
A.
---
Please post code with the appropriate [ code ] [ /code ] ]tags.
Like this:
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-i586/Packages' ...
.
Offline
If that's the case, then why are there i386 ISOs here?
https://files.devuan.org/devuan_daedalus/installer-iso/
Offline
Is there an i586 Debian architecture name?
Offline
Computers with x86 as CPU architecture family have sometimes i586 processors, but in 32 bits linux packages, only i386 exists.
You have to delete i586 foreign architecture and it will work.
Indeed, in packages,"i386" stands for all x86 CPU architectures (32 bits).
Last edited by Khylsdrak (2025-05-04 10:10:12)
Offline
Thank you for the suggestion to delete i586 (and i686) and have only i386 as a foreign architecture. That worked, the i386 library packages installed, and Applix works again (needed the libraries).
Offline