Re: 64-bit: Missing perl modules

2014-04-06 Thread Achim Gratz
David Stacey writes: Reini: I am aware that you maintain these modules in the 32-bit distribution through the 'perl_vendor' package. I don't want to tread on any toes, and I don't know what plans you have for 'perl_vendor'. You might want to check the archives for an earlier discussion about

Re: 64-bit: Missing perl modules

2014-04-06 Thread David Stacey
On 06/04/14 07:32, Achim Gratz wrote: David Stacey writes: Reini: I am aware that you maintain these modules in the 32-bit distribution through the 'perl_vendor' package. I don't want to tread on any toes, and I don't know what plans you have for 'perl_vendor'. You might want to check the

Re: 64-bit: Missing perl modules

2014-04-06 Thread Achim Gratz
David Stacey writes: Thank you for your reply. Yes, I was aware of that discussion. I'm not talking about breaking up 'perl_vendor' for 32-bit Cygwin (although IMHO that would be a good thing in the long term). I'd just like to see the perl modules I mentioned adding to 64-bit Cygwin - and I'm

Re: 64-bit: Missing perl modules

2014-04-06 Thread David Stacey
On 06/04/14 17:38, Achim Gratz wrote: David Stacey writes: Thank you for your reply. Yes, I was aware of that discussion. I'm not talking about breaking up 'perl_vendor' for 32-bit Cygwin (although IMHO that would be a good thing in the long term). I'd just like to see the perl modules I

[ANNOUNCEMENT] New: X font server support

2014-04-06 Thread Yaakov (Cygwin/X)
The following packages have been added or updated in the Cygwin distribution: * libXfont1-1.4.7-2 * libXfont-devel-1.4.7-2 A new patch for function stub handling on PE platforms now allows for a fully functional shared libXfont. This release will also cause font server protocol support to

long_int vs int byte sizes

2014-04-06 Thread Joseph Maxwell
Not sure if this is hardware, software or compiler dependent $ uname -a CYGWIN_NT-5.1 machinename 1.7.28(0.271/5/3) 2014-02-09 21:06 i686 Cygwin On a 32 bit XP SP 3 platform wrote a small profram to check some parameters; Received the following Re: Signed abd unsigned iintegers [quote] int x

Re: long_int vs int byte sizes

2014-04-06 Thread sisyphus1
-Original Message- From: Joseph Maxwell [quote] int x = 0xAB78 in decimal format is : 43896 and unsigned int y = 0xAB78 in decimal format is : 43896 The size of int is 4 bytes [/quote] Not quite what I expected, sine the leftmost bit in 'int' is 1 and would be the negative flag. No

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

2014-04-06 Thread JClu
. 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. So? JClu 20140406 -- Problem reports: http://cygwin.com/problems.html FAQ: http

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:

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

[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 is

[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

[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

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 support Cygwin4,

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: [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

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 apparently

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 have

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 Ctrl-C

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 this

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

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

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 report in

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 is

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