Re: R: patch can't find files by linux-stype path

2010-10-01 Thread Marco Atzeri
--- Ven 1/10/10, Andrey Repin ha scritto: > Greetings, Marco Atzeri! > > >> > [C:\arc\games\online\WoW\AddOns\DebuffFilter-1.98]$patch > > > C:\arc\games\online\WoW\AddOns\DebuffFilter-1.98 > > is not a cygwin path, so what is your shell ? > > http://www.farmanager.com/index.php?l=en > > > I w

RE: strange crashes on invocation

2010-10-01 Thread Buchbinder, Barry (NIH/NIAID) [E]
Christopher Faylor sent the following at Friday, October 01, 2010 6:03 PM >So: How about how? > >http://cygwin.com/snapshots.html http://cygwin.com/snapshots/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygw

Re: strange crashes on invocation

2010-10-01 Thread Christopher Faylor
On Mon, Sep 27, 2010 at 11:52:12AM -0500, Heath Kehoe wrote: > > >On 9/27/2010 10:31 AM, Heath Kehoe wrote: >> On 9/24/2010 2:54 PM, Christopher Faylor wrote: >>> On Fri, Sep 24, 2010 at 01:23:48PM -0500, Heath Kehoe wrote: Well, another difference is the addition of PATH_MAX*2 bytes on the >>

Re: How to run Cygwin as the root user ?

2010-10-01 Thread Larry Hall (Cygwin)
On 10/1/2010 5:23 PM, Clement, Sebastien wrote: A very basic question but how can we do that ? Cygwin runs as whatever user you start it as. Log in and run it. If you need to switch users, you should install the 'openssh' package, read the readme and configure it, and use 'ssh'. There is no

How to run Cygwin as the root user ?

2010-10-01 Thread Clement, Sebastien
A very basic question but how can we do that ? Sébastien -- 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: R: Cygwin 1.7.7 fork/exec performance MUCH slower than 1.5.25

2010-10-01 Thread SZABÓ Gergely
I'm aware of the bash-completion issue. I've removed it already. This is a different problem. My login shells don't take 2 minutes to start any more, now it's just a mere 2 seconds. :-) Best regards G -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwi

Re: for Cygwin?

2010-10-01 Thread Marco Atzeri
--- Ven 1/10/10, Jan Chludzinski ha scritto: No top post please. > That brings up a couple of > questions: > > 1) I've found several web sites that offer a GSL package > for 1.7 but > why isn't it part of the library full install? Setup.exe install as default only a minimal number of packages:

Bugzilla outage Monday, October 4, 18:00GMT-19:00GMT

2010-10-01 Thread Ian Lance Taylor
Thanks to sterling work by Frédéric Buclin, the sourceware.org overseers group is preparing to upgrade sourceware.org bugzilla to a current version. We will be taking bugzilla offline on Monday, October 4, for one hour starting at 18:00GMT, 11:00PDT to do a final database upgrade and conversion to

Re: for Cygwin?

2010-10-01 Thread Jan Chludzinski
That brings up a couple of questions: 1) I've found several web sites that offer a GSL package for 1.7 but why isn't it part of the library full install? 2) Is there a "canonical" place to look for packages not in the install options? On Fri, Oct 1, 2010 at 11:25 AM, Marco Atzeri wrote: > --- V

Re: for Cygwin?

2010-10-01 Thread Marco Atzeri
--- Ven 1/10/10, Jan Chludzinski ha scritto: > I need to write some simple code > which involves complex values.  I > remembered that C99 added support for complex values and > tried to use > (different from C++'s ) - > I tried ccos() and got > the error below. > > Another option is to use GLS?

Re: for Cygwin?

2010-10-01 Thread Eric Blake
[please don't top-post] On 10/01/2010 09:08 AM, Jan Chludzinski wrote: I need to write some simple code which involves complex values. I remembered that C99 added support for complex values and tried to use (different from C++'s) - I tried ccos() and got the error below. Ah, but cygwin does

Re: for Cygwin?

2010-10-01 Thread Jan Chludzinski
I need to write some simple code which involves complex values.  I remembered that C99 added support for complex values and tried to use (different from C++'s ) - I tried ccos() and got the error below. Another option is to use GLS? ---John On Thu, Sep 30, 2010 at 4:18 PM, Marco Atzeri wrote:

Re: unison 2.40.16 (cygwin) over ssh doesn't resume after merge command

2010-10-01 Thread Andrew Schulman
> Executive summary: unison 2.40.16 (cygwin) freezes upon exit of a merge > command, but only when one root is ssh. Works fine when both are local. > Testing the MSVC build of 2.40.16 also works fine with a ssh-root. strace can probably help - you can see which system call is hanging, or maybe l

R: patch can't find files by linux-stype path

2010-10-01 Thread Marco Atzeri
--- Ven 1/10/10, Andrey Repin ha scritto: > Greetings, All! > > [C:\arc\games\online\WoW\AddOns\DebuffFilter-1.98]$patch C:\arc\games\online\WoW\AddOns\DebuffFilter-1.98 is not a cygwin path, so what is your shell ? I will expect something like /cygdrive/c/arc/games/online/WoW/AddOns/DebuffFil

Re: diff issue

2010-10-01 Thread Andrey Repin
Greetings, Csaba Raduly! > Andrey Repin wrote: > When I'm comparing them with my usual macro > diff -bdu -x "CVS" -x ".svn" -I "\$Id.*\$" -I "\$Revision.*\$" -I > "\$Date.*\$" -I "\$Author.*\$" --strip-trailing-cr -- '1/backup.bat' > 'backup.bat' > It telling me that $Id$ lines

Re: diff issue

2010-10-01 Thread Andrey Repin
Greetings, Brian Wilson! > Lastly do you need to use the "-x PATtern" exclusion options? You are > already specifying the two files to diff > so you shouldn't need these options. It is part of my shell macro, so I can compare CVS/Subversion working copies without much of false differences repor

patch can't find files by linux-stype path

2010-10-01 Thread Andrey Repin
Greetings, All! [C:\arc\games\online\WoW\AddOns\DebuffFilter-1.98]$patch < ../.modd/DebuffFilter/TinyFontFix.patch can't find file to patch at input line 3 Perhaps you should have used the -p or --strip option? The text leading up to this was: -- |--- DebuffFilter/DebuffFi

[ANNOUNCEMENT] Updated: tidy-20090325-1

2010-10-01 Thread Lapo Luchini
Version tidy-20090325-1 of HTML Tidy has been uploaded. HTML Tidy is a program to clean up and correct messy HTML pages. Tidy is able to fix up a wide range of problems and to bring to your attention things that you need to work on yourself. HTML Tidy, including both TidyLib and the command line

Re: R: libtermcap.a in cygwin 1.7.7.1

2010-10-01 Thread Thomas Wolff
Am 01.10.2010 11:56, schrieb Marco Atzeri: --- Ven 1/10/10, Dipak Gaigole ha scritto: Hello, Recently I had uninstalled my previous version of cygwin (1.5.24) and did a fresh install of latest cygwin (1.7.7.1) When I tried to recompile my code it failed because of libtermcap.a not found. Thi

Re: R: Cygwin 1.7.7 fork/exec performance MUCH slower than 1.5.25

2010-10-01 Thread Andrey Repin
Greetings, SZABУ Gergely! > The funny thing is, The sum of the sys and user times for the "fork" > script is around 1 minute. What happens in the remaining 3 minutes, to > make up that terrible time over 4 min? bash-completion? :D Try uninstalling this package entirely. -- WBR, Andrey Repin (a

R: libtermcap.a in cygwin 1.7.7.1

2010-10-01 Thread Marco Atzeri
--- Ven 1/10/10, Dipak Gaigole ha scritto: > Hello, > > Recently I had uninstalled my previous version of cygwin > (1.5.24) and > did a fresh install of latest cygwin (1.7.7.1) > > When I tried to recompile my code it failed because of > libtermcap.a > not found. This termcap library is needed

Re: What does this look like to you folks?

2010-10-01 Thread SJ Wright
SJ Wright wrote: Gregg Levine wrote: On Mon, Sep 27, 2010 at 11:26 PM, SJ Wright wrote: SJ Wright wrote: First, a little background: In quite a few previous edits of my .bash_aliases file, I've used the same alias to cd to a particular folder. Tonight I typed it in and got the follow

Re: What does this look like to you folks?

2010-10-01 Thread SJ Wright
Gregg Levine wrote: On Mon, Sep 27, 2010 at 11:26 PM, SJ Wright wrote: SJ Wright wrote: First, a little background: In quite a few previous edits of my .bash_aliases file, I've used the same alias to cd to a particular folder. Tonight I typed it in and got the following as a return:

Re: use the list of files stored in a text file and process it

2010-10-01 Thread SJ Wright
Csaba Raduly wrote: On Thu, Sep 30, 2010 at 3:37 PM, SJ Wright wrote: I know one of the trip-ups I often have if I spend any time away from a L/Unix environment has to do with the "mv" command: I often forget that it prefers absolute paths from root folders (or in the case of Cygwin, virtual

libtermcap.a in cygwin 1.7.7.1

2010-10-01 Thread Dipak Gaigole
Hello, Recently I had uninstalled my previous version of cygwin (1.5.24) and did a fresh install of latest cygwin (1.7.7.1) When I tried to recompile my code it failed because of libtermcap.a not found. This termcap library is needed by my code. Further investigation shows that this library is m

unison 2.40.16 (cygwin) over ssh doesn't resume after merge command

2010-10-01 Thread Robert Schmidt
Hi all, This is forwarded from the unison-users mailing list. Original post at the bottom... Executive summary: unison 2.40.16 (cygwin) freezes upon exit of a merge command, but only when one root is ssh. Works fine when both are local. Testing the MSVC build of 2.40.16 also works fine with

Re: diff issue

2010-10-01 Thread Csaba Raduly
Andrey Repin wrote: When I'm comparing them with my usual macro diff -bdu -x "CVS" -x ".svn" -I "\$Id.*\$" -I "\$Revision.*\$" -I "\$Date.*\$" -I "\$Author.*\$" --strip-trailing-cr -- '1/backup.bat' 'backup.bat' It telling me that $Id$ lines are differ. But when I remo

Re: use the list of files stored in a text file and process it

2010-10-01 Thread Csaba Raduly
On Thu, Sep 30, 2010 at 3:37 PM, SJ Wright wrote: > I know one of the trip-ups I often have if I spend any time away from a > L/Unix environment has to do with the "mv" command: I often forget that it > prefers absolute paths from root folders (or in the case of Cygwin, virtual > ones taken as rea

Re: R: Cygwin 1.7.7 fork/exec performance MUCH slower than 1.5.25

2010-10-01 Thread Marco Atzeri
--- Ven 1/10/10, SZABÓ Gergely ha scritto: > Ciao Marco, > > I do not think a real /home would help, as I have several > colleagues who > have a real /home, but still have similar slow performance > with cygwin > 1.7.x. > > What kind of ACL issue could this be? And why is it no > problem for >