- Notifications
You must be signed in to change notification settings - Fork328
Open
Description
It appears that latest version of postgresql-pgml package for amd64 architecture contains arm architecture instead of:
root@d89727150ffe:/tmp# ls -l*deb -rw-r--r-- 1 root root 6464636 Jan 17 23:04 postgresql-pgml-15_2.10.0-ubuntu22.04-amd64.deb -rw-r--r-- 1 root root 6679932 Jul 24 2024 postgresql-pgml-15_2.9.3-ubuntu22.04-amd64.debroot@d89727150ffe:/tmp# mkdir 2.9.3 2.10.0root@d89727150ffe:/tmp# dpkg-deb -R postgresql-pgml-15_2.9.3-ubuntu22.04-amd64.deb 2.9.3/root@d89727150ffe:/tmp# dpkg-deb -R postgresql-pgml-15_2.10.0-ubuntu22.04-amd64.deb 2.10.0/root@d89727150ffe:/tmp# file 2.9.3/usr/lib/postgresql/15/lib/pgml.so2.9.3/usr/lib/postgresql/15/lib/pgml.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[xxHash]=844e7dd41c7f973f, not strippedroot@d89727150ffe:/tmp# file 2.10.0/usr/lib/postgresql/15/lib/pgml.so2.10.0/usr/lib/postgresql/15/lib/pgml.so: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[xxHash]=8d5f457892531e45, not stripped
Unfortunately it is not possible to install earlier version due to lack of indexing in postgresml repository:
E: Version '2.9.3' for 'postgresql-pgml-15' was not foundroot@d89727150ffe:/tmp# apt-cache madison postgresql-pgml-15postgresql-pgml-15 | 2.10.0 | https://apt.postgresml.org jammy/main amd64 Packages
The only workaround is manual download of the packages and local installation. Could you please take care of it?