After updating to the latest v2.3.2, some trouble arises. Here are some error messages
What happens with cadabra2 (the command-line client)? On which system is this, and I assume you installed from source?
cadabra2
The package etoolbox has been installed, but Cadabra couldn't seem to find it. It's so strange, after all, in the previous version, everything is perfect,
etoolbox
Cadabra
If you do
cd /tmp pdflatex fileadLFBc.tex
from the terminal, does that complain about the same etoolbox?
(that filename was taken from the error message above).
The error massage is
! LaTeX Error: File `ytableau.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty)
So you need the ytableau package (that's a new requirement for 2.3.2).
ytableau
Ok, problem solved, thanks.