Re: [ITP] bsfilter 1.0.15 -- Bayesian spam filter with Japanese support

2007-09-25 Thread Jari Aalto
* Thu 2007-09-20 Dr Dr Dr.Volker.Zell-QHcLZuEGTsvQT0dZR+AlfA AT public.gmane.org * Message-Id: 82tzppd65u.fsf AT vzell-de.de.oracle.com Makefile so that the make step don't pollutes the system directories ./bsfilter-1.0.15-1.sh make -- Building with standard make(1) ./Makefile #

src/winsup/doc ChangeLog faq-what.xml

2007-09-25 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2007-09-25 17:03:59 Modified files: winsup/doc : ChangeLog faq-what.xml Log message: * faq-what.xml: Remove paragraph about and link to stoneage old history.html file. Patches:

Where to download an old verion cygwin?

2007-09-25 Thread Bo Xie
Where to download an old verion cygwin? e.g., I want to download cygwin 1.5.5 because I want to compile cdrtools on cygwin 1.5.5 (not the latest cygwin 1.5.24 for some reason). Thanks! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: Where to download an old verion cygwin?

2007-09-25 Thread Dave Korn
On 25 September 2007 11:42, Bo Xie wrote: Where to download an old verion cygwin? Google cygwin time machine. Note that you'll be pretty much on your own with an outdated version of cygwin as far as support from the list, there aren't many people running a version that old. cheers,

Re: Updated: git-1.5.3.2-1

2007-09-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 9/22/2007 6:37 PM: A new release of git, 1.5.3.2-1, has been uploaded, replacing 1.5.3-1 as the current version. Phooey. In the process of packaging this, I overlooked the fact that the upstream makefile changed enough

Re: setup.exe deleted some files

2007-09-25 Thread Larry Hall (Cygwin)
Paul McFerrin wrote: Can you really *expect* that someone running B20 for 5+ years can remember from which package to select so you will not lose a particular program that you've been using for years. Heck I didn't even know it was part of the linux util package. I never used a Linus system

OpenSSH and user environment: Maybe not initialized correctly

2007-09-25 Thread Frank
Hi, I am experiencing some trouble with OpenSSH under Cygwin. Details on my Cygwin installation can be found in the attached outputs of cygcheck -s -v -r cygcheck.out on the machines in the zipped attachment. [I tried to send with attachment, but obviously it did not get through your protection

Re: setup.exe deleted some files

2007-09-25 Thread Christopher Faylor
On Tue, Sep 25, 2007 at 08:32:26AM -0400, Larry Hall (Cygwin) wrote: Paul McFerrin wrote: Can you really *expect* that someone running B20 for 5+ years can remember from which package to select so you will not lose a particular program that you've been using for years. Heck I didn't even know it

Re: OpenSSH and user environment: Maybe not initialized correctly

2007-09-25 Thread Larry Hall (Cygwin)
Frank wrote: snip ssh amd64 whoami ssh smithfield whoami which then also does not print the expected result on all machines! I am expecting illenseer, but on amd64 it was sshd_server (whereas on the 32bit smithfield machine it was illenseer correctly). snip I expect that this falls

Re: setup.exe deleted some files

2007-09-25 Thread Larry Hall (Cygwin)
Christopher Faylor wrote: On Tue, Sep 25, 2007 at 08:32:26AM -0400, Larry Hall (Cygwin) wrote: Paul McFerrin wrote: Can you really *expect* that someone running B20 for 5+ years can remember from which package to select so you will not lose a particular program that you've been using for

Re: OpenSSH and user environment: Maybe not initialized correctly

2007-09-25 Thread DePriest, Jason R.
On 9/25/07, Frank wrote: Hi, I am experiencing some trouble with OpenSSH under Cygwin. Details on my Cygwin installation can be found in the attached outputs of cygcheck -s -v -r cygcheck.out on the machines in the zipped attachment. [I tried to send with attachment, but obviously it did

Re: sshd: PID xxxx: fatal: initgroups: myid: Invalid argument.

2007-09-25 Thread Tim Largy
Larry Hall wrote: You may want to try this again by running a system-owned shell (take a look in the email archives for a recipe of how to make one of these). You can then run 'sshd' with debugging flags right at the command line and see all the debug output there. Running net start sshd in

Re: sshd: PID xxxx: fatal: initgroups: myid: Invalid argument.

2007-09-25 Thread Larry Hall (Cygwin)
Tim Largy wrote: Larry Hall wrote: You may want to try this again by running a system-owned shell (take a look in the email archives for a recipe of how to make one of these). You can then run 'sshd' with debugging flags right at the command line and see all the debug output there. Running

Bash -c without exiting

2007-09-25 Thread patrickinminneapolis
I'd like to drop to the current directory like this, bash --login -i -c 'Drop to current directory' without exiting cygwin. Thanks. -- View this message in context: http://www.nabble.com/Bash--c-without-exiting-tf4518164.html#a12888624 Sent from the Cygwin Users mailing list archive at

Re: Bash -c without exiting

2007-09-25 Thread Igor Peshansky
On Tue, 25 Sep 2007, patrickinminneapolis wrote: I'd like to drop to the current directory like this, bash --login -i -c 'Drop to current directory' without exiting cygwin. Thanks. Not Cygwin-specific. Try bash --login -i -c 'cd /tmp exec bash' HTH, Igor --

text file or database for cygcheck -p or Cygwin.com / search?

2007-09-25 Thread LDR
The cygcheck -p option is a great tool. Although, I noticed today a number of problems in using it today along with the package search function at Cygwin.com. I also rummaged around one of the mirror FTP sites to see if I could find a text file that was the logical equivalent of a single

Compilation problem when running sde-make on cygwin

2007-09-25 Thread Paul Yeung
Hello there, I'm a developer at a tech company in california. I'm trying to use the cygwin sde compiler to build my program. Here is the error I get at the end when running sde-make. I'm not sure what the error code 53 means nor what sde-ar is trying do. Any help would be much appreciated. rm

Re: text file or database for cygcheck -p or Cygwin.com / search?

2007-09-25 Thread Brian Dessent
LDR wrote: I also rummaged around one of the mirror FTP sites to see if I could find a text file that was the logical equivalent of a single directory listing for all the directories *and* archives in the 'release/' directory. This must be the logical basis for both 'cygcheck -p' and the

RE: Compilation problem when running sde-make on cygwin

2007-09-25 Thread Dave Korn
On 25 September 2007 23:33, Paul Yeung wrote: I'm a developer at a tech company in california. I'm trying to use the cygwin sde compiler to build my program. shudder Here is the error I get at the end when running sde-make. I'm not sure what the error code 53 means nor what sde-ar is

Re: Compilation problem when running sde-make on cygwin

2007-09-25 Thread René Berber
Paul Yeung wrote: I'm a developer at a tech company in california. I'm trying to use the cygwin sde compiler to build my program. Here is the error I get at the end when running sde-make. I'm not sure what the error code 53 means nor what sde-ar is trying do. Any help would be much

cygpath -u doesn't seem to convert spaces properly

2007-09-25 Thread Jerome Fong
I am trying to use cygpath -u to convert my windows path to an unix path in my shell script. However, it has problems with paths that has spaces in it. For example, cygpath -u c:\Program Files\Java is converted to /cygdrive/c/Program Files/Java, which doesn't work. Is there a flag that I am

RE: cygpath -u doesn't seem to convert spaces properly

2007-09-25 Thread Thrall, Bryan
Jerome Fong wrote on Tuesday, September 25, 2007 6:23 PM: I am trying to use cygpath -u to convert my windows path to an unix path in my shell script. However, it has problems with paths that has spaces in it. For example, cygpath -u c:\Program Files\Java is converted to /cygdrive/c/Program

Re: cygpath -u doesn't seem to convert spaces properly

2007-09-25 Thread Brian Dessent
Jerome Fong wrote: I am trying to use cygpath -u to convert my windows path to an unix path in my shell script. However, it has problems with paths that has spaces in it. For example, cygpath -u c:\Program Files\Java is converted to /cygdrive/c/Program Files/Java, which doesn't work. Is

Global symbol explicit package name requirement for Perl 5.8.8 files with strict

2007-09-25 Thread Naju G. Mancheril
- The problem - When I run some scripts, I get errors like the following from Perl Global symbol $VERSION requires explicit package name at /usr/lib/perl5/5.8/cygwin/Cwd.pm line 173. - This did not happen before yesterday (September 24, 2007) afternoon. - Perl version

Re: cygpath -u doesn't seem to convert spaces properly

2007-09-25 Thread Jerome Fong
It seems to be a quoting problem. This is what I was doing: $ ttt=$(cygpath -u $JAVA_HOME) $ echo $ttt /cygdrive/c/Program Files/Java/jdk1.5.0_10 $ cd $ttt bash: cd: /cygdrive/c/Program: No such file or directory $ cd $ttt $pwd /cygdrive/c/Program Files/Java/jdk1.5.0_10 Is is possible to

Re: cygpath -u doesn't seem to convert spaces properly

2007-09-25 Thread Brian Dessent
Jerome Fong wrote: $ cd $ttt bash: cd: /cygdrive/c/Program: No such file or directory Yes, that's wrong. But more importantly, it's not wrong just in the POSIX/Win32 path sense, it's wrong in the sense that it can't cope with any argument that contains whitespace. Your script would also fail

Abwesenheitsnotiz: Good day

2007-09-25 Thread Amringer, Ulrich
I am not in the office until October 4th, 2007. I will respond to your message when I return. In the case of urgent problems, please, contact Mr. Wolfgang Kleinschnittger: [EMAIL PROTECTED] Thanks in advance, Ulrich Amringer -- Unsubscribe info:

Re: Global symbol explicit package name requirement for Perl 5.8.8 files with strict

2007-09-25 Thread Larry Hall (Cygwin)
On 09/25/2007, Naju G. Mancheril wrote: - Why did this problem decide to rear its ugly head yesterday? - I don't know. - I am new to Cygwin. I don't know if my system silently upgraded my Perl package in the background while I was working yesterday. Cygwin is only

Re: Updated: git-1.5.3.2-1

2007-09-25 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric Blake wrote: Phooey. In the process of packaging this, I overlooked the fact that the upstream makefile changed enough such that /usr/lib/perl5/vendor_perl/5.8/Error.pm was no longer included automatically; the absence of this file breaks

Re: Updated: git-1.5.3.2-1

2007-09-25 Thread Cesar Strauss
Eric Blake wrote: According to Eric Blake on 9/22/2007 6:37 PM: A new release of git, 1.5.3.2-1, has been uploaded, replacing 1.5.3-1 as the current version. Phooey. In the process of packaging this, I overlooked the fact that the upstream makefile changed enough such that

Non-standard serial port baud rates

2007-09-25 Thread Andrew M. Bishop
In a message to this list in February this year titled Lost support for baud rate of 230400 after minor Cygwin upgrade Corinna wrote: : 25 is not supported and never was. As I wrote above, B115200 and : B230400 are supported for now. The next Cygwin version will support : baudrates up to

[Fwd: Re: Smoke [5.10.0] 31875 FAIL(m) MSWin32 WinXP/.Net SP2 (x86/2 cpu)]

2007-09-25 Thread Reini Urban
lapo, rsync seems to have changed its behaviour. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ ---BeginMessage--- Nicholas Clark wrote: On Sun, Sep 23, 2007 at 10:05:00PM +0100, Steve Hay wrote: Automated smoke report for 5.10.0 patch