Re: no output from GNUTLS package

2013-07-11 Thread Csaba Raduly
Hi Vasily, On Wed, Jul 10, 2013 at 4:27 PM, Vasiliy wrote: > Hello, > > I could not get any output from 'gnutls' Cygwin64 package. Could > somebody invoke it as follows: > > gnutls-cli - GnuTLS client Try running it under the debugger: gdb --args gnutls-cli - GnuTLS client and at the gdb promp

libargp: argp_program_version does not work

2013-07-11 Thread Fedin Pavel
Hello! I have found a problem: argp_program_version string is ignored by libargp. I guess the problem happens because of DLL's nature. DLLs cannot contain unresolved symbols, so the DLL has own version of argp_program_version which is always initialized to NULL. There's no way to override it.

Re: TEMP_FAILURE_RETRY macro missing

2013-07-11 Thread Corinna Vinschen
On Jul 10 14:45, Fedin Pavel wrote: > Hello! > > My cross-compiling activity has discovered that TEMP_FAILURE_RETRY() macro > is often used, but missing in our includes. GNU code of this macro is below: > --- cut --- > # define TEMP_FAILURE_RETRY(expression) \ > (__extension__ > \ > ({ lon

[ANNOUNCEMENT] Updated: mksh-46-1

2013-07-11 Thread Chris Sutcliffe
Version 46-1 of "mksh" has been uploaded. MirBSD Korn Shell (mksh) is an actively developed free implementation of the Korn Shell programming language and a successor to the Public Domain Korn Shell (pdksh). For a detailed list of changes, please see: https://www.mirbsd.org/mksh.htm#r46

Fwd: no output from GNUTLS package

2013-07-11 Thread Vasiliy
Thank you, Csaba, I was able to track down a stranded library which shouldn't be there, and now it works! I've also tracked down that problem with 'test-driver'. Look at that: $ gdb --args /usr/bin/sh /usr/share/automake-1.14/test-driver GNU gdb (GDB) 7.6.50.20130320-cvs Copyright (C) 2013 Free

Re: emacs problem

2013-07-11 Thread J. David Boyd
Ken Brown writes: > On 7/10/2013 5:10 PM, Christopher Faylor wrote: > > Thanks. It's also possible that this isn't a Cygwin problem. There > are known race conditions between emacs-24.3 and glib, which have been > fixed in the newer version of emacs that I asked Dave to test. > > Dave, instead

Re: emacs problem

2013-07-11 Thread Corinna Vinschen
On Jul 11 09:34, J. David Boyd wrote: > Ken Brown writes: > > > On 7/10/2013 5:10 PM, Christopher Faylor wrote: > > > > Thanks. It's also possible that this isn't a Cygwin problem. There > > are known race conditions between emacs-24.3 and glib, which have been > > fixed in the newer version of

Re: libargp: argp_program_version does not work

2013-07-11 Thread Andrew Schulman
> Hello! > > I have found a problem: argp_program_version string is ignored by libargp. Hi Pavel. Thanks for reporting this. I confirm your observation. For example, when I compile argp's example #2 (http://www.gnu.org/software/libc/manual/html_node/Argp-Example-2.html#Argp-Example-2), the -

Re: Regression with 1.7.20-1

2013-07-11 Thread Patrick Jane
On Jun 10 03:28, Steven Penny wrote: > ...To add more information, running the pipe > > ffmpeg -codecs | grep mov > > with 1.7.20-1 just hangs forever, even will ignore Ctrl-C Corinna Vinschen cygwin.com> writes: > There's no ffmpeg in the Cygwin distro. Is that a Cygwin or a native > tool?

Re: Re: mingw/math.h not found while compiling R packages

2013-07-11 Thread Enrico Ferrero
Hi Larry, Thank you for your reply and advice. > If you are using the R from Cygwin Ports, it must be an old package since > R is no longer offered there. I suggest you install the R package from the > Cygwin distribution instead and retry. Since this list supports the Cygwin > distribution onl

hyper keys running the w32 mode emacs

2013-07-11 Thread J. David Boyd
I can get hyper and super working with hyper on capslock, and super on left and right win, works great. If I use this code, ( if opsys-cygwin (setq w32-pass-lwindow-to-system nil w32-pass-rwindow-to-system nil w32-pass-apps-to-system nil w32-lwindow-modifier 'super ; Left Wind

Re: Regression with 1.7.20-1

2013-07-11 Thread Christopher Faylor
On Thu, Jul 11, 2013 at 03:09:11PM +, Patrick Jane wrote: >On Jun 10 03:28, Steven Penny wrote: >> ...To add more information, running the pipe >> >> ffmpeg -codecs | grep mov >> >> with 1.7.20-1 just hangs forever, even will ignore Ctrl-C > > >Corinna Vinschen cygwin.com> writes: >> There

Re: mingw/math.h not found while compiling R packages

2013-07-11 Thread marco atzeri
Il 7/11/2013 6:35 PM, Enrico Ferrero ha scritto: Hi Larry, Thank you for your reply and advice. If you are using the R from Cygwin Ports, it must be an old package since R is no longer offered there. I suggest you install the R package from the Cygwin distribution instead and retry. Since th

IPV6 on 2003 R2

2013-07-11 Thread L. V. Lammert
Trying to get sshd running under Cygwin, .. it appears that Windows is presenting an IPV6 ONLY configuration - sshd refuses to start with "Address Family inet", and with the default "Address Family any", I can get a *local* connection, but NOT a connection from a remote server! Cygwin current (CYG

Re: libargp: argp_program_version does not work

2013-07-11 Thread Andrew Schulman
> > Hello! > > > > I have found a problem: argp_program_version string is ignored by libargp. > > Hi Pavel. Thanks for reporting this. I confirm your observation. For > example, when I compile argp's example #2 > (http://www.gnu.org/software/libc/manual/html_node/Argp-Example-2.html#Argp-Exa

Re: mingw/math.h not found while compiling R packages

2013-07-11 Thread Enrico Ferrero
Hi, Thanks for your help, I'll try to make things clearer. I have a full installation of Cygwin, including R version 2.15.1, running on my Windows XP box at work. Bioconductor [1] is a a collection of packages for computational biologists that is installed by compiling its packages within the R e

Re: mingw/math.h not found while compiling R packages

2013-07-11 Thread marco atzeri
Il 7/11/2013 10:51 PM, Enrico Ferrero ha scritto: Hi, Thanks for your help, I'll try to make things clearer. I have a full installation of Cygwin, including R version 2.15.1, running on my Windows XP box at work. Bioconductor [1] is a a collection of packages for computational biologists that i

Troubleshooting AutoSSH

2013-07-11 Thread L. V. Lammert
Trying to debug a session, .. neither AUTOSSH_DEBUG nor AUTOSSH_LOGLEVEL: $ env | grep AUTO AUTOSSH_DEBUG=1 AUTOSSH_LOGLEVEL=7 nor -vv: cygrunsrv -I AutoSSH -f "remote_link" -p /usr/bin/autossh -a " -vv \ change the logging info always ("Host key verification filed"); what is the correct way to

Re: bzr problem

2013-07-11 Thread Ken Brown
On 7/11/2013 12:32 AM, Katsumi Yamaoka wrote: Hi, Recently /usr/bin/bzr doesn't work well. For the Emacs trunk, those two commands achieve the purpose even if issuing a warning: $ bzr update $ bzr commit -m "Bla bla" Usually a warning is like: 0 [main] python2.7 1264 child_info_fork::abort: a

Re: bzr problem

2013-07-11 Thread Katsumi Yamaoka
binC_jMOtKUez.bin Description: application/emacs-lisp -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: bzr problem

2013-07-11 Thread Katsumi Yamaoka
Please ignore my last reply (there's something wrong in MIME encoding). Ken Brown wrote: > On 7/11/2013 12:32 AM, Katsumi Yamaoka wrote: >> Hi, >> >> Recently /usr/bin/bzr doesn't work well. For the Emacs trunk, >> those two commands achieve the purpose even if issuing a warning: >> >> $ bzr upda

Re: An issue with Matlab for a mex file compiled with GNU CYGWIN g++

2013-07-11 Thread Emad Gad
I do really appreciate your help. At least it put me on the right path. So I decided just to test the basic idea: I used the compiler i686-w64-mingw32-g++ to compile a simple C file with mexFunction, and see to it being run, or called, from the Matlab command line and return the expected value wi

Re: mingw/math.h not found while compiling R packages

2013-07-11 Thread marco atzeri
Il 7/12/2013 12:02 AM, marco atzeri ha scritto: Il 7/11/2013 10:51 PM, Enrico Ferrero ha scritto: Hi, I am building biocLite, it will take some time... Enrico, As I was thinking the package is broken. I don't know why they put a wrong and useless #include directive If you download the pac

Re: Troubleshooting AutoSSH

2013-07-11 Thread Andrew Schulman
> Trying to debug a session, .. neither AUTOSSH_DEBUG nor AUTOSSH_LOGLEVEL: > > $ env | grep AUTO > AUTOSSH_DEBUG=1 > AUTOSSH_LOGLEVEL=7 > > nor -vv: > > cygrunsrv -I AutoSSH -f "remote_link" -p /usr/bin/autossh -a " -vv \ > > change the logging info always ("Host key verification filed"); what