The officially official Devuan Forum!

You are not logged in.

#1 2025-04-05 18:55:40

rmrichesjr
Member
Registered: 2018-12-18
Posts: 34  

with apt-cacher-ng, not able to get 32-bit library packages

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

#2 2025-04-06 11:49:36

Altoid
Member
Registered: 2017-05-07
Posts: 1,675  

Re: with apt-cacher-ng, not able to get 32-bit library packages

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

Board footer