Two packages do not build anymore with the new version of vala:

gnome-calculator:
https://gitlab.gnome.org/GNOME/gnome-calculator/commit/933de7789f7ccccd034eef4e80302b838379fab6
Note that version 3.34.0 builds OK but heads up: it requires libgee

folks:
https://gitlab.gnome.org/GNOME/folks/commit/78b24b8cb01e27e352de2aca93934833bcb412b8
the following sed allows to build:
----------
sed -e '/haze_/s/,/)]/' \
    -e '/haze-/d'       \
    -i tests/lib/test-utils.vala
----------
Note that folks-0.13.1 (development) does not have the fix either.
I do not know when the next release is scheduled (as part of gnome 3.34 or
asynchronously). Seems upstream do not know either :)
https://gitlab.gnome.org/GNOME/folks/issues/106

Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to