Andreas Enge <[email protected]> writes: > On Wed, Oct 21, 2015 at 07:50:00PM -0400, Mark H Weaver wrote: >> Among them are about 80 new dependency failures on MIPS, including key >> packages like emacs, xfce, evince, and gnome-terminal. The reason is >> that these packages now depend on 'p11-kit', which has never >> successfully built on MIPS. > > Do you see where this comes in? The git commits in dbus-update do not > mention p11-kit, and > $ guix graph gnome-terminal | grep p11 > returns nothing. oops, It's introduced by: gtk+ -> rest -> libsoup -> glib-networking -> p11-kit
if we can't fix p11-kit on mips, then rest can be removed from gtk+. it's used for “cloud printing”. maybe not releated, the build log of p11-kit <http://hydra.gnu.org/build/736459/log/raw> have: ffi.h:224:5: warning: "HAVE_LONG_DOUBLE_VARIANT" is not defined which is fixed in the newer version (3.2.1) of libffi.
