On 2016-11-30 13:57-0000 Arjen Markus wrote:

> By the looks of the first part of the output it has done the trick
indeed :). No compiler errors or warnings according to ctest.

Hi Arjen:

I was very happy to see your clean dashboard (aside from some spurious
warning counts for the configuration stage) at
<http://my.cdash.org/index.php?project=PLplot_git>.

I did take a quick look at the cmake output that is published there.
In particular, these notices are all OFF for your Cygwin platform while
mine are ON on Linux:

ENABLE_ada:OFF
ENABLE_d:OFF
ENABLE_java:OFF
ENABLE_ocaml:OFF
ENABLE_octave:OFF
_______________________
ENABLE_pyqt4:OFF
ENABLE_tk:OFF
ENABLE_itk:OFF

The ones above the line we have discussed before. You have been forced
to set ENABLE_ada:OFF due to our own problem with Ada language support
on Windows.  The D, Java, and OCaml issues are due to missing software
on Cygwin, i.e., the gdc.exe D compiler, some Java environment (e.g.,
gcj.exe, gij,exe, and other java friends), camlidl.exe (the rest of
ocaml support is available), and octave.exe.  I suggest you make
appropriate packaging requests on the Cygwin mailing list to see if
anybody is willing to do thatrequired packaging work.

I am pretty sure you have dealt with the ones below the line before,
i.e., those are regressions from your previous results from
running scripts/comprehensive_test.sh.

So to help figure those regressions out, please use the
comprehensive test way of submitting a dashboard that I gave
an example of in a recent commit message,
i.e.,

scripts/comprehensive_test.sh --do_submit_dashboard yes --do_test_interactive 
no --do_test_noninteractive no --do_test_install_tree no 
--do_test_traditional_install_tree no --do_nondynamic no --do_static no

This will submit one dashboard by running ctest with dashboard submission 
enabled in the
build tree for just the shared libraries/dynamic devices choice of our
three principal build configurations.

That script run should pretty much follow what you have just done by
hand, but the added value is you can send me the tarball report to
give me a good chance of helping you figure out the above regressions
compared to your previous comprehensive test results.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

------------------------------------------------------------------------------
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to