Re: missing dependency in setup.ini

2010-06-16 Thread Csaba Raduly
On Wed, Jun 16, 2010 at 12:46 AM, Steve Thompson wrote: > On Wed, 16 Jun 2010, Angelo Graziosi wrote: >> Still the Schrödinger's cat in action... ;-) > > Wanted. Dead or Alive. Schrödinger's cat found half-alive: quantum theory a mistake! -- Life is complex, with real and imaginary parts. "Ok,

Re: Hello! I can't get to c:\Program Files using c:\Program/ Files\ any suggestions?

2010-06-16 Thread Thorsten Kampe
* Matthew Thornton (Tue, 15 Jun 2010 09:56:26 -0700) > I just recently upgraded to the newer version of cygwin and I am not > unable to change directory into Program Files or My Documents using > the forward slash. This was working before the upgrade and I was > wondering what I should check to see

ls -l does not work correkt

2010-06-16 Thread cygwin . 20 . maillinglist
Hi folks, I'm migrating from an old pc to an new with windows 7 I installed the new cygwin 1.7 an have the following problem. When I run ls -l from an Icon with the following command C:\pmI\cygwin\bin\bash.exe -c "ls -l ~/bin/links/PCBN3204/filem*;read" I get the following result lrwxrwxrwx

Re: ls -l does not work correkt

2010-06-16 Thread Corinna Vinschen
On Jun 16 10:11, cygwin.20.maillingl...@spamgourmet.com wrote: > Hi folks, > > I'm migrating from an old pc to an new with windows 7 I installed the new > cygwin 1.7 an have the following problem. > > When I run ls -l from an Icon with the following command > > C:\pmI\cygwin\bin\bash.exe -c "l

Re: Hello! I can't get to c:\Program Files using c:\Program/ Files\ any suggestions?

2010-06-16 Thread wynfield
Thorsten, don't use Microsoft Windows style of pathnames! Use POSIX compliant pathnames. E.g. Do the following $ cd /cygdrive/c/Program\ Files or alternatively try $ cd "`cygpath -u "C:\Program Files"`" Note the backslash is to escape the space in the pathname in the 1st case, quotes in the

Re: "Error opening terminal: cygwin." when attempting to start lynx

2010-06-16 Thread Andrey Repin
Greetings, Ken Brown! Surprized... It show nothing, although the setup.exe states that lynx 2.8.5-4 is installed. And only lynx that could be installed is a Cygwin one, i'm not using any other unix tools packages. I think it's the time to reinstall it all... ye

AW: ls -l does not work correkt

2010-06-16 Thread cygwin . 20 . maillinglist
Corinna Vinschen - corinna-cyg...@cygwin.com wrote: > On Jun 16 10:11, cygwin.20.maillingl...@spamgourmet.com wrote: >> Hi folks, >> >> I'm migrating from an old pc to an new with windows 7 I > installed the new cygwin 1.7 an have the following problem. >> >> When I run ls -l from an Icon with th

Re: ls -l does not work correkt

2010-06-16 Thread Corinna Vinschen
On Jun 16 15:43, cygwin.20.maillingl...@spamgourmet.com wrote: > Corinna Vinschen - corinna-cyg...@cygwin.com wrote: > > On Jun 16 10:11, cygwin.20.maillingl...@spamgourmet.com wrote: > >> Hi folks, > >> > >> I'm migrating from an old pc to an new with windows 7 I > > installed the new cygwin 1.7

character set for building cygwin documentation ?

2010-06-16 Thread Marco Atzeri
Hi, trying to build last snapshot, every thing go fine, except documentation. cd cygwin-ug-net && docbook2pdf ../cygwin-ug-net.sgml Using catalogs: /etc/sgml/xml-docbook-4.5.cat Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print Working on: /pub/snapshots/cygwin-snapsh

Windows Server 2008 64-bit setup.exe/bash problem

2010-06-16 Thread Ernest Mueller
Hey all. I was installing cygwin+openSSH on a couple systems and came across an issue. I was installing on the stock Amazon EC2 Windows 2008 Server builds. The 32-bit one works perfectly. On 64-bit, however, bash and all don't come in right. Setup scripts don't run and bash segfaults. I'm ins

Re: Windows Server 2008 64-bit setup.exe/bash problem

2010-06-16 Thread Dave Korn
On 16/06/2010 21:55, Ernest Mueller wrote: > [ ... ] Windows 2008 [ ... ] 32-bit one works [ ... ] 64-bit [ ... ] > segfaults. > [ ... ] Ideas welcome! Disable DEP? cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

Re: AW: [bulk] - AW: AW: [bulk] - Re: Setup.exe don't remember previos settings

2010-06-16 Thread Dave Korn
On 14/06/2010 14:17, DEWI - N. Zacharias wrote: > Hi Dave, > > maybe I missed your answer but again I stumbled over the problem. > > Any improvements since then ?? Sigh, no, not yet, sorry; have bigger fish to fry right now. If you feel like debugging it yourself, UserSettings::save() would b

Re: Windows Server 2008 64-bit setup.exe/bash problem

2010-06-16 Thread Ernest Mueller
Set DEP to "Windows stuff only," rebooted, and reinstalled with the same result. I can run C:\cygwin\bin\bash.exe and it runs, it just segfaults sometimes, esp. on the '[' operator. When running e.g. 000-cygwin-post-install.sh here's what it does: bash-3.2# bash -x /etc/postinstall/000-cygwin-po

Re: AW: [bulk] - AW: AW: [bulk] - Re: Setup.exe don't remember previos settings

2010-06-16 Thread Christopher Faylor
On Wed, Jun 16, 2010 at 11:22:58PM +0100, Dave Korn wrote: >On 14/06/2010 14:17, DEWI - N. Zacharias wrote: >> Hi Dave, >> >> maybe I missed your answer but again I stumbled over the problem. >> >> Any improvements since then ?? > > Sigh, no, not yet, sorry; have bigger fish to fry right now. I

Re: AW: [bulk] - AW: AW: [bulk] - Re: Setup.exe don't remember previos settings

2010-06-16 Thread Dave Korn
On 17/06/2010 00:48, Christopher Faylor wrote: > On Wed, Jun 16, 2010 at 11:22:58PM +0100, Dave Korn wrote: >> On 14/06/2010 14:17, DEWI - N. Zacharias wrote: >>> Hi Dave, >>> >>> maybe I missed your answer but again I stumbled over the problem. >>> >>> Any improvements since then ?? >> Sigh, no,

Re: AW: [bulk] - AW: AW: [bulk] - Re: Setup.exe don't remember previos settings

2010-06-16 Thread Christopher Faylor
On Thu, Jun 17, 2010 at 03:22:16AM +0100, Dave Korn wrote: >On 17/06/2010 00:48, Christopher Faylor wrote: >> On Wed, Jun 16, 2010 at 11:22:58PM +0100, Dave Korn wrote: >>> On 14/06/2010 14:17, DEWI - N. Zacharias wrote: Hi Dave, maybe I missed your answer but again I stumbled over t

C++ app segfaults in libstdc++

2010-06-16 Thread Charles Wilson
This problem came up on the libtool list, while trying to track down a regression test failure on with cygwin-libtool-2.2.10. It's actually not a "regression" per se, because the same test failed also on cygwin-libtool-2.2.7a. However, it really shouldn't fail, AFAICT. Anyway, the STC is attache

Re: Windows Server 2008 64-bit setup.exe/bash problem

2010-06-16 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ernest Mueller wrote, On 16.6.2010 22:55: > > Hey all. I was installing cygwin+openSSH on a couple systems and came > across an issue. I was installing on the stock Amazon EC2 Windows 2008 > Server builds. The 32-bit one works perfectly. On 64-b