After the latest updates on limbo to date I notice some fairly important
issues on my AMD64 laptop:
1) a known libffi.so bug, running rigo (and other applications that
require that library) from console shows:
Traceback (most recent call last):
File "/usr/bin/rigo", line 39, in <module>
from gi.repository import Gtk, Gdk, GLib
File "/usr/lib64/python2.7/site-packages/gi/__init__.py", line 23, in
<module>
from ._gi import _API, Repository
ImportError: libffi.so.4: cannot open shared object file: No such file
or directory
2) NetworkManager fails to connect to a wireless network, I haven't yet
tried a wired one. Apparently this issue is related to the newest
openrc, connecting manually, stopping the NetworkManager daemon and
using command line utilities, works fine.
3) equo deptest shows multiple missing dependencies:
>> @@ Running dependency test ...
>> @@ These are the dependencies not found:
>> # ~sys-libs/e2fsprogs-libs-1.41.14
>> # Needed by:
>> # sys-fs/e2fsprogs-1.41.14
>> # app-misc/realpath;sys-freebsd/freebsd-bin?
>> # Needed by:
>> # app-portage/gentoolkit-0.3.0.4-r5
>> # app-admin/perl-cleaner-2.10
the newer coreutils on Limbo includes the realpath binary as far as I
know, so most likely those packages need to be rebuilt.
About e2fsprogs-libs, I notice that we now have:
sys-libs/e2fsprogs-libs-1.42.1
but this is our version of e2fsprogs:
sys-fs/e2fsprogs-1.41.14
--
Lorenzo Cogotti