Re: Cygwin Setup - Choose Best Mirror Automatically for Automated / Silent Installs

2016-11-18 Thread Brian Inglis
On 2016-11-18 18:48, OwN-3m-All wrote: I'm not running Windows Defender or any software for that matter on my test instance of Server 2008. There will be retail workstation components not installed on Server, and all bets are off for Enterprise Server: there will be components not installed

Re: Cygwin Setup - Choose Best Mirror Automatically for Automated / Silent Installs

2016-11-18 Thread OwN-3m-All
I'm not running Windows Defender or any software for that matter on my test instance of Server 2008. I tried running GDB, but the setup executable doesn't have any debugging symbols. Is there a download link somewhere for the latest compiled cygwin setup that includes these symbols? GNU gdb

Re: Cygwin Setup - Choose Best Mirror Automatically for Automated / Silent Installs

2016-11-18 Thread OwN-3m-All
> What Windows version; is it an insider, Education or Enterprise > build? I'm testing on as many different operating systems as I can since I don't know what my users will be running. So far, I have it crashing randomly as shown in my screenshot on Windows Server 2008 Enterprise SP2 x86 and

difference between cygwin32 and cygwin64 mounts breaks libtool

2016-11-18 Thread Bruno Haible
Hi, Short summary: == When a user has installed cygwin64 and the cross-compilation environment for compiling to 32-bit cygwin (i686-pc-cygwin-gcc et al.), then building (with --host=i686-pc-cygwin) a package that creates a shared library and a program that uses this shared library -

Re: [ANNOUNCEMENT] Updated: xorg-server-1.19.0-1 (TEST)

2016-11-18 Thread Tim Prince
On 11/18/2016 2:21 PM, Ken Brown wrote: > On 11/18/2016 1:35 PM, Tim Prince wrote: >> >> >> On 11/18/2016 10:31 AM, Jon Turney wrote: >>> >>> The following packages have been updated in the Cygwin distribution: >>> >>> *** xorg-server-*1.19.0-1 >>> >>> >> I still haven't learned how to make it

Re: Cygwin Setup - Choose Best Mirror Automatically for Automated / Silent Installs

2016-11-18 Thread Achim Gratz
OwN-3m-All writes: > That's really not a good solution. I don't have control over the > mirrors or would know why one isn't working. The only way to thoroughly solve that problem is to provide your own mirror (which by definition you have control over). > I think a new command-line argument

Re: [ANNOUNCEMENT] Updated: xorg-server-1.19.0-1 (TEST)

2016-11-18 Thread Ken Brown
On 11/18/2016 1:35 PM, Tim Prince wrote: On 11/18/2016 10:31 AM, Jon Turney wrote: The following packages have been updated in the Cygwin distribution: *** xorg-server-*1.19.0-1 I still haven't learned how to make it start on Win8.1 or 10: [...] But I don't see it opening an X display,

[ANNOUNCEMENT] Updated: mercurial 4.0-1 -- Python based distributed version control (DVCS)

2016-11-18 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: https://www.mercurial-scm.org License : GPL-2+ Distributed, efficient Python based source control system. Mercurial is designed for efficient handling of very large distributed projects. CHANGES SINCE LAST RELEASE ==

Updated: mercurial 4.0-1 -- Python based distributed version control (DVCS)

2016-11-18 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: https://www.mercurial-scm.org License : GPL-2+ Distributed, efficient Python based source control system. Mercurial is designed for efficient handling of very large distributed projects. CHANGES SINCE LAST RELEASE ==

Re: [ANNOUNCEMENT] Updated: xorg-server-1.19.0-1 (TEST)

2016-11-18 Thread Tim Prince
On 11/18/2016 10:31 AM, Jon Turney wrote: > > The following packages have been updated in the Cygwin distribution: > > *** xorg-server-*1.19.0-1 > > I still haven't learned how to make it start on Win8.1 or 10: $ startxwin Welcome to the XWin X Server Vendor: The Cygwin/X Project Release:

Re: Fwd: calm: cygwin package upload report from sourceware.org for Chris Sutcliffe

2016-11-18 Thread Chris Sutcliffe
On 18 November 2016 at 12:18, Jon Turney wrote: > On 18/11/2016 16:47, Chris Sutcliffe wrote: >> >> I've uploaded a new mksh build using the recently released cygport (v >> 0.23) and it seems like something isn't playing nice with the "upload" >> command and calm: >> > [...] >> >> >> Did I miss

Re: Fwd: calm: cygwin package upload report from sourceware.org for Chris Sutcliffe

2016-11-18 Thread Jon Turney
On 18/11/2016 16:47, Chris Sutcliffe wrote: Hi All, I've uploaded a new mksh build using the recently released cygport (v 0.23) and it seems like something isn't playing nice with the "upload" command and calm: [...] Did I miss something in terms of a needed update to the mksh.cygport file?

Re: lftp 4.7.4 build fails with bad gettext version

2016-11-18 Thread Ken Brown
On 11/16/2016 1:36 PM, Andrew Schulman wrote: Using cygport with no custom src_build function and CYGCONF_ARGS="--with-openssl --enable-packager-mode", the build fails with a mysterious message about a mismatched gettext version: ASchulma@LZ77E1AASCHULMA ~/d/c/lftp> cygport lftp.cygport build

Fwd: calm: cygwin package upload report from sourceware.org for Chris Sutcliffe

2016-11-18 Thread Chris Sutcliffe
Hi All, I've uploaded a new mksh build using the recently released cygport (v 0.23) and it seems like something isn't playing nice with the "upload" command and calm: -- Forwarded message -- Date: 18 November 2016 at 11:41 Subject: calm: cygwin package upload report from

[PATCH setup 5/5] Simplify PickView::insert_pkg

2016-11-18 Thread Jon Turney
This is only called from PickView::setViewMode(), and only when view_style is not viewStyles::Category, so checking that is redundant. Signed-off-by: Jon Turney --- PickView.cc | 26 +++--- 1 file changed, 3 insertions(+), 23 deletions(-) diff

[PATCH setup 4/5] Start chooser in "Pending" view if this is not a first time installation

2016-11-18 Thread Jon Turney
Signed-off-by: Jon Turney --- choose.cc | 3 ++- ini.h | 1 + main.cc | 1 + root.cc | 5 - 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/choose.cc b/choose.cc index 6563cb3..aa1d8e9 100644 --- a/choose.cc +++ b/choose.cc @@ -40,6 +40,7

[PATCH setup 3/5] Ignore malformed lines in a site-list

2016-11-18 Thread Jon Turney
Ignore malformed lines in a site-list, rather than crashing Signed-off-by: Jon Turney --- site.cc | 5 + 1 file changed, 5 insertions(+) diff --git a/site.cc b/site.cc index 677672e..1485096 100644 --- a/site.cc +++ b/site.cc @@ -281,6 +281,11 @@ load_site_list

[PATCH setup 1/5] Give search edit box autohscroll style

2016-11-18 Thread Jon Turney
This enables searching for package names longer than will fit in the edit box, by allowing the text in the edit box to horizontally scroll... Signed-off-by: Jon Turney --- res.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res.rc b/res.rc

[PATCH setup 2/5] Fix validation in RootPage

2016-11-18 Thread Jon Turney
RootPage is supposed to disable the next button if the rootdir edit box is empty, but this currently doesn't work. Signed-off-by: Jon Turney --- root.cc | 19 ++- root.h | 4 2 files changed, 18 insertions(+), 5 deletions(-) diff --git

[PATCH setup 0/5] Various setup patches

2016-11-18 Thread Jon Turney
Jon Turney (5): Give search edit box autohscroll style Fix validation in RootPage Ignore malformed lines in a site-list Start chooser in "Pending" view if this is not a first time installation Simplify PickView::insert_pkg PickView.cc | 26 +++--- choose.cc |

Re: case sensitivity on Windows 7 Enterprise with NTFS drive

2016-11-18 Thread Matthias Herz
Dear All, Thanks for your replies. @Corinna: My bad. I inserted the wrong link. Actually I did follow this link: https://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive @Corinna: I installed on my C drive (which is NTFS) and I have Windows 7 enterprise running. Please

Updated: mksh-54-1

2016-11-18 Thread Chris Sutcliffe
Version 54-1 of "mksh" has been uploaded. MirBSD Korn Shell, an actively developed free implementation of the Korn Shell programming language and a successor to the Public Domain Korn Shell. ChangeLog: [tg] Simplify and improve code and manual page [tg] Try GCC 5’s new -malign-data=abi [tg]

[ANNOUNCEMENT] Updated: mksh-54-1

2016-11-18 Thread Chris Sutcliffe
Version 54-1 of "mksh" has been uploaded. MirBSD Korn Shell, an actively developed free implementation of the Korn Shell programming language and a successor to the Public Domain Korn Shell. ChangeLog: [tg] Simplify and improve code and manual page [tg] Try GCC 5’s new -malign-data=abi [tg]

Re: case sensitivity on Windows 7 Enterprise with NTFS drive

2016-11-18 Thread Corinna Vinschen
On Nov 18 10:32, cyg Simple wrote: > On 11/18/2016 10:15 AM, Corinna Vinschen wrote: > > On Nov 18 13:59, Matthias Herz wrote: > >> Dear Cygwin Team, > >> > >> on my cygwin installation I have problems with case sensitivity although I > >> did everything described here: > >>

[ANNOUNCEMENT] Updated: xorg-server-1.19.0-1 (TEST)

2016-11-18 Thread Jon Turney
The following packages have been updated in the Cygwin distribution: *** xorg-server-*1.19.0-1 These packages contain XWin and the other X.Org X11 servers. This is the first release of the xserver 1.19 series. It is currently available as a test release, and will be made stable in a few

Updated: xorg-server-1.19.0-1 (TEST)

2016-11-18 Thread Jon Turney
The following packages have been updated in the Cygwin distribution: *** xorg-server-*1.19.0-1 These packages contain XWin and the other X.Org X11 servers. This is the first release of the xserver 1.19 series. It is currently available as a test release, and will be made stable in a few

Re: case sensitivity on Windows 7 Enterprise with NTFS drive

2016-11-18 Thread cyg Simple
On 11/18/2016 10:15 AM, Corinna Vinschen wrote: > On Nov 18 13:59, Matthias Herz wrote: >> Dear Cygwin Team, >> >> on my cygwin installation I have problems with case sensitivity although I >> did everything described here: >>

Re: case sensitivity on Windows 7 Enterprise with NTFS drive

2016-11-18 Thread Corinna Vinschen
On Nov 18 13:59, Matthias Herz wrote: > Dear Cygwin Team, > > on my cygwin installation I have problems with case sensitivity although I > did everything described here: > https://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesens= > > I really need case sentitivity since I

Re: case sensitivity on Windows 7 Enterprise with NTFS drive

2016-11-18 Thread cyg Simple
On 11/18/2016 7:59 AM, Matthias Herz wrote: > Dear Cygwin Team, > > on my cygwin installation I have problems with case sensitivity although I > did everything described here: > https://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesens= > > I really need case sentitivity since

case sensitivity on Windows 7 Enterprise with NTFS drive

2016-11-18 Thread Matthias Herz
Dear Cygwin Team, on my cygwin installation I have problems with case sensitivity although I did everything described here: https://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesens= I really need case sentitivity since I would like to use OpenFOAM (c++ cfd library) inside