Re: [Plplot-devel] comprehensive testing results Fortran on MinGW-w64

2016-03-30 Thread Arjen Markus
Hi Alan,



> -Original Message-
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
>
> The openwalnut project
> 
> uses the form
>
> pacman -S mingw64-w64-x86_64-qhull-git
>
> so I would always stick with that form for packages in that particular 
> repository.
>
> But since that form is not working, I wonder if you carefully followed the 
> detailed
> install directions at
>  installation/> 
> concerning the update-
> core script?  That URL does seem to imply that if you do not use that script, 
> that
> subsequent installation of packages using "pacman -S" is going to fail.  
> Anyhow, if
> there is any question that you have not been using update-core, I think you
> probably need to reinstall.
>
That is the first time I heard/read about update-core. I will have to look into 
this (will be several days before I have the opportunity, I am afraid)

Regards,

Arjen

DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471=/4140___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


Re: [Plplot-devel] comprehensive testing results Fortran on MinGW-w64

2016-03-29 Thread Alan W. Irwin
On 2016-03-29 09:58- Arjen Markus wrote:

> Hi Alan,
>
> Alas, ctest failed and the script got stuck, so I had to kill it. The problem 
> is presumably that the tests are run in parallel (-j4) and I have had serious 
> problems with parallel make on Cygwin and MinGW. See the attached output file.
>
> I will retry with ctest in a serial mode.
>
> ---
> Indeed, setting the ctest command to "ctest" did the trick, see the attached 
> tarball.

Hi Arjen:

This latest result is quite encouraging. Everything looks good (no
configuration, build, run-time, or PostScript difference issues) in
that report except for your current problem with installing the
mingw-w64-x86_64-qhull-git package. See my previous post for a
suggestion (complete reinstall following the detailed instructions
given at https://sourceforge.net/p/msys2/wiki/MSYS2 installation/ and
continuing to follow those instructions especially with regard to
running the update-core script) for dealing with that issue.

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
__

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471=/4140
___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


Re: [Plplot-devel] comprehensive testing results Fortran on MinGW-w64

2016-03-29 Thread Alan W. Irwin
On 2016-03-29 07:35- Arjen Markus wrote:

>> 3. From shared/noninteractive/output_tree/cmake.out (which you should always
>> check for WARNING messages to see if anything critical is missing), there is 
>> a
>> WARNING concerning not finding libqhull.  That issue severely limits the 
>> plgriddata
>> algorithm possibilities. I suggest you install 
>> mingw64/mingw-w64-x86_64-qhull-git
>> (taken from the last package list you sent me) to attempt to address this 
>> issue.
>>
>> I would appreciate you running one more Fortran-only comprehensive test on 
>> your
>> MinGW-w64/MSYS2 platform with these 3 issues addressed.
>>
> Well, that has failed. Qhull is listed (pacman -Ss shows two packages, one 
> for MinGW32 and one for MinGW64), but installing it via any of the following 
> failed - "target not found":
>
> pacman -S qhull
>
> pacman -S mingw64-w64-x86_64-qhull-git
>
> pacman -S qhull-git
>
> pacman -S mingw64/mingw64-w64-x86_64-qhull-git

The openwalnut project 

uses the form

pacman -S mingw64-w64-x86_64-qhull-git

so I would always stick with that form for packages in that particular
repository.

But since that form is not working, I wonder if you carefully followed
the detailed install directions at
 concerning
the update-core script?  That URL does seem to imply that if you do
not use that script, that subsequent installation of packages using
"pacman -S" is going to fail.  Anyhow, if there is any question that
you have not been using update-core, I think you probably need to
reinstall.

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
__

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471=/4140
___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


Re: [Plplot-devel] comprehensive testing results Fortran on MinGW-w64

2016-03-29 Thread Alan W. Irwin
On 2016-03-29 09:58- Arjen Markus wrote:

> Hi Alan,
>
> Alas, ctest failed and the script got stuck, so I had to kill it. The problem 
> is presumably that the tests are run in parallel (-j4) and I have had serious 
> problems with parallel make on Cygwin and MinGW. See the attached output file.
>
> I will retry with ctest in a serial mode.
>
> ---
> Indeed, setting the ctest command to "ctest" did the trick, see the attached 
> tarball.

Hi Arjen:

I think it would be worthwhile for you to report both the parallel
make issue and the parallel ctest issue that you have encountered to
the MSYS2 list.  I cannot even make an informed guess whether those
two issues are related or not since as far as I know the ctest
application does not use "make" facilities for implementing parallel
ctests.  But maybe the MSYS2 developers can advise you whether both
ctest and make (I would advise you to mention the exact package names
including version numbers that you are using for both in your MSYS2
mailing list post) use a common facility that has a known bug on
MinGW-w64/MSYS2?

More later concerning your actual working "unparallel" result.

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
__

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471=/4140
___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


Re: [Plplot-devel] comprehensive testing results Fortran on MinGW-w64

2016-03-29 Thread Arjen Markus
Hi Alan,



Alas, ctest failed and the script got stuck, so I had to kill it. The problem 
is presumably that the tests are run in parallel (-j4) and I have had serious 
problems with parallel make on Cygwin and MinGW. See the attached output file.

I will retry with ctest in a serial mode.



From: Arjen Markus [mailto:arjen.mar...@deltares.nl]
Sent: Tuesday, March 29, 2016 9:36 AM
To: Alan W. Irwin
Cc: PLplot development list
Subject: Re: [Plplot-devel] comprehensive testing results Fortran on MinGW-w64


Hi Alan,



> -Original Message-
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
>
> However, there are still some remaining issues with this Fortran-only test on 
> your
> MinGW-w64/MSYS2 platform.
>
> 1. Your comprehensive_test.sh.out result shows the following WARNING:
>
> WARNING: git not on PATH so cannot determine if SOURCE_TREE = /d/plplot-
> svn/plplot-git is a git repository or not
>
I now have git installed for MinGW-w64/MSYS2 - via "pacman -S msys/git"

(pacman -Ss git shows a whole bunch of packages that come via a git repository, 
or at least that is my interpretation)

>
> 2. From the comprehensive_test.sh.out result (which you should always check 
> for
> "no" options to make sure you have not overly constrained the test in some 
> way) it
> appears you are still using the --do_ctest no option when running the
> comprehensive_test.sh script.

Argh, missed that bit - corrected.

>
> 3. From shared/noninteractive/output_tree/cmake.out (which you should always
> check for WARNING messages to see if anything critical is missing), there is a
> WARNING concerning not finding libqhull.  That issue severely limits the 
> plgriddata
> algorithm possibilities. I suggest you install 
> mingw64/mingw-w64-x86_64-qhull-git
> (taken from the last package list you sent me) to attempt to address this 
> issue.
>
> I would appreciate you running one more Fortran-only comprehensive test on 
> your
> MinGW-w64/MSYS2 platform with these 3 issues addressed.
>
Well, that has failed. Qhull is listed (pacman -Ss shows two packages, one for 
MinGW32 and one for MinGW64), but installing it via any of the following failed 
- "target not found":

pacman -S qhull

pacman -S mingw64-w64-x86_64-qhull-git

pacman -S qhull-git

pacman -S mingw64/mingw64-w64-x86_64-qhull-git

I will run the tests without qhull. I should probably ask about this on the 
MinGW list.

Regards,

Arjen
DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.
DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.


ctest.out
Description: ctest.out
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471=/4140___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


Re: [Plplot-devel] comprehensive testing results Fortran on MinGW-w64

2016-03-29 Thread Arjen Markus
Hi Alan,



> -Original Message-
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
>
> However, there are still some remaining issues with this Fortran-only test on 
> your
> MinGW-w64/MSYS2 platform.
>
> 1. Your comprehensive_test.sh.out result shows the following WARNING:
>
> WARNING: git not on PATH so cannot determine if SOURCE_TREE = /d/plplot-
> svn/plplot-git is a git repository or not
>
I now have git installed for MinGW-w64/MSYS2 - via "pacman -S msys/git"

(pacman -Ss git shows a whole bunch of packages that come via a git repository, 
or at least that is my interpretation)

>
> 2. From the comprehensive_test.sh.out result (which you should always check 
> for
> "no" options to make sure you have not overly constrained the test in some 
> way) it
> appears you are still using the --do_ctest no option when running the
> comprehensive_test.sh script.

Argh, missed that bit - corrected.

>
> 3. From shared/noninteractive/output_tree/cmake.out (which you should always
> check for WARNING messages to see if anything critical is missing), there is a
> WARNING concerning not finding libqhull.  That issue severely limits the 
> plgriddata
> algorithm possibilities. I suggest you install 
> mingw64/mingw-w64-x86_64-qhull-git
> (taken from the last package list you sent me) to attempt to address this 
> issue.
>
> I would appreciate you running one more Fortran-only comprehensive test on 
> your
> MinGW-w64/MSYS2 platform with these 3 issues addressed.
>
Well, that has failed. Qhull is listed (pacman -Ss shows two packages, one for 
MinGW32 and one for MinGW64), but installing it via any of the following failed 
- "target not found":

pacman -S qhull

pacman -S mingw64-w64-x86_64-qhull-git

pacman -S qhull-git

pacman -S mingw64/mingw64-w64-x86_64-qhull-git

I will run the tests without qhull. I should probably ask about this on the 
MinGW list.

Regards,

Arjen

DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471=/4140___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel


Re: [Plplot-devel] comprehensive testing results Fortran on MinGW-w64

2016-03-25 Thread Alan W. Irwin
On 2016-03-25 08:50- Arjen Markus wrote:

> Please find the results of the Fortran test on MinGW-w64 in the attachment. 
> This was quite fast, of course, only examining one single language, but 
> still: it is looking very good.

Hi Arjen:

Thanks for your on-going help with MinGW-w64/MSYS2 platform testing.

I agree there are no run-time errors (as before) and the PostScript difference
results look perfect (as before). I was also glad to see (from running

grep '\.exe' shared/noninteractive/build_tree/CMakeCache.txt

) that MinGW-w64/MSYS2 versions of executables were found for
everything which is a nice forward step.

However, there are still some remaining issues with this Fortran-only
test on your MinGW-w64/MSYS2 platform.

1. Your comprehensive_test.sh.out result shows the following WARNING:

WARNING: git not on PATH so cannot determine if SOURCE_TREE = 
/d/plplot-svn/plplot-git is a git repository or not

Once you address this issue, then comprehensive_test.sh.out should
be able to report the exact git commit id that you are testing which
is obviously useful information to have.

You could address this issue a number of ways, but I think the best
way would be to install the MinGW-w64/MSYS2 package "msys/git".  I
found that package name in the package list you sent me, and it
appears there is no equivalent mingw64/mingw-w64-x86_64 package for
git. Note, installation of this git version on your MinGW-w64/MSYS2
platform should only affect how the script identifies the git commit
id, and does not affect the PLplot build in any other way.

2. From the comprehensive_test.sh.out result (which you should always
check for "no" options to make sure you have not overly constrained
the test in some way) it appears you are still using the --do_ctest no option 
when
running the comprehensive_test.sh script.

3. From shared/noninteractive/output_tree/cmake.out (which you should
always check for WARNING messages to see if anything critical is
missing), there is a WARNING concerning not finding libqhull.  That
issue severely limits the plgriddata algorithm possibilities. I
suggest you install mingw64/mingw-w64-x86_64-qhull-git (taken from the
last package list you sent me) to attempt to address this issue.

I would appreciate you running one more Fortran-only comprehensive
test on your MinGW-w64/MSYS2 platform with these 3 issues addressed.

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
__

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel