rsync horribly broken

2003-12-05 Thread linda w
Went to copy a dir: rsync pooped all over the place: law rsync -avv --progress //ishtar/root/usr/src/packages/BUILD/dictd-1.4.9 /us r/src/packages/BUILD/ building file list ... expand file_list to 4000 bytes, did move 199 files to consider delta-transmission disabled for local transfer or

Re: d --tree problem with line draw characters

2003-12-05 Thread Yaakov S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 First, my apologies for the delay in response. My old computer on which I packaged 'd' died soon after, and I was without a computer for a few weeks. I just tonight got online with my new(er) computer. I duplicated this bug with similar results in

Re: Cygwin port of Perl broken on Win32? Or does Cygwin not run on win32?

2003-12-05 Thread linda w
I've always wanted to put cygwin tools *first* in my path before win32 tools since in some cases, there are hidden win32 tools that obscure well known *nix tools, like 'find' (being a primitive file string search). Do you actually install both Perl installs? I'm still running on a laptop for

RE: How to execute bash file under /usr/bin despite setting PATH=/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH

2003-12-05 Thread Jörg Schaible
Jon A. Lambert wrote on Thursday, December 04, 2003 7:03 PM: Nguyen, Huu-Dung wrote: Thank for the answers Can any gurus tell me what is the real use of /usr/bin as a mount point and /usr/bin as a physically existing directory in the Cygwin directory ? Sometime i am too much curious !?

RE: bug in gcc3.3.1

2003-12-05 Thread Jörg Schaible
Brian Ford wrote on Thursday, December 04, 2003 10:47 PM: On Thu, 4 Dec 2003, Jörg Schaible wrote: [EMAIL PROTECTED] wrote on Thursday, December 04, 2003 2:38 PM: what was the reason for dropping the support? ( I have to now fix few lines of code!!) It is not ANSI compatible and therefore

RE: bug in gcc3.3.1

2003-12-05 Thread Jörg Schaible
Jörg Schaible wrote on Friday, December 05, 2003 10:04 AM: In case you did not know ... Sorry, could not resist. Regards, Jörg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

[ANNOUNCEMENT] Win32:: Perl library updated for latest Cygwin

2003-12-05 Thread Rafael Kitover
It's been almost a year, and I've received some reports about builds failing. I've resolved a few problems and everything should be working. Hoping to pick this up a bit again and maybe make a Cygwin package. This project provides the core Win32:: and libwin32 ability for Cygwin Perl. It is

Re: Cygrunsrv and spawned processes

2003-12-05 Thread Corinna Vinschen
On Dec 4 16:33, Frank Seesink wrote: Igor Pechtchanski wrote: On Thu, 4 Dec 2003, Frank Seesink wrote: [LOTS OF USELESS FULL QUOTES DELETED] This tells me that cygrunsrv is not giving you a full environment within which to run the app. I've looked into spawnlp() and the P_NOWAIT mode,

RE: How to execute bash file under /usr/bin despite setting PATH= /us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH

2003-12-05 Thread Nguyen, Huu-Dung
OK Now i understand a little bit (NOT 100%) the fine features of /usr/bin as mount point and as physicically existing directory. I encounter the problem while installing a tool running on Cygwin, that comes from MicroCross (www.microcross.com) XTools The tool installs all important things and

rcp problem

2003-12-05 Thread mohanlal jangir
I tried to do rcp from cygwin to linux machine but I got following error : $ rcp temp.txt 10.10.10.45:/home/mohanlal 10.10.10.45: Permission denied This seems to be user validity issue. Command whoami at cygwin as well as at linux machine returns mohanlal. On machine 10.10.10.45, I have

Re: rcp problem

2003-12-05 Thread Joe
Some things to check: - the .rhosts file on Linux must be owned by you or by root and have permissions of 0600. - did you use a hostname or IP address in .rhosts? It must be a hostname. Also, ping that hostname and make sure it displays the IP address of the cygwin system to be sure it resolves

Download discrepencies

2003-12-05 Thread Vinod Gupta
I tried to download cygwin, using setup.exe version 2.416, chosing default for all packages except install for XFree86. Tried 3 different mirrors and all gave me me different number of packages and MBytes downloaded, like: ufl.edu 122 files 88.8 MB rcn.net 120 files 81.1 MB anl.gov

Re: Broken links on page http://cygwin.com/ported.html

2003-12-05 Thread Christopher Faylor
On Thu, Dec 04, 2003 at 10:50:16PM -0800, Spirit Traveller wrote: Hello, I am enjoying cygwin quite a good bit. So I decided to spend a little time helping out the website. I apologize in advance if this is the wrong place for this, but I was unable to find an email address of a webmaster for

Re: rsync horribly broken

2003-12-05 Thread Christopher Faylor
On Thu, Dec 04, 2003 at 11:53:41PM -0800, linda w wrote: Went to copy a dir: rsync pooped all over the place: law rsync -avv --progress //ishtar/root/usr/src/packages/BUILD/dictd-1.4.9 /usr/src/packages/BUILD/ I doubt that rsync understands Windows '//' style paths. -- Unsubscribe info:

Re: cygwin port of Perl broken on Win32? Or does cygwin not run on win32?

2003-12-05 Thread Christopher Faylor
On Fri, Dec 05, 2003 at 12:06:34AM -0800, linda w wrote: I've always wanted to put cygwin tools *first* in my path before win32 tools since in some cases, there are hidden win32 tools that obscure well known *nix tools, like 'find' (being a primitive file string search). Do you actually install

Re: How to execute bash file under /usr/bin despite setting PATH=/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH

2003-12-05 Thread Christopher Faylor
On Fri, Dec 05, 2003 at 09:59:15AM +0100, J?rg Schaible wrote: It is the way mount works (in any Unix)! You can force a mount without a mount point, but ls the parent directory and you see why. The only question you could arise for Cygwin here is why they use a mount at all for /usr/bin, but

Re: How to execute bash file under /usr/bin despite setting PATH= /us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH

2003-12-05 Thread Christopher Faylor
On Fri, Dec 05, 2003 at 12:45:43PM +0100, Nguyen, Huu-Dung wrote: Now i understand a little bit (NOT 100%) the fine features of /usr/bin as mount point and as physicically existing directory. I encounter the problem while installing a tool running on Cygwin, that comes from MicroCross

Re: Download discrepencies

2003-12-05 Thread Christopher Faylor
On Fri, Dec 05, 2003 at 09:00:24AM -0500, Vinod Gupta wrote: I tried to download cygwin, using setup.exe version 2.416, chosing default for all packages except install for XFree86. Tried 3 different mirrors and all gave me me different number of packages and MBytes downloaded, like: ufl.edu

RE: How to execute bash file under /usr/bin despite setting PATH=/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH

2003-12-05 Thread Jörg Schaible
Christopher Faylor wrote on Friday, December 05, 2003 3:23 PM: Nah. It's just because we are so frigging mean. Walking on the edge for so many years now g WASFM Igor, wtf cannot translate ... :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: Where are mount points stored?

2003-12-05 Thread Igor Pechtchanski
Ok, so (1) is curiousity. As for (2), why not simply run mount instead of the reg query? It will give you the same exact information. Igor On Thu, 4 Dec 2003, Joaquin wrote: No. For one (1) I don't want to be ignorant and want to learn how things work. Secondly (2) this helps me

Re: How to execute bash file under /usr/bin despite setting PATH=/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH

2003-12-05 Thread Jon A. Lambert
Jörg Schaible wrote: Jon A. Lambert wrote on Thursday, December 04, 2003 7:03 PM: Nguyen, Huu-Dung wrote: Thank for the answers Can any gurus tell me what is the real use of /usr/bin as a mount point and /usr/bin as a physically existing directory in the Cygwin directory ? Sometime i am too

Re: Missing October 2003 mbox archives

2003-12-05 Thread Igor Pechtchanski
Ok, the files are there now, but the links to the October mbox archives on the archive pages are still broken for the following lists: http://cygwin.com/ml/cygwin/, http://cygwin.com/ml/cygwin-announce/. http://cygwin.com/ml/cygwin-xfree/, http://cygwin.com/ml/cygwin-apps/. While we're on the

RE: bug in gcc3.3.1

2003-12-05 Thread Brian Ford
On Fri, 5 Dec 2003, Jörg Schaible wrote: Brian Ford wrote on Thursday, December 04, 2003 10:47 PM: On Thu, 4 Dec 2003, Jörg Schaible wrote: [EMAIL PROTECTED] wrote on Thursday, December 04, 2003 2:38 PM: what was the reason for dropping the support? ( I have to now fix few lines of

RE: How to execute bash file under /usr/bin despite setting PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH

2003-12-05 Thread Igor Pechtchanski
On Fri, 5 Dec 2003, Jörg Schaible wrote: Christopher Faylor wrote on Friday, December 05, 2003 3:23 PM: Nah. It's just because we are so frigging mean. Walking on the edge for so many years now g You mean teetering on the edge, don't you? ;-) WASFM Igor, wtf cannot translate ... :)

Re: Download discrepencies

2003-12-05 Thread Vinod Gupta
Christopher Faylor wrote: On Fri, Dec 05, 2003 at 09:00:24AM -0500, Vinod Gupta wrote: I tried to download cygwin, using setup.exe version 2.416, chosing default for all packages except install for XFree86. Tried 3 different mirrors and all gave me me different number of packages and MBytes

Re: Missing October 2003 mbox archives

2003-12-05 Thread Baurjan Ismagulov
Hello, Igor! On Fri, Dec 05, 2003 at 10:03:23AM -0500, Igor Pechtchanski wrote: Ok, the files are there now... Thanks much! With kind regards, Baurjan. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

[ANNOUNCEMENT] New Package: WordNet-2.0-1 - An online lexical reference system

2003-12-05 Thread Dr. Volker Zell
Hi The package WordNet is now available with the Cygwin distribution: * http://www.cogsci.princeton.edu/~wn/ (Homepage) * ftp://ftp.cogsci.princeton.edu/pub/wordnet/2.0/ (Download location) DESCRIPTION: WordNet is an online lexical reference system. Word forms in

Re: rsync horribly broken

2003-12-05 Thread linda w
If that's the case, how did rsync generate the list of files to copy? Why would rsync not be able to read them but cp would? Seems like an odd restriction rsync can read and compare network paths, but can't actually open the paths to copy them because it can't understand the paths that it

[Fwd: perl-enabled vim]

2003-12-05 Thread linda w
At one point there was some talk of enabling perl with the functionality being loadable (that's the default, actually). When the perl command is used, that's when it goes off and looks for perl61.dll. I was wondering what ever happened to that effort -- were people afraid perl61.dll was

Re: setup hangs when installing keychain

2003-12-05 Thread Igor Pechtchanski
On Fri, 5 Dec 2003, Karl M wrote: Hi All... I just tried to update keychain on two machines, both win2k. In both cases, setup (the version currently on the Cygwin web page) downloads and then when it says it is installing, goes to 100% CPU and starts eating up memory until the machine runs

Re: How to execute bash file under /usr/bin despite setting PATH=/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH

2003-12-05 Thread Jon A. Lambert
Nguyen, Huu-Dung wrote: I encounter the problem while installing a tool running on Cygwin, that comes from MicroCross (www.microcross.com) XTools The tool installs all important things and the bash setup file to /usr/bin. Right. They are the ones creating a physical c:\cygwin\usr\bin

[ANNOUNCEMENT] Test: pdksh-5.2.14-3

2003-12-05 Thread Igor Pechtchanski
I've updated pdksh to version 5.2.14-3. This is a maintainership change release, so it's marked test. Please install and test it. If no problems crop up, we'll make it curr in a week or so. See below for a list of changes. NOTE: this version requires Cygwin 1.5.*, and *will not* work with

Re: rsync horribly broken

2003-12-05 Thread Christopher Faylor
On Fri, Dec 05, 2003 at 09:01:40AM -0800, linda w wrote: If that's the case, how did rsync generate the list of files to copy? Why would rsync not be able to read them but cp would? Seems like an odd restriction rsync can read and compare network paths, but can't actually open the paths to copy

Re: How to execute bash file under /usr/bin despite setting PATH=/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH

2003-12-05 Thread Christopher Faylor
On Fri, Dec 05, 2003 at 12:57:22PM -0500, Jon A. Lambert wrote: Nguyen, Huu-Dung wrote: I encounter the problem while installing a tool running on Cygwin, that comes from MicroCross (www.microcross.com) XTools The tool installs all important things and the bash setup file to /usr/bin. Right.

Cygwin Package List Web Page Suggestion

2003-12-05 Thread Buchbinder, Barry (NIH/NIAID)
Often I have question about package (for example, what it requires) and must look up the answer in setup.ini. If it wouldn't be too much trouble, it would be convenient if the mechanism that makes http://sources.redhat.com/cygwin/packages/ or http://sources.redhat.com/cygwin/packages/package_name

Re: How to execute bash file under /usr/bin despite setting PATH=/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH

2003-12-05 Thread Jon A. Lambert
Christopher Faylor wrote: obligatory questionDoes MicroCross provide source code for the cygwin they provide?/obligatory question I'm sure this has come up before but I'd like to hear from anyone who has purchased something recently. http://www.microcross.com/html/copying_rights.html

test post: how2 prevent a cygwin post from being spam-blocked?

2003-12-05 Thread Tom Rodman
Yesterday (12/5/03) I posted a question 3 times to [EMAIL PROTECTED] For two of these I was able to watch and verify that a redhat MTA accepted the mail. None of the posts shown yesterday, and no bounced e-mail was returned. What checks are done before a post is accepted, so I/we can adjust.

Re: test post: how2 prevent a cygwin post from being spam-blocked?

2003-12-05 Thread Igor Pechtchanski
On Fri, 5 Dec 2003, Tom Rodman wrote: Yesterday (12/5/03) I posted a question 3 times to [EMAIL PROTECTED] For two of these I was able to watch and verify that a redhat MTA accepted the mail. None of the posts shown yesterday, and no bounced e-mail was returned. What checks are done before

Re: postgresql /usr/include/sqltypes.h conflicts with /usr/include/w32api/sqltypes.h (was RE: w32api/sql.h broken?)

2003-12-05 Thread Jason Tishler
Rafael, On Thu, Dec 04, 2003 at 02:25:38AM -0800, Rafael Kitover wrote: Looks like /usr/include/w32api/sql.h does an #include sqltypes.h, which if you have postgresql installed, will read postgres's version when building under cygwin. Any chance the postgres /usr/include/sqltypes.h could be

Re: InitDB with Postgresql after logging in as different user with ssh

2003-12-05 Thread Jason Tishler
Sheela, On Thu, Dec 04, 2003 at 12:36:21PM -0800, Sheela Rayala wrote: Creating template1 database in /usr/share/postgresql/data/base/1/... FATAL:could not create shared memory segment: Function not implemented Detail: Failed system call was shmget(key=1, size=1081344, 03600) initdb:

Re: Cygwin Package List Web Page Suggestion

2003-12-05 Thread Sam Steingold
* Buchbinder, Barry (NIH/NIAID) [EMAIL PROTECTED] [2003-12-05 13:09:43 -0500]: Often I have question about package (for example, what it requires) and must look up the answer in setup.ini. If it wouldn't be too much trouble, it would be convenient if the mechanism that makes

Re: setup hangs when installing keychain

2003-12-05 Thread Karl M
Hi All... Thanks Igor. I looked at /var/log/setup.log.full and saw that it failing to write to /usr/share/doc/keychain-2.0.3/ChangeLog. The directory had no write permission for the owner (administrator). I have never touched this directory, so I don't know how the permissions got broken.

Setup hangs in postinstall

2003-12-05 Thread Michael Robbert
A co-worker and I are trying to debug a problem that we came across while trying to do a new install of Cygwin on a clients computer. We have the current version of Setup.exe(2.416) and we have tried to install from a couple of mirrors, but even when doing just a base install the process hangs

Re: Setup hangs in postinstall

2003-12-05 Thread Brian Ford
On Fri, 5 Dec 2003, Michael Robbert wrote: A co-worker and I are trying to debug a problem that we came across while trying to do a new install of Cygwin on a clients computer. We have the current version of Setup.exe(2.416) and we have tried to install from a couple of mirrors, but even when

Anonymous ftp - ls hangs

2003-12-05 Thread Andrew DeFaria
I decided to resurrect anonymous ftp on a server here under Cygwin and managed to get it working again except that when one ftp's and types ls the ls hangs. I search the list and found one person having a similar problem but his question was never answered. Why is ls hanging and how do I fix

Re: Setup hangs in postinstall

2003-12-05 Thread Michael Robbert
Brian, Thanks for your quick response, but we have done multiple searches on google and the list archives. I read every post that I could find about the problems in October where setup was hanging during postinstall. That is where I got many of my ideas for debugging already i.e. gdb, strace,

Re: Setup hangs in postinstall

2003-12-05 Thread Antoine Labour
Michael Robbert wrote: Brian, Thanks for your quick response, but we have done multiple searches on google and the list archives. I read every post that I could find about the problems in October where setup was hanging during postinstall. That is where I got many of my ideas for debugging

Bash file doesn't appear

2003-12-05 Thread Skews Me
I've installed Cygwin twice from two different mirrors, but the bash file is nowhere to be found. __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

setup seems to miss a few packages

2003-12-05 Thread Karl M
Hi All... I noticed during a full install, that setup seems to miss a few packages. What I mean is that I ran setup for a new install. I then ran setup again, as soon as it finished from the same mirror and it found a few more packages to install. I was asleep at the wheel, so I didn't notice

Re: How to execute bash file under /usr/bin despite setting PATH=/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH

2003-12-05 Thread Christopher Faylor
On Fri, Dec 05, 2003 at 02:06:40PM -0500, Jon A. Lambert wrote: Christopher Faylor wrote: obligatory questionDoes MicroCross provide source code for the cygwin they provide?/obligatory question I'm sure this has come up before but I'd like to hear from anyone who has purchased something

A cygwin backup function?

2003-12-05 Thread Aldi Kraja
Hi, I am wandering if in cygwin exist any function or package that can do any automatic backup of a hard drive? TIA, Aldi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: Cygrunsrv and spawned processes

2003-12-05 Thread Frank Seesink
Igor, Just to be clear, I have now spent the better part of the day working on this, trying to fathom what's going on. All I can say is, cygrunsrv is doing _something_ differently when it comes to running Cygwin apps compared to running them from the BASH shell. I have now tested this every way

Re: test post: how2 prevent a cygwin post from being spam-blocked?

2003-12-05 Thread Tom Rodman
This is just FYI, no response needed. (BTW - I did get the answer to my post to via the package maintainer. ) -- thanks, Tom Rodman # # header for first failed msg, sent ~12:47 CST 12/4/03 # o e-mail sent to the below From

Re: Cygrunsrv and spawned processes

2003-12-05 Thread Frank Seesink
Corinna Vinschen wrote: *snip* This tells me that cygrunsrv is not giving you a full environment within which to run the app. I've looked into spawnlp() and the P_NOWAIT mode, It gives you the system environment plus everything specified by the -e option. Where else should it get its

Re: Bash file doesn't appear

2003-12-05 Thread Brian Ford
On Fri, 5 Dec 2003, Skews Me wrote: I've installed Cygwin twice from two different mirrors, but the bash file is nowhere to be found. You mean /bin/bash.exe? What is the bash file? Please have a look at http://www.cygwin.com/problems.html. -- Brian Ford Senior Realtime Software Engineer

Re: Cygrunsrv and spawned processes

2003-12-05 Thread Brian Ford
On Fri, 5 Dec 2003, Frank Seesink wrote: Corinna Vinschen wrote: Cygrunsrv has no idea about child processes started from it's inferior process. It's the responsibility of that process to care for its children. This is different from the situation in the shell where a Ctrl-C results in

Re: Re: Bash file doesn't appear

2003-12-05 Thread Skews Me
On Fri, 5 Dec 2003, Skews Me wrote: I've installed Cygwin twice from two different mirrors, but the bash file is nowhere to be found. You mean /bin/bash.exe? What is the bash file? - Version: 1.5.5-1 No executables were installed on either of my hard drives. The

Re: Re: Bash file doesn't appear

2003-12-05 Thread Christopher Faylor
On Fri, Dec 05, 2003 at 05:30:06PM -0800, Skews Me wrote: On Fri, 5 Dec 2003, Skews Me wrote: I've installed Cygwin twice from two different mirrors, but the bash file is nowhere to be found. You mean /bin/bash.exe? What is the bash file? - Version: 1.5.5-1 No

HSBC ENQUIRY.

2003-12-05 Thread Cappa Consultants
My name is Sarah Cappa. I am a senior partner in the firm of Cappa Consultants: Private Investigators and Security Consultants. We are conducting a standard process investigation on behalf of HSBC, the international Banking conglomerate. This investigation involves a client who shares the same

HSBC ENQUIRY.

2003-12-05 Thread Cappa Consultants
My name is Sarah Cappa. I am a senior partner in the firm of Cappa Consultants: Private Investigators and Security Consultants. We are conducting a standard process investigation on behalf of HSBC, the international Banking conglomerate. This investigation involves a client who shares the same

Installing from local directory, fatal error

2003-12-05 Thread SonyMaster
This is my first time using Cygwin, and my first time on the mailing list. I have downloaded the full Cygwin packages, meaning everyone single one. Then, I run setup.exe, click Next, and select Install from Local Directory. Then, I select the folder of where all the packages where downloaded

Cygwin GPG + Outlook 2000 + G-Data plugin

2003-12-05 Thread Vlad Edmond Gradin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, If somebody wants to use Cygwin GPG with Outlook with G-Data plugin. G-Data plugin is available from www3.gdata.de, with sources. I had to rebuild GDGPG.dll with some small changes, because I got wrong passphrase error and then, an outlook fopen

Some questions about ImageMagick and cygwin

2003-12-05 Thread Charles Wilson
(for more background, see http://www.cygwin.com/ml/cygwin-apps/2003-12/msg00072.html ) Bob --- It looks like we have a sucker^W volunteer to contribute (and maintain) an ImageMagick package for the cygwin platform. However, a few packaging questions have arisen. I raise a bunch of issues

Re: [ANN] Updated: rsync-2.5.7-1

2003-12-05 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Reed wrote: | The doc/ documentation is indeed in usr/share, but the manual pages | are still in usr/. I'll hold off on uploading in case you would | like to repackage with the man pages in usr/share. Either way, let | me know when you are

generic template script (proposed patch on 1.9)

2003-12-05 Thread Lapo Luchini
# determine correct decompression option and tarball filename -if [ -e ${PKG}-${VER}.tar.gz ] ; then - export opt_decomp=z - export src_orig_pkg_ext=gz -elif [ -e ${PKG}-${VER}.tar.bz2 ] ; then +export BASEPKG=${PKG}-${VER} +if [ -e ${BASEPKG}.tar.bz2 ] ; then export opt_decomp=j - export

[New Package] WordNet-2.0-1: An online lexical reference system

2003-12-05 Thread Dr. Volker Zell
Hi The package WordNet is now available with the Cygwin distribution: * http://www.cogsci.princeton.edu/~wn/ (Homepage) * ftp://ftp.cogsci.princeton.edu/pub/wordnet/2.0/ (Download location) DESCRIPTION: WordNet is an online lexical reference system. Word forms in

Re: [New Package] WordNet-2.0-1: An online lexical reference system

2003-12-05 Thread Corinna Vinschen
No, that's not correct. You should send this message to cygwin-announce, not to cygwin-apps. Also, you should use a subject of New package: WorldNet-2.0-1, as usual for new packages. And don't use a reply-to for the message, that's added automagically. Corinna On Dec 5 14:06, Dr. Volker

Re: [New Package] WordNet-2.0-1: An online lexical reference system

2003-12-05 Thread Dr. Volker Zell
Corinna == Corinna Vinschen [EMAIL PROTECTED] writes: Corinna No, that's not correct. You should send this message to Corinna cygwin-announce, not to cygwin-apps. Opps sorry I used an old template, it's fixed now, shall I resend it ? Corinna Also, you should use a subject of New

Re: [New Package] WordNet-2.0-1: An online lexical reference system

2003-12-05 Thread Corinna Vinschen
On Dec 5 15:06, Dr. Volker Zell wrote: Corinna == Corinna Vinschen [EMAIL PROTECTED] writes: Corinna No, that's not correct. You should send this message to Corinna cygwin-announce, not to cygwin-apps. Opps sorry I used an old template, it's fixed now, shall I resend it ? Yes.

Re: [ITP] pdksh 5.2.14-3

2003-12-05 Thread Igor Pechtchanski
Ping. Has this fallen by the wayside? It's been almost two weeks. Since this is a maintainership switch, please review and test the new packages. They are available at the URLs below. I'd like to start applying useful patches from the Debian package, OpenBSD dev tree, etc, to the vanilla

[ITP] dx-4.3.2 (a.k.a. opendx) and dxsamples-4.3.2

2003-12-05 Thread Harold L Hunt II
[CCing opendx-dev because developers there may be interested in this new package and hopefully they can offer some help in testing.] I would like to contribute and maintain dx and dxsamples for Cygwin: http://www.opendx.org/ Description from opendx.org: If you need visualization for

Re: [ITP] dx-4.3.2 (a.k.a. opendx) and dxsamples-4.3.2

2003-12-05 Thread Harold L Hunt II
I forgot to mention that you can point Cygwin's setup.exe to the following address to grab the source and binary packages for testing: http://www.egr.msu.edu/~huntharo/cygwin/ Harold Harold L Hunt II wrote: [CCing opendx-dev because developers there may be interested in this new package and

Re: [ANN] Updated: rsync-2.5.7-1

2003-12-05 Thread Daniel Reed
On 2003-12-05T10:09+0100, Lapo Luchini wrote: ) http://www.lapo.it/tmp/rsync-2.5.7-2.tar.bz2 ) http://www.lapo.it/tmp/rsync-2.5.7-2-src.tar.bz2 Uploaded, thanks. Feel free to announce once you've been able to confirm proper upgrade with setup. Thanks, -- Daniel Reed [EMAIL PROTECTED]

Re: [ITP] pdksh 5.2.14-3

2003-12-05 Thread Daniel Reed
On 2003-12-05T09:48-0500, Igor Pechtchanski wrote: ) Since this is a maintainership switch, please review and test the new ) packages. They are available at the URLs below. ) Perhaps we should also upload this as a test release, so people could test ) it? Alrighty, I have uploaded it and

Pending Packages List, 2003-12-05

2003-12-05 Thread Daniel Reed
This is the list of pending packages as of Friday, December 5, 2003. ** PACKAGE PROPOSERS ** Please verify these fields ** Package: The name and version of the package as it will appear in setup. Proposal: Files that will be uploaded to sources.redhat.com unmodified. HOLD-UPS: What you need to

Re: [ITP] pdksh 5.2.14-3

2003-12-05 Thread Igor Pechtchanski
On Fri, 5 Dec 2003, Daniel Reed wrote: On 2003-12-05T09:48-0500, Igor Pechtchanski wrote: ) Since this is a maintainership switch, please review and test the new ) packages. They are available at the URLs below. ) Perhaps we should also upload this as a test release, so people could test

Re: An ImageMagick review (partial) [Was Re: [ITP - Ready for review] ImageMagick]

2003-12-05 Thread Nicholas Wourms
Chuck wrote: So, maybe you *shouldn't* revert back to -release versioning. I'd ask Bob F. what he was thinking...because 'strings cygMagick-6.dll' (or 'strings libMagick-5.5.x.so' on linux) shows that the /usr/lib/ImageMagick-X.Y.Z/modules-Q16/coders/ path is compiled into the DLL, which

libsmi-0.4.2 [Re: Pending Packages List, 2003-12-05]

2003-12-05 Thread Harold L Hunt II
Abe, Daniel Reed wrote: Package: libsmi 0.4.1-1 [2003-10-11] Description: Library to access SMI MIB information Proposer: Abe Backus Proposal: mailto:[EMAIL PROTECTED] http://abraham.backus.com/release/libsmi/libsmi-0.4.1-1.tar.bz2

[ITP] ddd-3.3.8

2003-12-05 Thread Harold L Hunt II
I would like to contribute and maintain ddd: http://www.gnu.org/software/ddd/ GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, or the Python debugger. Besides ``usual'' front-end features such as viewing source texts,

Cygwin - KDE

2003-12-05 Thread kevin.lawton
My apologies in advance if this is considered to be 'off topic' for this list. I have heard rumour that it is possible to run the KDE desktop under Cygwin and wondered if anyone had any knowledge of this - experience or just a pointer to some details. Any help would be much appreciated. TIA

Re: Error: procedure entry point in cygwin1.dll

2003-12-05 Thread Martin Schmid
Hello all Thanks, Christopher, for your answer I do trust the wisdom of the archives, that's why I checked my whole hard disk for any other copy of cygwin1.dll, and why I rebooted three times before posting the message. There definitely must be another reason for the problem. Any suggestion?

Re: Cygwin - KDE

2003-12-05 Thread David Fraser
[EMAIL PROTECTED] wrote: My apologies in advance if this is considered to be 'off topic' for this list. I have heard rumour that it is possible to run the KDE desktop under Cygwin and wondered if anyone had any knowledge of this - experience or just a pointer to some details. Any help would be

Cygwin - KDE

2003-12-05 Thread kevin.lawton
My apologies in advance if this is considered to be 'off topic' for this list. I have heard rumour that it is possible to run the KDE desktop under Cygwin and wondered if anyone had any knowledge of this - experience or just a pointer to some details. Any help would be much appreciated. TIA

RE: Cygwin - KDE

2003-12-05 Thread Robert McNulty Junior
Yep. look at KDO on Cygwin at sourceforge.net. Works great. Currently BETA though. You can download KDE 3.1.1 Bobby -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:39 AM To: [EMAIL PROTECTED] Subject:

Avoiding the SPAM (was: Cygwin - KDE).

2003-12-05 Thread kevin.lawton
Thanks for your reply, David, looking forward to an interesting weekend checking it all out. Sorry to add extra traffic to the list, but I feel I have to point out: When you replied to me, you (or your e-mail client) echoed my e-mail address (and yours, and that of the mailing list) back in

Re: Avoiding the SPAM (was: Cygwin - KDE).

2003-12-05 Thread David Fraser
Hi Kevin Sorry about that. If you set your mail client to show your name in the From address, it will usually get quoted using the name rather than the address David Kevin Lawton wrote: Thanks for your reply, David, looking forward to an interesting weekend checking it all out. Sorry to

Re: libtool created import libs broken? was RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault

2003-12-05 Thread Arnaud Desitter
Hi, Points taken. ddd requires autoconf 2.5x. It may well be that more work is needed in the configure machinery to make it work with the most recent versions of the autotools. Patches are welcome. For instance, ddd/acconfig.h should be converted. Again any help is welcome. An additional problem

Re: AltGr and XP Powertoys not fixed yet?

2003-12-05 Thread Walter Haidinger
On Thu, 4 Dec 2003, Harold L Hunt II wrote: Well, the only fix I've found so far is to deinstall the Powertoys. :-( Good man: you actually searched the archives :) Isn't that common practice? ;-) Is there a patch or something else (perhaps a magic Registry entry to disable Powertoys

Re: AltGr and XP Powertoys not fixed yet?

2003-12-05 Thread Alexander Gottwald
On Fri, 4 Dec 2003, Walter Haidinger wrote: Good man: you actually searched the archives :) Isn't that common practice? ;-) Unfortunatly there are always some users who ask questions which were discussed the week before. But we always hope that users read the FAQ and search the archives

Re: Cygwin crashed by emacs???

2003-12-05 Thread Sergey Barabash
I don't know what Cygwin version 1.3-4 was/is. Sorry, it was CYGWIN_NT-5.0 1.3.22(0.78/3/2) (4 months old) --Sergey

Re: Cygwin crashed by emacs???

2003-12-05 Thread Alexander Gottwald
On Fri, 5 Dec 2003, Sergey Barabash wrote: I don't know what Cygwin version 1.3-4 was/is. Sorry, it was CYGWIN_NT-5.0 1.3.22(0.78/3/2) (4 months old) I don't know if the latest XWin build has a fix for the xemacs crash (which was already reported by a few users) but to use it you'll most

Latest cygwin + XF strange behaviour

2003-12-05 Thread amr roushi
After installing the new xfree and cygwin builds i suffer from the following , note i have an older version on another machine and it does not manifest the same behaviour . I am on AIX 5 and W2K . A) I get defunct processes spawned from dtlogin with ever session i open and close . b) I have to

Re: Latest cygwin + XF strange behaviour

2003-12-05 Thread Alexander Gottwald
On Fri, 5 Dec 2003, amr roushi wrote: After installing the new xfree and cygwin builds i suffer from the following , note i have an older version on another machine and it does not manifest the same behaviour . I am on AIX 5 and W2K . A) I get defunct processes spawned from dtlogin with

startx broken. Xlib: connection to :0.0 refused by server,Xlib: No protocol specified

2003-12-05 Thread Leonard Berman
I started having this problem a week ago when I accidentally shut down W2K which X was running. Since then I have reinstalled all of cygwin with no effect. (I did not remove the cygwin directory tree.) When I run startx from bash, a window opens; however, the window manager (fvwm2) cann't

RE: DDD 3.3.8 recipe - was - RE: libtool created import libs brok en? was RE: DDD 3.3.8 (i686-pc-cygwin) gets `Segmentation fault

2003-12-05 Thread Richard Campbell
Resend - got denied because of attachment size, so I've uploaded my diffs to a web page. Ok, I think this is the quickest way to get a working (as far as I can tell, and I didn't play with it all that much, although I did load up the cxxtest.exe, set a breakpoint, run through, etc.) DDD 3.3.8 on

Re: Cygwin crashed by emacs???

2003-12-05 Thread Brian Ford
On Fri, 5 Dec 2003, Sergey Barabash wrote: Dear Brian, Thank you for your reply. You are welcome. But, I prefer that you send all Cygwin XFree related mail only to cygwin-xfree at cygwin dot com instead of sending me private mail. Thanks. In fact, cygwin-xfree was for discussion of XFree

Xaw patch (focus problem) DLL

2003-12-05 Thread John E Urbanczyk
I wasn't aware that the patched libraries were available - all I had seen was Harold Hunt's email describing the patch and I read it to say that he hadn't rebuilt everything as of yet. And I was trying to put together everything in one day, but the new libraries have fixed the problem. I think I

New multi-window mode

2003-12-05 Thread zakki
Hi all, I wrote a window manager. This uses new rootless mode and extension. http://peppermint.jp/products/x/hackedbox4win-0.8.2.tar.gz Features * Faster drawing than old multi-window mode * Correct window decoration using MWM/Blackbox hint * Run window manager in separate process It requires

Re: Xaw patch (focus problem) DLL

2003-12-05 Thread Harold L Hunt II
John, John E Urbanczyk wrote: I wasn't aware that the patched libraries were available - all I had seen was Harold Hunt's email describing the patch and I read it to say that he hadn't rebuilt everything as of yet. And I was trying to put together everything in one day, but the new libraries have

RE: XWin crashes after some time

2003-12-05 Thread Alexandre Kral
I have updated XWin and the XFree86 server version to the last ones and since then it tends to crash after some time but it is hard to know when. it seems to happen minutes or hours after i change the focus to a Windows XP window from the XF86 window. The XF86 session just disappears completely

  1   2   >