HDF5 missing as dependency for netcdf package

2016-06-02 Thread Nathan Wendt
Recently I installed the netcdf package that contains the netcdf utilities like ncdump. However, trying to run ncdump would produce the following error: ncdump.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory With no indication of the missing

[ANNOUNCEMENT] hspell 1.3-1

2016-06-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * hspell-1.3-1 * hspell-common-1.3-1 * libhspell0-1.3-1 * libhspell-devel-1.3-1 * hunspell-he-1.3-1 The Hspell project is a free Hebrew linguistic project. Its primary goal is to create a free Hebrew spell-checker. The seconda

[ANNOUNCEMENT] bidiv 1.5-1

2016-06-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bidiv-1.5-1 bidiv is a filter, or viewer, for birectional text stored in logical-order. It converts such text into visual-order text which can be viewed on terminals that do not handle bidirectionality. -- Yaakov -- Probl

Re: Windows shortcut "bash -c" the only way? Naturally it ignores profile and hence locale

2016-06-02 Thread Christoffer Aasted
I think I found out! I believe I misread the bash docs to say that even "-l" didn't source the startup-files when it does! Apologize. Best Regards/Venlig Hilsen Christoffer Aasted On 2 June 2016 at 19:41, Andrey Repin wrote: > Greetings, Christoffer Aasted! > >> Hello Cygwin. > >> I struggle

Re: Windows shortcut "bash -c" the only way? Naturally it ignores profile and hence locale

2016-06-02 Thread Andrey Repin
Greetings, Christoffer Aasted! > Hello Cygwin. > I struggle in creating a Windows shortcut that launches a command and > initializes the environment the way that the Cygwin64 Terminal > initializes. > C:\cygwin64\bin\mintty.exe /bin/bash -l -c "set ssh -t c...@my.host > screen -r -d weechat" Wh

Windows shortcut "bash -c" the only way? Naturally it ignores profile and hence locale

2016-06-02 Thread Christoffer Aasted
Hello Cygwin. I struggle in creating a Windows shortcut that launches a command and initializes the environment the way that the Cygwin64 Terminal initializes. C:\cygwin64\bin\mintty.exe /bin/bash -l -c "set ssh -t c...@my.host screen -r -d weechat" I am aware that "bash -c" behaves much differe

Re: ulimit system wide

2016-06-02 Thread Mario Barcala
Hi Corina: We have solved it developing two bash scripts: the first one set ulimit and calls the second one which includes the duplicity call. I think ulimit command must be included in a parent bash process. Many thanks, Mario Corinna Vinschen wrote: > On Jun 2 10:32, Mario Barcala wrote: >

Re: Installer of Cygwin 64 seems to freeze when executing /etc/postinstall/xlaunch.sh - version 2.874

2016-06-02 Thread Jean-Paul Bouchet
Hello, Please find attached the script /etc/postinstall/xlaunch.sh and the output of its execution (file postinstall_xlaunch.txt). Thank you. Best regards, Jean-Paul Bouchet On 02/06/2016 15:21, Jon Turney wrote: On 31/05/2016 17:36, Jean-Paul Bouchet wrote: I try to install cygwin 64 on a wi

Re: Installer of Cygwin 64 seems to freeze when executing /etc/postinstall/xlaunch.sh - version 2.874

2016-06-02 Thread Jon Turney
On 31/05/2016 17:36, Jean-Paul Bouchet wrote: I try to install cygwin 64 on a windows 7 PC in order to let users open an X11 session via xlaunch on a linux server (gdm3). I have selected only 3 components of X11 to complete the default selection : xinit, xlaunch and Xorg server. The installer

Re: ulimit system wide

2016-06-02 Thread Corinna Vinschen
On Jun 2 10:32, Mario Barcala wrote: > Hi all: > > Duplicity does not work inside cygwin default installation because it > needs more or equal than 1024 into max open files. If we run ulimit > -n, we get 256. If we run ulimit -n 1024, and then ulimit -n, we get > 1024, and this way duplicity work

Re: make-4.2-1; seeing new "No rule to make target" errors with parallel builds

2016-06-02 Thread Marco Atzeri
On 01/06/2016 20:37, Tony Kelman wrote: Marco and anybody else, Has anyone been seeing issues with the latest make version on big parallel compiles? I'm having trouble with LLVM for example, which I've been building every few days or so on older versions of make with no trouble. e.g. curl -LO

ulimit system wide

2016-06-02 Thread Mario Barcala
Hi all: Duplicity does not work inside cygwin default installation because it needs more or equal than 1024 into max open files. If we run ulimit -n, we get 256. If we run ulimit -n 1024, and then ulimit -n, we get 1024, and this way duplicity works fine from terminal. But we want to launch dupli