sgimenez / laby

Learn programming, playing with ants and spider webs ;-)
https://sgimenez.github.io/laby/
Other
98 stars 39 forks source link

Build failure in Fedora 28 mass rebuild #53

Closed sandrobonazzola closed 4 years ago

sandrobonazzola commented 6 years ago

Rebuilding laby on Fedora 28 fails with:

sandrobonazzola commented 6 years ago

Fedora trackiing bug: https://bugzilla.redhat.com/show_bug.cgi?id=1556013

sandrobonazzola commented 6 years ago

I can workaround that by setting -unsafe-string via the `OCAMLPARAM environment variable:

export OCAMLPARAM="safe-string=0,_"

Looks like this is a typical issue with 4.06.0 since the default has switched from unsafe-string to safe-string.

sandrobonazzola commented 6 years ago

Suggested patch to spec file attached to the bug: https://bugzilla.redhat.com/attachment.cgi?id=1409487 The patch implements above workaround but a fix to the laby code would be better.

sgimenez commented 4 years ago

This should be fixed now. Many years have passed, but I'll try to make a new release soon (mainly to address the lablgtk2/sourceview2 obsolescence).