denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Potfiles


From: Richard Shann
Subject: Re: [Denemo-devel] Potfiles
Date: Fri, 17 Jan 2014 16:22:37 +0000

On Fri, 2014-01-17 at 15:56 +0100, Éloi Rivard wrote:
> Ok, this is because of the tests. Can you give me the content of
> tests/integration.log ?
> 
> You can paste it on Gist ( https://gist.github.com/ ) for readability
> if you want.
I did a git pull first then ./autogen.sh && configure && make check
I got the following

https://gist.github.com/anonymous/8476279

there is no tests/integration.log

Richard


> 
> 2014/1/17 Richard Shann <address@hidden>
>         On Fri, 2014-01-17 at 10:16 +0100, Éloi Rivard wrote:
>         > Ah ?
>         >
>         > Can you give me the log ?
>         
>         Well, running make check from inside geany I get the error
>         about
>         translations, but don't have a way of copying the output ...
>         When I run make check in the top level denemo sources
>         directory
>         
>         ./autogen.sh && ./configure && make check
>         
>         I get the same sort of error messages as when the thumbnailer
>         runs -
>         
>         here is the tail (this is a subsequent run, so the test binary
>         is
>         already built):
>         
>         Making check in fonts
>         make[1]: Entering directory
>         `/home/rshann/git-denemo/denemo/fonts'
>         make[1]: Nothing to be done for `check'.
>         make[1]: Leaving directory
>         `/home/rshann/git-denemo/denemo/fonts'
>         Making check in soundfonts
>         make[1]: Entering directory
>         `/home/rshann/git-denemo/denemo/soundfonts'
>         make[1]: Nothing to be done for `check'.
>         make[1]: Leaving directory
>         `/home/rshann/git-denemo/denemo/soundfonts'
>         Making check in ui
>         make[1]: Entering directory
>         `/home/rshann/git-denemo/denemo/ui'
>         make[1]: Nothing to be done for `check'.
>         make[1]: Leaving directory `/home/rshann/git-denemo/denemo/ui'
>         Making check in tests
>         make[1]: Entering directory
>         `/home/rshann/git-denemo/denemo/tests'
>         make  check-am
>         make[2]: Entering directory
>         `/home/rshann/git-denemo/denemo/tests'
>         make     integration \
>                                  integration-data
>         make[3]: Entering directory
>         `/home/rshann/git-denemo/denemo/tests'
>         make[3]: `integration' is up to date.
>         make[3]: Nothing to be done for `integration-data'.
>         make[3]: Leaving directory
>         `/home/rshann/git-denemo/denemo/tests'
>         make  check-TESTS
>         make[3]: Entering directory
>         `/home/rshann/git-denemo/denemo/tests'
>         /integration/run-and-quit: Denemo - MESSAGE : Loading
>         preference
>         file: /home/rshann/.denemo-1.1.1/denemorc
>         Denemo - MESSAGE : Denemo version 1.1.1
>         Denemo - MESSAGE : Loaded
>         keymap /home/rshann/.denemo-1.1.1/actions/Default.commands
>         Success 1
>            Gtk - CRITICAL: gtk_widget_hide: assertion `GTK_IS_WIDGET
>         (widget)'
>         failed
>            Gtk - CRITICAL: gtk_bin_get_child: assertion `GTK_IS_BIN
>         (bin)'
>         failed
>            Gtk - CRITICAL: gtk_label_set_markup: assertion
>         `GTK_IS_LABEL
>         (label)' failed
>         GLib-GObject - CRITICAL: g_object_set_data: assertion
>         `G_IS_OBJECT
>         (object)' failed
>            Gtk - CRITICAL: gtk_widget_hide: assertion `GTK_IS_WIDGET
>         (widget)'
>         failed
>            Gtk - CRITICAL: gtk_bin_get_child: assertion `GTK_IS_BIN
>         (bin)'
>         failed
>            Gtk - CRITICAL: gtk_label_set_markup: assertion
>         `GTK_IS_LABEL
>         (label)' failed
>         GLib-GObject - CRITICAL: g_object_set_data: assertion
>         `G_IS_OBJECT
>         (object)' failed
>            Gtk - CRITICAL: gtk_widget_hide: assertion `GTK_IS_WIDGET
>         (widget)'
>         failed
>            Gtk - CRITICAL: gtk_bin_get_child: assertion `GTK_IS_BIN
>         (bin)'
>         failed
>            Gtk - CRITICAL: gtk_label_set_markup: assertion
>         `GTK_IS_LABEL
>         (label)' failed
>         GLib-GObject - CRITICAL: g_object_set_data: assertion
>         `G_IS_OBJECT
>         (object)' failed
>            Gtk - CRITICAL: gtk_widget_hide: assertion `GTK_IS_WIDGET
>         (widget)'
>         failed
>            Gtk - CRITICAL: gtk_bin_get_child: assertion `GTK_IS_BIN
>         (bin)'
>         failed
>            Gtk - CRITICAL: gtk_label_set_markup: assertion
>         `GTK_IS_LABEL
>         (label)' failed
>            Gtk - CRITICAL: gtk_widget_show: assertion `GTK_IS_WIDGET
>         (widget)'
>         failed
>         GLib-GObject - CRITICAL: g_object_get_data: assertion
>         `G_IS_OBJECT
>         (object)' failed
>            Gtk - CRITICAL: gtk_bin_get_child: assertion `GTK_IS_BIN
>         (bin)'
>         failed
>            Gtk - CRITICAL: gtk_label_set_markup: assertion
>         `GTK_IS_LABEL
>         (label)' failed
>            Gtk - CRITICAL: gtk_label_set_markup: assertion
>         `GTK_IS_LABEL
>         (label)' failed
>         **
>         ERROR:integration.c:49:test_run_and_quit: child process
>         (13928) of test
>         trap failed unexpectedly
>         /bin/bash: line 5: 13927 Aborted
>         G_TEST_SRCDIR="/home/rshann/git-denemo/denemo/tests"
>         G_TEST_BUILDDIR="/home/rshann/git-denemo/denemo/tests"
>         G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=
>         $((${RANDOM:-256} %
>         256)) ${dir}$tst
>         FAIL: integration
>         =====================================
>         1 of 1 test failed
>         Please report to address@hidden
>         =====================================
>         make[3]: *** [check-TESTS] Error 1
>         make[3]: Leaving directory
>         `/home/rshann/git-denemo/denemo/tests'
>         make[2]: *** [check-am] Error 2
>         make[2]: Leaving directory
>         `/home/rshann/git-denemo/denemo/tests'
>         make[1]: *** [check] Error 2
>         make[1]: Leaving directory
>         `/home/rshann/git-denemo/denemo/tests'
>         make: *** [check-recursive] Error 1
>         
>         
> 
> 
> 
> -- 
> Éloi Rivard - address@hidden
>         
> « On perd plus à être indécis qu'à se tromper. »
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]