octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #41665] make check thinks qt graphics toolkit


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #41665] make check thinks qt graphics toolkit not available
Date: Sat, 22 Feb 2014 03:29:09 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

URL:
  <http://savannah.gnu.org/bugs/?41665>

                 Summary: make check thinks qt graphics toolkit not available
                 Project: GNU Octave
            Submitted by: godfrey
            Submitted on: Sat 22 Feb 2014 03:29:07 AM GMT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Michael Godfrey
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This causes 23 FAILS when make check is run.
./run-octave --no-gui  runs the tests, like
test graphics.cc-tst with no failures.

Example error from fntests.log is:

66822: >>>>> processing
/run/media/godfrey/GoFlex08/qss/d/src/octave/hg/octave/libinterp/corefcn/graphics.cc-tst
66823:   ***** test
66824:  hf = figure ("visible", "off");
66825:  h = plot (1:10, 10:-1:1);
66826:  set (h, "linewidth", 10, "marker", "x");
66827:  lw = get (h, "linewidth");
66828:  mk = get (h, "marker");
66829:  close (hf);
66830:  assert (lw, 10);
66831:  assert (mk, "x");
66832: !!!!! test failed
66833: default graphics toolkit 'qt' is not available!





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41665>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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