Re: [RFC] cygport: split debuginfo packages

2012-07-07 Thread Jon TURNEY
On 29/06/2012 20:48, Yaakov (Cygwin/X) wrote: On Thu, 2012-06-21 at 01:24 -0500, Yaakov (Cygwin/X) wrote: Attached is a first draft of a patch to support split debuginfo packages automatically in cygport. Second draft patch attached. This works fine. Thanks. I was going to suggest the

winsup/cygwin ChangeLog Makefile.in

2012-07-07 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-07-08 00:51:45 Modified files: cygwin : ChangeLog Makefile.in Log message: * Makefile.in: Change mingw_lib (temporarily?) back to w32api_lib. Patches:

Re: perlcritic perltidy

2012-07-07 Thread David Sastre Medina
On Fri, Jul 06, 2012 at 05:23:00PM -0700, Andrew DeFaria wrote: Not specifically a Cygwin question but I used to be able to do cpan perlcritic or cpan perltidy to install those. But now when I try I get: Warning: Cannot install perlcritic, don't know what it is. Try the command

Re: [how to ] compile finch using cygwin

2012-07-07 Thread bowo
marco atzeri-4 wrote: Dear Bowo, my cristal ball is broken. How can we guess your need with no data ? - What is finch ? - Read its documentation and check for its requirements, than compare with available packages in cygwin (http://cygwin.com/packages/) - Read cygwin

Re: [how to ] compile finch using cygwin

2012-07-07 Thread marco atzeri
On 7/7/2012 10:31 AM, bowo wrote: marco atzeri-4 wrote: Dear Bowo, my cristal ball is broken. How can we guess your need with no data ? - What is finch ? - Read its documentation and check for its requirements, than compare with available packages in cygwin

Re: Windows Guest Account Locked SSH

2012-07-07 Thread Linda Walsh
George Luiz Bittencourt wrote: Hello, We are facing an issue where our guest domain account is getting locked during the SSH logon process and we Also, does your guest account have a password? Some of the newer versions of windows get picky about allowing remote logins with blank

Re: clisp crashes on startup

2012-07-07 Thread marco atzeri
On 7/7/2012 12:45 AM, Daniel Colascione wrote: $ clisp Trimming a bit ? Welcome to GNU CLISP 2.48 (2009-07-28) http://clisp.cons.org/ Type :h and hit Enter for context help. Segmentation fault (core dumped) no issue on W7/64 $ cat lisp.exe.stackdump Exception: STATUS_ACCESS_VIOLATION

Re: clisp crashes on startup

2012-07-07 Thread Daniel Colascione
On 7/7/12 6:04 AM, marco atzeri wrote: On 7/7/2012 12:45 AM, Daniel Colascione wrote: $ clisp Trimming a bit ? Not at all. I just installed the stock clisp package and tried to run it. your mount table looks strange C:/ system binary,auto c:\bin

Re: clisp crashes on startup

2012-07-07 Thread Reini Urban
On Sat, Jul 7, 2012 at 8:41 AM, Daniel Colascione wrote: On 7/7/12 6:04 AM, marco atzeri wrote: On 7/7/2012 12:45 AM, Daniel Colascione wrote: $ clisp Looks like a missing dependency or wrong dll perm. I saw none in your cygcheck. Can you try $ ldd /usr/lib/clisp-2.48/base/lisp.exe and see

How to determine runtime and build requirements for an application?

2012-07-07 Thread Coldpizza
Watching under /usr/share/doc/Cygwin/lftp.README I see the following. Is there any way to determine it, for example to compile other application from source, or must figure it out by myself? Runtime requirements: cygwin libexpat1 libgcc1 libiconv2 libintl8 libncurses10 libopenssl100

Re: Hang when launching WiX's candle.exe with cygwin 1.7.15. Runs OK with 1.7.9

2012-07-07 Thread Andrey Repin
Greetings, Graham Perks! Steps: - Install Windows 7 x64, with VS2008 + SP1. - Install WiX 3.5 (Windows Installer builder), from http://wix.codeplex.com/releases/view/60102; Wix35.msi. - Install cygwin base. - Add C:\Program Files (x86)\Windows Installer XML v3.5\bin to your PATH (via

Re: clisp crashes on startup

2012-07-07 Thread Andrey Repin
Greetings, Daniel Colascione! $ clisp Trimming a bit ? Not at all. I just installed the stock clisp package and tried to run it. It was a suggestion, not a question. your mount table looks strange C:/ system binary,auto c:\bin/bin

Re: How to determine runtime and build requirements for an application?

2012-07-07 Thread marco atzeri
On 7/7/2012 6:22 PM, Coldpizza wrote: Watching under /usr/share/doc/Cygwin/lftp.README I see the following. Is there any way to determine it, for example to compile other application from source, or must figure it out by myself? Runtime requirements: cygwin libexpat1 libgcc1 libiconv2

Re: clisp crashes on startup

2012-07-07 Thread marco atzeri
On 7/7/2012 6:19 PM, Reini Urban wrote: On Sat, Jul 7, 2012 at 8:41 AM, Daniel Colascione wrote: On 7/7/12 6:04 AM, marco atzeri wrote: On 7/7/2012 12:45 AM, Daniel Colascione wrote: $ clisp Looks like a missing dependency or wrong dll perm. I saw none in your cygcheck. Can you try $ ldd

Re: How to determine runtime and build requirements for an application?

2012-07-07 Thread Coldpizza
: No such file or directory/!bin/bash ./depchecker.sh: líne 12: syntactic error near unexpected element `$'do\r'' '/depchecker.sh: líne 12: `do 2012/7/7 marco atzeri marco.atz...@gmail.com: On 7/7/2012 6:22 PM, Coldpizza wrote: Watching under /usr/share/doc/Cygwin/lftp.README I see the

Re: How to determine runtime and build requirements for an application?

2012-07-07 Thread marco atzeri
On 7/7/2012 8:12 PM, Coldpizza wrote: : No such file or directory/!bin/bash ./depchecker.sh: líne 12: syntactic error near unexpected element `$'do\r'' '/depchecker.sh: líne 12: `do 1st: do not top post. 2nd: probably wrong line ends. Try file attached Regards Marco #/!bin/bash if [ $# -ne

Re: clisp crashes on startup

2012-07-07 Thread Daniel Colascione
On 7/7/2012 9:51 AM, Andrey Repin wrote: your mount table looks strange C:/ system binary,auto c:\bin/binsystem text,cygexec c:/bin/usr/binsystem text,cygexec C:\lib/usr/libsystem binary,auto

Re: clisp crashes on startup

2012-07-07 Thread Daniel Colascione
On 7/7/2012 10:44 AM, marco atzeri wrote: On 7/7/2012 6:19 PM, Reini Urban wrote: On Sat, Jul 7, 2012 at 8:41 AM, Daniel Colascione wrote: On 7/7/12 6:04 AM, marco atzeri wrote: On 7/7/2012 12:45 AM, Daniel Colascione wrote: $ clisp Looks like a missing dependency or wrong dll perm. I saw