Re: gdb input error gfortrani_fbuf_read () cyggfortran-3.dll

2016-09-26 Thread Jon Turney
On 22/09/2016 20:55, Rockefeller, Harry wrote: gdb (test version) and program's 'read' seem to have an input clash. Anyway, gdb used to pause and allow keyboard input. Thanks for reporting this problem, and the test case. Thread 1 "foo" hit Breakpoint 1, foo () at foo.f:4 4 write(

[ANNOUNCEMENT] openssl 1.0.2j-1

2016-09-26 Thread Yaakov Selkowitz
between machines. OpenSSL includes a certificate management tool and shared libraries which provide various cryptographic algorithms and protocols. This release fixes a regression introduced in 1.0.2i: https://www.openssl.org/news/secadv/20160926.txt -- Yaakov -- Problem reports: http

[ANNOUNCEMENT] krb5 1.14.4-1

2016-09-26 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * krb5-workstation-1.14.4-1 * krb5-server-1.14.4-1 * krb5-server-ldap-1.14.4-1 * krb5-pkinit-1.14.4-1 * krb5-k5tls-1.14.4-1 * krb5-samples-1.14.4-1 * krb5-doc-1.14.4-1 * libgssapi_krb5_2-1.14.4-1 * libgssrpc4-1.14.4-1 * libk5cry

setup.exe : proxy auto-configuration script without IE ?

2016-09-26 Thread Jérôme Bouat
Hello, I'm using cygwin on a thin desktop computer which has limited disk storage. The network configuration of setup.exe relies on the proxy auto-configuration script of IE. However, when a package is downloaded, it seems it is stored twice : one time into the IE disk cache and one other tim

Re: Setting up cygrunsrv after moving installation to another drive

2016-09-26 Thread Ernie Rael
Thanks Brian, the Windows command to manipulate service configuration is exactly what I needed. -ernie On 9/25/2016 6:17 PM, Brian Inglis wrote: On 2016-09-25 17:28, Ernie Rael wrote: I have just moved (robocopy) cygwin installation from C:/cygwin64 to F:/cygwin64 (win7). My stumbling block is

Use of SHELL env var by login

2016-09-26 Thread Ernie Rael
I just moved the cygwin installation. The "last" peculiarity I ran into was that the login shell, with the shortcut "F:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -", a ps showed /cygdrive/c/cygwin64/bin/bash instead of /usr/bin/bash I tracked this down the the windows setting for SH

Re: Corrupt Cygwin64 install?

2016-09-26 Thread Mike McCarty
I finally got back to looking at this... I reinstalled cygwin64 from scratch. Removed all of my .*rc files and other customizations. No change. So I decided to run it in the debugger: $ gdb /usr/bin/emacs-nox.exe (gdb) r Starting program: /usr/bin/emacs-nox.exe [New Thread 9896.0x2308] [New Th

Re: Corrupt Cygwin64 install?

2016-09-26 Thread Ken Brown
On 9/26/2016 4:53 PM, Mike McCarty wrote: Has anybody else had a similar experience with TrendMicro AV software? My IT dept. will not allow me to disable it entirely... Search the mailing list archives. I recall at least two people writing about this in recent months, and I think a solution

Re: setup.exe : proxy auto-configuration script without IE ?

2016-09-26 Thread Brian Inglis
On 2016-09-26 13:35, Jérôme Bouat wrote: I'm using cygwin on a thin desktop computer which has limited disk storage. The network configuration of setup.exe relies on the proxy auto-configuration script of IE. To see your proxy config, try running: $ wget -q -O - `ipconfig | \ sed '/^\s\+Connec

Re: Corrupt Cygwin64 install?

2016-09-26 Thread Brian Inglis
On 2016-09-26 15:09, Ken Brown wrote: On 9/26/2016 4:53 PM, Mike McCarty wrote: Has anybody else had a similar experience with TrendMicro AV software? My IT dept. will not allow me to disable it entirely... Search the mailing list archives. I recall at least two people writing about this in re

Re: Use of SHELL env var by login

2016-09-26 Thread Linda Walsh
Ernie Rael wrote: I just moved the cygwin installation. The "last" peculiarity I ran into was that the login shell, with the shortcut "F:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -", a ps showed /cygdrive/c/cygwin64/bin/bash instead of /usr/bin/bash I tracked this down the the win

Re: setup.exe : proxy auto-configuration script without IE ?

2016-09-26 Thread Linda Walsh
Jérôme Bouat wrote: Hello, I'm using cygwin on a thin desktop computer which has limited disk storage. The network configuration of setup.exe relies on the proxy auto-configuration script of IE. --- Actually, it doesn't "rely" on it, it offers to use whatever "IE" is set to instead of

[ANNOUNCEMENT] cppunit 1.13.2-1

2016-09-26 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * cppunit-1.13.2-1 * mingw64-i686-cppunit-1.13.2-1 * mingw64-x86_64-cppunit-1.13.2-1 CppUnit is a C++ unit testing framework. This is a version bump to the latest release from the LibreOffice project. -- Yaakov -- Problem re

[ANNOUNCEMENT] ruby-activerecord 4.2.5.2-2

2016-09-26 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * ruby-activerecord-4.2.5.2-2 * ruby-activerecord-doc-4.2.5.2-2 Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, m

Re: Use of SHELL env var by login

2016-09-26 Thread Ernie Rael
On 9/26/2016 7:18 PM, Linda Walsh wrote: Ernie Rael wrote: I just moved the cygwin installation. The "last" peculiarity I ran into was that the login shell, with the shortcut "F:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -", a ps showed /cygdrive/c/cygwin64/bin/bash instead of /usr

Re: Advice for debugging heap mismatches? (Win10 Insider build 14926)

2016-09-26 Thread Tony Kelman
> You're absolutely sure your rebasing operations are being done without > any Cygwin processes running, even background cygserver, sshd, etc? Pretty sure. I don't have any cygwin processes set up to start at login, and I was rebooting several times here. > Could you paste a complete sample of th