Re: [PATCH 01/11] Remove unused and unsafe call to __builtin_frame_address

2016-03-20 Thread Peter Foley
On Sun, Mar 20, 2016 at 5:55 AM, Corinna Vinschen wrote: > There's an assign.txt document you (and potentiall your employer) can > sign and send as PDF. It's usually rather painless. > > > Thanks, > Corinna Copyright assignment form signed and emailed. Thanks, Peter

Re: Is ping only supposed to work for admin accounts?

2016-03-20 Thread Brian Mathis
Yes. Ping needs admin rights in all operating systems, but they have various ways to allow access, such as running suid in unix or using a special API call on Windows. If you need ping from cygwin, it's best to rely on the Windows version without installing the cygwin one. ~ Brian On Sun, Mar

Re: 2.4-2.5 x64: bash crashes on backticks, gdb crashes on opening core dump

2016-03-20 Thread Ivan Pozdeev
20.03.2016 15:47, Marco Atzeri пишет: On 20/03/2016 10:05, Ivan Pozdeev wrote: bash I'm being plagued by these crashes for about half a month now. Specifically, it cannot run any `configure' script. The crashes appear to happen in child bash/sh processes launched while processing

Is ping only supposed to work for admin accounts?

2016-03-20 Thread Ray Satiro
I just used the cygwin installer to install ping-1.0.2-1.tar.xz but it doesn't work for limited user accounts: $ ping google.com ping: socket: Operation not permitted 149 29930 [main] ping 11668 dup_ent: duping protoent "icmp", 0xD56580 46 29976 [main] ping 11668 dup_ent: protoent icmp

[ANNOUNCEMENT] Updated: mintty 2.3.2

2016-03-20 Thread Thomas Wolff
I have uploaded mintty 2.3.2 with the following changes (same as pre-release 2.2.4, plus 3 fixes): Highlights: * Font setup and configuration improvements. * Colour schemes / Theme files. * GUI configuration of wav file for terminal beep. * Startup error handling improvements. Font

Updated: mintty 2.3.2

2016-03-20 Thread Thomas Wolff
I have uploaded mintty 2.3.2 with the following changes (same as pre-release 2.2.4, plus 3 fixes): Highlights: * Font setup and configuration improvements. * Colour schemes / Theme files. * GUI configuration of wav file for terminal beep. * Startup error handling improvements. Font

Re: [ITP] procps-ng

2016-03-20 Thread Corinna Vinschen
On Mar 20 14:30, Wayne Porter wrote: > > On Sun, Mar 20, 2016 at 1:47 PM, Corinna Vinschen > > wrote: > >> Can you please provide direct links to the files, allowing to fetch > >> them via wget? > >> > >> > >> Thanks, > >> Corinna > >> [...] > > Ok, I have uploaded the

Re: [ITP] procps-ng

2016-03-20 Thread Wayne Porter
On Sun, Mar 20, 2016 at 2:00 PM, Wayne Porter wrote: > On Sun, Mar 20, 2016 at 1:47 PM, Corinna Vinschen > wrote: >> On Mar 18 17:25, Wayne Porter wrote: >>> On Wed, Mar 16, 2016 at 1:51 PM, Yaakov Selkowitz >>> wrote: >>>

[newlib-cygwin] srandom: Replace accessing /dev/random by equivalent getentropy call

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2519f0ef0c24e4a0fec98b58e6f3481d5dd57acd commit 2519f0ef0c24e4a0fec98b58e6f3481d5dd57acd Author: Corinna Vinschen Date: Sun Mar 20 22:29:03 2016 +0100 srandom: Replace accessing /dev/random by equivalent

[newlib-cygwin] Revert "Improve and simplify select()."

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=66dc7d731aaefb79efda7181bffd81abdc7d5413 commit 66dc7d731aaefb79efda7181bffd81abdc7d5413 Author: Corinna Vinschen Date: Sun Mar 20 21:59:27 2016 +0100 Revert "Improve and simplify select()." This

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

2016-03-20 Thread Corinna Vinschen
On Mar 20 21:45, Corinna Vinschen wrote: > On Mar 20 19:19, Achim Gratz wrote: > > What's going wrong is that the symbols are also defined in libc.a on > > 32bit and only in libm.a on 64bit. The configury for Cygwin removes > > both -lc and -lm from the list of libraries that should explicitly be

Re: [ITP] ncview-2.1.6-1

2016-03-20 Thread Corinna Vinschen
On Mar 20 10:40, Marco Atzeri wrote: > Ncview is a visual browser for netCDF format files. > > http://meteora.ucsd.edu/~pierce/ncview_home_page.html > > Already present in Fedora, Debian. > > to download (remove the index.html's) : > > wget -r -np -nH --cut-dirs=0 \ >

Re: [ITP] procps-ng

2016-03-20 Thread Corinna Vinschen
On Mar 18 17:25, Wayne Porter wrote: > On Wed, Mar 16, 2016 at 1:51 PM, Yaakov Selkowitz > wrote: > > On 2016-03-16 15:18, Wayne Porter wrote: > >> > >> Since I sent this package incorrectly the first time, I have > >> repackaged it as procps-ng (it's correct name). The

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

2016-03-20 Thread Corinna Vinschen
On Mar 20 19:19, Achim Gratz wrote: > Corinna Vinschen writes: > > These functions are defined on both platforms. What's *not* defined on > > 64 bit, but only on 32 bit, are the same functions preceeded with an > > underscore, e.g. _copysign. > > > > Can you please check again? There's something

[newlib-cygwin] Drop redundant arc4random prototypes from cygwin/stdlib.h

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1cca343e4714d11c53e23c8a3a17deba3e5531db commit 1cca343e4714d11c53e23c8a3a17deba3e5531db Author: Corinna Vinschen Date: Sun Mar 20 21:30:58 2016 +0100 Drop redundant arc4random prototypes from cygwin/stdlib.h

[newlib-cygwin] Improve and simplify select().

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=472d0a228c56bd4783ebb0561667cda2de3cd168 commit 472d0a228c56bd4783ebb0561667cda2de3cd168 Author: John Hood Date: Thu Feb 4 00:44:56 2016 -0500 Improve and simplify select(). * cygwait.h (cygwait_us)

[newlib-cygwin] Use high-resolution timebases for select().

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6e70fd315a29578f090a98f84e9d8e95ddb156e3 commit 6e70fd315a29578f090a98f84e9d8e95ddb156e3 Author: John Hood Date: Thu Jan 28 17:08:39 2016 -0500 Use high-resolution timebases for select(). * cygwait.h:

[newlib-cygwin] Debug printfs.

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9f82de59a07da145c177648fe474f19cd9def7a1 commit 9f82de59a07da145c177648fe474f19cd9def7a1 Author: John Hood Date: Sat Jan 30 17:37:33 2016 -0500 Debug printfs. * fhandler.cc

[newlib-cygwin] Allow machine-dependent arc4 locking

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f7f26f65ab61fe39fe57a9ae38029c4d0cd10653 commit f7f26f65ab61fe39fe57a9ae38029c4d0cd10653 Author: Corinna Vinschen Date: Fri Mar 18 18:01:07 2016 +0100 Allow machine-dependent arc4 locking newlib:

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

2016-03-20 Thread Yaakov Selkowitz
On 2016-03-20 12:29, Ken Brown wrote: Never mind. I just sent a report to bug-gnulib, so you can follow up there. http://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00054.html Please check what I wrote in response to Paul and correct any mistakes I might have made. Treating Cygwin

RE: faster opening Cygwin from Explorer window

2016-03-20 Thread Buchbinder, Barry (NIH/NIAID) [E]
Marco Atzeri sent the following at Friday, March 18, 2016 11:01 AM >On 18/03/2016 15:43, Nellis, Kenneth wrote: >> I frequently ping-pong back and forth between working in the Windows >> and Cygwin environments, needing to keep both Explorer windows and >> Cygwin PWD focused on the same

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

2016-03-20 Thread Ken Brown
On 3/20/2016 11:26 AM, Corinna Vinschen wrote: On Mar 19 14:03, Ken Brown wrote: On 3/19/2016 8:34 AM, Ken Brown wrote: On 3/19/2016 6:32 AM, Corinna Vinschen wrote: On Mar 18 22:24, Ken Brown wrote: On 3/18/2016 7:29 PM, Yaakov Selkowitz wrote: On 2016-03-18 18:05, Yaakov Selkowitz wrote:

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

2016-03-20 Thread Achim Gratz
Corinna Vinschen writes: > These functions are defined on both platforms. What's *not* defined on > 64 bit, but only on 32 bit, are the same functions preceeded with an > underscore, e.g. _copysign. > > Can you please check again? There's something else going wrong here. What's going wrong is

Package choosing algorithm ...

2016-03-20 Thread Houder
Hi Corinna, A year ago you changed the "package choosing algorithm" ... https://sourceware.org/ml/cygwin/2015-02/msg00034.html - [ANNOUNCEMENT] Updated: setup.exe (Release 2.864) -- by Corinna Vinschen Here C. announces the modification of the "package choosing algorithm" (and the

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

2016-03-20 Thread Corinna Vinschen
On Mar 19 14:03, Ken Brown wrote: > On 3/19/2016 8:34 AM, Ken Brown wrote: > >On 3/19/2016 6:32 AM, Corinna Vinschen wrote: > >>On Mar 18 22:24, Ken Brown wrote: > >>>On 3/18/2016 7:29 PM, Yaakov Selkowitz wrote: > On 2016-03-18 18:05, Yaakov Selkowitz wrote: > >On 2016-03-18 17:25, Ken

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

2016-03-20 Thread Corinna Vinschen
On Mar 20 11:59, Achim Gratz wrote: > Corinna Vinschen writes: > >> If so, it might be a good idea for maintainers to test that nothing > >> unexpected happens when they build their packages. > > > > Yes, that's really a good idea. > > I've run a fresh build of Perl on this. > > - there's a new

Re: [PATCH] Re: Cygwin select() issues and improvements

2016-03-20 Thread Corinna Vinschen
Hi John, On Mar 19 18:43, john hood wrote: > From c805552cdc9e673ef2330388ddb8b7a0da741766 Mon Sep 17 00:00:00 2001 > From: John Hood > Date: Thu, 28 Jan 2016 17:08:39 -0500 > Subject: [PATCH 1/5] Use high-resolution timebases for select(). > > * cygwait.h: Add

Re: ctrl-c doesn't reliably kill ping

2016-03-20 Thread cyg Simple
On 3/15/2016 7:43 AM, Adam Dinwoodie wrote: > On Tue, Mar 15, 2016 at 02:00:38PM +0300, Andrey Repin wrote: >> Greetings, Frank Farance! >> >>> A little digression, so you understand the background ... The workstation I >>> am >>> doing this from is connected to a Verizon router to their FIOS

[newlib-cygwin] Feature test macros overhaul: dirent.h

2016-03-20 Thread Yaakov Selkowitz
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d2937299fad043fa91cdf7f56eef914558be4077 commit d2937299fad043fa91cdf7f56eef914558be4077 Author: Yaakov Selkowitz Date: Mon Mar 14 16:17:38 2016 -0500 Feature test macros overhaul: dirent.h MAXNAMLEN

Re: git svn -T svn://svn. ...

2016-03-20 Thread Adam Dinwoodie
On Wed, Mar 09, 2016 at 07:46:06PM +, Adam Dinwoodie wrote: > On Tue, Mar 08, 2016 at 01:32:30PM -0500, cyg Simple wrote: > > Using the latest production release 2.4.1(1) the command is removing the > > / after the svn: leaving svn:/svn which isn't correct. Using > > 'svn://svn' doesn't help

Re: Running texconfig breaks backspace in Bash/MinTTY

2016-03-20 Thread Ken Brown
On 3/17/2016 7:40 AM, Ken Brown wrote: > On 3/16/2016 6:11 PM, Thomas Wolff wrote: >> Am 16.03.2016 um 16:07 schrieb Ken Brown: >>> On 3/16/2016 10:00 AM, Adam Dinwoodie wrote: On Wed, Mar 16, 2016 at 08:34:45AM -0400, Ken Brown wrote: > On 3/16/2016 7:45 AM, Adam Dinwoodie wrote: >>

[newlib-cygwin] * winsup/testsuite/configure: chmod a+x

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=313fcaf1bc7b59dc8bf965dfe620fa342e653389 commit 313fcaf1bc7b59dc8bf965dfe620fa342e653389 Author: John Hood Date: Fri Mar 18 04:31:16 2016 -0400 * winsup/testsuite/configure: chmod a+x Diff: ---

[newlib-cygwin] Move get_nonascii_key into fhandler_console.

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b92b47b7bc3993bf674ba5a174b738a6d523c95c commit b92b47b7bc3993bf674ba5a174b738a6d523c95c Author: John Hood Date: Sat Jan 30 17:33:36 2016 -0500 Move get_nonascii_key into fhandler_console. *

Re: Suddenly: Font does not support ANSI character range?

2016-03-20 Thread Thomas Wolff
Am 19.03.2016 um 19:54 schrieb Andrey Tarasevich: On Sat, Mar 19, 2016 at 11:01 AM, Thomas Wolff wrote: Am 19.03.2016 um 18:18 schrieb Andrey Tarasevich: ... when I attempt to start Cygwin terminal (mintty), I'm immediately greeted with a message box saying Lucida Console

[newlib-cygwin] Feature test macros overhaul: fnmatch.h

2016-03-20 Thread Yaakov Selkowitz
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d94d983d1bed2d0f5ffb03b8b5469d7e59e839de commit d94d983d1bed2d0f5ffb03b8b5469d7e59e839de Author: Yaakov Selkowitz Date: Mon Mar 14 16:19:42 2016 -0500 Feature test macros overhaul: fnmatch.h Use the

Re: [HEADSUP] New github organization "cygwin"

2016-03-20 Thread Corinna Vinschen
On Mar 18 12:49, Yaakov Selkowitz wrote: > On 2016-03-18 08:27, Corinna Vinschen wrote: > >On Mar 18 12:37, Adam Dinwoodie wrote: > >>I have the Cygport files for the various packages I maintain tracked on > >>GitHub; is that the sort of thing you're looking for? I'd be happy to > >>move them

clamav: Request for package update

2016-03-20 Thread Jonathan D Johnston
Attention package clamav maintainer (Reini Urban?) Usage of freshclam (1) reports that the recommended version of ClamAV is 0.99.1, but the most recent version in https://cygwin.com/packages/ is 0.98.7 . Version 0.98.7 isn't functional with the current ClamAV databases. Can this package be

Re: Cygwin select() issues and improvements

2016-03-20 Thread Corinna Vinschen
Sidenote from the past: On Feb 15 13:57, Corinna Vinschen wrote: > On Feb 14 03:09, john hood wrote: > > Windows scheduling in general seems to be rather poor for Cygwin > > processes, and there are scheduling differences between processes run in > > Windows console (which are seen as interactive

Re: 2.4-2.5 x64: bash crashes on backticks, gdb crashes on opening core dump

2016-03-20 Thread Marco Atzeri
On 20/03/2016 10:05, Ivan Pozdeev wrote: bash I'm being plagued by these crashes for about half a month now. Specifically, it cannot run any `configure' script. The crashes appear to happen in child bash/sh processes launched while processing backticks. Other times, commands with stream

Updated: wtf-0.0.4-8

2016-03-20 Thread Marco Atzeri
Version 0.0.4-8 of "wtf" has been uploaded. wtf translates acronyms and filename suffixes for you. The wtf program looks-up the definition of a term. It supports a number of definition sources. In this version they are an acronyms database and a filename suffixes database. CHANGES - Built also

[ANNOUNCEMENT] Updated: wtf-0.0.4-8

2016-03-20 Thread Marco Atzeri
Version 0.0.4-8 of "wtf" has been uploaded. wtf translates acronyms and filename suffixes for you. The wtf program looks-up the definition of a term. It supports a number of definition sources. In this version they are an acronyms database and a filename suffixes database. CHANGES - Built also

Updated: mc-4.8.16-1

2016-03-20 Thread Marco Atzeri
Version mc-4.8.16-1 of Midnight Commander has been uploaded for cygwin CHANGES This is a upstream bugfix release https://www.midnight-commander.org/wiki/NEWS-4.8.16 DESCRIPTION GNU Midnight Commander is a visual file manager. It's a feature rich full-screen text mode application that allows you

[ANNOUNCEMENT] Updated: mc-4.8.16-1

2016-03-20 Thread Marco Atzeri
Version mc-4.8.16-1 of Midnight Commander has been uploaded for cygwin CHANGES This is a upstream bugfix release https://www.midnight-commander.org/wiki/NEWS-4.8.16 DESCRIPTION GNU Midnight Commander is a visual file manager. It's a feature rich full-screen text mode application that allows you

Re: [PATCH 11/11] respect datarootdir

2016-03-20 Thread Corinna Vinschen
On Mar 19 13:45, Peter Foley wrote: > Recent versions of autoconf define datadir/infodir in terms of > datarootdir. Add it. > > winsup/ChangeLog > * Makefile.in: define datarootdir Applied. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin

[newlib-cygwin] respect datarootdir

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3bc912c02b3cd6692313e7e3cdd8acd0685483d1 commit 3bc912c02b3cd6692313e7e3cdd8acd0685483d1 Author: Peter Foley Date: Sat Mar 19 13:45:57 2016 -0400 respect datarootdir Recent versions of autoconf

Re: [PATCH 09/11] Add c++14 sized deallocation operator

2016-03-20 Thread Corinna Vinschen
On Mar 19 13:45, Peter Foley wrote: > When compiling with -std=c++14 (the default for gcc 6.0+), the sized > deallocation operator must be defined to prevent undefined symbols when > linking. > > winsup/cygwin/ChangeLog: > cxx.cc (operator delete(void *p, size_t)): Define. > > Signed-off-by:

[newlib-cygwin] Fix strict aliasing

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5bc753c5a2708173c77f0162d644b31707b049a0 commit 5bc753c5a2708173c77f0162d644b31707b049a0 Author: Peter Foley Date: Sat Mar 19 13:45:56 2016 -0400 Fix strict aliasing Fix a strict aliasing error

Re: [PATCH 10/11] Fix strict aliasing

2016-03-20 Thread Corinna Vinschen
On Mar 19 13:45, Peter Foley wrote: > Fix a strict aliasing error detected by gcc 6.0+ > > winsup/cygwin/ChangeLog > * pinfo.cc (winpids::enum_process): Fix strict aliasing. Applied. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer

Running texconfig breaks backspace in Bash/MinTTY

2016-03-20 Thread Adam Dinwoodie
Here's an interesting bug: normally in a Bash session in MinTTY, backspace and Ctrl+H both delete the previous character, as expected. However, after running texconfig and returning to the shell, both the backspace key and Ctrl+H appear to just print "^H" to the terminal. It looks like this is

Re: [Attn] git maintainer: Remote Code Execution for git < 2.7.1

2016-03-20 Thread Adam Dinwoodie
On Fri, Mar 18, 2016 at 10:41:41AM +0200, Ismail Donmez wrote: > On Wed, Mar 16, 2016 at 12:50 PM, Adam Dinwoodie wrote: > > On Wed, Mar 16, 2016 at 07:43:54AM +0200, Ismail Donmez wrote: > >> Please see http://www.openwall.com/lists/oss-security/2016/03/15/5 . > >> Would be

Re: [PATCH 08/11] Fix typoed comparison

2016-03-20 Thread Corinna Vinschen
On Mar 19 13:45, Peter Foley wrote: > winsup/cygwin/ChangeLog > * thread.cc (semaphore::open): Fix mistaken conditional. Applied. THanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat

[newlib-cygwin] The address of an class always evaluates to true

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1eb7cb2553e5643395869814914ff0344ce5af51 commit 1eb7cb2553e5643395869814914ff0344ce5af51 Author: Peter Foley Date: Sat Mar 19 13:45:53 2016 -0400 The address of an class always evaluates to true

[newlib-cygwin] Fix typoed comparison

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0611132f045ee705ab8f85d0679aeacde0720f33 commit 0611132f045ee705ab8f85d0679aeacde0720f33 Author: Peter Foley Date: Sat Mar 19 13:45:54 2016 -0400 Fix typoed comparison winsup/cygwin/ChangeLog *

Re: [PATCH 07/11] The address of an class always evaluates to true

2016-03-20 Thread Corinna Vinschen
On Mar 19 13:45, Peter Foley wrote: > winsup/cygwin/pinfo.cc:465:14: error: the compiler can assume that the > address of 'tc' will always evaluate to 'true' [-Werror=address] > > winsup/cygwin/ChangeLog > * pinfo.cc (_pinfo::set_ctty): remove always true check. Applied. Thanks, Corinna --

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

2016-03-20 Thread Marco Atzeri
On 20/03/2016 11:59, Achim Gratz wrote: Corinna Vinschen writes: If so, it might be a good idea for maintainers to test that nothing unexpected happens when they build their packages. Yes, that's really a good idea. I've run a fresh build of Perl on this. - there's a new signal: SIGIOT -

Re: [PATCH 04/11] Remove misleading indentation

2016-03-20 Thread Corinna Vinschen
On Mar 19 13:45, Peter Foley wrote: > GCC 6.0+ warns on misleading indentation, so fix it. > > winsup/cygserver/ChangeLog > * sysv_msg.cc (msgsnd): Fix misleading indentation. > * sysv_msg.cc (msgrcv): Ditto. > * sysv_sem.cc (semop): Ditto. > winsup/cygwing/ChangeLog > * syscalls.cc

[newlib-cygwin] Remove misleading indentation

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2f310e44c415de4d44c0d3258764db5120caa34f commit 2f310e44c415de4d44c0d3258764db5120caa34f Author: Peter Foley Date: Sun Mar 20 11:58:35 2016 +0100 Remove misleading indentation * syscalls.cc

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

2016-03-20 Thread Achim Gratz
Corinna Vinschen writes: >> If so, it might be a good idea for maintainers to test that nothing >> unexpected happens when they build their packages. > > Yes, that's really a good idea. I've run a fresh build of Perl on this. - there's a new signal: SIGIOT - two new symbols are found:

Re: [PATCH 02/11] Remove dead code from fhandler_console.

2016-03-20 Thread Corinna Vinschen
On Mar 19 13:45, Peter Foley wrote: > This if is unconditionally false, so remove it. > > winsup/cygwin/fhandler_console.cc: In member function 'bool > dev_console::fillin(HANDLE)': > winsup/cygwin/fhandler_console.cc:740:22: error: self-comparison always > evaluates to false

[newlib-cygwin] Add necessary braces to if statements

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=dc85a189a490d3fdd779da3aae1178aafde37cfc commit dc85a189a490d3fdd779da3aae1178aafde37cfc Author: Peter Foley Date: Sat Mar 19 13:45:49 2016 -0400 Add necessary braces to if statements The missing

[newlib-cygwin] Remove dead code from fhandler_console.

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=922e21a3eae20cdf68aa8a2db6b03a52648c3d1e commit 922e21a3eae20cdf68aa8a2db6b03a52648c3d1e Author: Peter Foley Date: Sat Mar 19 13:45:48 2016 -0400 Remove dead code from fhandler_console. This if is

Re: [PATCH 01/11] Remove unused and unsafe call to __builtin_frame_address

2016-03-20 Thread Corinna Vinschen
On Mar 19 13:45, Peter Foley wrote: > initial_sp has been unused since commit fbf23e3 back in 2000. > Keep the value, so as to avoid changing the offset of magic_biscuit. > > winsup/cygwin/lib/_cygwin_crt0_common.cc:140:52: > error: calling 'void* __builtin_frame_address(unsigned int)' with a >

[newlib-cygwin] Remove unused and unsafe call to __builtin_frame_address

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c0b6fc54b1b0025dc02b5e1731ebd4f4aec1bfd0 commit c0b6fc54b1b0025dc02b5e1731ebd4f4aec1bfd0 Author: Peter Foley Date: Sat Mar 19 13:45:47 2016 -0400 Remove unused and unsafe call to __builtin_frame_address

Re: Change PS1 when run as administrator

2016-03-20 Thread Erik Soderquist
On Tue, Mar 15, 2016 at 7:19 PM, Warren Young wrote: >> I'm fairly certain that I have not had this machine that long > > The mtimes on those files is as reliable as your system clock, because > they’re generated during first install. Turns out I was wrong, I've had the machine since 2014-12-04

X widget question

2016-03-20 Thread Marco Atzeri
I have finally identified where ncview was segfaulting on X86_64 The solution was to reverse the order of destruction for a chain of widgets i=0; - while( (w = *(diminfo_row_widget + i++)) != NULL ) - XtDestroyWidget( w ); + while( (w = *(diminfo_row_widget +

[ITP] ncview-2.1.6-1

2016-03-20 Thread Marco Atzeri
Ncview is a visual browser for netCDF format files. http://meteora.ucsd.edu/~pierce/ncview_home_page.html Already present in Fedora, Debian. to download (remove the index.html's) : wget -r -np -nH --cut-dirs=0 \ http://matzeri.altervista.org/x86/ncview/index.html wget -r -np -nH --cut-dirs=0

Re: clang copy of limits.h misses NAME_MAX

2016-03-20 Thread Ismail Donmez
Hi, On Thu, Mar 17, 2016 at 3:11 PM, Hans-Bernhard Bröker wrote: > Hello there, > > clang has its own copy of some system headers. One of those lacks an entry > that breaks compilation of any program trying to work with directories the > POSIX way: > > $ cat tdirent.c >

Process for retiring a subpackage

2016-03-20 Thread Adam Dinwoodie
Per previous discussion on this list, I'm planning on retiring the separate packaging of Bash completion scripts in the packages I maintain, and folding the files into the main package. I can't find any documentation that'll hold my hand through that process, so can somebody with the relevant

2.4-2.5 x64: bash crashes on backticks, gdb crashes on opening core dump

2016-03-20 Thread Ivan Pozdeev
bash I'm being plagued by these crashes for about half a month now. Specifically, it cannot run any `configure' script. The crashes appear to happen in child bash/sh processes launched while processing backticks. Other times, commands with stream redirection fail silently or produce

[ANNOUNCEMENT] Updated: Perl distributions

2016-03-20 Thread Achim Gratz
The following Perl distributions are updated to the latest version available on CPAN: perl-Log-Log4perl-1.47-1 perl-Mojolicious-6.56-1 perl-Scalar-List-Utils-1.44-1 perl-Socket6-0.26-1 -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

Re: [HEADSUP] New github organization "cygwin"

2016-03-20 Thread Yaakov Selkowitz
On 2016-03-18 08:27, Corinna Vinschen wrote: On Mar 18 12:37, Adam Dinwoodie wrote: I have the Cygport files for the various packages I maintain tracked on GitHub; is that the sort of thing you're looking for? I'd be happy to move them under the Cygwin banner. My GitHub username is me-and.

Re: make command fails on cygwin-x86 (cyggmp-10.dll: Loaded to different address)

2016-03-20 Thread Tatsuro MATSUOKA
Dear Achim >Tatsuro MATSUOKA yahoo.co.jp> writes: >> The last step of setup seem to be autorebase then setup command is the > easiest way >> to use "rebase". Am I right? > > Yes. >> After rebase sometime one needs to restart PC. Right? > > No.  You only need to restart if in-use DLL have

Re: can't get sshd to new Windows 2012 R2 Server to work

2016-03-20 Thread Warren Young
On Mar 15, 2016, at 4:35 PM, Kevin Layer wrote: > > Cygwin Configuration Diagnostics Next time, please *attach* this, don’t paste it inline. (That’s not my idiosyncratic preference, it’s part of the instructions: https://cygwin.com/problems.html) > Running in Terminal

Re: Don't I get /etc/profile with a fresh installation?

2016-03-20 Thread Warren Young
On Mar 16, 2016, at 2:18 AM, Gerrit Haase wrote: > > this is not documented, at least > not where I expected to find the information: > https://cygwin.com/faq/faq.html#faq.setup.cli This is “frequently asked”? -- Problem reports: http://cygwin.com/problems.html

Re: Running texconfig breaks backspace in Bash/MinTTY

2016-03-20 Thread Ken Brown
On 3/18/2016 4:14 PM, Yaakov Selkowitz wrote: On 2016-03-18 06:34, Ken Brown wrote: The best long-term solution is to get rid of the need for texconfig by making tlmgr work on Cygwin[*]. No thanks. Don't we have all of TeX Live packaged already? Wouldn't using this conflict with the

[HEADSUP] orphaned packages soon to be removed

2016-03-20 Thread Yaakov Selkowitz
The following packages have been unmaintained for a long time. If anyone is interested in maintaining them, please ITA them soon, otherwise they will be removed from the distro: ccdocORPHANED (Joe Linoff) cgoban

[newlib-cygwin] Feature test macros overhaul: limits.h

2016-03-20 Thread Yaakov Selkowitz
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=86a724b8c04cb3a2b2b70025dfc2d8ff75e15c7b commit 86a724b8c04cb3a2b2b70025dfc2d8ff75e15c7b Author: Yaakov Selkowitz Date: Mon Mar 14 16:25:18 2016 -0500 Feature test macros overhaul: limits.h Simplify

clang copy of limits.h misses NAME_MAX

2016-03-20 Thread Hans-Bernhard Bröker
Hello there, clang has its own copy of some system headers. One of those lacks an entry that breaks compilation of any program trying to work with directories the POSIX way: $ cat tdirent.c #include void foo(void) { return; } $ clang -c tdirent.c In file included from

Re: [HEADSUP] New github organization "cygwin"

2016-03-20 Thread Corinna Vinschen
On Mar 18 12:37, Adam Dinwoodie wrote: > On Thu, Mar 17, 2016 at 04:49:17PM +0100, Corinna Vinschen wrote: > > today I claimed the "cygwin" name at github.com. If you have some funny > > project which is using Cygwin in the first place, and you want to do > > that under the "cygwin" cover, feel