Après le passage à pacman, l'init PostgreSQL échouait : « /usr/bin/postgres: /usr/lib/libm.so.6: version GLIBC_2.44 not found ». Cause : Arch est en rolling release et NE SUPPORTE PAS les mises à jour partielles. Sur une image cloud dont la glibc date du build de l'image, un « pacman -S <paquet récent> » (postgresql 18.4) installe un binaire lié à une glibc plus récente que celle du système -> symbole introuvable. Fix : mise à jour COMPLÈTE (pacman -Syu) avant d'installer, dans les deux endroits : install_arch_linux.sh (deps OS) et le bootstrap Arch de _qemu_erplibre_remote_cmd (todo.py, remplace -Syy par -Syu). Validé sur VM Arch réelle : après -Syu, « postgres (PostgreSQL) 18.4 » OK, initdb OK, service postgresql actif, superuser erplibre créé, psql connecte. Chaîne complète confirmée : gcc 16.1.1, make, node, psql tous présents. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| database_manager.py | ||
| kdbx_manager.py | ||
| logo_ascii.txt | ||
| qemu_install_monitor.py | ||
| README.base.md | ||
| README.fr.md | ||
| README.md | ||
| source_todo.sh | ||
| todo.json | ||
| todo.py | ||
| todo_example.json | ||
| todo_file_browser.py | ||
| todo_i18n.py | ||
| todo_upgrade.py | ||
| version_manager.py | ||
TODO is an assistant robot to use ERPLibre
Execute it with ./script/todo/todo.py or make todo.
For a new project, copy todo_example.json to private/todo/todo_override.json | private/todo/todo_override_private.json and edit it.