Re: 64bit: segfault on program exit

2013-04-07 Thread marco atzeri
On 4/6/2013 11:10 PM, Corinna Vinschen wrote: On Apr 6 21:44, marco atzeri wrote: On 4/3/2013 4:22 PM, Corinna Vinschen wrote: On Apr 3 15:30, marco atzeri wrote: On 4/2/2013 10:59 AM, Corinna Vinschen wrote: The crash occurs in a forked process, I guess. Since you're building the stuff

[ITP] mingw64-x86_64-winpthreads 3.0b_svn5726-1

2013-04-07 Thread JonY
winpthreads is a pthreads implementation from mingw-w64. The ABI is incompatible with pthreads-win32. One of the major differences is that winpthreads uses scalar handles, so it is a bit more compatible to other packages that assume int type handles. I have successfully built the 64bit cross

Re: [ITP] mingw64-x86_64-winpthreads 3.0b_svn5726-1

2013-04-07 Thread JonY
On 4/7/2013 17:47, JonY wrote: winpthreads is a pthreads implementation from mingw-w64. The ABI is incompatible with pthreads-win32. One of the major differences is that winpthreads uses scalar handles, so it is a bit more compatible to other packages that assume int type handles. I have

64bit cygport

2013-04-07 Thread Achim Gratz
I've just set up a Cygwin64 system. It seems I can run a 32bit Cygwin in parallel without disturbing anything, is that right? Anyway, I've tried to compile a few packages, but cygport gives me grief: it somehow doesn't pick up the version and release from new-style cygport files and defines P

Re: 64bit cygport

2013-04-07 Thread Ken Brown
On 4/7/2013 7:11 AM, Achim Gratz wrote: I've just set up a Cygwin64 system. It seems I can run a 32bit Cygwin in parallel without disturbing anything, is that right? Yes. Anyway, I've tried to compile a few packages, but cygport gives me grief: it somehow doesn't pick up the version and

Re: 64bit cygport

2013-04-07 Thread Achim Gratz
Ken Brown writes: I recall something like this happening when I first switched to the new-style cygport files. The problem turned out to be that I wasn't giving the full name of the cygport file in the command line. If your file is `foo.cygport', you have to type cygport foo.cygport ...

Re: [64bit RFU] emacs-24.3-3

2013-04-07 Thread Andy Koppe
On 6 April 2013 22:27, Corinna Vinschen wrote: On Apr 6 16:50, Ken Brown wrote: D=http://sanibeltranquility.com/cygwin/64bit/release/emacs wget -x -nH --cut-dirs=3 \ ${D}/emacs-24.3-3-src.tar.bz2 \ ${D}/emacs-24.3-3.tar.bz2 \ ${D}/emacs-X11/emacs-X11-24.3-3.tar.bz2 \

Re: [64bit RFU] alternatives-1.3.30c-10

2013-04-07 Thread Andy Koppe
On 6 April 2013 22:37, Ken Brown wrote: D=http://sanibeltranquility.com/cygwin/64bit/release/alternatives wget -x -nH --cut-dirs=3 \ ${D}/alternatives-1.3.30c-10-src.tar.bz2 \ ${D}/alternatives-1.3.30c-10.tar.bz2 \ ${D}/setup.hint Done. Thanks, Andy

Re: [64bit RFU] emacs-24.3-3

2013-04-07 Thread marco atzeri
On 4/6/2013 11:27 PM, Corinna Vinschen wrote: Unfortunately I can't upload. The 64bit/release/emacs dir has only write permissions for Andy Koppe. The same goes for yasm and libggi, which are 755 for Marco Atzeri only. This is weird, the release parent dir has 2775 permissions and the

Re: 64bit: segfault : recv return type ?

2013-04-07 Thread marco atzeri
On 4/7/2013 9:06 AM, marco atzeri wrote: On 4/6/2013 11:10 PM, Corinna Vinschen wrote: What is the original code doing? Corinna I think the problem in on recv definition. my code is (with all added printf) : static void

[RFU] task-2.2.0-1

2013-04-07 Thread Federico Hernandez
A new major version of task is available. Please refer to http://taskwarrior.org/projects/taskwarrior/wiki/V220 for detailed news and changelog information. This is a recommended update. Please upload. --- wget -x -nH --cut-dirs=3 \ http://taskwarrior.org/download/cygwin17/task/setup.hint \

Re: [RFU] task-2.2.0-1

2013-04-07 Thread marco atzeri
On 4/8/2013 12:13 AM, Federico Hernandez wrote: Please upload. --- wget -x -nH --cut-dirs=3 \ http://taskwarrior.org/download/cygwin17/task/setup.hint \ http://taskwarrior.org/download/cygwin17/task/task-2.2.0-1.tar.bz2 \

starting cygwin shell

2013-04-07 Thread Gene
Hello Forum, I am new to cygwin. I am trying to create a .bat file so I can start cygwin from w7 windows menu. I am looking for next: 1. new shell is created with next prompts: gene@len /cygdrive/c $ 2. Backspace and arrow keys can move cursor to beginning. At the default installation, I can

Re: starting cygwin shell

2013-04-07 Thread Thomas Wolff
Am 07.04.2013 09:42, schrieb Gene: Hello Forum, I am new to cygwin. I am trying to create a .bat file so I can start cygwin from w7 windows menu. Cygwin install creates a Cygwin Terminal icon on your desktop in in your Programs menu. You can drag or (with Control-) copy it anywhere in menus

perl 5.14 ncursesw: calling getbegyx() crashes

2013-04-07 Thread D. Schüler
Hello Mailinglist! i'm using cygwin together with perl 5.14 and the Curses::UI perl module. It uses the ncursesw library bundled with cygwin. Installing the Curses::UI worked well using cpan, but using the ncurses functions like getyx() from the demo-script bundled with the curses module crahes

Re: perl 5.14 ncursesw: calling getbegyx() crashes

2013-04-07 Thread Ken Brown
On 4/7/2013 9:52 AM, D. Schüler wrote: Looking into /usr/include/ncursesw/cursesw.h shows that this macro is defined. I don't know anything about building perl modules, but... Even building the Curses module for perl by hand, reveals that there is something wrong with the ncurses library:

Re: starting cygwin shell

2013-04-07 Thread Gene
Thomas Wolff towo at towo.net writes: Am 07.04.2013 09:42, schrieb Gene: Hello Forum, I am new to cygwin. I am trying to create a .bat file so I can start cygwin from w7 windows menu. Cygwin install creates a Cygwin Terminal icon on your desktop in in your Programs menu. You can drag

Re: starting cygwin shell

2013-04-07 Thread Christopher Faylor
On Sun, Apr 07, 2013 at 06:16:17PM +, Gene wrote: Thomas Wolff towo at towo.net writes: Am 07.04.2013 09:42, schrieb Gene: I am new to cygwin. I am trying to create a .bat file so I can start cygwin from w7 windows menu. Cygwin install creates a Cygwin Terminal icon on your desktop in in

Re: starting cygwin shell

2013-04-07 Thread Dave Korn
On 07/04/2013 19:50, Christopher Faylor wrote: On Sun, Apr 07, 2013 at 06:16:17PM +, Gene wrote: save: fork_level=1 SetHandleInformation() failed: fd 0 handle 0x3 type 2: Th e parameter is incorrect. That error message doesn't seem to be coming from Cygwin. I have grepped the Cygwin

perl-Text-CSV and perl-Text-CSV_XS [ATTN: Yaakov]

2013-04-07 Thread David Stacey
I would like to adopt perl-Text-CSV and perl-Text-CSV_XS. At the moment, both of these are present in Cygwin Ports, and previously Yaakov asked for first refusal when it comes to adopting packages that are already present in Ports. Yaakov: If you are happy for me to adopt these packages then

cygwin64 process substitution: known bug?

2013-04-07 Thread Gregory M. Turner
On my cygwin64, all bash process substitutions fail: $ ls -l (echo foo) lrwxrwxrwx 1 greg None 0 Apr 7 13:20 /dev/fd/63 - pipe:[656] $ cat (echo foo) cat: /dev/fd/63: No such file or directory Here's an strace: http://pastebin.com/KS9766Vv Anyone know what's going on? I don't have a

cygwin64 process substitution: known bug?

2013-04-07 Thread Gregory M. Turner
On my cygwin64, all bash process substitutions fail: $ ls -l (echo foo) lrwxrwxrwx 1 greg None 0 Apr 7 13:20 /dev/fd/63 - pipe:[656] $ cat (echo foo) cat: /dev/fd/63: No such file or directory Here's an strace: http://pastebin.com/KS9766Vv Anyone know what's going on? I don't have a

Re: cygwin64 process substitution: known bug?

2013-04-07 Thread Greg Turner
On Sun, Apr 7, 2013 at 1:53 PM, Gregory M. Turner g...@malth.us wrote: On my cygwin64, all bash process substitutions fail: Sorry for double-posting :S -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: [ANNOUNCEMENT] Updated: bind-9.9.0-2

2013-04-07 Thread Chris Wiesner
Hello, I am experiencing a problem with BIND9.9.2-P1 on Cygwin throwing general: error: socket: file descriptor exceeds limit (128/64). This problem was reported previously Re: 1.7.1: Bind 9.6.0-P1 on Vista: could not listen on UDP socket: not enough free resources (patch attached)

Bug in ddk headers when used from cygwin

2013-04-07 Thread Charles Wilson
Recompiling getVolInfo (part of the csih package) with latest cygwin (32bit) toolchain: gcc -ggdb -O2 -pipe -fdebug-prefix-map=/usr/src/packages/csih/csih-0.9.6-2/build=/usr/src/debug/csih-0.9.6-2