Re: On attempting to install w32api-headers-3.0b_svn5591-1

2013-02-17 Thread JonY
On 2/17/2013 14:43, Fergus wrote: > On attempting to install w32api-headers-3.0b_svn5591-1: > Error message: > Unable to extract /usr/include/w32api/agtctl.h -- corrupt package? > Fergus > Can you test with kernel.org mirror? I checked: http://mirrors.kernel.org/sourceware/cygwin/release/w32api/

Re: mintty session with a particularly fork-unfriendly address space layout

2013-02-17 Thread Andrey Repin
Greetings, Live user! > Even starting several sessions at the same time, keeps happening >0 [main] bash 10532 child_info_fork::abort: > C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: > parent(0x2E) != child(0x3D) > -bash: fork: retry: Resource temporarily unavailable

Re: mintty session with a particularly fork-unfriendly address space layout

2013-02-17 Thread Earnie Boyd
On Sun, Feb 17, 2013 at 10:57 AM, Andrey Repin wrote: >> -- >> Problem reports: http://cygwin.com/problems.html > This ^ I nearly missed "This ^" and started thinking you missed some content. -- Earnie -- https://sites.google.com/site/earnieboyd -- Problem reports: http://cygwin.com

Re: mintty session with a particularly fork-unfriendly address space layout

2013-02-17 Thread Robert Pendell
On Sat, Feb 16, 2013 at 12:06 PM, Live user wrote: > Even starting several sessions at the same time, keeps happening > > 0 [main] bash 10532 child_info_fork::abort: > C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x2E) > != child(0x3D) > -bash: fork: retry: Resour

Re: mintty session with a particularly fork-unfriendly address space layout

2013-02-17 Thread Christopher Faylor
On Sun, Feb 17, 2013 at 11:25:56AM -0500, Robert Pendell wrote: >On Sat, Feb 16, 2013 at 12:06 PM, Live user wrote: >> Even starting several sessions at the same time, keeps happening >> >> 0 [main] bash 10532 child_info_fork::abort: >> C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different addres

Howto compile package

2013-02-17 Thread Matthias Meyer
Dear all, I would like to patch and compile rsync. I'll prefer to cross compile from linux (debian) to cygwin. Is that possible? I didn't find any (actual) documentation about this. Thanks in advance Matthias -- Don't Panic -- Problem reports: http://cygwin.com/problems.html FAQ:

Emacs silently fails to run after last cygwin update

2013-02-17 Thread Bryan M. Kramer
I upgraded cygwin on both an XP and a Windows 7 box this week. In both cases, the x windows version of emacs fails to start. In both cases the X server is cygwin X running on the windows 7 box). I have tried reinstalls on most of my cygwin packages on both hosts to no avail. emacs-nox does run

Re: Emacs silently fails to run after last cygwin update

2013-02-17 Thread Christopher Faylor
On Sun, Feb 17, 2013 at 01:29:22PM -0500, Bryan M. Kramer wrote: >I upgraded cygwin on both an XP and a Windows 7 box this week. In both >cases, the x windows version of emacs fails to start. In both cases the >X server is cygwin X running on the windows 7 box). I have tried >reinstalls on most

Re: mintty session with a particularly fork-unfriendly address space layout

2013-02-17 Thread Andrey Repin
Greetings, Earnie Boyd! > On Sun, Feb 17, 2013 at 10:57 AM, Andrey Repin wrote: >>> -- >>> Problem reports: http://cygwin.com/problems.html >> This ^ > I nearly missed "This ^" and started thinking you missed some content. Sorry. I guess I'm used to familiar highlights so much, that I'm fo

Weird threading / __thread behavior

2013-02-17 Thread Zach Saw
The following test case fails on Cygwin but passes on Linux (both tested using GCC 4.7.2). There are two failures that this test case exposes -- first without commenting out the line "test = true;" and the second is with it commented out. The first case shows the variable 'test' is not being tre