[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make check for current stable on ubuntu 16.04
From: |
Tatsuro MATSUOKA |
Subject: |
Re: make check for current stable on ubuntu 16.04 |
Date: |
Mon, 19 Mar 2018 18:57:30 +0900 (JST) |
----- Original Message -----
> From: Tatsuro MATSUOKA
> To: "address@hidden"
> Cc:
> Date: 2018/3/19, Mon 18:28
> Subject: make check for current stable on ubuntu 16.04
>
> I have built current stable source hd-id 00d42b86d0a5.
>
> Summary:
>
> PASS 14727
> FAIL 1
> XFAIL (reported bug) 31
> XFAIL (expected failure) 5
> SKIP (missing feature) 39
> SKIP (run-time condition) 12
>
> scripts/plot/util/__opengl_info__.m ......................... PASS 2/3
>
> FAIL 1
> fntest.log
>
>>>>>> processing
> /home/mousei7/work/Octave/octave-hg-stable/octave/scripts/plot/util/__opengl_info__.m
> ***** testif HAVE_OPENGL, HAVE_FLTK; have_window_system () && any
> (strcmp ("fltk", available_graphics_toolkits ()))
> old_toolkit = graphics_toolkit ();
> unwind_protect
> graphics_toolkit ("fltk");
> a = __opengl_info__ ();
> unwind_protect_cleanup
> graphics_toolkit (old_toolkit);
> end_unwind_protect
> assert (! isempty (a));
> assert (isfield (a, "version"));
> !!!!! test failed
> value on right hand side of assignment is undefined
>
Forgot to mention
make[2]: [doc/interpreter/octave_interpreter.qch] Error 1 (ignored)
GEN doc/interpreter/octave_interpreter.qhc
Traceback (most recent call last):
File "./doc/interpreter/prepare_qhelp.py", line 27, in <module>
import lxml.html as lh
ImportError: No module named lxml.html
Makefile:27893: recipe for target 'doc/interpreter/octave_interpreter.qhc'
failed
Please tell me the way to install lxml.html to python (2 or 3?)
Tatsuro