[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 80 new build failures for MIPS on the 'dbus-update' branch
From: |
Andreas Enge |
Subject: |
Re: 80 new build failures for MIPS on the 'dbus-update' branch |
Date: |
Fri, 23 Oct 2015 11:30:15 +0200 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
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
What next?
Andreas