proycon / LaMachine

LaMachine - A software distribution of our in-house as well as some 3rd party NLP software - Virtual Machine, Docker, or local compilation/installation script
https://proycon.github.io/LaMachine
GNU General Public License v3.0
68 stars 20 forks source link

FLAT/django failure in lamachine build #210

Closed martinreynaert closed 2 years ago

martinreynaert commented 2 years ago

Ticcltool TICCL-LDcalc fails after an update of LaMachine dev. It looks like it does not the all the bindings it requires.

I get this error message:

(LMdev) reynaert@violet:TRY1$ cat /reddata/Huygens/VOC_GM/TICCL/TRY1/VOC.GM.Huygens.TICCLATMII.LDCALC.20211216.NGRAMPARTSKEPT.stderr
nohup: ignoring input
TICCL-LDcalc: symbol lookup error: /home/reynaert/LMdev/lib/libticcl.so.1: undefined symbol: _ZN4TiCC8split_atERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt6vectorIS5_SaIS5_EES7_b

LaMachine update failure message:

`TASK [languagemachines-python : Applying migrations] *****************************************************************************************************************************************************************************************
fatal: [violet.uvt.nl]: FAILED! => {
    "changed": true, 
    "cmd": "PYTHONPATH=\"/home/reynaert/LMdev/etc:\" DJANGO_SETTINGS_MODULE=flat_settings django-admin migrate --run-syncdb",

PLAY RECAP ***********************************************************************************************************************************************************************************************************************************
violet.uvt.nl              : ok=752  changed=227  unreachable=0    failed=1    skipped=833  rescued=0    ignored=0  `

I attach the whole log: lamachine-LMdev-20211217_105722.log

Thanks!

proycon commented 2 years ago

I renamed this, the ticcltools error is just a consequence of the incomplete upgrade procedure, the core problem is the flat/django error. I get the same locally so I can reproduce this.

proycon commented 2 years ago

fixed in flat v0.10.2