New Coreutils 8.24 come with experimental ACL support, ls only, see #106:
# ls --acl /etc/vfstab
-rw-r--r-- 1 root root 459 дек 31 2014 /etc/vfstab
0:owner@:read_data/write_data/append_data/read_xattr/write_xattr
/read_attributes/write_attributes/read_acl/write_acl/write_owner
/synchronize:allow
1:group@:read_data/read_xattr/read_attributes/read_acl/synchronize:allow
2:everyone@:read_data/read_xattr/read_attributes/read_acl/synchronize
:allow
Curious bug was caused by the fact that Clementine was linked with Qt4 and liblastfm,
while liblastfm was linked with Qt5. Clementine crashed on startup before entering the main
function.
I rebuilt liblastfm with Qt4 too.

Gobby is a collaborative editor supporting multiple documents in one session and a multi-user chat. https://gobby.github.io/

GCJ was first built for GCC 4.7.0, then it was always FTBFS due to crashing in gjdoc
and other utilities,
but GCJ 4.7.0 was not fully usable: it hanged under some conditions (#186), that made OpenJDK 7 a bit harder.
Now all isssues are resolved: