[ANNOUNCEMENT] Updated: nasm-2.00-2

2007-12-07 Thread Dean Scarff
Version 2.00-2 of nasm has been uploaded, and should be available on the cygwin mirrors in the near future. nasm is an x86 and x86-64 assembler. Please find it under the "Devel" category in cygwin's setup utility. This release fixes a bug with the cygwin packaging from the 2.00-1 releas

Re: Wish Setup would accept my Perl

2007-12-07 Thread Andrew DeFaria
Michael Kairys wrote: Well, I gave it a try, and I can see that ain't gonna happen :) It might take more effort than just installing Cygwin's Perl. I reran setup and let it install perl and whatever else it wanted to (so I now have ruby and phython as well); then I began running scripts under

Re: Wish Setup would accept my Perl

2007-12-07 Thread Brian Mathis
On Dec 7, 2007 4:53 PM, Michael Kairys <[EMAIL PROTECTED]> wrote: > Well, I gave it a try, and I can see that ain't gonna happen :) > > I reran setup and let it install perl and whatever else it wanted to (so I now > have ruby and phython as well); then I began running scripts under both perls. > I

Re: Wish Setup would accept my Perl

2007-12-07 Thread Michael Kairys
Michael Kairys comcast.net> writes: > I would prefer to maintain only one Perl installation and would in fact > be perfectly happy to dump AS in favor of Cygwin if I could do so without > major pain. You have encouraged me to at least give it a try. Well, I gave it a try, and I can see that ain

Re: Cygport bug: autoconf 2.6x check fails 2.61.

2007-12-07 Thread Dean Scarff
Yaakov wrote: > Dean Scarff wrote: >> In short, the grep + cut doesn't quite work like it used to because >> there is a trailing period. The case glob (which is not a POSIX >> regex under the Bourne shell, right?) matches "x2.61." as well as >> "x2.60", which is what we want. > AFAIK that traili

Re: coreutils new "case insensitivity" screws up shell scripts and other stuff

2007-12-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please post to the list, so that others may chime in: http://cygwin.com/acronyms/#PPIOSPE According to Nicholas S. Wourms on 12/7/2007 8:56 AM: > Eric, > > Using coreutils-6.9-5 with a recently checked out version of Cygwin > sources from cvs is caus

Re: Cygport bug: autoconf 2.6x check fails 2.61.

2007-12-07 Thread Christopher Faylor
On Fri, Dec 07, 2007 at 05:19:26PM -, Dave Korn wrote: >On 07 December 2007 17:09, Dean Scarff wrote: > >- x2.6[0-9]) >+ x2.6[0-9]*) > > > I don't see why both of those regexes wouldn't successfully match '2.61' >already. Your patch looks like it's trying to make the

Re: Cygport bug: autoconf 2.6x check fails 2.61.

2007-12-07 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dean Scarff wrote: > In short, the grep + cut doesn't quite work like it used to because > there is a trailing period. The case glob (which is not a POSIX regex > under the Bourne shell, right?) matches "x2.61." as well as "x2.60", > which is what w

Re: Problems with PostgreSQL 8

2007-12-07 Thread cappellano
Hello there! > Which postgresql 8 version exactly? 8.0.7-1, though there is a 8.1.4-2. > The cygwin release or self-build? cygwin. > > Official is 8.0.7, but I have more versions on my own setup site > http://rurban.xarch.at/software/cygwin/ > > Running postmaster as service or as user? > Sta

Re: Problems with PostgreSQL 8

2007-12-07 Thread Reini Urban
cappellano schrieb: Before someone tells me to use Linux or a NT based win to run a native Postgres, I must say that I have no choice regarding the use of Postgres on old Win98 machines - this is a huge project that involves some schools that still have this OS and will take a little longer for t

Re: Cygport bug: autoconf 2.6x check fails 2.61.

2007-12-07 Thread Dean Scarff
> I don't see why both of those regexes wouldn't successfully match > '2.61' already. Your patch looks like it's trying to make the regex > accept "2.6" with no second digit after the decimal place as well. > Can you perhaps clarify? Oh dear. Apparently MIME inline attachments + gmane + ezmlm

RE: Cygport bug: autoconf 2.6x check fails 2.61.

2007-12-07 Thread Dave Korn
On 07 December 2007 17:09, Dean Scarff wrote: - x2.6[0-9]) + x2.6[0-9]*) I don't see why both of those regexes wouldn't successfully match '2.61' already. Your patch looks like it's trying to make the regex accept "2.6" with no second digit after the decimal place

Cygport bug: autoconf 2.6x check fails 2.61.

2007-12-07 Thread Dean Scarff
--- cygport-0.2.10 2007-12-08 01:05:11.892666000 +0900 +++ cygport 2007-12-08 01:05:53.720791000 +0900 @@ -802,7 +802,7 @@ fi case "x$(grep -m 1 'GNU Autoconf' ${confdir}/configure | cut -d ' ' -f 6)" in - x2.6[0-9]) + x2.6[0-9]*) confargs+=" --datarootdir=/usr/share --docdir=/usr/share

Re: [Packaging BUG] Re: [ANNOUNCEMENT] Updated: nasm-2.00-1

2007-12-07 Thread Dean Scarff
Ack. Updating RSN. > There is a /usr/share/doc/html directory which should be under > /usr/share/doc/nasm-2.00 -- Dean -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html F

Re: cygwin/regtool on 64bit windows (vista)

2007-12-07 Thread Corinna Vinschen
On Dec 6 15:12, Brian Mathis wrote: > I see in the regtool source that there are some options for this (-w > and -W), but I don't see those options available in the regtool > release on my system (version 1.8), which, afaik, is the latest > release. Are there plans to release this version of regt