Re: Setting up a proper modelling environment in Cygwin

2020-09-11 Thread Marco Atzeri via Cygwin
On 12.09.2020 08:13, ASSI wrote: Marco Atzeri via Cygwin writes: Now the current gfortran has $ zcat /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/finclude/ieee_arithmetic.mod|head -n 1 GFORTRAN module version '15' created from ieee_arithmetic.F90 openmpi was built with last gcc so it is aligned That

Re: Setting up a proper modelling environment in Cygwin

2020-09-11 Thread Marco Atzeri via Cygwin
On 12.09.2020 07:39, Brian Inglis wrote: On 2020-09-11 08:59, Marco Atzeri via Cygwin wrote: On 11.09.2020 04:37, Lawrence Bernardo via Cygwin wrote: Dear Cygwin users and developers, I am trying to run some models based on the ROMS ocean modeling system. And although I mainly run such models

Re: Setting up a proper modelling environment in Cygwin

2020-09-11 Thread ASSI
Marco Atzeri via Cygwin writes: > Now the current gfortran has > > $ zcat > /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/finclude/ieee_arithmetic.mod|head > -n 1 > GFORTRAN module version '15' created from ieee_arithmetic.F90 > > openmpi was built with last gcc so it is aligned That points to some larger p

Re: postinstall: fontconfig abnormal exit

2020-09-11 Thread ASSI
Ken Brown via Cygwin writes: > There's no dependency relation between libxml2 and > libfontconfig-common, so #4 wouldn't fix the problem. You'd have to introduce a provides you could depend on, yes. > And some of the other suggestions would require work on setup.exe that > someone would have to d

Re: Setting up a proper modelling environment in Cygwin

2020-09-11 Thread Brian Inglis
On 2020-09-11 08:59, Marco Atzeri via Cygwin wrote: > On 11.09.2020 04:37, Lawrence Bernardo via Cygwin wrote: >> Dear Cygwin users and developers, >> >> I am trying to run some models based on the ROMS ocean modeling system. And >> although I mainly run such models on Linux supercomputing systems,

Re: postinstall: fontconfig abnormal exit

2020-09-11 Thread Brian Inglis
On 2020-09-11 15:13, Ken Brown via Cygwin wrote: > On 9/11/2020 4:30 PM, Achim Gratz wrote: >> Ken Brown via Cygwin writes: >>> Unfortunately, this doesn't yet fix the problem with >>> fontconfig_dtd.sh.  The latter will now succeed if it is run after >>> libxml2.sh, but not if it is run first.  I'

Re: postinstall: fontconfig abnormal exit

2020-09-11 Thread Ken Brown via Cygwin
On 9/11/2020 4:30 PM, Achim Gratz wrote: Ken Brown via Cygwin writes: Unfortunately, this doesn't yet fix the problem with fontconfig_dtd.sh. The latter will now succeed if it is run after libxml2.sh, but not if it is run first. I'm not aware of any way to force setup to run one postinstall sc

Re: postinstall: fontconfig abnormal exit

2020-09-11 Thread Achim Gratz
Ken Brown via Cygwin writes: > Unfortunately, this doesn't yet fix the problem with > fontconfig_dtd.sh. The latter will now succeed if it is run after > libxml2.sh, but not if it is run first. I'm not aware of any way to > force setup to run one postinstall script before another. Multiple ways:

Re: postinstall: fontconfig abnormal exit

2020-09-11 Thread Ken Brown via Cygwin
On 9/11/2020 10:41 AM, Marco Atzeri via Cygwin wrote: On 11.09.2020 15:12, Ken Brown via Cygwin wrote: On 9/11/2020 7:31 AM, Marco Atzeri via Cygwin wrote: On 11.09.2020 10:32, Hamish McIntyre-Bhatty via Cygwin wrote: On 11/09/2020 08:22, Fergus Daly via Cygwin wrote: On 2020-09-10 04:57, Fer

Re: Help with emacs and VC++

2020-09-11 Thread Takashi Yano via Cygwin
On Fri, 11 Sep 2020 19:35:21 +0200 Andrea Venturoli via Cygwin wrote: > Hello. > > I've got a project where I'm using Cygwin's emacs + GNU Make + VC++. > For some reason, it seems CL.exe colorizes or decorates its output and > Emacs does not understand this, so what I get is a lot of control cod

Help with emacs and VC++

2020-09-11 Thread Andrea Venturoli via Cygwin
Hello. I've got a project where I'm using Cygwin's emacs + GNU Make + VC++. For some reason, it seems CL.exe colorizes or decorates its output and Emacs does not understand this, so what I get is a lot of control codes (e.g. things like "^[[?25l Creatin^[[?25h^[[?25l") which make the output v

[ANNOUNCEMENT] Updated: libxml2-2.9.10-2

2020-09-11 Thread Marco Atzeri via Cygwin-announce
Updated version 2.9.10-2 of libxml2 libxml2-devel libxml2-doc python27-libxml2 python36-libxml2 python37-libxml2 python38-libxml2 have been uploaded for cygwin CYGWIN CHANGES re-instated a forgotten postinstall script CHANGES Latest upstream release DESCRIPTION XML toolki

[ANNOUNCEMENT] Updated: mutt-1.14.7-1

2020-09-11 Thread Marco Atzeri via Cygwin-announce
New version 1.14.7-1 of mutt is available in the Cygwin distribution: CHANGES Last upstream bugfix update release. Full details on: https://gitlab.com/muttmua/mutt/raw/master/UPDATING DESCRIPTION The Mutt E-Mail Client "All mail clients suck. This one just sucks less." Mutt is a small but

Re: Setting up a proper modelling environment in Cygwin

2020-09-11 Thread Marco Atzeri via Cygwin
On 11.09.2020 04:37, Lawrence Bernardo via Cygwin wrote: Dear Cygwin users and developers, I am trying to run some models based on the ROMS ocean modeling system. And although I mainly run such models on Linux supercomputing systems, I sometimes use Cygwin to make test runs. However, whenever I

Re: postinstall: fontconfig abnormal exit

2020-09-11 Thread Marco Atzeri via Cygwin
On 11.09.2020 15:12, Ken Brown via Cygwin wrote: On 9/11/2020 7:31 AM, Marco Atzeri via Cygwin wrote: On 11.09.2020 10:32, Hamish McIntyre-Bhatty via Cygwin wrote: On 11/09/2020 08:22, Fergus Daly via Cygwin wrote: On 2020-09-10 04:57, Fergus Daly via Cygwin wrote: Sorry if this has been aske

Re: Setting up a proper modelling environment in Cygwin

2020-09-11 Thread Eliot Moss
On 9/10/2020 10:37 PM, Lawrence Bernardo via Cygwin wrote: Dear Cygwin users and developers, I am trying to run some models based on the ROMS ocean modeling system. And although I mainly run such models on Linux supercomputing systems, I sometimes use Cygwin to make test runs. However, whenever

Re: postinstall: fontconfig abnormal exit

2020-09-11 Thread Ken Brown via Cygwin
On 9/11/2020 7:31 AM, Marco Atzeri via Cygwin wrote: On 11.09.2020 10:32, Hamish McIntyre-Bhatty via Cygwin wrote: On 11/09/2020 08:22, Fergus Daly via Cygwin wrote: On 2020-09-10 04:57, Fergus Daly via Cygwin wrote: Sorry if this has been asked 4 million times already. $ head /etc/postinstal

Re: postinstall: fontconfig abnormal exit

2020-09-11 Thread Marco Atzeri via Cygwin
On 11.09.2020 10:32, Hamish McIntyre-Bhatty via Cygwin wrote: On 11/09/2020 08:22, Fergus Daly via Cygwin wrote: On 2020-09-10 04:57, Fergus Daly via Cygwin wrote: Sorry if this has been asked 4 million times already. $ head /etc/postinstall/{fontconfig_dtd,libxml2}.*

Re: postinstall: fontconfig abnormal exit

2020-09-11 Thread Hamish McIntyre-Bhatty via Cygwin
On 11/09/2020 08:22, Fergus Daly via Cygwin wrote: >> On 2020-09-10 04:57, Fergus Daly via Cygwin wrote: >> Sorry if this has been asked 4 million times already. >>> > $ head /etc/postinstall/{fontconfig_dtd,libxml2}.* ==> /etc/postinstall/fontconfig_dtd.sh.done

RE: postinstall: fontconfig abnormal exit

2020-09-11 Thread Fergus Daly via Cygwin
> On 2020-09-10 04:57, Fergus Daly via Cygwin wrote: > Sorry if this has been asked 4 million times already. > > > >>> $ head /etc/postinstall/{fontconfig_dtd,libxml2}.* > >>==> /etc/postinstall/fontconfig_dtd.sh.done <== > hmmm. i don't understand exactly what this