revisiting: windows .lnk working in cygwin; theoretical solution

2006-11-29 Thread Linda Walsh
I'm not saying all the pieces of this puzzle are in place yet, but supporting it could be done in a way as to minimize impact to existing "dumb apps", and future "extended-attribute-aware apps". I'm not suggesting anyone run off and implement this immediately, though that could be done and compat

Re: Updated (and new) cygport patches

2006-11-29 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles Wilson wrote: > Four different patchsets. They should all apply independently with only > minor fuzz. I know you're too busy at the moment, Yaakov (congrats!), > to review these patches -- I just wanted to update them to latest > cygport CVS

[ANNOUNCEMENT] Updated: git-1.4.4.1-3

2006-11-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of git, 1.4.4.1-3, has been uploaded, replacing 1.4.4.1-2 as the current version. NEWS: = This is a minor patch update. It actually fixes the packaging error that I thought had been fixed in the -2 release. See also the package doc

[ANNOUNCEMENT] Updated: bash-3.2.5-7

2006-11-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of bash, 3.2.5-7, has been uploaded, replacing 3.2.3-6 as current. NEWS: = This is a minor patch release. It adds a workaround for the bug in asprintf in cygwin 1.5.22 which could cause the printf builtin to core dump on long string

[ANNOUNCEMENT] Updated: findutils-4.3.2-1

2006-11-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of findutils, 4.3.2-1, is available, replacing 4.3.1-3 as current. NEWS: = This is a new upstream release. A summary of upstream patches is listed below. Although this release is still marked beta upstream, it has proven to be more

Re: libjbig2-1.6-1 does not implement JBIG2.

2006-11-29 Thread Charles Wilson
LIM Fung-Chai wrote: In a way, this is a bug report of sort, for the cygwin jbigkit maintainer. Not a bug. The libjbig2 cygwin package is built from the upstream jbigkit package (http://www.cl.cam.ac.uk/~mgk25/jbigkit/), which implements a codec adhering to the JBIG1 standard. The "2" in lib

Re: Subversion 1.4.x package?

2006-11-29 Thread David Rothenberger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/29/2006 5:43 AM, Václav Haisman wrote: > /me prods for Subversion 1.4.x package. I was able to build it with the attached g-b-s script and patch. It passed all tests, but I've only used the standard subversion package. I haven't tried the apac

Re: Cygwin > 1.5.18-1 fails on network and removable drives

2006-11-29 Thread Ken Turner
Thanks for the suggestion about running strace. My home directory is accessed as a Windows share (drive H:) via SMB from a Unix server (TAS). Here is a typical sequence using the latest version of all Cygwin components: kjt:/c cd /h kjt:/h echo $CYGWIN ntsec nosmbntsec kjt:/h ls ls: reading dire

Re: cron jobs quit after 1 minute

2006-11-29 Thread Larry Hall (Cygwin)
Andrew Louie wrote: Dave Korn artimi.com> writes: On 29 November 2006 21:08, Andrew Louie wrote: I want to set up a cron job to execute a perl script every day at 4am. I have successfully set up the job so that it will execute the script, the only problem is the script can take a long time t

backup privileges [was: [ANNOUNCEMENT] Updated: cygwin-1.5.22-1]

2006-11-29 Thread Eric Blake
Corinna Vinschen cygwin.com> writes: > > I've made a new version of the Cygwin DLL and associated utilities > available for download. This is a bug fix release. Only one minor > functional change has been made since 1.5.21-1. As usual, a list > of what has changed is below. > ... > > - Alwa

Re: cron jobs quit after 1 minute

2006-11-29 Thread Andrew Louie
Dave Korn artimi.com> writes: > > On 29 November 2006 21:08, Andrew Louie wrote: > > > I want to set up a cron job to execute a perl script every day at 4am. I > > have successfully set up the job so that it will execute the script, the > > only problem is the script can take a long time to fin

RE: cron jobs quit after 1 minute

2006-11-29 Thread Dave Korn
On 29 November 2006 21:08, Andrew Louie wrote: > I want to set up a cron job to execute a perl script every day at 4am. I > have successfully set up the job so that it will execute the script, the > only problem is the script can take a long time to finish, as it does many > different tasks. > >

cron jobs quit after 1 minute

2006-11-29 Thread Andrew Louie
I want to set up a cron job to execute a perl script every day at 4am. I have successfully set up the job so that it will execute the script, the only problem is the script can take a long time to finish, as it does many different tasks. The problem is that after about 1 minute, the script will ju

Re: FYI - bash crash due to asprintf bug

2006-11-29 Thread Eric Blake
Eric Blake byu.net> writes: > The full vulnerability is that on cygwin, any program that uses asprintf with > cygwin 1.5.22 or earlier, where the result of asprintf is a multiple of 4 but > not 8 and is greater than 1024, will corrupt the heap. Oh, and I meant to add that one of these programs

Re: FYI - bash crash due to asprintf bug

2006-11-29 Thread Eric Blake
Robbie Gates m8s.org> writes: > > > reduces asprintf's use of realloc from quadratic > > to log-linear performance (ie. calling realloc every time you add a byte > > is bad, compared to doubling the buffer size every time you call realloc). > > Just out of interest, note that a size increase of

Re: directory permissions problem with net use

2006-11-29 Thread Larry Hall (Cygwin)
Dave Sinclair wrote: Larry Hall (Cygwin cygwin.com> writes: Specify the user name and password to "net use"? If this is not it, we need 'cygcheck -srv' output, your '/etc/passwd' and '/etc/group' entries for 'root', and whether you ssh in with password or public key authentication. The former

Re: directory permissions problem with net use

2006-11-29 Thread Dave Sinclair
Larry Hall (Cygwin cygwin.com> writes: > > Specify the user name and password to "net use"? If this is not it, we > need 'cygcheck -srv' output, your '/etc/passwd' and '/etc/group' entries for > 'root', and whether you ssh in with password or public key authentication. > The former should work.

Re: man 1.5p: Unrecognized line in config file: KNROFF...

2006-11-29 Thread Larry Hall (Cygwin)
Larry Hall (Cygwin) wrote: Alexey Lyubimov wrote: @Volker: Thank you! I've commented out the two lines in man.conf and now it's ok! But I wonder why did that lines suddenly appear in my local man.conf - though I have not asked `man' about them? The used to be part of the standard man.conf file

Re: man 1.5p: Unrecognized line in config file: KNROFF...

2006-11-29 Thread Larry Hall (Cygwin)
Alexey Lyubimov wrote: @Volker: Thank you! I've commented out the two lines in man.conf and now it's ok! But I wonder why did that lines suddenly appear in my local man.conf - though I have not asked `man' about them? The used to be part of the standard man.conf file delivered with the man pack

Re: execute gcc without output

2006-11-29 Thread Larry Hall (Cygwin)
xie min wrote: Hi list: I execute the "gcc a.c" in bash, but without any output(a.exe or messages). And I execute the same command in dos, it work fine, gcc output file a.exe. Any suggestion is helpfully. Please read and follow the problem reporting guidelines outlined here: Problem repo

Re: [Packaging error ?] Re: [ANNOUNCEMENT] Updated: git-1.4.4.1-2

2006-11-29 Thread Eric Blake
Igor Peshansky cs.nyu.edu> writes: > > > > > > The contents of /usr/lib/perl5/site_perl/5.8/cygwin/auto/Git/.packlist > > > doesn't look right. > > > > According to cygcheck -l, it was only git-1.4.4.1-1 that had site_perl > > problems. I thought I fixed all of them with git-1.4.4.1-2, since it

Re: man 1.5p: Unrecognized line in config file: KNROFF...

2006-11-29 Thread Alexey Lyubimov
@Volker: Thank you! I've commented out the two lines in man.conf and now it's ok! But I wonder why did that lines suddenly appear in my local man.conf - though I have not asked `man' about them? --- best regards, Alexey _

libjbig2-1.6-1 does not implement JBIG2.

2006-11-29 Thread LIM Fung-Chai
Hi, In a way, this is a bug report of sort, for the cygwin jbigkit maintainer. The libjbig2 cygwin package is built from the upstream jbigkit package (http://www.cl.cam.ac.uk/~mgk25/jbigkit/), which implements a codec adhering to the JBIG1 standard. The "2" in libjbig2 gives the impression that

Re: [Packaging error ?] Re: [ANNOUNCEMENT] Updated: git-1.4.4.1-2

2006-11-29 Thread Igor Peshansky
On Wed, 29 Nov 2006, Eric Blake wrote: > According to Dr. Volker Zell on 11/29/2006 5:13 AM: > >> Eric Blake writes: > > > > > A new release of git, 1.4.4.1-2, has been uploaded, replacing > > > 1.4.4.1-1 as the current version. > > > > The contents of /usr/lib/perl5/site_perl/5.8/cygwin/auto/

Re: [Packaging error ?] Re: [ANNOUNCEMENT] Updated: git-1.4.4.1-2

2006-11-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dr. Volker Zell on 11/29/2006 5:13 AM: >> Eric Blake writes: > > > A new release of git, 1.4.4.1-2, has been uploaded, replacing 1.4.4.1-1 > as > > the current version. > > The contents of /usr/lib/perl5/site_perl/5.8/cygwin

Re: Cygwin error

2006-11-29 Thread Igor Peshansky
Emily, . Thanks. I'm redirecting this to the appropriate list and setting the Reply-To: -- please make sure your mailer respects it. On Wed, 29 Nov 2006, Emily Smith wrote: > Hi Igor > > I have been trying to get passed this error when installing cygwin. Th

Subversion 1.4.x package?

2006-11-29 Thread Václav Haisman
/me prods for Subversion 1.4.x package. -- Vaclav Haisman signature.asc Description: OpenPGP digital signature

[Packaging error ?] Re: [ANNOUNCEMENT] Updated: git-1.4.4.1-2

2006-11-29 Thread Dr. Volker Zell
> Eric Blake writes: > A new release of git, 1.4.4.1-2, has been uploaded, replacing 1.4.4.1-1 as > the current version. The contents of /usr/lib/perl5/site_perl/5.8/cygwin/auto/Git/.packlist doesn't look right. /home/eblake/git-1.4.4.1-1/inst/usr/lib/perl5/site_perl/5.8/* Also sh

Re: FYI - bash crash due to asprintf bug

2006-11-29 Thread Robbie Gates
reduces asprintf's use of realloc from quadratic to log-linear performance (ie. calling realloc every time you add a byte is bad, compared to doubling the buffer size every time you call realloc). Just out of interest, note that a size increase of 50% (i.e. new size = (3*oldsize)/2) has better p

Re: GPGME

2006-11-29 Thread Brian Dessent
Brian Dessent wrote: > > Has anyone successfully built the encrypt/decrypt GPG library GPGME on > > cygwin? > > Yes. Oh, and it's in Cygwin Ports too, so you could just install it from there. [ But that's a separate project with its own list, of course. ] -- Unsubscribe info: http://cygw

Re: GPGME

2006-11-29 Thread Brian Dessent
Wynfield Henman wrote: > Has anyone successfully built the encrypt/decrypt GPG library GPGME on cygwin? Yes. ... Oh, you actually wanted more than a yes/no answer? I don't remember. It was a long time ago. I think it mostly built fine OOTB. It may have needed the standard libtool no-und

GPGME

2006-11-29 Thread Wynfield Henman
Has anyone successfully built the encrypt/decrypt GPG library GPGME on cygwin? It is necessary along with GTK+ for building the user interface program, GPA, for Gnu Privacy Guard (GPG). Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi