No such file or directory

2008-06-25 Thread pirracas77
Hello all: I am trying to make a script in bash using cygwin. (script.sh) There is a line with a command like this ping www..com -t > file.txt when I launch this commad througth the promtp this commad works without problems but when I launch the script "bash script.sh" a "No such file o

Re: Fwd: md5sum using Cygwin in Windows

2008-06-25 Thread Paul Newell
My thanks for offering the "if Cygwin is based on anything it would be FreeBSD, not Linux". I took the link I posted too literally. There was no point to be missed in OP's purpose as I couldn't have cared less what his purpose was. Though I still dislike "Wow! Zing!", I agree with your stated

Python installation error

2008-06-25 Thread Paul, Brent S
I downloaded the package Python 2.5.1-2. I then started to install that package but was running another instance of cygwin and had to cancel the installation. I then killed the cygwin window and tried again to reinstall Python. However I get an error that "setup.exe has encountered a pr

psycopg2 on cygwin

2008-06-25 Thread Calvin Cheng
Hi guys, How should I go about installing psycopg2 for cygwin? I have managed to install pyscopg2 on windows using the executable from here -> http://www.stickpeople.com/projects/python/win-psycopg/index.html#Version2 (specifically psycopg2-2.0.7.win32-py2.5-pg8.3.1-release.exe) and it is running

Re: Running fontforge.exe does nothing

2008-06-25 Thread Christopher Faylor
On Wed, Jun 25, 2008 at 09:32:51AM -0400, David Spector wrote: >Perhaps the best solution would be for any information channel (like >this mailing list) to offer a choice of either user interface. This >could be done in some standard Open Source way, so no organization >hosting a channel would hav

Re: Bash startup problems on Windows 2008 server

2008-06-25 Thread Christopher Faylor
On Wed, Jun 25, 2008 at 03:12:58PM +0200, Corinna Vinschen wrote: >No. This has been reported at least twice already, but personally I >can't reproduce it, neither on my two 2008 i386, nor on my 2008 x86_64 >system. Somebody, who can reproduce this problem will have to debug >this problem. Me to

Re: Does profiler works in cygwin ?

2008-06-25 Thread Brian Dessent
Raja Saleru wrote: > I would like to know whether we can compile the application in cygwin > using -pg and then get the output using gprof. gprof works, but I think your understanding of how it works is flawed. > I am wonder why the time is zero in the below output result? Probably because the

Re: Git Package Dependency

2008-06-25 Thread Chris Bozic
Also, I just noticed that git-gui and gitk require tcltk wich doesn't get installed by default. Chris Bozic On Wed, Jun 25, 2008 at 1:51 PM, Chris Bozic <[EMAIL PROTECTED]> wrote: > FYI, > > I just noticed that when I have a new install of cygwin and the only > package I select to install is git

Re: Git Package Dependency

2008-06-25 Thread Reini Urban
Chris Bozic schrieb: I just noticed that when I have a new install of cygwin and the only package I select to install is git (any version), the required libcurl-4 package isn't installed along with git. This causes any git command in a cygwin terminal to return without executing. (Running from

Git Package Dependency

2008-06-25 Thread Chris Bozic
FYI, I just noticed that when I have a new install of cygwin and the only package I select to install is git (any version), the required libcurl-4 package isn't installed along with git. This causes any git command in a cygwin terminal to return without executing. (Running from Windows "cmd" rev

Re: Running fontforge.exe does nothing

2008-06-25 Thread Larry Hall (Cygwin)
On 06/25/2008, David Spector wrote: Larry, Thanks for the info. I think the maintainer of fontforge should have added it to the cygwin setup as a standard package, with the appropriate dependencies. That would have avoided the problem that I had (and more people in the future will probably ha

Re: Bash startup problems on Windows 2008 server

2008-06-25 Thread Eric Berge
On Jun 25 10:20, Mark J. Reed wrote: > I know this is a lame suggestion, but I figure it can't hurt to throw > it out there anyway: > > Does explicitly running setup.exe as Administrator make any difference here? > > I wouldn't expect it to matter on Vista, but perhaps Server '08, in > the na

Re: Bash startup problems on Windows 2008 server

2008-06-25 Thread Corinna Vinschen
On Jun 25 10:20, Mark J. Reed wrote: > I know this is a lame suggestion, but I figure it can't hurt to throw > it out there anyway: > > Does explicitly running setup.exe as Administrator make any difference here? > > I wouldn't expect it to matter on Vista, but perhaps Server '08, in > the name o

Re: Bash startup problems on Windows 2008 server

2008-06-25 Thread Mark J. Reed
I know this is a lame suggestion, but I figure it can't hurt to throw it out there anyway: Does explicitly running setup.exe as Administrator make any difference here? I wouldn't expect it to matter on Vista, but perhaps Server '08, in the name of heightened security for servers, doesn't do the a

Re: Running fontforge.exe does nothing

2008-06-25 Thread David Spector
Thanks for your replies. Larry, Thanks for the info. I think the maintainer of fontforge should have added it to the cygwin setup as a standard package, with the appropriate dependencies. That would have avoided the problem that I had (and more people in the future will probably have with i

Re: Bash startup problems on Windows 2008 server

2008-06-25 Thread Corinna Vinschen
On Jun 25 14:11, Steinar Bang wrote: > I tried installing cygwin (the current setup.exe from www.cygwin.com) on > a freshly installed Windows 2008 server. > > The installation started normally, and I didn't see anything strange > until I was going to check up on the progress. Then the cygwin setu

Bash startup problems on Windows 2008 server

2008-06-25 Thread Steinar Bang
I tried installing cygwin (the current setup.exe from www.cygwin.com) on a freshly installed Windows 2008 server. The installation started normally, and I didn't see anything strange until I was going to check up on the progress. Then the cygwin setup window was gone. There was no desktop icon,

Re: change in gawk from 3.1.5 to 3.1.6

2008-06-25 Thread Corinna Vinschen
On Jun 25 09:09, Nicholas Volk wrote: > Awk is not really my expertise (haven't used it in years) but shouldn't > that be > > awk '{printf ("%6d", 0x22) }' test.txt > > I mean that "0x22" usually refers to strings, not hexes. > Works fine without quotations. > > br, > Nicholas > > > Hello Cor

[ANNOUNCEMENT] Updated: postgresql-8.2.9-1

2008-06-25 Thread Reini Urban
I've updated postgresql and all its subpackages to 8.2.9-1. Reason: postgresql-perl links now to the new perl-5.10 What's new: http://www.postgresql.org/docs/8.2/static/release-8-2-9.html Before you upgrade a postgresql package to a new new major or minor version (7.4 => 8.0 => 8.1 => 8.2), be

[ANNOUNCEMENT] Updated: perl-libwin32-0.28-2

2008-06-25 Thread Reini Urban
All cygwin perl packages have been promoted to 5.10. So the previous test version perl-libwin32-0.28-2 was promoted to current. Project description: A useful bundle of Win32 Perl extensions. Port Changes: * Changed from gbs to cygport * Rebuilt for perl-5.10.0 (archname: i686-cygwin) The change

[ANNOUNCEMENT] Updated: perl-5.10.0-4

2008-06-25 Thread Reini Urban
All cygwin perl packages have been promoted from the experimental branch to be 5.10.0-4 based. This announcement is for the perl base package itself. Important Changes since the last perl-5.10.0-3: * Removed -Dusesitecustomize for performance reasons * Win32Core.o is now included in libperl to a

[ANNOUNCEMENT] Updated: perl-Win32-GUI-1.06-2

2008-06-25 Thread Reini Urban
All cygwin perl packages have been promoted to 5.10. So the previous test version perl-Win32-GUI-1.06-2 was promoted to current. NEWS: = This version is the same as it would have been installed via CPAN, since all cygwin patches are included upstream. It just installs into vendor_perl. CHANG

jpeg library

2008-06-25 Thread wynfield
I was trying to build a program which uses libjpeg. ./configure works, but make beaks down. # The issue is: program io-jpeg .c tries to access an undefined structure member. According to: http://cygwin.com/ml/cygwin/2005-07/msg01005.html This member was deliberately taken out of cygwin's li