[ANNOUNCEMENT] Updated: weechat-1.2-3

2015-08-03 Thread Sébastien Helleu
Version 1.2-3 of "weechat" has been uploaded. This version fixes a loading problem of Perl plugin (for more info: https://github.com/weechat/weechat/issues/474). DESCRIPTION WeeChat is a fast, light and extensible chat client. It runs on many platforms like Linux, Unix, BSD, GNU Hurd, Mac OS X an

Re: Seg Fault in strftime

2015-08-03 Thread Michael Enright
On Mon, Aug 3, 2015 at 9:52 AM, Michael Enright wrote: > I'm interested in a solution at the libmozjs level Is there anything I can do to advance a solution in libmozjs? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: FFTW + OpenMP

2015-08-03 Thread KIMURA Masaru
Hi, > done > https://cygwin.com/ml/cygwin-announce/2015-08/msg4.html thank you, it just works. Peace, -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygw

Re: wspiapi.h uses _N conflicting with ctype.h

2015-08-03 Thread JonY
On 8/3/2015 21:46, Corinna Vinschen wrote: > > The best result would be if you (or we) could convince the mingw-w64 > guys not to use _N. Jon? Any chance you could apply a patch to use > _n with lower case n? > > For the time being, you can push/pop the clashing macros prior to > including the

fork: can't reserve memory for parent stack

2015-08-03 Thread Marco Atzeri
Testing on 64bit latest pure-ftp, I hit this issue: /usr/sbin/pure-ftpd.exe -d 1 [main] pure-ftpd 8860 E:\cygwin64\usr\sbin\pure-ftpd.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x1E - 0x3E, (child has 0x21 - 0x41), Win32 error 487

Re: permissions differ depending on use of /cygdrive

2015-08-03 Thread Corinna Vinschen
On Aug 3 14:45, Lester Ingber wrote: > I'm up to date with my cygwin64 running Version 2.2.0-1. > I just noticed this inconsistent behavior depending on the use > of /cygdrive under both the latest tcsh or bash: > > 7:38:28am ingber@lesterX1:~% ls -l /cygdrive/d/lesterX1 > total 50426948 > -rwxrw

Re: [ANNOUNCEMENT] Updated: Cygwin 2.2.0-1

2015-08-03 Thread Corinna Vinschen
On Aug 3 20:43, Thomas Wolff wrote: > Am 03.08.2015 um 15:19 schrieb Corinna Vinschen: > >- When started from a non-Cygwin process, check if $HOME starts with a > > slash (absolute POSIX path). Otherwise ignore it. > > Addresses: https://cygwin.com/ml/cygwin/2015-07/msg00344.html > I would ex

Re: xorg-server 1.17.2-1 and dexpot - X11 windows disappear

2015-08-03 Thread Nem W Schlecht
Finally got a little time to test this a little bit. Unfortunately, all I can really say is that Dexpot gets confused with X11 application windows with xorg-server 1.17.2-1 but was completely fine/working with xorg-server 1.17.1-5. Here's what I did just now to test: 1) Opened up 3 xterms on Desk

Re: cygwin@cygwin.com

2015-08-03 Thread Andrey Repin
Greetings, Nicholas Clark! > I remember seeing a bunch of traffic on the subject of rebasing a few > years ago, with people saying that it wouldn't be necessary once we > moved over to 64-bit Cygwin. Did that wind up being true? I see no reason to think otherwise. 64*bit address space is much lea

Re: [ANNOUNCEMENT] Updated: Cygwin 2.2.0-1

2015-08-03 Thread Thomas Wolff
Am 03.08.2015 um 15:19 schrieb Corinna Vinschen: - When started from a non-Cygwin process, check if $HOME starts with a slash (absolute POSIX path). Otherwise ignore it. Addresses: https://cygwin.com/ml/cygwin/2015-07/msg00344.html I would expect $HOME to be considered if it denotes an ab

cygwin@cygwin.com

2015-08-03 Thread Nicholas Clark
Hi all, I remember seeing a bunch of traffic on the subject of rebasing a few years ago, with people saying that it wouldn't be necessary once we moved over to 64-bit Cygwin. Did that wind up being true? I've got some in-house tools that some of our developers want to use on Cygwin, and I've been

Re: Unwanted texlive invasion

2015-08-03 Thread Ken Brown
On 8/3/2015 12:00 PM, steppnav wrote: I'm attempting to remove texlive because it's existence makes it impossible to completely remove X Windows components. I've manually ensured that all things dependent on it have been marked for uninstall. It ends up in a catch 22 style circular, self-refere

Re: Unwanted texlive invasion

2015-08-03 Thread Marco Atzeri
On 8/3/2015 6:00 PM, steppnav wrote: I'm attempting to remove texlive because it's existence makes it impossible to completely remove X Windows components. I've manually ensured that all things dependent on it have been marked for uninstall. It ends up in a catch 22 style circular, self-referen

Re: Unwanted texlive invasion

2015-08-03 Thread steppnav
I'm attempting to remove texlive because it's existence makes it impossible to completely remove X Windows components. I've manually ensured that all things dependent on it have been marked for uninstall. It ends up in a catch 22 style circular, self-reference problem. I don't know what percenta

Re: Seg Fault in strftime

2015-08-03 Thread Michael Enright
On Mon, Aug 3, 2015 at 6:42 AM, Corinna Vinschen wrote: > Hang on. So you suggest that Glibc, Cygwin, as well as any other > implementation based on the localtime.c code from Arthur David Olson, > stop using the additional struct members? Despite them doing the right > thing where the POSIX impl

permissions differ depending on use of /cygdrive

2015-08-03 Thread Lester Ingber
I'm up to date with my cygwin64 running Version 2.2.0-1. I just noticed this inconsistent behavior depending on the use of /cygdrive under both the latest tcsh or bash: 7:38:28am ingber@lesterX1:~% ls -l /cygdrive/d/lesterX1 total 50426948 -rwxrwxrwx+ 1 ingber Users 50108441600 Aug 2 03:35 Archiv

Re: wspiapi.h uses _N conflicting with ctype.h

2015-08-03 Thread Corinna Vinschen
On Aug 3 04:17, Michael Enright wrote: > Here's a reduction of a problem I had compiling v8: > > #include > #include "wspiapi.h" > char array[5]; > __wspiapi_countof_helper(array); > > The reduction isn't realistic but the problem is real. > > On one hand, ctype.h uses _N and it is within its

Re: Seg Fault in strftime

2015-08-03 Thread Corinna Vinschen
On Aug 3 03:54, Michael Enright wrote: > On Mon, Aug 3, 2015 at 1:36 AM, Corinna Vinschen wrote: > > > > The core thingy in POSIX is "The header shall declare the tm > > structure, which shall include at least the following members:" > > > > I saw this lan

Re: cpuinfo cache size

2015-08-03 Thread Corinna Vinschen
On Aug 3 10:15, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > Cygwin is lacking the code to fetch L3 caches and afaics, it's not > > overly simple. At least calling cpuid as for L1 and L2 caches is not > > sufficient, apparently. > > If you can use the Windows API, then this > h

[ANNOUNCEMENT] Updated: Cygwin 2.2.0-1

2015-08-03 Thread Corinna Vinschen
Hi Cygwin friends and users, I released another version of Cygwin. The version number is 2.2.0-1. What's new: --- - New APIs: getcontext, setcontext, makecontext, swapcontext. - New functions: sigsetjmp, siglongjmp. These were only available as macros up to now, but POSIX requires

wspiapi.h uses _N conflicting with ctype.h

2015-08-03 Thread Michael Enright
Here's a reduction of a problem I had compiling v8: #include #include "wspiapi.h" char array[5]; __wspiapi_countof_helper(array); The reduction isn't realistic but the problem is real. On one hand, ctype.h uses _N and it is within its "rights" to do so as ctype.h is part of the standard library

Re: Seg Fault in strftime

2015-08-03 Thread Michael Enright
On Mon, Aug 3, 2015 at 1:36 AM, Corinna Vinschen wrote: > > The core thingy in POSIX is "The header shall declare the tm > structure, which shall include at least the following members:" > I saw this language myself. > > A conforming application does not u

Re: cpuinfo cache size

2015-08-03 Thread Marco Atzeri
On 8/3/2015 12:15 PM, Achim Gratz wrote: Corinna Vinschen cygwin.com> writes: Cygwin is lacking the code to fetch L3 caches and afaics, it's not overly simple. At least calling cpuid as for L1 and L2 caches is not sufficient, apparently. If you can use the Windows API, then this https://ms

Re: cpuinfo cache size

2015-08-03 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > Cygwin is lacking the code to fetch L3 caches and afaics, it's not > overly simple. At least calling cpuid as for L1 and L2 caches is not > sufficient, apparently. If you can use the Windows API, then this https://msdn.microsoft.com/en-us/library/ms683194.a

Re: Seg Fault in strftime

2015-08-03 Thread Corinna Vinschen
On Aug 1 18:47, Michael Enright wrote: > On Sat, Aug 1, 2015 at 2:47 PM, Brian Inglis wrote: > > Two problems I have encountered in the past with manually constructed > > struct tm: > > - failing to set struct tm.tm_isdst member to -1, or any negative value, so > > that mktime(3) will determine

Re: MinTTY 2.1.3 update breaks interoperability with ConEmu

2015-08-03 Thread Thomas Wolff
Am 01.08.2015 um 14:19 schrieb Andrey Repin: Greetings, Jim Reisert AD1C! Please disregard this post. Checking the changelog reveals that this is caused by a new feature, and can be overridden with the -d (--nodaemon) switch. Why isn't the old behavior the default (spawn one process), with the