1.5.18: Perl regression tests fail when lib directory is present

2005-07-16 Thread Andrew Ho
Hello, It appears that on the latest version of Cygwin's Perl, Perl modules with regression tests (for example, ones you can download from CPAN) fail "make test" on every other test. I did some experimentation and this appears to happen only if the modules are in a subdirectory (typically "lib

RV: Re: Postmaster core dumps

2005-07-16 Thread Novaelec
Hi! Yes, PostgreSQL in fact fails since the last version of Cygwin: nor cygserver nor postmaster works well. I thought that in the last release of coreutils the problem was fixed by Eric in this last update: http://comments.gmane.org/gmane.os.cygwin.applications/10687, but the problem persist.

Re: 1.5.18: Perl regression tests fail when lib directory is present

2005-07-16 Thread Gerrit P. Haase
Andrew Ho wrote: Hello, It appears that on the latest version of Cygwin's Perl, Perl modules with regression tests (for example, ones you can download from CPAN) fail "make test" on every other test. I did some experimentation and this appears to happen only if the modules are in a subdirecto

Re: enable-auto-image-base with libtool not working?

2005-07-16 Thread Gerrit P. Haase
Charles Wilson wrote: cgf(?) has repeatedly stated that we'l run out of address space eventually, whether we have some bureaucratic nightmare of a registry for "approved" DLL base addresses, or toss everything in to the auto-image-base hopper. I think it was Jason. Even if there are two or

Re: cannot create temp file for here document

2005-07-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ugh, top-posting, reformatted. >> Nope, since you don't define TMPDIR, bash is trying to use /tmp. And the >> location of /tmp is probably c:\cygwin\tmp, although you didn't follow >> the directions to attach cygcheck output, so I can't prove that. >>

Re: cygwin 1.5.18 breaks gcc 2.95 compatibility

2005-07-16 Thread Gerrit P. Haase
Krzysztof Duleba wrote: After upgrading my Cygwin to 1.5.18, gcc 2.95 doesn't work anymore. The same problem occures with the 20050709 snapshot. Reverting cygwin back to 1.5.17 makes gcc work again. I know that gcc 2.95 is unsupported and was removed from the distribution due to a severe bug,

Re: cygwin 1.5.18 breaks gcc 2.95 compatibility

2005-07-16 Thread Krzysztof Duleba
Gerrit P. Haase wrote: $ cat foo.c int main(){ } Your example compiles ok with gcc-3.4.4, so why want you use gcc-2.x? Well, no wonder that int main(){} compiles ok with gcc-3.4.4. This is the minimal test case. Maybe you can recompile gcc-2.95 if you really must use it? Do you know wh

[ANNOUNCEMENT] Updated Cygwin Package: rebase-2.4-1

2005-07-16 Thread Jason Tishler
New News: === I have updated the version of rebase to 2.4-1. The tarballs should be available on a Cygwin mirror near you shortly. The notable changes (all to rebaseall) since the previous release are: * Convert from bash to ash script. * Add support to verify that only ash processe

Re: rebaseall (was Re: Perl Win32::Shortcut screws up fork)

2005-07-16 Thread Jason Tishler
On Fri, Jul 15, 2005 at 10:18:26AM -0400, Christopher Faylor wrote: > On Fri, Jul 15, 2005 at 07:27:27AM -0400, Jason Tishler wrote: > >So, it sounds like we have short and long term plans. Now, I just > >have to work 'em. > > Is it done yet? Yes. > Is it done yet? Yes. > Is it done yet? Yes

Re: 1.5.18: Perl regression tests fail when lib directory is present

2005-07-16 Thread Andrew Ho
Hello, Thanks for the quick and complete reply! I checked environment variable settings and they don't appear to be at fault. First, I tried this: % /usr/bin/env -i PATH=/usr/bin perl Makefile.PL % /usr/bin/env -i PATH=/usr/bin make % /usr/bin/env -i PATH=/usr/bin make test This

Problem with postgres initdb

2005-07-16 Thread Frank Streitzig
Hi, i have problem to init postgres database with initdb. What can i do? Cygserver and IPC Daemon is started. Many thanks Frank $ initdb --debug -D /data/pgsql/data Running in debug mode. initdb: internal variables: PGDATA=/data/pgsql/data datadir=/usr/share/postgresql PGPATH=/usr/bin

Re: cannot create temp file for here document

2005-07-16 Thread Eric Blake
> > Attached please find the strace_unlink.out you requested. To get this, I > started Cygwin and did the following: > > cd /tmp > cat >foo > blah blah blah ^Z > strace -o strace_unlink.out unlink foo > > Looking at the trace, I can see where unlink returns a 2, which would give > the error ..

Re: cannot create temp file for here document

2005-07-16 Thread Barry Demchak
See end-post below ... At 04:00 PM 7/16/2005, Eric Blake wrote: > > Attached please find the strace_unlink.out you requested. To get this, I > started Cygwin and did the following: > > cd /tmp > cat >foo > blah blah blah ^Z > strace -o strace_unlink.out unlink foo > > Looking at the trace, I can

Re: cannot create temp file for here document

2005-07-16 Thread Barry Demchak
Hi, Eric -- Converting FAT32 to NTFS did not solve the problem. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

rebaseall 2.4-1 : problems?

2005-07-16 Thread Angelo Graziosi
I send you a simple report. I have tried to use the new version of "rebaseall". Steps followed: 1) Add "C:\cygwin\bin" and "C:\cygwin\usr\X11R6\bin" to Windows path 2) Restart PC 3) Start/Run/C:\cygwin\bin\ash.exe 4) Run the rebaseall command with the result $ rebaseall -v grep: Could not o

Re: cannot create temp file for here document

2005-07-16 Thread Eric Blake
> > OK ... thanks ... I'll convert to NTFS ... I'm probably overdue anyway ... > will you be tendering this to the Cygwin primary authors?? You already have. This list is read by anyone actively working (on their free time, as volunteers) on cygwin source code improvements. > If so, how long

Re: cygwin 1.5.18 breaks gcc 2.95 compatibility

2005-07-16 Thread Christopher Faylor
On Sat, Jul 16, 2005 at 06:50:44PM +0200, Krzysztof Duleba wrote: >After upgrading my Cygwin to 1.5.18, gcc 2.95 doesn't work anymore. This should be fixed in the latest snapshot. The problem was that the spawn*() functions in cygwin weren't working reliably and, apparently, this version of gcc u

Re: cannot create temp file for here document

2005-07-16 Thread Christopher Faylor
On Sat, Jul 16, 2005 at 11:49:46AM -0700, Barry Demchak wrote: >cd /tmp >cat >foo >blah blah blah ^Z >strace -o strace_unlink.out unlink foo If you are really typing a CTRL-Z here, then you are suspending the cat which is creating the foo. That means that cat would be keeping the foo open, which

Re: Problem with postgres initdb

2005-07-16 Thread Igor Pechtchanski
On Sat, 16 Jul 2005, Frank Streitzig wrote: > i have problem to init postgres database with initdb. > What can i do? > Cygserver and IPC Daemon is started. > [snip] > $ initdb --debug -D /data/pgsql/data > Running in debug mode. > [snip] > /usr/bin/initdb: line 564: 3792 Bad system call "

Re: cygwin 1.5.18 breaks gcc 2.95 compatibility

2005-07-16 Thread Krzysztof Duleba
Christopher Faylor wrote: After upgrading my Cygwin to 1.5.18, gcc 2.95 doesn't work anymore. This should be fixed in the latest snapshot. The problem was that the spawn*() functions in cygwin weren't working reliably and, apparently, this version of gcc uses spawn. My regression tests jus

cygserver

2005-07-16 Thread Jason FU
I would like to re-install cygserver but I don't know which package it is in. Could anybody help? Thanks. Regards, Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: cygserver

2005-07-16 Thread Brian Dessent
Jason FU wrote: > I would like to re-install cygserver but I don't know which package it is in. > Could anybody help? Thanks. http://cygwin.com/cgi-bin2/package-grep.cgi?grep=cygserver.exe Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cyg

New rebaseall works with oct files

2005-07-16 Thread James R. Phillips
Jason, Installed new rebase package; ran "rebaseall -s oct -v" from an ash prompt; worked like a charm. Rebased all installed .oct files. This could solve a potentially big problem for octave on cygwin. Thanks for the good work. Jim Phillips -- Unsubscribe info: http://cygwin.com/ml/#un

Re: cannot create temp file for here document

2005-07-16 Thread Barry Demchak
At 06:10 PM 7/16/2005, Eric Blake wrote: > > OK ... thanks ... I'll convert to NTFS ... I'm probably overdue anyway ... > will you be tendering this to the Cygwin primary authors?? You already have. This list is read by anyone actively working (on their free time, as volunteers) on cygwin sourc