hello, i tried to install toltec from scratch. I am using ubuntu 22.04 and it appeared to me that
-
python 3.12 is necessary as toltecmk==0.3.3 required and was 0.2 with python 3.10
(README.md mentions python 3.10) I installed 3.12 -
i had an error compiling on building zoneinfo-utils because LIBC2.38 is expected and ubuntu 22 is on v2.35 [ ERROR] toltec.builder: package(): make BACKWARD='backward' DESTDIR='/home/jdoe/ressources/toltec/build/package/zoneinfo-utils/rmall/pkg/zoneinfo-utils' LEAPSECONDS='' PACKRATDATA='' PACKRATLIST='' TZDEFAULT='/etc/localtime' TZDIR='/usr/share/zoneinfo' ZIC='./zic.x86 ' LEAPSECONDS= install_data
[ ERROR] toltec.builder: package(): make[2] : on entre dans le répertoire « /home/jdoe/ressources/toltec/build/package/zoneinfo-utils/rmall/src »
[ ERROR] toltec.builder: package(): ./zic.x86 -d '/home/jdoe/ressources/toltec/build/package/zoneinfo-utils/rmall/pkg/zoneinfo-utils/usr/share/zoneinfo' tzdata.zi
[ ERROR] toltec.builder: package(): ./zic.x86: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./zic.x86)
how could i bypass this ? compiling from a previous version of toltec ? I cannot upgrade my system to libc_2.38
thanks