Comment 15 for bug 362224

Revision history for this message
MaxiPunkt (maxantispam) wrote :

This bug is still valid for me (using Mandriva-Linux 2010.0).

$ cuneiform -l ger -f html -o test.html test.tiff
Cuneiform for Linux 0.8.0
PUMA_Init failed.

I built an RPM of cuneiform 0.8.0 source-code myself.

Doing this means using Mandriva's %cmake RPM-macro. I'll attach all cmake-options of this macro to make things more clearly.

Beside the main problem "PUMA_Init" I could see that cuneiform has issues with CFLAG "-Werror=format-security" which is used by default with Mandriva's %cmake-macro - the build breaks with several "format not a string literal and no format arguments"-erros unless I disable this specific (but default) CFLAG!

Regarding "PUMA_Init"-error I'll attach a strace-output as well.