openssl-1.0.1b-1 breaks csh and tcsh

2012-04-29 Thread Ola Strömfors
Hi, After installing openssl-1.0.1b-1 csh and tcsh give the following error at startup: if: Badly formed number. The reason is that the new package contains a corrupt version of /etc/profile.d/openssl.csh Regards, Ola -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: openssl-1.0.1b-1 breaks csh and tcsh

2012-04-29 Thread Corinna Vinschen
On Apr 29 11:11, Ola Strömfors wrote: > Hi, > > After installing openssl-1.0.1b-1 csh and tcsh give the > following error at startup: > > if: Badly formed number. > > The reason is that the new package contains a corrupt version of > /etc/profile.d/openssl.csh I noticed that earlier today, to

Re: Cygwin NFS server yields empty directory listing

2012-04-29 Thread Corinna Vinschen
On Apr 28 23:49, Ken wrote: > For some years I have run an old Unix system (OpenStep) as an NFS client. > The NFS server has been SFU running on Windows XP. This combination works > fine. > > For Windows 7 I have looked at HameWin, FreeNFS, ... but they have > limitations like very restricted user

[ANNOUNCEMENT] Updated: openssl-1.0.1b-2

2012-04-29 Thread Corinna Vinschen
I've updated the version of OpenSSL to 1.0.1b-2. This release fixes the broken /etc/profile.d scripts. Other than that it's identical to 1.0.1b-1. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. T

Re: gdb hanging in emacs

2012-04-29 Thread Ken Brown
On 4/28/2012 3:58 PM, Ryan Johnson wrote: Hi all, I'm trying to use a home-built cross-gdb to do some remote debugging over tcp, but running gdb inside emacs doesn't work. M-x gud-gdb works fine, it's something wrong with the emacs integration. Unlike past times this has come up, the issue doesn

[ANNOUNCEMENT] Updated: texlive-collection-*-20120312-2, texlive-20110705-2, libkpathsea{6,-devel}-20110705-2, libptexenc{1,-devel}-20110705-2

2012-04-29 Thread Ken Brown
The following packages have been updated in the Cygwin distribution: *** texlive-collection-basic-20120312-2 *** texlive-collection-bibtexextra-20120312-2 *** texlive-collection-binextra-20120312-2 *** texlive-collection-fontutils-20120312-2 *** texlive-collection-htmlxml-20120312-2 *** texlive-c

Re: gdb hanging in emacs

2012-04-29 Thread Reini Urban
On Sun, Apr 29, 2012 at 7:53 AM, Ken Brown wrote: > The only other thing I can suggest is that you try emacs-24, assuming you're > currently using emacs-23.  emacs-24 uses a different method of invoking gdb > (based on GDB/MI) than emacs-23, so it might conceivably work better.  If > you want to tr

Re: gdb hanging in emacs

2012-04-29 Thread Ken Brown
On 4/29/2012 10:06 AM, Reini Urban wrote: On Sun, Apr 29, 2012 at 7:53 AM, Ken Brown wrote: The only other thing I can suggest is that you try emacs-24, assuming you're currently using emacs-23. emacs-24 uses a different method of invoking gdb (based on GDB/MI) than emacs-23, so it might concei

Re: Cygwin 1.7.14-2 setup.exe v2.772 broken?

2012-04-29 Thread Ken
Christopher Faylor wrote: On Sat, Apr 28, 2012 at 02:24:29PM -0400, Christopher Faylor wrote: I think I fixed the problem. I at least fixed *a* problem. The latest setup.exe, now on cygwin.com has the fix that solved the issue for me. cgf Yes, I am *pleased* to report that it solved *two* i

Re: gdb hanging in emacs

2012-04-29 Thread Christopher Faylor
On Sun, Apr 29, 2012 at 08:53:24AM -0400, Ken Brown wrote: >On 4/28/2012 3:58 PM, Ryan Johnson wrote: >> Hi all, >> >> I'm trying to use a home-built cross-gdb to do some remote debugging >> over tcp, but running gdb inside emacs doesn't work. M-x gud-gdb works >> fine, it's something wrong with th