Dear Maintainer,
The erlang-erlware-commons package currently fails to build from the
source when using Erlang 29 from experimental. I will upload it to
unstable soon to ship with Debioan 14 (forky), so this bug will
have to be fixed.
The problem is that Erlang 29 deprecates some language constructs,
which makes using them emit warnings, which in turn lead to FTBFS
because warnings are treated by errors. Before upstream properly
fixes these warnings, one can simply turn them off. The attached patch
does just that making the package build.
Cheers!