[ANNOUNCEMENT] Updated: whois-5.4.0-1

2018-11-07 Thread David Rothenberger
The whois package has been updated to the latest upstream release 5.4.0. The change log can be found here: https://raw.github.com/rfc1036/whois/master/debian/changelog More information about whois can be found at https://github.com/rfc1036/whois DESCRIPTION: whois searches for an o

Re: long rebasing delay when updating is nuts

2018-11-07 Thread Marco Atzeri
Am 07.11.2018 um 21:48 schrieb Kent Dorfman: The subject pretty much says it. This deficiency has been mentioned a few times online before (based on web search), but it seems to be a non-issue with the cygwin project folks. A bit more of verbosity will help to understand your claim. How many

Re: long rebasing delay when updating is nuts

2018-11-07 Thread cyg Simple
On 11/7/2018 3:48 PM, Kent Dorfman wrote: The subject pretty much says it. This deficiency has been mentioned a few times online before (based on web search), but it seems to be a non-issue with the cygwin project folks. It pretty much depends on how many files need to be updated. Patches ar

Re: cygport fails with package starting with number

2018-11-07 Thread Achim Gratz
Brian Inglis writes: > On 2018-11-07 13:15, Achim Gratz wrote: >> Marco Atzeri writes: >>> It seems that the behaviour of cygport is changed recently >>> and rebuilding the 4ti2 package fails on the name 4ti2. >> Introduced by a3997ae7ac, which constructs a variable whose name starts >> with the pa

Re: cygport fails with package starting with number

2018-11-07 Thread Brian Inglis
On 2018-11-07 13:15, Achim Gratz wrote: > Marco Atzeri writes: >> It seems that the behaviour of cygport is changed recently >> and rebuilding the 4ti2 package fails on the name 4ti2. > Introduced by a3997ae7ac, which constructs a variable whose name starts > with the package name. However, a lead

update request for whois

2018-11-07 Thread Richard Beels via cygwin
Could we get an update to whois? 5.4.0 was released a couple weeks ago, 5.3.2 back in July. ftp.debian.org/debian/pool/main/w/whois The current package of 5.2.10 was released > 3 years ago: https://sourceware.org/ml/cygwin-announce/2015-09/msg00052.html There are a couple significant issue

long rebasing delay when updating is nuts

2018-11-07 Thread Kent Dorfman
The subject pretty much says it. This deficiency has been mentioned a few times online before (based on web search), but it seems to be a non-issue with the cygwin project folks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: cygport fails with package starting with number

2018-11-07 Thread Achim Gratz
Marco Atzeri writes: > It seems that the behaviour of cygport is changed recently > and rebuilding the 4ti2 package fails on the name 4ti2. Introduced by a3997ae7ac, which constructs a variable whose name starts with the package name. However, a leading number does not result in a valid identifie

Re: cygport fails with package starting with number

2018-11-07 Thread Achim Gratz
cyg Simple writes: >> 4ti2_debuginfo_CONTENTS: bad substitution > > This is coming from the ${!dbg_contents_var} syntax. What is this > input to tar supposed to be? The "bad substitution" is because the > variable isn't an integer. No, the reason is that it's not a valid identifier. If Yaakov h

Re: cygport fails with package starting with number

2018-11-07 Thread cyg Simple
On 11/7/2018 1:20 PM, Marco Atzeri wrote: It seems that the behaviour of cygport is changed recently and rebuilding the 4ti2 package fails on the name 4ti2. Or is a bash change ? Maybe this ... cygport --debug 4ti2.cygport package >>> 4ti2-debuginfo-1.6.7-2.tar.xz + mkdir -p /cygdrive/d/c

Re: Bug report: Core dump with too many args

2018-11-07 Thread Achim Gratz
Ole Tange writes: > I get core dump when running: > > $ /bin/echo `seq 100` > Segmentation fault (core dumped) > > This also looks bad: > > $ /bin/wc `seq 100` > 2 [main] -bash 15396 C:\cygwin\bin\bash.exe: *** fatal error - cmalloc > would have returned NULL > Hangup They both just

Re: Problem with opengrads

2018-11-07 Thread cyg Simple
On 11/7/2018 2:00 PM, Jose Daniel Baez Noguera wrote: Hi, I have a problem with the program The message of failure is: 1 [main] opengrads 13264 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Sorry for the english. This is a warning. See https://cygwin.com/faq.html#faq.using.fixin

Problem with opengrads

2018-11-07 Thread Jose Daniel Baez Noguera
Hi, I have a problem with the program The message of failure is: 1 [main] opengrads 13264 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Sorry for the english. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

cygport fails with package starting with number

2018-11-07 Thread Marco Atzeri
It seems that the behaviour of cygport is changed recently and rebuilding the 4ti2 package fails on the name 4ti2. Or is a bash change ? cygport --debug 4ti2.cygport package >>> 4ti2-debuginfo-1.6.7-2.tar.xz + mkdir -p /cygdrive/d/cyg_pub/devel/4ti2/prova/4ti2-1.6.7-2.x86_64/dist/4ti2/4ti2-debu

Re: Bug report: Core dump with too many args

2018-11-07 Thread Steven Penny
On Wed, 7 Nov 2018 13:37:53, Ole Tange wrote: I get core dump when running: $ /bin/echo `seq 100` Segmentation fault (core dumped) This also looks bad: $ /bin/wc `seq 100` 2 [main] -bash 15396 C:\cygwin\bin\bash.exe: *** fatal error - cmallo= c would have returned NULL Hangup N

Bug report: Core dump with too many args

2018-11-07 Thread Ole Tange
I get core dump when running: $ /bin/echo `seq 100` Segmentation fault (core dumped) This also looks bad: $ /bin/wc `seq 100` 2 [main] -bash 15396 C:\cygwin\bin\bash.exe: *** fatal error - cmalloc would have returned NULL Hangup Versions: $ bash --version GNU bash, version 4.4.