Re: [Plplot-devel] Help needed for plplot runtime tests

2019-02-02 Thread Alan W. Irwin
Hi Ole: On 2019-02-02 15:38+0100 Ole Streicher wrote: Hi Alan, I must confess that I disabled both build time and CI tests for plplot in Debian, since I could not get them working properly. The main problem is that the tests don't play well with the way Debian maintains its Python extensions

Re: [Plplot-devel] Help needed for plplot runtime tests

2019-02-02 Thread Alan W. Irwin
On 2018-12-18 13:16-0800 Alan W. Irwin wrote: [...] But meanwhile, I hope you are both able to test your binary packages for PLplot and your package containing the installed examples for plplot-5.14.0-10-g66d68d93e in the above way subject to the temporary "all installed" constraint. @Ole and

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-12-18 Thread Alan W. Irwin
On 2018-11-15 01:10-0800 Alan W. Irwin wrote: [...] I need to implement the following two upstream upgrades: 1. I need to factor the exported target files, e.g., the two export_plplot* files mentioned above. Such factoring had already been highly recommended to me by CMake gurus, and I think it

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-12-06 Thread Alan W. Irwin
On 2018-12-06 14:41+0100 Ole Streicher wrote: Hi Alan, sorry for the delay; I now managed to adjust and run the test suite on the installed package. I'll attach the full log; commands were $ cmake /usr/share/doc/plplot-doc/examples/ $ make VERBOSE=1 test_noninteractive I needed to downgrade t

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-29 Thread Alan W. Irwin
On 2018-11-29 13:33+0100 Ole Streicher wrote: [...] Now, all C examples pass. Excellent! For ADA, I now however get [ 11%] Built target test_c_psc Scanning dependencies of target xstandard16a [ 11%] Building Ada object ada/CMakeFiles/xstandard16a.dir/xstandard16a.o make[3]: *** Keine Regel

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-27 Thread Alan W. Irwin
On 2018-11-27 13:44+0100 Ole Streicher wrote: Hi Alan, thanks for the help so far! Hi Ole: You are welcome. On 26.11.18 19:52, Alan W. Irwin wrote: On 2018-11-26 16:46+0100 Ole Streicher wrote: It appears that CMake hard codes the filename on export.  For example, software@merlin> grep _

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-26 Thread Alan W. Irwin
On 2018-11-26 16:46+0100 Ole Streicher wrote: Hmm, no. It installs the file on the expected place, but *after* this (just before the files are put into the package), its name is changed to_Pltk_init.x86_64-linux-gnu.so (so, the architecture triple is added). Similarly for _plplotc.so (to _plplot

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-26 Thread Ole Streicher
Hi Alan, On 23.11.18 22:17, Alan W. Irwin wrote: > On 2018-11-23 08:28+0100 Ole Streicher wrote: >> -- Could NOT find Qt5Svg (missing: Qt5Svg_DIR) >> CMake Warning at >> /usr/lib/x86_64-linux-gnu/cmake/plplot/plplotConfig.cmake:5 >> (find_package): >>  Found package configuration file: >> >>    /u

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-24 Thread Alan W. Irwin
On 2018-11-24 19:06-0700 Orion Poplawski wrote: On 11/24/18 11:55 AM, Alan W. Irwin wrote: Hi Orion: This thread has previously been directed mostly at Ole, but I am including you now because I think it will interest you.  It concerns the problems (one of them upstream which I plan to fix so

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-24 Thread Orion Poplawski
On 11/24/18 11:55 AM, Alan W. Irwin wrote: Hi Orion: This thread has previously been directed mostly at Ole, but I am including you now because I think it will interest you.  It concerns the problems (one of them upstream which I plan to fix soon by factoring the export files [as I promised yo

[Plplot-devel] Help needed for plplot runtime tests

2018-11-24 Thread Alan W. Irwin
Hi Orion: This thread has previously been directed mostly at Ole, but I am including you now because I think it will interest you. It concerns the problems (one of them upstream which I plan to fix soon by factoring the export files [as I promised you long ago, but it got lost on the stack until

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-23 Thread Alan W. Irwin
On 2018-11-23 08:28+0100 Ole Streicher wrote: [...] It is the cmake command. When I start with an empty dir, and then do $ cmake /usr/share/doc/plplot-doc/examples/ I get the following output: 8< -- The C compiler identif

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-22 Thread Ole Streicher
Hi Alan, "Alan W. Irwin" writes: > On 2018-11-22 20:54+0100 Ole Streicher wrote: >> "Alan W. Irwin" writes: >>> On 2018-11-13 18:23+0100 Ole Streicher wrote: >>> Upstream PLplot installs all examples configured in the core build in >>> one place which contains a self-contained CMake-based build

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-22 Thread Alan W. Irwin
On 2018-11-22 20:54+0100 Ole Streicher wrote: Hi Alan, back from the US (ADASS), I found an hour to look further into the CI tests problem: "Alan W. Irwin" writes: On 2018-11-13 18:23+0100 Ole Streicher wrote: Upstream PLplot installs all examples configured in the core build in one place wh

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-22 Thread Ole Streicher
Hi Alan, back from the US (ADASS), I found an hour to look further into the CI tests problem: "Alan W. Irwin" writes: > On 2018-11-13 18:23+0100 Ole Streicher wrote: > Upstream PLplot installs all examples configured in the core build in > one place which contains a self-contained CMake-based bu

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-15 Thread Alan W. Irwin
On 2018-11-13 18:23+0100 Ole Streicher wrote: Hi Alan, On 11.11.18 03:17, Alan W. Irwin wrote: Everything you have done above should work fine for building and testing the installed examples using the CMake-based build system for those examples. My problem is that I have actually split the e

Re: [Plplot-devel] Help needed for plplot runtime tests

2018-11-10 Thread Alan W. Irwin
On 2018-11-09 23:16+0100 Ole Streicher wrote: Hi, in the Debian package, we usually try to run CI tests regularly on each dependency change. This gives us the opportunity to early find problems with the package or one of its dependencies. However, I have some difficulties to do that; this may

[Plplot-devel] Help needed for plplot runtime tests

2018-11-09 Thread Ole Streicher
Hi, in the Debian package, we usually try to run CI tests regularly on each dependency change. This gives us the opportunity to early find problems with the package or one of its dependencies. However, I have some difficulties to do that; this may be connected with my limited knowledge of cmake.