Re: Fwd: failure notice

2015-12-07 Thread Tom Kacvinsky
On Mon, Dec 7, 2015 at 10:19 AM, Jon Turney wrote: > On 04/12/2015 14:20, Tom Kacvinsky wrote: >> >> Hi, >> >> We have an interesting problem whereby an Linux X client application >> crashes when running the X server on cygwin. We have a reproducer >> for the

Re: TEST RELEASE: Cygwin 2.4.0-0.8

2015-12-07 Thread Jim Reisert AD1C
> [Corinna] released a new TEST version of Cygwin, 2.4.0-0.8. It's been over 24 hours, and the 64-bit version has not yet appeared on http://mirrors.xmission.com. The 32-bit version is available on go-parts.com, however. -- Jim Reisert AD1C, , http://www.ad1c.us --

[newlib-cygwin] Always allocate main thread stack from pthread stack area on x86_64.

2015-12-07 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e753e4129ad0843859e97a4c56962b5395f390b6 commit e753e4129ad0843859e97a4c56962b5395f390b6 Author: Corinna Vinschen Date: Mon Dec 7 16:10:55 2015 +0100 Always allocate main thread stack from pthread stack area

[newlib-cygwin] Move fd_stuff from sys/types.h to sys/select.h

2015-12-07 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=08184b362e8eeb2af0d03d169b852769d1d66f53 commit 08184b362e8eeb2af0d03d169b852769d1d66f53 Author: Corinna Vinschen Date: Wed Nov 18 22:13:31 2015 +0100 Move fd_stuff from sys/types.h to sys/select.h

Re: failure notice

2015-12-07 Thread Tom Kacvinsky
Hi. On Fri, Dec 4, 2015 at 9:20 AM, Tom Kacvinsky wrote: > Hi, > > We have an interesting problem whereby an Linux X client application > crashes when running the X server on cygwin. We have a reproducer > for the problem, but it is a Qt example application stored

Re: Fwd: failure notice

2015-12-07 Thread Jon Turney
On 04/12/2015 14:20, Tom Kacvinsky wrote: Hi, We have an interesting problem whereby an Linux X client application crashes when running the X server on cygwin. We have a reproducer for the problem, but it is a Qt example application stored in a tarball. We have gathered the other information

Re: TEST RELEASE: Cygwin 2.4.0-0.8

2015-12-07 Thread Corinna Vinschen
On Dec 7 08:45, Jim Reisert AD1C wrote: > > [Corinna] released a new TEST version of Cygwin, 2.4.0-0.8. > > It's been over 24 hours, and the 64-bit version has not yet appeared > on http://mirrors.xmission.com. The 32-bit version is available on > go-parts.com, however. We don't control the

Re: [PATCH v2] Introduce the 'usertemp' filesystem type

2015-12-07 Thread Corinna Vinschen
On Dec 1 15:50, Johannes Schindelin wrote: > Hi Corinna, > > On Tue, 1 Dec 2015, Corinna Vinschen wrote: > > > On Dec 1 15:02, Johannes Schindelin wrote: > > > * mount.cc (mount_info::from_fstab_line): support mounting the > > > current user's temp folder as /tmp/. This is particularly > >

Re: [ANNOUNCEMENT] Test: gmp-6.1.0-3p1

2015-12-07 Thread Nem W Schlecht
I've installed this test version and everything is working for me still (no compilation or database access errors like I was receiving before). On Mon, Dec 7, 2015 at 1:23 AM, Achim Gratz wrote: > > A test version of GMP is available that that re-instates a new feature > of

[ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.9

2015-12-07 Thread Corinna Vinschen
Hi Cygwin friends and users, I released TEST version 2.4.0-0.9 of Cygwin. - This version patches the Windows 10 1511 workaround added to 2.4.0-0.7. Cygwin now always uses a self-created main thread stack in a memory area with very low probability of collision with the OS. The fix

[newlib-cygwin] Fix minor style issue in _dll_crt0.

2015-12-07 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=87db9e0680d011109637f5a83b4724c39aecf173 commit 87db9e0680d011109637f5a83b4724c39aecf173 Author: Corinna Vinschen Date: Mon Dec 7 18:41:15 2015 +0100 Fix minor style issue in _dll_crt0. Fix

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.8

2015-12-07 Thread Corinna Vinschen
On Dec 7 10:37, Corinna Vinschen wrote: > On Dec 6 21:21, Kacper Michajlow wrote: > > 2015-12-06 19:57 GMT+01:00 Corinna Vinschen : > > > Hi Cygwin friends and users, > > > > > > > > > I released a new TEST version of Cygwin, 2.4.0-0.8. > > > [...] > > Since 2015-12-03

TEST RELEASE: Cygwin 2.4.0-0.9

2015-12-07 Thread Corinna Vinschen
Hi Cygwin friends and users, I released TEST version 2.4.0-0.9 of Cygwin. - This version patches the Windows 10 1511 workaround added to 2.4.0-0.7. Cygwin now always uses a self-created main thread stack in a memory area with very low probability of collision with the OS. The fix

[newlib-cygwin] Introduce the 'usertemp' filesystem type

2015-12-07 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fb71716d2c248de22ecd86dd8e3a1f4185eb8e87 commit fb71716d2c248de22ecd86dd8e3a1f4185eb8e87 Author: Johannes Schindelin Date: Tue Dec 1 15:02:14 2015 +0100 Introduce the 'usertemp' filesystem type

Re: Fwd: failure notice

2015-12-07 Thread Tom Kacvinsky
On Mon, Dec 7, 2015 at 10:24 AM, Tom Kacvinsky wrote: > On Mon, Dec 7, 2015 at 10:19 AM, Jon Turney > wrote: >> On 04/12/2015 14:20, Tom Kacvinsky wrote: >>> >>> Hi, >>> >>> We have an interesting problem whereby an Linux X client

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.8

2015-12-07 Thread Corinna Vinschen
On Dec 6 21:21, Kacper Michajlow wrote: > 2015-12-06 19:57 GMT+01:00 Corinna Vinschen : > > Hi Cygwin friends and users, > > > > > > I released a new TEST version of Cygwin, 2.4.0-0.8. > > > > This adds a new feature to cygpath, the -U flag, which allows to > > generate

Re: /usr/include/string.h:108: syntax error at token '__asm__'

2015-12-07 Thread Corinna Vinschen
On Dec 7 11:03, Andrew Ernest Ritz wrote: > I get the following message when compiling programs on windows 10 - > /usr/include/string.h:108: syntax error at token '__asm__'. Is this > something to worry about? Works for me. There may be some collision with a definition in your llocal build

Re: /usr/include/string.h:108: syntax error at token '__asm__'

2015-12-07 Thread Andrew Ernest Ritz
Thanks for your quick response. I created a new directory and Makefile and I can't reproduce the problem now either. My project compiles without any errors. Thanks and sorry for the false alarm. Andrew Ritz On 2015-12-07 12:08, Corinna Vinschen wrote: On Dec 7 11:03, Andrew

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.8

2015-12-07 Thread Kacper Michajlow
2015-12-07 17:00 GMT+01:00 Corinna Vinschen : > On Dec 7 10:37, Corinna Vinschen wrote: >> On Dec 6 21:21, Kacper Michajlow wrote: >> > 2015-12-06 19:57 GMT+01:00 Corinna Vinschen : >> > > Hi Cygwin friends and users, >> > > >> > > >> > > I

Re: new arch mismatches

2015-12-07 Thread Yaakov Selkowitz
- Original Message - > These packages exist in only one arch: > > gnome-characters32 bit I'm still working out some bugs in mozjs24 on x86_64, so I haven't shipped this yet for both. > kde-l10n-id 64 bit Botched upload; fixed. > xf86-video-qxl 64 bit