Re: cmp (or echo) bug?

2015-12-28 Thread David Balažic
It is irrelevant how it is implemented. The command means "compare the output of those two commands" and the only correct result is "they differ on byte 5". It is clearly a bug. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Compilation continuously increases (non) paged pool memory usage

2015-12-28 Thread xnor
Hello, I've noticed on my system (Windows 10, Cygwin64) that a simple ./configure && make of a typical project increases the memory usage, both paged and non-paged pool. After the configure/make is done this memory continues to be used. In task manager memory usage will therefore slowly

Re: cmp (or echo) bug?

2015-12-28 Thread David Balažic
I tried it in zsh (32 bit cygwin) and there it works correctly: $ cmp <(echo echo1) <(echo echo2) /tmp/zshirbIJ1 /tmp/zshDsdZep differ: byte 5, line 1 So it seems the bug is in bash. Regards, David On 26 December 2015 at 13:49, Ismail Donmez wrote: > Hi, > > David Balažic

Re: cmp (or echo) bug?

2015-12-28 Thread Michael Enright
On Mon, Dec 28, 2015 at 9:08 AM, David Balažic wrote: > I tried it in zsh (32 bit cygwin) and there it works correctly: > > $ cmp <(echo echo1) <(echo echo2) > /tmp/zshirbIJ1 /tmp/zshDsdZep differ: byte 5, line 1 > > So it seems the bug is in bash. > A different conclusion is also supportable:

Re: has anyone used Cygwin as a build system for android?

2015-12-28 Thread René Berber
On 12/28/2015 2:12 PM, Kenneth Wolcott wrote: > I'm considering using Cygwin as a build system for android. I'm > totally new at this. What would I need that Cygwin itself does not > provide? I know I need an Android SDK and an Android NDK (I have to > build/link C/C++ with Java too). I

Updated: wget-1.17.1-1

2015-12-28 Thread Eric Blake (cygwin)
A new release of wget, 1.17.1-1, will be available soon for download from your favorite mirror, leaving 1.16.3-1 as previous. NEWS: = This is a new upstream release. See also the package documentation in /usr/share/doc/wget/. DESCRIPTION: GNU Wget is a file retrieval utility

[ANNOUNCEMENT] Updated: wget-1.17.1-1

2015-12-28 Thread Eric Blake (cygwin)
A new release of wget, 1.17.1-1, will be available soon for download from your favorite mirror, leaving 1.16.3-1 as previous. NEWS: = This is a new upstream release. See also the package documentation in /usr/share/doc/wget/. DESCRIPTION: GNU Wget is a file retrieval utility

has anyone used Cygwin as a build system for android?

2015-12-28 Thread Kenneth Wolcott
Hi; I'm considering using Cygwin as a build system for android. I'm totally new at this. What would I need that Cygwin itself does not provide? I know I need an Android SDK and an Android NDK (I have to build/link C/C++ with Java too). I assume that I will need Oracle Java. Is this

texinfo package question

2015-12-28 Thread lloyd.wood
shouldn't the texinfo package be a dependency that gets pulled in for the texinfo-tex package? It doesn't seem to be (on 64-bit cygwin). thanks Lloyd Wood http://www.geomview.org/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

Re: cmp (or echo) bug?

2015-12-28 Thread Andrey Repin
Greetings, David Balažic! > It is irrelevant how it is implemented. The command means "compare the > output of those two commands" and the only correct result is "they > differ on byte 5". > It is clearly a bug. I wouldn't be so hastily jumping to conclusions, if I were you. -- With best

Re: Issues in utmp/utmpx headers

2015-12-28 Thread Brian Inglis
> > David Lee gmail.com> writes: > >> While trying to port bsdgames to Cygwin I spotted the following issues: > >> (1) In /usr/include/utmpx.h, utmpxname() is declared a void function. > >> Should it return int? > >> (2) In /usr/include/sys/utmp.h, utmpname() is declared a void > >> function.

sshd - ssh-host-config uses incorrect username for setup‏

2015-12-28 Thread Brian Mc George
Hi, I am using EC2 and need to automate the configuration of sshd at instance launch. If I manually rdp into the machine and execute: ssh-host-config --yes --privileged --user cyg_server --pwd ${PASSWORD} it will work correctly. However, If I use user data (lets you execute powershell