Re: Tons of cygserver errors

2014-04-06 Thread Christopher Faylor
On Mon, Apr 07, 2014 at 02:33:18AM +, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: >cgf wrote: >>You seem to have no problem asking for help with cygserver without >>insulting cygserver in the process. Possibly you're even interested in >>improving cygserver. > >I was trying to submit a bug re

RE: Tons of cygserver errors

2014-04-06 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
> You seem to have no problem asking for help with cygserver without > insulting cygserver in the process. Possibly you're even interested in > improving cygserver. I was trying to submit a bug report in good faith (and many tries, for that matter), yet the only way to do that was through this l

Re: Tons of cygserver errors

2014-04-06 Thread Christopher Faylor
On Sat, Apr 05, 2014 at 02:35:59AM +, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: >>> I can’t push this through your list spam filter. Another attempt... > >I was trying a few times, and finally deleted the strace attachment. >Let's see if this will go through. Excuse me for being a bit >str

Re: NOT WORKED AROUND Re: No I/O redirection under GDB

2014-04-06 Thread Christopher Faylor
On Sat, Apr 05, 2014 at 08:23:37PM +1100, Duncan Roe wrote: >Sorry for the noise everyone. > >I started to compose the last mail thinking "set inferior-tty" would solve my >problem. Then on further testing, I found it didn't. > >I'm still up for fixing gdb to do the job properly - or can someone on

Re: 1.7.28: Ctrl-C not working reliably

2014-04-06 Thread Christopher Faylor
On Sat, Apr 05, 2014 at 04:43:27PM -0400, Larry Hall (Cygwin) wrote: >On 4/4/2014 3:35 PM, Ivan Todoroski wrote: >> Cygwin DLL 1.7.28 32-bit >> Windows 8.1 64-bit (build 6.3.9600) >> >> *Steps to reproduce* >> 1) Open Cygwin bash prompt >> 2) Type: ssh blargh # or any non-existent host >> 3) Press

Re: [ANNOUNCEMENT] Updated: mingw64-*-binutils-2.24.0.1.acd6540-1 (x86/x86_64)

2014-04-06 Thread m0viefreak
> Please try again without the /bin/ prefix. > https://sourceware.org/bugzilla/show_bug.cgi?id=16792 I see. Without the prefix it worked fine. >> Is there a way to disable that whole default-manifest.o thing for now >> without having to roll back to an older version of binutils? > > No, you may

Re: [ANNOUNCEMENT] Updated: mingw64-*-binutils-2.24.0.1.acd6540-1 (x86/x86_64)

2014-04-06 Thread JonY
On 4/7/2014 06:11, m0viefreak wrote: > > Looks like it's not searching for the default-manifest.o in the correct > include paths. > > The mingw file resides in > /usr/{x86_64,i686}-w64-mingw32/lib/ > > Maybe it should be in > /usr/{x86_64,i686}-w64-mingw32/sys-root/mingw/lib/ > Yes, this is ap

Re: [ANNOUNCEMENT] Updated: mingw64-*-binutils-2.24.0.1.acd6540-1 (x86/x86_64)

2014-04-06 Thread Yaakov (Cygwin/X)
On 2014-04-06 17:11, m0viefreak wrote: The latest mingw64-binutils is broken for me: $ echo 'main() { }' > a.c; /bin/x86_64-w64-mingw32-gcc a.c /usr/bin/x86_64-w64-mingw32-ld: cannot find default-manifest.o $ echo 'main() { }' > a.c; /bin/i686-w64-mingw32-gcc -m32 a.c /usr/bin/i686-w64-mingw32

Re: [ANNOUNCEMENT] Updated: mingw64-*-binutils-2.24.0.1.acd6540-1 (x86/x86_64)

2014-04-06 Thread m0viefreak
The latest mingw64-binutils is broken for me: $ echo 'main() { }' > a.c; /bin/x86_64-w64-mingw32-gcc a.c /usr/bin/x86_64-w64-mingw32-ld: cannot find default-manifest.o $ echo 'main() { }' > a.c; /bin/i686-w64-mingw32-gcc -m32 a.c /usr/bin/i686-w64-mingw32-ld: cannot find default-manifest.o It

Re: Possibly wrong address passed to callq asm instruction within MPIR test binaries

2014-04-06 Thread Jean-Pierre Flori
Dear all, Le Wed, 02 Apr 2014 11:07:50 +0200, Corinna Vinschen a écrit : > On Apr 2 00:07, Jean-Pierre Flori wrote: >> Dear all, >> >> It's amazing to see how well Cygwin64 is going. >> Thanks for your hard work. >> >> While preparing the new MPIR release, which will be the first one to >> sup

[ANNOUNCEMENT] Updated: mpclib-1.0.2

2014-04-06 Thread Achim Gratz
MPC Multiprecision Library == The GNU MPC library is a C library for multiple-precision complex floating-point computations with exact rounding (also called correct rounding). It is based on the GMP and MPFR multiple-precision libraries. Version 1.0.2 is an upstream bugfi

[ANNOUNCEMENT] Updated: gmp-6.0.0a

2014-04-06 Thread Achim Gratz
GNU Multiple Precision Arithmetic Library = GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the avai

[ANNOUNCEMENT] Update: upx-3.91

2014-04-06 Thread Achim Gratz
Achim Gratz writes: > UPX has been updated to version 3.91 for both x86 and x86_64 > architectures. This version includes experimental support for Win32/PE+ > 64bit binaries. Additionally, this build uses LZMA SDK version 9.22, > which is marked beta since 2011. > > For this reason, the release i

Re: 1.7.28: Ctrl-C not working reliably

2014-04-06 Thread Max Polk
On 4/5/2014 4:43 PM, Larry Hall (Cygwin) wrote: On 4/4/2014 3:35 PM, Ivan Todoroski wrote: 2) Type: ssh blargh # or any non-existent host 3) Press Ctrl-C immediately after that On my machine, the Ctrl-C doesn't stop SSH from trying to look up the non-existent host, it keeps going until it give

could mkgroup be updated to define the group root?

2014-04-06 Thread Patrick Rouleau
Hi! After a fresh Cygwin installation, /etc/group contains this line: root:S-1-5-32-544:0: When we update the file /etc/group with mkgroup, that line is lost. Is it possible to update mkgroup to include that line in its output? Thanks, P.Rouleau -- Problem reports: http://cygwin.com/prob

Re: [ANNOUNCEMENT] New package: tmux-1.9a-1

2014-04-06 Thread JClu
all terminal emulators I tried (except Mintty): Cmd.exe, ConEmu, Take > Command. > > Thorsten > > Hi Thorsten, did you eventually get it to work under cygwin? I get the same error whenever i want to use it. only works asking for version and things like that.