make[4]: Entering directory '/var/tmp/portage/dev-util/glade-3.20.0/work/glade-3.20.0/tests' ../test-driver: line 107: 3829 Trace/breakpoint trap "$@" > $log_file 2>&1 FAIL: create-widgets ../test-driver: line 107: 4695 Trace/breakpoint trap "$@" > $log_file 2>&1 FAIL: add-child ../test-driver: line 107: 4824 Trace/breakpoint trap "$@" > $log_file 2>&1 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 13.0-desktop_20170911-192633 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-6.4.0 * Available Python interpreters, in order of preference: [1] python3.4 [2] python3.6 (fallback) [3] python2.7 (fallback) [4] pypy3 (fallback) [5] pypy (fallback) java-config: The following VMs are available for generation-2: *) IcedTea JDK 7.2.6.11 [icedtea-7] 2) IcedTea JDK 7.2.6.11 [icedtea-bin-7] 3) IcedTea JDK 3.5.1 [icedtea-bin-8] 4) JamVM JDK 2.0.0 [jamvm] Available Java Virtual Machines: [1] icedtea-7 system-vm [2] icedtea-bin-7 [3] icedtea-bin-8 [4] jamvm emerge -qpv dev-util/glade [ebuild N ] dev-util/glade-3.20.0 USE="introspection -debug -python {-test}" PYTHON_TARGETS="python2_7"
Created attachment 497966 [details] emerge-info.txt
Created attachment 497968 [details] dev-util:glade-3.20.0:20171006-205212.log
Created attachment 497970 [details] emerge-history.txt
Created attachment 497972 [details] environment
Created attachment 497974 [details] etc.portage.tbz2
Created attachment 497976 [details] logs.tbz2
Created attachment 497978 [details] temp.tbz2
Created attachment 497980 [details] tests.tbz2
I see the same on sparc, here is the testsuite log. Sandbox violation? ======================================== glade 3.20.0: tests/test-suite.log ======================================== # TOTAL: 3 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: create-widgets ==================== (/var/tmp/portage/dev-util/glade-3.20.0/work/glade-3.20.0/tests/.libs/create-widgets:51963): GladeUI-CRITICAL **: Unable to load image (Failed to open file '/usr/share/glade/pixmaps/plus.png': No such file or directory) FAIL create-widgets (exit status: 133) FAIL: add-child =============== (/var/tmp/portage/dev-util/glade-3.20.0/work/glade-3.20.0/tests/.libs/add-child:51962): GladeUI-CRITICAL **: Unable to load image (Failed to open file '/usr/share/glade/pixmaps/plus.png': No such file or directory) FAIL add-child (exit status: 133) FAIL: toplevel-order ==================== (/var/tmp/portage/dev-util/glade-3.20.0/work/glade-3.20.0/tests/.libs/toplevel-order:51964): GladeUI-CRITICAL **: Unable to load image (Failed to open file '/usr/share/glade/pixmaps/plus.png': No such file or directory) FAIL toplevel-order (exit status: 133)
Same for glade-3.20.4 on x86.
The error message of the tests has changed slightly for 3.20.4 on sparc: GladeUI-Message: 1 missing displayable value for GtkWidget::events (/var/tmp/portage/dev-util/glade-3.20.4/work/glade-3.20.4/tests/.libs/create-widgets:27911): GladeUI-WARNING **: Unable to render icon gtk-missing-image at size 16: Icon 'gtk-missing-image' not present in theme gnome FAIL create-widgets (exit status: 133)
Does it work if it's a re-install/upgrade? Looks like it's trying to find icons from /usr it hasn't installed yet with a fresh install
Immediately before it was installed as: USE='introspection python python_targets_python2_7' succeeded for =dev-util/glade-3.20.4
I guess I meant to ask about fresh install in case of this kind of failure: **: Unable to load image (Failed to open file '/usr/share/glade/pixmaps/plus.png': No such file or directory) This looks to be something different indeed: **: Unable to render icon gtk-missing-image at size 16: Icon 'gtk-missing-image' not present in theme gnome