Re: install from install files?

2009-07-31 Thread Dave Korn
Tom Hall wrote: > On Tue, Jul 28, 2009 at 10:56:12PM -0400, Larry Hall (Cygwin) wrote: >> I know this is not your question but I figured it was a point that was worth >> documenting for the archives if nothing else (though it has been made >> before so this would just be a "recent" version). You

Re: running MS link.exe under Cygwin sshd?

2009-07-31 Thread Dave Korn
Jay K wrote: > http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/eb49be0b-2a8c-4d55-8791-17e3cb1364c1 > > > " This issue is caused because cygwin does not implement a full login > process. It tries to impersonate, but it looks to me as if it does not make > the necessary call to LsaL

Re: $HOME variable - cannot cd $HOME

2009-07-31 Thread Dave Korn
Marianne Case wrote: > For some reason, the d2u command on my cygwin was spelled out as dos2unix Unless something's gone very wrong, you should have both names present. > $ cygcheck -l cygutils [ ... ] > /usr/bin/d2u.exe > /usr/bin/dos2unix.exe [ ... ] > $ ls -la /bin/d*2*u* >

Re: Building WebKit/GTK+ - Pango

2009-07-31 Thread Dave Korn
Siddhartha Shivshankar wrote: > I got Pango 1.12.4 from the above page and used the normal sequence > to build it. (configure, make, make install) > > But even after this, configure for Webkit cries that the cygwin > version of pango is 1.8. How can I install pango(-devel) 1.12.4? What you d

Re: New machine, new Cygwin instillation, target triple mess

2009-07-31 Thread Dave Korn
Larry Hall (Cygwin) wrote: > On 07/31/2009 07:05 AM, Aaron Gray wrote: >> Hi, >> >> I have just installed Cygwin on my new machine with a new harddrive, on >> Vista. >> >> I had the old harddrive working with my old Cygwin instillation working >> on this machine, with Vista. Target triple was fine.

running MS link.exe under Cygwin sshd?

2009-07-31 Thread Jay K
http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/eb49be0b-2a8c-4d55-8791-17e3cb1364c1 " This issue is caused because cygwin does not implement a full login process. It tries to impersonate, but it looks to me as if it does not make the necessary call to LsaLogonUser. As a result,

Re: [1.7] Updated: cygwin-1.7.0-54

2009-07-31 Thread Christopher Faylor
On Thu, Jul 30, 2009 at 07:44:52PM -0400, Chris Sutcliffe wrote: >> Something still not 100% correct with 1.7.0-54 >> >> startxwin.bat gives me this error: >> >> xterm: Can't execvp /usr/bin/tcsh: Invalid argument >> xterm: Could not exec /bin/bash: Invalid argument >> >> I can start both shells in

Re: $HOME variable - cannot cd $HOME

2009-07-31 Thread Marianne Case
Thanks! Indeed, that control character was the problem and now my .bashrc file works as expected. For some reason, the d2u command on my cygwin was spelled out as dos2unix, so "dos2unix .bashrc" fixed the file. ~Marianne -- Problem reports: http://cygwin.com/problems.html FAQ:

[1.7] bash loop and mintty hung issue

2009-07-31 Thread ERIC HO
I'm running cygwin 1.7.0(0.212/5/3), bash 3.2.49(23), mintty 0.4.4. I use C:\cygwin\bin\mintty.exe - and get a terminal session. I then press shift F12. The window just lock up and the Windows Task Manager shows bash.exe using 50% of cpu. When I close the hung window, bash.exe task is gone and

Re: $HOME variable - cannot cd $HOME

2009-07-31 Thread René Berber
Marianne Case wrote: [snip] > Then I tried to use $HOME directly at the command line and received the same > error (my inputs prefixed with a $): > $ cd $HOME > : No such file or directory > $ echo $HOME > /home/adella > $ cd /home/adella > $ pwd > /home/adella > > Any idea of what I did wrong du

$HOME variable - cannot cd $HOME

2009-07-31 Thread Marianne Case
Hello, I just installed cygwin and ran a cygcheck (attached - errors occurred during its generation but I'll save that for another post). While I can set and view the $HOME variable, I cannot cd $HOME. I tried it at the command line and in a .bashrc file in my home directory. I looked around th

Building WebKit/GTK+ - Pango

2009-07-31 Thread Siddhartha Shivshankar
http://trac.webkit.org/wiki/BuildingGtk Hi. From the above page, I tried to get the packages mentioned in "Dependencies". But the default pango version in cygwin is 1.8. (>=1.12 is needed according to configure) http://ftp.gnome.org/pub/GNOME/sources/pango/1.12/ I got Pango 1.12.4 from the abo

Re: install from install files?

2009-07-31 Thread Tom Hall
On Tue, Jul 28, 2009 at 10:56:12PM -0400, Larry Hall (Cygwin) wrote: > On 07/28/2009 07:33 PM, Robert Mark Bram wrote: > > > > >One more question: I notice that each time I update Cygwin, I get > >another "ftp...mirror.. " folder. > > I know this is not your question but I figured it was a poin

[1.7.0] Git fails with exec: 'sh' failed: invalid argument

2009-07-31 Thread David Nolan
Hello, $ export GIT_TRACE=1 $ git --version trace: built-in: git 'version' git version 1.6.3.2 $ sh --version GNU bash, version 3.2.49(23)-release (i686-pc-cygwin) Copyright (C) 2007 Free Software Foundation, Inc. $ git log trace: run_command: 'sh' '-c' 'less' trace: exec 'sh' failed: Invalid argu

Re: 1.7 ssh/rsync consuming all cpu on x64 Vista

2009-07-31 Thread Jonathan
I tried again using 1.7.0-52 (-54 is not working for me) my current uname -a is CYGWIN_NT-6.0-WOW64 SAGER9262 1.7.0(0.212/5/3) 2009-07-24 09:59 i686 Cygwin I simplified things a bit this time by using scp instead of rsync, I still see 100% cpu usage by ssh while sending data. An strace can be

Re: New machine, new Cygwin instillation, target triple mess

2009-07-31 Thread Larry Hall (Cygwin)
On 07/31/2009 07:05 AM, Aaron Gray wrote: Hi, I have just installed Cygwin on my new machine with a new harddrive, on Vista. I had the old harddrive working with my old Cygwin instillation working on this machine, with Vista. Target triple was fine. What's a "Target triple"? Questions :- H

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-54

2009-07-31 Thread Lee Rothstein
Corinna Vinschen wrote: ... I just uploaded a new Cygwin 1.7 test release, 1.7.0-54. This fixes the bug I introduced in -53 which resulted in a non-functional Cygwin DLL when building optimized code. Sorry, guys. ... Installed 1.7.0-54 on Vista Home Premium. Cygwin mintty, bash window ne

Re: Permission on USB drive

2009-07-31 Thread Larry Hall (Cygwin)
On 07/31/2009 04:15 AM, Morten Kjærulff wrote: Hi, These files: $ ls -l total 69892 -rwxr-xr-x 1 2753883 Jul 27 20:41 20090725-0926-IMG_0610.JPG -rwx-- 1 2865345 Jul 25 09:29 20090725-0929-IMG_0611.JPG are pictures from a camera, which I copied with

cygwin 1.7.0-54 issue

2009-07-31 Thread Paul Murray
I installed 1.7.52 today, and observed the following: Under rxvt and bash, rxvt.exe -e bash -i& does not work. An empty rxvt window appears, but bash does not seem to run successfully. Just an empty window... After falling-back to 1.7.0-52, the command works as expected (new window

Re: [1.7] Postgresql service uninstall bug

2009-07-31 Thread Keith Christian
On Fri, Jul 31, 2009 at 7:08 AM, Reini Urban wrote: > Fixed for 8.4.0-1 which is currently in test and will be released shortly. > -- > Reini Urban > http://phpwiki.org/           http://murbreak.at/ Great, I'm looking forward to being able to use PostgreSQL again on XP and Vista as soon as 1.7 is

Re: [1.7] Postgresql service uninstall bug

2009-07-31 Thread Reini Urban
2009/7/31 Thrall, Bryan: > The /etc/rc.d/init.d/postgresql script has a bug that makes it slightly > harder to uninstall the service; see the patch below: > > $ diff -wup /etc/rc.d/init.d/postgresql{,.mod} > --- /etc/rc.d/init.d/postgresql 2009-01-07 10:48:52.00100 -0600 > +++ /etc/rc.d/init.d/

New machine, new Cygwin instillation, target triple mess

2009-07-31 Thread Aaron Gray
Hi, I have just installed Cygwin on my new machine with a new harddrive, on Vista. I had the old harddrive working with my old Cygwin instillation working on this machine, with Vista. Target triple was fine. Questions :- How do I get my old Cygwin Instillation to work for my E: drive, I co

lt_dlopen() cant open the module

2009-07-31 Thread Martine Carannante
Hi I built a shared module (compiled with gcc -shared). Thanks to Yaakov (Cygwin/X), I solved my undefined references. Solution 2) Build the main program first with these additional LDFLAGS: '-Wl,--export-all-symbols,--out-implib,libfoo.a'. Then build the plugins, adding to their LDFLAGS: '-W

Re: Forward slashes in path and pipes

2009-07-31 Thread Dave Korn
Andrew DeFaria wrote: >> For some reason (the presence of the pipe?) cmd.exe parses the forward >> slash as an options separator rather than a path component in one case >> but not the other. Quoting removes the ambiguity. > Yes, my Cygwin question would be why does it store "/" in the registry > f

Permission on USB drive

2009-07-31 Thread Morten Kjærulff
Hi, These files: $ ls -l total 69892 -rwxr-xr-x 1 2753883 Jul 27 20:41 20090725-0926-IMG_0610.JPG -rwx-- 1 2865345 Jul 25 09:29 20090725-0929-IMG_0611.JPG -rwxr-xr-x 1 3697761 Jul 27 20:41 20090725-0951-IMG_0620.JPG -rwxr-xr-x 1 ?

Backgroud program uanble to go back

2009-07-31 Thread Huang Bambo
Cygwin 1.7.52 to 1.7.54 After I use Ctrl+D to make a working vim background, the process will not comeback with fg command. I havn't test if other programs are the same. $ cygcheck.exe -c -s Cygwin Package Information Package Version Status _update-info-dir 00827-1