Re: PHP 7.0.14 crashing with minimal set of extensions

2016-12-13 Thread Yaakov Selkowitz
On 2016-12-13 12:06, Andrey Repin wrote: Here's strace and stackdump from latest crash with Cygwin 2.6.1-2 project.rootdir.org/.offload/crash-php-7.14.tar.xz Are you 100% sure that your code is compatible with PHP 7? The only segfaults I have seen so far is with old code. -- Yaakov -- Prob

Re: mingw64-x86_64-wxWidgets3.0 and mingw64-i686-wxWidgets3.0 needs repository rebuild.

2016-12-13 Thread Peter Dons Tychsen
Hello Yaakov & co. Are there plans to update these any time soon? I could fear that other mingw packages (at least the c++ ones) suffer the same problem currently. On another note, thanks Yaakov for maintaining so many mingw packes all together. I really appreciate it. I makes windows development

[ANNOUNCEMENT] Updated [test]: bash-4.4.5-1

2016-12-13 Thread Eric Blake (cygwin)
A new release of bash, 4.4.5-1, has been uploaded and will soon reach a mirror near you. For now it is marked experimental, and requires the use of experimental readline7-7.0.1-1 (leaving bash 4.3.48-8 as the current version). But if no major complaints are raised during testing, this will be pro

Re: new setup.exe doesn't collapse package sets in full view.

2016-12-13 Thread Ken Brown
On 12/13/2016 6:02 PM, Stephen Paul Carrier wrote: I downloaded the new setup program (2.877, 32-bit) and ran it on a cygwin installation that hadn't been updated in over a year (2008R2). I first got the Pending view, OK, then switched to Full and found that the packages were not aggregated into

new setup.exe doesn't collapse package sets in full view.

2016-12-13 Thread Stephen Paul Carrier
I downloaded the new setup program (2.877, 32-bit) and ran it on a cygwin installation that hadn't been updated in over a year (2008R2). I first got the Pending view, OK, then switched to Full and found that the packages were not aggregated into tabs-- they were in one very long alphabetical list.

Re: [ANNOUNCEMENT] llvm 3.8.1-1

2016-12-13 Thread Roger Pack
On 12/7/16, Yaakov Selkowitz wrote: > On 2016-12-07 17:57, Roger Pack wrote: >> Awesome. I tried building 3.9.0 today and ran into >> >> llvm-3.9.0.src/lib/Support/Unix/Signals.inc:418:5: error: ‘Dl_info’ >> was not declared in this scope >> Dl_info dlinfo; > > Already fixed upstream: > > http://

Re: PHP 7.0.14 crashing with minimal set of extensions

2016-12-13 Thread Brian Inglis
On 2016-12-13 14:37, Andrey Repin wrote: > Greetings, Brian Inglis! >> On 2016-12-13 11:06, Andrey Repin wrote: >>> Here's strace and stackdump from latest crash with Cygwin >>> 2.6.1-2 >>> project.rootdir.org/.offload/crash-php-7.14.tar.xz >>> I've tried full Cygwin rebase to no avail. >>> Particu

Re: PHP 7.0.14 crashing with minimal set of extensions

2016-12-13 Thread Andrey Repin
Greetings, Brian Inglis! > On 2016-12-13 11:06, Andrey Repin wrote: >> Here's strace and stackdump from latest crash with Cygwin 2.6.1-2 >> project.rootdir.org/.offload/crash-php-7.14.tar.xz >> I've tried full Cygwin rebase to no avail. >> Particularly, I've attempted to run Composer test suite.

Re: Setup not asking for proxy user,password / was Resend: pdfseparate does nothing for me?

2016-12-13 Thread Brian Inglis
On 2016-12-13 11:43, Ian Lambert via cygwin wrote: > On Mon, 12/12/16, Achim Gratz wrote: >> Ian Lambert via cygwin writes: >>> Maybe a comparison of how wget handles authentication versus how >>> setup handles it could help? >> The problem is on your side and I cannot reproduce it. So that >> ana

Re: Editors set x-bit (sometimes)

2016-12-13 Thread Henry S. Thompson
I find I can reproduce the OP's observations, and the most recent advice doesn't fix it (although it changes the symptoms): >From mintty/bash: 639> cd /tmp 641> ls -ld . drwxrwxr-x+ 1 ht None 0 Dec 13 19:55 ./ 640> getfacl . # file: . # owner: ht # group: None user::rwx group::r

Re: Editors set x-bit (sometimes)

2016-12-13 Thread Achim Gratz
Brian Inglis writes: > Remove DACLs Default ACLs also on directories using: > setfacl -bk ~/.[!.]* ~/.[!.]*/**/ ~/.[!.]*/**/* \ > /???/**/ /???/**/* /sbin/ /sbin/* > - that takes a while to run, and you may get a few anonymous > setfacl: Permission denied > messag

Re: PHP 7.0.14 crashing with minimal set of extensions

2016-12-13 Thread Brian Inglis
On 2016-12-13 11:06, Andrey Repin wrote: > Here's strace and stackdump from latest crash with Cygwin 2.6.1-2 > project.rootdir.org/.offload/crash-php-7.14.tar.xz > I've tried full Cygwin rebase to no avail. > Particularly, I've attempted to run Composer test suite. strace? stackdump? attachments?

Re: Editors set x-bit (sometimes)

2016-12-13 Thread Brian Inglis
On 2016-12-13 08:20, Ronald Otto Valentin Fischer wrote: >On 2016-12-13 10:57, Ken Brown wrote: >> Does this help? >> https://cygwin.com/faq/faq.html#faq.using.same-with-permissions > While interesting, it seems to describe a different phenomenon. > Actually, when I create files by Cygwin tool

Re: Setup not asking for proxy user,password / was Resend: pdfseparate does nothing for me?

2016-12-13 Thread Ian Lambert via cygwin
On Mon, 12/12/16, Achim Gratz wrote: Subject: Re: Setup not asking for proxy user,password / was Resend: pdfseparate does nothing for me? To: cygwin@cygwin.com Date: Monday, December 12, 2016, 1:40 PM Ian Lambert via cygwin writes: > Maybe a comparison of how wget handles > authentica

git diff --color-words doesn't work properly

2016-12-13 Thread Marc Aldorasi
When a .gitattributes file specifies a diff and the locale is utf8, "git diff --color-words" fails with the message "fatal: Invalid regular expression [a-zA-Z_][a-zA-Z0-9_]*|[-+0-9.e]+[fFlL]?|0[xXbB]?[0-9a-fA-F]+[lLuU]*|[-+*/<>%&^|=!]=|--|\+\+|<<=?|>>=?|&&|\|\||::|->\*?|\.\*|[^[:space:]]|[-][<80>-]

PHP 7.0.14 crashing with minimal set of extensions

2016-12-13 Thread Andrey Repin
Greetings, All! Here's strace and stackdump from latest crash with Cygwin 2.6.1-2 project.rootdir.org/.offload/crash-php-7.14.tar.xz I've tried full Cygwin rebase to no avail. Particularly, I've attempted to run Composer test suite. -- With best regards, Andrey Repin Tuesday, December 13, 2016

Periodic search for FAQ link update for clean_setup.pl?

2016-12-13 Thread Ian Lambert via cygwin
Looking for suggestions on cleaning up package directories, https://cygwin.com/faq/faq.html#faq.setup.disk-space has a broken link, again, to clean_setup.pl ? Mailing list search finds: https://sourceware.org/ml/cygwin/2009-06/msg00573.html that has an old version attached, 1.0700 (2003-07-02)

[ANNOUNCEMENT] Updated: setup.exe (Release 2.877)

2016-12-13 Thread Jon Turney
A new version of Setup, release 2.877, has been uploaded to https://cygwin.com/setup-x86.exe (32 bit version) https://cygwin.com/setup-x86_64.exe (64 bit version) Changes compared to 2.876: - Restore the Alt-V keyboard accelerator for the package view selection control - Enable sear

Re: Editors set x-bit (sometimes)

2016-12-13 Thread Ronald Otto Valentin Fischer
> Does this help? > > https://cygwin.com/faq/faq.html#faq.using.same-with-permissions While interesting, it seems to describe a different phenomenon. Actually, when I create files by Cygwin tools only (touch, nano, ), the access rights are always correct. Indeed, even after removing the

Re: Editors set x-bit (sometimes)

2016-12-13 Thread Ken Brown
On 12/13/2016 5:39 AM, Ronald Fischer wrote: Does anybody have an explanation for the following strange phenomenon? When I create Ruby files (*.rb) with an, the files end up with the x-bit set with some editors, while this does not happen with some other editors. This is annoying, because when I

[ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.1-0.2

2016-12-13 Thread Corinna Vinschen
Hi folks, I uploaded a new Cygwin test release 2.6.1-0.2. 2.6.1 will be a bugfix release only and the last release in 2016. New fixes compared to -0.1: - cygwin_conv_path/cygwin_create_path now also check for .exe suffix when converting a POSIX path to Windows notation. - Address Windows bu

Editors set x-bit (sometimes)

2016-12-13 Thread Ronald Fischer
Does anybody have an explanation for the following strange phenomenon? When I create Ruby files (*.rb) with an, the files end up with the x-bit set with some editors, while this does not happen with some other editors. This is annoying, because when I use git to put the file in a repository, and t