Re: Stop turning CPAN modules into Cygwin packages

2007-12-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Reini Urban wrote: > And I have to add that packaging perl is really hard, because I haven't got > yet > the chroot trick to work when packaging it. > Modules hardcode absolute paths and install into hardcoded places, so it had > has to be done into

Re: 1.5.25-6: Win32 programs don't get correct >> redirection

2007-12-13 Thread Erich Dollansky
Hi, René Berber wrote: Jack Brennen wrote: What you don't see is that Windows' echo added a CR so you get to see the second line followed by CR-LF and the rest of the (overwritten) first line. the CR will be added after the appended characters and so not interfere with the example's data.

Re: Need help with Perl/Tk

2007-12-13 Thread Andrew DeFaria
Reini Urban wrote: 2007/12/13, Andrew DeFaria: I'll say it again, it would be wonderful if Perl/Tk would work with regular win32 graphical elements but nobody has bothered to develop that. Cygwin perl-Tk for native Win32 worked fine for several years, but stopped working some years ago. Since t

Re: Need help with Perl/Tk

2007-12-13 Thread Andrew DeFaria
Dave Korn wrote: DynaLoader is just spitting out the bog-standard canned error message that perror() returns for ENOENT. Oh I totally understand that. I guess what I'm saying is - could it be a wee bit more, ahem, helpful! There's certainly no reason why it couldn't look out for that particula

Re: 1.5.25-6: Win32 programs don't get correct >> redirection

2007-12-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jack Brennen on 12/13/2007 6:34 PM: > sh-3.2$ echo ABCDEFGHIJKLMNOPQRST > foo.txt > sh-3.2$ cmd /c echo UVWXYZ >> foo.txt > sh-3.2$ cat foo.txt > UVWXYZ > IJKLMNOPQRST This issue was discussed on the lists in May: http://thread.gmane.org

Re: Need help with Perl/Tk

2007-12-13 Thread Michael Kairys
"Reini Urban" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Cygwin perl-Tk for native Win32 worked fine for several years, but stopped working some years ago. Since the maintainer is dead, the situation didn't improve. Wwll, I'm sorry to hear that, for our sakes. I have resolve

Re: 1.5.25-6: Win32 programs don't get correct >> redirection

2007-12-13 Thread René Berber
Jack Brennen wrote: > Running Cygwin version 1.5.25-6 with version 3.2.25-17 of bash with Win > XP Pro... > > Start up bash. > > Enter these commands in order: > > sh-3.2$ echo ABCDEFGHIJKLMNOPQRST > foo.txt > sh-3.2$ echo UVWXYZ >> foo.txt > sh-3.2$ cat foo.txt > ABCDEFGHIJKLMNOPQRST > UVWXYZ

Re: Need help with Perl/Tk

2007-12-13 Thread Reini Urban
2007/12/13, Andrew DeFaria: > I'll say it again, it would be wonderful if Perl/Tk would work with > regular win32 graphical elements but nobody has bothered to develop that. Cygwin perl-Tk for native Win32 worked fine for several years, but stopped working some years ago. Since the maintainer is d

1.5.25-6: Win32 programs don't get correct >> redirection

2007-12-13 Thread Jack Brennen
Running Cygwin version 1.5.25-6 with version 3.2.25-17 of bash with Win XP Pro... Start up bash. Enter these commands in order: sh-3.2$ echo ABCDEFGHIJKLMNOPQRST > foo.txt sh-3.2$ echo UVWXYZ >> foo.txt sh-3.2$ cat foo.txt ABCDEFGHIJKLMNOPQRST UVWXYZ sh-3.2$ echo ABCDEFGHIJKLMNOPQRST > foo.t

FW: Combining winpcap packet wait with poll/select in cygwin

2007-12-13 Thread S A
Hi all (I've tried this question on the winpcap-users list already with no luck). Summary: Has anyone tried to have events (POLL_IN/POLL_OUT) on regular fd descriptors combined with winpcap packet receive handles incorporated into the same sleep event (i.e. poll

Re: Need help with Perl/Tk

2007-12-13 Thread Sisyphus
- Original Message - From: "Michael Kairys" <[EMAIL PROTECTED]> . . I'll say it again, it would be wonderful if Perl/Tk would work with regular win32 graphical elements but nobody has bothered to develop that. Well, ActiveState has :) Actually, I don't think ActiveState do anythin

Re: missing 'which' documentation

2007-12-13 Thread Brian Dessent
Jeff wrote: > that version number, but was delighted to see a port of glib there. > That will be very useful for those apps that expect glib and won't > build under newlib. glib != glibc. And I don't see why this is specific to Cygwin Ports, because the main Cygwin distro has glib and glib2 as w

Re: Problems with PostgreSQL 8

2007-12-13 Thread Larry Hall (Cygwin)
cappellano wrote: Reading the details on the ipc-daemon gpf, i see the error was caused with the cygwin1.dll. ipc-daemon? That's as old as the hills and deprecated too! You want cygserver. See for details. in one of the guides I´ve f

Re: Audio coding/encoding conversions

2007-12-13 Thread Victor Paesa
Hi, Dave Korn writes: > > On 13 December 2007 12:46, Wynfield Henman wrote: > > > Has anybody had any success building --> ffmpeg > > on cygwin. It has a rich set of codecs it can convert to and from. > > ffmpeg requires an llrintf() implementation to compile. newlib doesn't > currently ha

Re: VM and non-blocking writes

2007-12-13 Thread Wayne Christopher
Okay, here's my test program. Compile and run with no arguments, then connect to it from another machine - on a linux box I just did: python import socket s = socket.socket() s.connect(("name-of-windows-box", 12345)) At this point, nbcheck printed: listening to port 12345 on host xp1 (10.1.2.4

Re: missing 'which' documentation

2007-12-13 Thread Jeff
Marco Atzeri wrote: >> >but I am using the 2.16 version of cygwinports :-) Jeff wrote: >Heh heh... Care to write a little more about that? I didn't see a base >package (other than the cygport packager tool) or installation with >that version number, but was delighted to see a port of glib there. >

Re: VM and non-blocking writes

2007-12-13 Thread Corinna Vinschen
On Dec 13 09:34, Wayne Christopher wrote: > I have a server application that runs on XP under the latest cygwin, that > opens up a socket connection to a client on another system, makes that > socket non-blocking using fcntl( O_NDELAY), and then feeds the client a > large file (100's of MBs)

RE: VM and non-blocking writes

2007-12-13 Thread Dave Korn
On 13 December 2007 17:35, Wayne Christopher wrote: > What I see is that no matter how large the size is that I give to > write(), the return value is always the full size. Also, I see the > virtual memory used by my process go way up - in fact it goes up by much > more than the amount of data I'

VM and non-blocking writes

2007-12-13 Thread Wayne Christopher
I have a server application that runs on XP under the latest cygwin, that opens up a socket connection to a client on another system, makes that socket non-blocking using fcntl( O_NDELAY), and then feeds the client a large file (100's of MBs) by doing the following: 1. call write() with th

Re: missing 'which' documentation

2007-12-13 Thread Corinna Vinschen
On Dec 13 07:31, Jeff wrote: > Corinna Vinschen <[EMAIL PROTECTED]> wrote: > >Cygwin's which is quite an old one written by me. The best way to move > >forward would probably be to remove it from the Cygwin distro in favor > >of the which used in several (all?) Linux distros: > > I recall (perhap

Re: missing 'which' documentation

2007-12-13 Thread Jeff
As seen from lists.cygwin, on Thu, 13 Dec 2007 09:24:29 +0100, Corinna Vinschen <[EMAIL PROTECTED]> wrote: >On Dec 12 22:55, Lee D. Rothstein wrote: >> Does anybody know or care that there is an option -- >> '-a' -- for 'which' -- that is not documented on >> Cygwin. That is, there is no internal

Re: Problems with PostgreSQL 8

2007-12-13 Thread cappellano
Reading the details on the ipc-daemon gpf, i see the error was caused with the cygwin1.dll. in one of the guides I´ve found it says toset the PATH, but nothig how to or where. also, it comments about cygwin2.dll, but I cant find it on my system. so, any idea? cheers -- Unsubscribe info: ht

RE: Need help with Perl/Tk

2007-12-13 Thread Dave Korn
On 13 December 2007 15:30, Andrew DeFaria wrote: > Dave Korn wrote: >> On 13 December 2007 14:55, Andrew DeFaria wrote: (When it comes to DynaLoader you gotta learn to read the fine print and make intuitive leaps :-) >>> Yes but it did indeed state "No such file or directory...". Would i

Re: missing 'which' documentation

2007-12-13 Thread Marco Atzeri
--- Jeff ha scritto: > As seen from lists.cygwin, on > Thu, 13 Dec 2007 08:34:48 +0100 (CET), > Marco Atzeri wrote: > > > > >--- "Lee D. Rothstein" ha > scritto: > > > >> Does anybody know or care that there is an option > -- > >> '-a' -- for 'which' -- that is not documented on > >> Cygwin.

Re: Need help with Perl/Tk

2007-12-13 Thread Andrew DeFaria
Michael Kairys wrote: "Andrew DeFaria" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I'll say it again, it would be wonderful if Perl/Tk would work with regular win32 graphical elements but nobody has bothered to develop that. Well, ActiveState has :) ... and thank you for the e

Re: Need help with Perl/Tk

2007-12-13 Thread Andrew DeFaria
Dave Korn wrote: On 13 December 2007 14:55, Andrew DeFaria wrote: (When it comes to DynaLoader you gotta learn to read the fine print and make intuitive leaps :-) Yes but it did indeed state "No such file or directory...". Would it be that hard for DynaLoader.pm to mention exactly which file it

Re: Need help with Perl/Tk

2007-12-13 Thread Michael Kairys
"Andrew DeFaria" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I'll say it again, it would be wonderful if Perl/Tk would work with regular win32 graphical elements but nobody has bothered to develop that. Well, ActiveState has :) ... and thank you for the explanation. --

RE: Need help with Perl/Tk

2007-12-13 Thread Dave Korn
On 13 December 2007 14:55, Andrew DeFaria wrote: >> (When it comes to DynaLoader you gotta learn to read the fine print >> and make intuitive leaps :-) > Yes but it did indeed state "No such file or directory...". Would it be > that hard for DynaLoader.pm to mention exactly which file it was looki

[ANNOUNCEMENT] Updated: editrights 1.01-2 -- Alter Windows user rights and privileges from command line

2007-12-13 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: License : GPL Alter Windows user rights and privileges from command line CHANGES SINCE LAST RELEASE == Updated new privs from New maintainer. INSTALL OR UPGRADE NOTES Standard install. CYGWIN

Re: missing 'which' documentation

2007-12-13 Thread Jeff
As seen from lists.cygwin, on Thu, 13 Dec 2007 08:34:48 +0100 (CET), Marco Atzeri <[EMAIL PROTECTED]> wrote: > >--- "Lee D. Rothstein" <[EMAIL PROTECTED]> ha scritto: > >> Does anybody know or care that there is an option -- >> '-a' -- for 'which' -- that is not documented on >> Cygwin. That is, t

Re: New setup.exe?

2007-12-13 Thread Jeff
As seen from lists.cygwin, on Thu, 13 Dec 2007 12:24:06 +, Greg Chicares <[EMAIL PROTECTED]> wrote: >On 2007-12-13 11:07Z, Jeff wrote: >> Setup.exe is currently at 510, but setup.ini at several mirrors is >> telling me that there is a ver. 573 available. ??? > >I downloaded it just now via the

Re: Need help with Perl/Tk

2007-12-13 Thread Andrew DeFaria
Sisyphus wrote: Can't load '/usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Tk/Tk.dll' for module Tk: No such file or directory at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 230. However /usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Tk/Tk.dll is in fact there: Yes ... but note that the error messag

RE: missing 'which' documentation

2007-12-13 Thread Frederich, Eric P21322
Ha. I just saw this subject and though "man which", then I got hungry. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Lee D. Rothstein > Sent: Wednesday, December 12, 2007 10:55 PM > To: Cygwin > Subject: missing 'which' documentation > > Does an

Re: Need help with Perl/Tk

2007-12-13 Thread Michael Kairys
"Reini Urban" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Run cygcheck /usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Tk/Tk.dll There you will find the missing libraries. Thank you! I get "Error: could not find cygX11-6.dll" That's not entirely true. Tk works fine without X. Jus

Re: Need help with Perl/Tk

2007-12-13 Thread Michael Kairys
"Sisyphus" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Yes ... but note that the error message doesn't actually say that '/usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Tk/Tk.dll' could not be found. In fact, it says that '/usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Tk/Tk.dll' co

RE: Audio coding/encoding conversions

2007-12-13 Thread Dave Korn
On 13 December 2007 12:46, Wynfield Henman wrote: > Has anybody had any success building --> ffmpeg > on cygwin. It has a rich set of codecs it can convert to and from. ffmpeg requires an llrintf() implementation to compile. newlib doesn't currently have one, but I'm in the process of sendin

Audio coding/encoding conversions

2007-12-13 Thread Wynfield Henman
Has anybody had any success building --> ffmpeg on cygwin. It has a rich set of codecs it can convert to and from. My main concern is to convert .3gp audio files into .wav, or .mp3 formats regards -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:/

Re: New setup.exe?

2007-12-13 Thread Greg Chicares
On 2007-12-13 11:07Z, Jeff wrote: > Setup.exe is currently at 510, but setup.ini at several mirrors is > telling me that there is a ver. 573 available. ??? I downloaded it just now via the "Install Cygwin now" link here: http://cygwin.com/ and I got version 2.573.2.2 . Where are you getting it f

RE: cygwin CVS from 2007-12-05: build error in wincrypt.h

2007-12-13 Thread Dave Korn
On 13 December 2007 11:11, [EMAIL PROTECTED] wrote: > Hi, > > I'm trying to build cygwin from sources, and I get the following error (I > haven't found anything about this on google, or in the mailing list > archives): > > In file included from /home/oszkar/cygwin/src/winsup/cygwin/winsup.h:98,

Re: Need help with Perl/Tk

2007-12-13 Thread Sisyphus
- Original Message - From: "Michael Kairys" <[EMAIL PROTECTED]> To: Sent: Thursday, December 13, 2007 10:26 PM . . Can't load '/usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Tk/Tk.dll' for module Tk: No such file or directory at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 230. Howev

New setup.exe?

2007-12-13 Thread Jeff
Setup.exe is currently at 510, but setup.ini at several mirrors is telling me that there is a ver. 573 available. ??? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Need help with Perl/Tk

2007-12-13 Thread Reini Urban
2007/12/13, Michael Kairys <[EMAIL PROTECTED]>: > There seems to be something broken in my Perl installation re. Tk, or > perhaps I'm missing something, or just ignorant. If I run a script > containing (only) "use Tk" I get: > > Can't load '/usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Tk/Tk.dll' for

Re: Stop turning CPAN modules into Cygwin packages

2007-12-13 Thread Reini Urban
2007/12/12, Yaakov (Cygwin Ports) <[EMAIL PROTECTED]>: > Igor Peshansky wrote: > > FWIW, some of these modules might be worth packaging as part of the Cygwin > > Perl package (in vendor_perl), rather than as separate packages. > > Actually, I wish that we would NOT be doing this. Separate modules

Need help with Perl/Tk

2007-12-13 Thread Michael Kairys
There seems to be something broken in my Perl installation re. Tk, or perhaps I'm missing something, or just ignorant. If I run a script containing (only) "use Tk" I get: Can't load '/usr/lib/perl5/vendor_perl/5.8/cygwin/auto/Tk/Tk.dll' for module Tk: No such file or directory at /usr/lib/perl

cygwin CVS from 2007-12-05: build error in wincrypt.h

2007-12-13 Thread Oszkar . Ambrus
Hi, I'm trying to build cygwin from sources, and I get the following error (I haven't found anything about this on google, or in the mailing list archives): In file included from /home/oszkar/cygwin/src/winsup/cygwin/winsup.h:98, from /home/oszkar/cygwin/src/winsup/cygwin/asser

[ANNOUNCEMENT] Updated: monotone-0.38-1

2007-12-13 Thread Lapo Luchini
Version 0.38-1 of monotone has been uploaded. monotone is a free distributed version control system. it provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. it understands history-sensitive merging, li

Re: missing 'which' documentation

2007-12-13 Thread Corinna Vinschen
On Dec 12 22:55, Lee D. Rothstein wrote: > Does anybody know or care that there is an option -- > '-a' -- for 'which' -- that is not documented on > Cygwin. That is, there is no internal help, and there > is no 'man' or 'info' page provided by Cygwin install. > If anybody wants this, I will find or