Andreas Enge <[email protected]> writes: > On Thu, Oct 22, 2015 at 04:43:29PM +0200, Andreas Enge wrote: >> On Thu, Oct 22, 2015 at 10:09:07PM +0800, 宋文武 wrote: >> > 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”. >> This looks like a good temporary fix, to disentangle the dbus-update branch. > > I gave it a try on my local machine, but several tests fail since they want > to open my display: > make[3]: Entering directory > '/tmp/nix-build-gtk+-3.18.2.drv-0/gtk+-3.18.2/testsuite/gdk' > TEST: cairo... (pid=2676) > > (/tmp/nix-build-gtk+-3.18.2.drv-0/gtk+-3.18.2/testsuite/gdk/.libs/cairo:2676): > Gdk-WARNING **: cannot open display: > FAIL: cairo > TEST: display... (pid=2691) > /display/unset-display: OK > /display/bad-display: OK > PASS: display > TEST: encoding... (pid=2710) > > (/tmp/nix-build-gtk+-3.18.2.drv-0/gtk+-3.18.2/testsuite/gdk/.libs/encoding:2710): > Gdk-WARNING **: cannot open display: > FAIL: encoding > TEST: keysyms... (pid=2724) > > (/tmp/nix-build-gtk+-3.18.2.drv-0/gtk+-3.18.2/testsuite/gdk/.libs/keysyms:2724): > Gdk-WARNING **: cannot open display: > FAIL: keysyms > TEST: rgba... (pid=2738) > /rgba/parse: OK > /rgba/to-string: OK > /rgba/copy: OK > /rgba/parse/nonsense: OK > PASS: rgba > Makefile:952: recipe for target 'test-cwd' failed I remove rest from gtk+, build successful locally (x86_64), and pushed. Are you fails on mips64el? > > What next? Not sure, but I will fix as much as I can.
Lesson learned, next time, I won't do unreleated updates in a topic branch.
