доброго всем вечера!
уже второй (или третий?) день не получается подружить kubuntu и debian с помощью debian-live-config
в кубунте скачал из git'a debian-live-config, сделал такие изменения, но сборка заканчивается печально:
$ make
...
Fetched 45.7 MB in 8s (6024 kB/s)
Reading package lists...
W: GPG error: http://ru.archive.ubuntu.com/ubuntu jammy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
W: GPG error: http://ru.archive.ubuntu.com/ubuntu jammy-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
W: GPG error: http://ru.archive.ubuntu.com/ubuntu jammy-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
W: GPG error: http://security.ubuntu.com/ubuntu jammy-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
Reading package lists...
Building dependency tree...
The following packages will be upgraded:
debian-archive-keyring
1 upgraded, 0 newly installed, 0 to remove and 148 not upgraded.
Need to get 0 B/90.6 kB of archives.
After this operation, 61.4 kB disk space will be freed.
/usr/bin/dpkg: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/bin/dpkg)
/usr/bin/dpkg: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/bin/dpkg)
E: Sub-process /usr/bin/dpkg returned an error code (1)
E: An unexpected failure occurred, exiting...
P: Begin unmounting filesystems...
P: Saving caches...
Reading package lists...
Building dependency tree...
Reading state information...
я бы понял, что я идиот, но
$ objdump -T /usr/bin/dpkg | grep GLIBC | sed 's/.*GLIBC_\([.0-9]*\).*/\1/g' | sort -Vu
2.2.5
2.3
2.3.4
2.4
2.6
2.7
2.8
2.11
2.14
2.33
2.34
помогите, плиз, понять и осознать :)
[upd]
забыл сказать чего пытаюсь добиться, а хочу я выпилить графический установщих и заменить его текстовым, типа как в дебиане, но это только попытка «прощупать» вариант, может так и не получится :-\
[/upd]