I'm having a little trouble updating gtk3.  The build is fine:

sed -i 's/dfeault/default/' docs/tools/shooter.c &&

./configure --prefix=/usr             \
            --sysconfdir=/etc         \
            --enable-broadway-backend \
            --enable-x11-backend      \
            --enable-wayland-backend  &&
make -j4

But I get tons of errors with make -k check.  They look like:

TEST: builder... (pid=32217)
  /Builder/Parser:
(/tmp/gtk3/gtk+-3.24.2/testsuite/gtk/.libs/lt-builder:32217): Gtk-WARNING **: 08:53:04.756: Theme parsing error: gtk.css:36:10: The 'engine' property is ignored
FAIL
GTester: last random seed: R02S6ca48966764b92707f8ce4207ce345ea
(pid=32231)


I can fix most of the errors if I 'cd /usr/share; mv themes themes.sav' as a lot of existing themes have lines like

engine: xfce;

I was able to figure out which them was causing the problem and commented out the above line, but retesting now gives:

(/tmp/gtk3/gtk+-3.24.2/testsuite/gtk/.libs/lt-action:22711): Gtk-WARNING **: 09:09:20.767: Theme parsing error: gtk.css:41:39: The style property GtkWidget:focus-line-width is deprecated and shouldn't be used anymore. It will be removed in a future version

So my conclusion is that many tests fail if the user's current theme results in a gtk-warning/theme error.

The question is how to present this in the book.  Suggestions welcome.

  -- Bruce

Note: Without the theme errors, there is one remaining check failure:

testsuite/a11y/colorchooser.ui which is a part of accessibility-dump

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to