Attn gawk and man-db maintainers: 3am pages shadowing 3p

2015-10-22 Thread Warren Young
Several gawk module manual pages (fnmatch, fork, readdir, and time(3am)) currently shadow pages of the same name in section 3p, owned by man-pages-posix. These are currently dumped into the generic man3 directory, which causes them to take precedence over 3p because of this line in

Re: Bash unable to print epoch timestamp

2015-10-22 Thread Corinna Vinschen
Hi Brian, On Oct 22 07:03, Brian Inglis wrote: > Brian Inglis SystematicSw.ab.ca> writes: > > > > > Don Harrop effx.us> writes: > > > Bash outputs no value when using it's built in method of printing an > > > "epoch" timestamp. > > > BashCommandLine#: printf '%(%s)T' -1 > > > > bash printf

Re: Bash unable to print epoch timestamp

2015-10-22 Thread Brian Inglis
Brian Inglis SystematicSw.ab.ca> writes: > > Don Harrop effx.us> writes: > > Bash outputs no value when using it's built in method of printing an > > "epoch" timestamp. > > BashCommandLine#: printf '%(%s)T' -1 > > bash printf depends on underlying strftime in newlib, which does not support >

Re: Error accessing mapped drive >2TB?

2015-10-22 Thread Corinna Vinschen
On Oct 21 11:26, Warren Young wrote: > On Oct 21, 2015, at 10:22 AM, Corinna Vinschen wrote: > > > > On Oct 21 09:52, Warren Young wrote: > >> > >> I mean, I know how to snag a stream of SMB packets with Wireshark, but > >> I don’t know what I’d be looking for in the dump. > > > > Me neither,

Re: loading VT100 Font in stand alone program

2015-10-22 Thread Ken Brown
On 10/22/2015 12:20 PM, reinhard.ne...@fau.de wrote: I do have the links in /etc/X11/fontpath.d xorg-x11-fonts-75dpi:unscaled:pri=20 -> /usr/share/X11/fonts/75dpi and they work fine within cygwin. I tried to create corresponding links within windows by mklink

[newlib-cygwin] winsup/utils: add CPU cache variables to getconf(1)

2015-10-22 Thread Yaakov Selkowitz
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=505812d04283d9276bb462683bbfaf52b241ac05 commit 505812d04283d9276bb462683bbfaf52b241ac05 Author: Yaakov Selkowitz Date: Thu Oct 22 12:33:37 2015 -0500 winsup/utils: add CPU cache variables to getconf(1)

[PATCH] winsup/utils: add CPU cache variables to getconf(1)

2015-10-22 Thread Yaakov Selkowitz
* getconf.c (conf_table): Add LEVEL*_CACHE_* variables. --- winsup/utils/ChangeLog | 4 winsup/utils/getconf.c | 15 +++ 2 files changed, 19 insertions(+) diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 66bfcb0..ac6eb98 100644 --- a/winsup/utils/ChangeLog +++

Re: Error accessing mapped drive >2TB?

2015-10-22 Thread Warren Young
On Oct 22, 2015, at 2:34 AM, Corinna Vinschen wrote: > > On Oct 21 11:26, Warren Young wrote: >> On Oct 21, 2015, at 10:22 AM, Corinna Vinschen wrote: >>> >>> On Oct 21 09:52, Warren Young wrote: I mean, I know how to snag a stream of SMB packets with Wireshark, but I don’t know

Updated: mkvtoolnix-8.5.1-1

2015-10-22 Thread David Stacey
The following packages have been updated in the Cygwin distribution: * mkvtoolnix-8.5.1-1 * mkvtoolnix-gui-8.5.1-1 MKVToolNix is a set of tools to create, alter and inspect Matroska files (*.mkv, *.mka). This is an update to the latest upstream release. Dave.

[ANNOUNCEMENT] Updated: mkvtoolnix-8.5.1-1

2015-10-22 Thread David Stacey
The following packages have been updated in the Cygwin distribution: * mkvtoolnix-8.5.1-1 * mkvtoolnix-gui-8.5.1-1 MKVToolNix is a set of tools to create, alter and inspect Matroska files (*.mkv, *.mka). This is an update to the latest upstream release. Dave. -- Problem reports:

Re: gawk: Bad File Descriptor error with concurrent readonly access to a network file

2015-10-22 Thread Vermessung AVT - Wolfgang Rieger
Marco suggested I should wait for Corinna being back for that issue. Did you ever look into that, Corinna? For your info, my first mail in that thread contains a description and test case. Thanks, Wolfgang -Original Message- From: Vermessung AVT - Wolfgang Rieger Sent: Sa, 26.

Re: Bad Address with /cygdrive paths

2015-10-22 Thread Barry Roberts
On Thu, Oct 22, 2015 at 7:48 AM, Corinna Vinschen wrote: > I could reproduce this and applied a patch which allows to proceed. > > However. > > The problem was that the SID S-1-0 has a subauthority count of 0, which > is really weird. S-1-0-0 would be the NULL SID, but

[newlib-cygwin] Avoid SEGV when handling SIDs with 0 subauthorities

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e01381afde33020522fe692e0a1a791c99b6f049 commit e01381afde33020522fe692e0a1a791c99b6f049 Author: Corinna Vinschen Date: Thu Oct 22 15:38:42 2015 +0200 Avoid SEGV when handling SIDs with 0 subauthorities

[newlib-cygwin] Add release message for previous Cygwin patch

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6599fad55dfa08882ff07f11132e772af5f152b3 commit 6599fad55dfa08882ff07f11132e772af5f152b3 Author: Corinna Vinschen Date: Thu Oct 22 15:35:46 2015 +0200 Add release message for previous Cygwin patch Diff: ---

Re: Bad Address with /cygdrive paths

2015-10-22 Thread Corinna Vinschen
On Oct 21 18:06, Corinna Vinschen wrote: > On Oct 21 08:24, Barry Roberts wrote: > > Attached is the strace output. > > Thanks. > > The culprit are apparently some weird User and Group SIDs. > > 34 22501 [main] ls 3428 build_fh_pc: fh 0x180329B20, dev 00C3 >26 22527 [main] ls 3428

[newlib-cygwin] Export aligned_alloc, at_quick_exit, quick_exit.

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6b457615e6bee7d88da6e5b88428d2fc58cdf1be commit 6b457615e6bee7d88da6e5b88428d2fc58cdf1be Author: Corinna Vinschen Date: Thu Oct 22 16:21:17 2015 +0200 Export aligned_alloc, at_quick_exit, quick_exit.

Install Bug on Windows XP

2015-10-22 Thread Thomas Dineen
Gentle People: When I install the newest Cygwin 32 on Windows XP the install process hangs on cmake-debuginfo-3.3.2-1. The system seems to hang in an infinite loop with setup.exe drawing 99% of the CPU. Please note that the download and SHA checksum check seem to complete successfully.

[ANNOUNCEMENT] Updated: ncurses-6.0-1.20151017

2015-10-22 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * ncurses-6.0-1.20151017 * ncurses-demo-6.0-1.20151017 * libncursesw10-6.0-1.20151017 * libncurses-devel-6.0-1.20151017 * terminfo-6.0-1.20151017 * terminfo-extra-6.0-1.20151017 Ncurses (new curses) started as a freely

[ANNOUNCEMENT] Updated: rxvt-unicode-9.21-1

2015-10-22 Thread Yaakov Selkowitz
The following package has been updated in the Cygwin distribution: * rxvt-unicode-9.21-1 rxvt-unicode is a colour vt102 terminal emulator intended as an xterm(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result,

New: libofx-0.9.9-1

2015-10-22 Thread Yaakov Selkowitz
The following packages have been added to the Cygwin distribution: * libofx6-0.9.9-1 * libofx-common-0.9.9-1 * libofx-devel-0.9.9-1 * libofx-tools-0.9.9-1 LibOFX is an API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions. --

[ANNOUNCEMENT] New: libofx-0.9.9-1

2015-10-22 Thread Yaakov Selkowitz
The following packages have been added to the Cygwin distribution: * libofx6-0.9.9-1 * libofx-common-0.9.9-1 * libofx-devel-0.9.9-1 * libofx-tools-0.9.9-1 LibOFX is an API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions. --

Re: Install Bug on Windows XP

2015-10-22 Thread Yaakov Selkowitz
On Thu, 2015-10-22 at 18:52 -0700, Thomas Dineen wrote: > When I install the newest Cygwin 32 on Windows XP the > install process hangs on cmake-debuginfo-3.3.2-1. > The system seems to hang in an infinite loop with > setup.exe drawing 99% of the CPU. > > Please note that the download and

Updated: ncurses-6.0-1.20151017

2015-10-22 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * ncurses-6.0-1.20151017 * ncurses-demo-6.0-1.20151017 * libncursesw10-6.0-1.20151017 * libncurses-devel-6.0-1.20151017 * terminfo-6.0-1.20151017 * terminfo-extra-6.0-1.20151017 Ncurses (new curses) started as a freely

BUG: /bin/pwd -P doesn't expand all symlinks

2015-10-22 Thread Mark O'Keefe
Hi, While using /bin/pwd -P to expand directories to get the absolute, non-symlinked version of the directory I discovered that this doesn't work on Cygwin as I believe it is meant to work. $ cd /tmp $ /bin/pwd -P /tmp $ ln -s /home . $ cd home $ /bin/pwd -P /home $ pwd /tmp/home $ mkdir

New: geany-1.25-1

2015-10-22 Thread Yaakov Selkowitz
The following packages have been added to the Cygwin distribution: * geany-1.25-1 * geany-devel-1.25-1 * geany-plugins-*-1.25-1 Geany is a text editor using the GTK+ toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, which has

[ANNOUNCEMENT] New: geany-1.25-1

2015-10-22 Thread Yaakov Selkowitz
The following packages have been added to the Cygwin distribution: * geany-1.25-1 * geany-devel-1.25-1 * geany-plugins-*-1.25-1 Geany is a text editor using the GTK+ toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, which has

[ANNOUNCEMENT] New: aqbanking-5.5.1-1, gwenhywfar-4.13.1-1

2015-10-22 Thread Yaakov Selkowitz
The following packages have been added to the Cygwin distribution: * aqbanking-5.5.1-1 * libaqbanking34-5.5.1-1 * libaqbanking-common-5.5.1-1 * libaqbanking-devel-5.5.1-1 * libaqbankingpp0-5.5.1-1 * libaqebics0-5.5.1-1 * libaqhbci22-5.5.1-1 * libaqofxconnect7-5.5.1-1 * gwenhywfar-4.13.1-1 *

New: aqbanking-5.5.1-1, gwenhywfar-4.13.1-1

2015-10-22 Thread Yaakov Selkowitz
The following packages have been added to the Cygwin distribution: * aqbanking-5.5.1-1 * libaqbanking34-5.5.1-1 * libaqbanking-common-5.5.1-1 * libaqbanking-devel-5.5.1-1 * libaqbankingpp0-5.5.1-1 * libaqebics0-5.5.1-1 * libaqhbci22-5.5.1-1 * libaqofxconnect7-5.5.1-1 * gwenhywfar-4.13.1-1 *

[newlib-cygwin] Fix length returned from sys_cp_wcstombs in case nwc > # of wchars

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ef75017378c2b6ae62cb8bdb196a4d188302f930 commit ef75017378c2b6ae62cb8bdb196a4d188302f930 Author: Corinna Vinschen Date: Thu Oct 22 14:22:07 2015 +0200 Fix length returned from sys_cp_wcstombs in case nwc > #

Re: setup.exe a mystery

2015-10-22 Thread Ken Brown
On 10/22/2015 6:28 AM, Tom Axehult wrote: I lost bash weeks ago and hence cygwin which I used to start from Cywin.bat as administrator, by the well known bash --login -i For reasons beyond me, I can run Xemacs and reach bash functionality from (Tools/shell command) and thus produce cygcheck.

[newlib-cygwin/cygwin-acl] Cygwin 2.3.0: Add missing release message

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bbabe37840f73a0c15a40f4abaddafc67b514d7c commit bbabe37840f73a0c15a40f4abaddafc67b514d7c Author: Corinna Vinschen Date: Tue Sep 8 22:53:54 2015 +0200 Cygwin 2.3.0: Add missing release message

[newlib-cygwin/cygwin-acl] Fix memory leak in pthread_getattr_np

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c173cb0805b81b20a4b2c5efe271e2f3f9ac61fb commit c173cb0805b81b20a4b2c5efe271e2f3f9ac61fb Author: Corinna Vinschen Date: Wed Oct 21 12:46:32 2015 +0200 Fix memory leak in pthread_getattr_np *

[newlib-cygwin/cygwin-acl] Fix length returned from sys_cp_wcstombs in case nwc > # of wchars

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=56a9888b02c8781713b66ff720157dc38739bd82 commit 56a9888b02c8781713b66ff720157dc38739bd82 Author: Corinna Vinschen Date: Thu Oct 22 14:22:07 2015 +0200 Fix length returned from sys_cp_wcstombs in case nwc > #

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

2015-10-22 Thread Johannes Schindelin
Hi Corinna, On Wed, 21 Oct 2015, Corinna Vinschen wrote: > On Oct 20 13:47, Johannes Schindelin wrote: > > On Tue, 20 Oct 2015, Corinna Vinschen wrote: > > > On Sep 16 09:35, Johannes Schindelin wrote: > > > > > > > By specifying > > > > > > > > none /tmp usertemp binary,posix=0 0 0 > >

[newlib-cygwin/cygwin-acl] Export aligned_alloc, at_quick_exit, quick_exit.

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b3e27da5a5fda36aade790a50f94a430b2971a05 commit b3e27da5a5fda36aade790a50f94a430b2971a05 Author: Corinna Vinschen Date: Thu Oct 22 16:21:17 2015 +0200 Export aligned_alloc, at_quick_exit, quick_exit.

[newlib-cygwin/cygwin-acl] Avoid SEGV when handling SIDs with 0 subauthorities

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=57f2c5983f785c63c7a29af0cfcc29f6b46e1315 commit 57f2c5983f785c63c7a29af0cfcc29f6b46e1315 Author: Corinna Vinschen Date: Thu Oct 22 15:38:42 2015 +0200 Avoid SEGV when handling SIDs with 0 subauthorities

[newlib-cygwin/cygwin-acl] Add release message for previous Cygwin patch

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4eb7f4d94cf0f364c93ec7ac12fb4522d1f819b4 commit 4eb7f4d94cf0f364c93ec7ac12fb4522d1f819b4 Author: Corinna Vinschen Date: Thu Oct 22 15:35:46 2015 +0200 Add release message for previous Cygwin patch Diff: ---

[newlib-cygwin/cygwin-acl] * winsup/doc/faq-using.xml (faq.using.same-with-permissions): New entry.

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f15f539e7006ca8f84c07b19c354da136075a94c commit f15f539e7006ca8f84c07b19c354da136075a94c Author: Ken Brown Date: Tue Oct 6 16:31:05 2015 -0400 * winsup/doc/faq-using.xml (faq.using.same-with-permissions): New

[newlib-cygwin/cygwin-acl] Fix EIO error accessing certain (OS X SMB?) drives

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=77df52e5fc07ceece2dfe590a25f8f80a0bf9fe2 commit 77df52e5fc07ceece2dfe590a25f8f80a0bf9fe2 Author: Corinna Vinschen Date: Wed Oct 21 12:01:11 2015 +0200 Fix EIO error accessing certain (OS X SMB?) drives

[newlib-cygwin/cygwin-acl] Fix compiler errors/warnings when compiling with -O3

2015-10-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f0b05fadb5bca889457862a74b4fc990ffd93d4f commit f0b05fadb5bca889457862a74b4fc990ffd93d4f Author: Corinna Vinschen Date: Tue Oct 20 12:33:13 2015 +0200 Fix compiler errors/warnings when compiling with -O3

TEST RELEASE: Cygwin 2.3.0-0.4

2015-10-22 Thread Corinna Vinschen
Hi Cygwin friends and users, I released a new TEST version of Cygwin, 2.3.0-0.4. This test release contains all Cygwin-related patches applied during and after my vacation. Other than that, the original intention, testing the "new POSIX ACL handling reloaded" code, still applies. This is the

[ANNOUNCEMENT] TEST RELEASE: Cygwin 2.3.0-0.4

2015-10-22 Thread Corinna Vinschen
Hi Cygwin friends and users, I released a new TEST version of Cygwin, 2.3.0-0.4. This test release contains all Cygwin-related patches applied during and after my vacation. Other than that, the original intention, testing the "new POSIX ACL handling reloaded" code, still applies. This is the

Re: loading VT100 Font in stand alone program

2015-10-22 Thread reinhard . neder
Dear Ken, thank you very much for your help and the bug fix. I do have the links in /etc/X11/fontpath.d xorg-x11-fonts-75dpi:unscaled:pri=20 -> /usr/share/X11/fonts/75dpi and they work fine within cygwin. I tried to create corresponding links within windows by mklink