Re: perl.exe: fatal error on Vista

2008-08-15 Thread hce
On 8/15/08, hce [EMAIL PROTECTED] wrote: On 8/14/08, Reini Urban [EMAIL PROTECTED] wrote: 2008/8/14 hce [EMAIL PROTECTED]: On 8/14/08, Reini Urban feed-for-spammers wrote: See http://cygwin.com/acronyms/#PCYMTNQREAIYR Tim McDaniel schrieb: On Wed, 13 Aug 2008, hce

Re: perl.exe: fatal error on Vista

2008-08-15 Thread Reini Urban
hce schrieb: # For perl I rebased from 0x5000 upwards. # Normally it goes for all cygwin dlls from 0x7000 downwards. # Since we have no Vista result what is the last base, maybe its # already below 0x5000 for some conflicting dll, we try it lower # And I don't know how

Re: perl.exe: fatal error on Vista

2008-08-14 Thread hce
On 8/14/08, Reini Urban [EMAIL PROTECTED] wrote: Tim McDaniel schrieb: On Wed, 13 Aug 2008, hce [EMAIL PROTECTED] wrote: On 8/13/08, Reini Urban [EMAIL PROTECTED] wrote: I would try rebase with -v (verbose) and also tie it to a log file. $ rebaseall -v | tie rebaseall.log

Re: perl.exe: fatal error on Vista

2008-08-14 Thread Brian Dessent
hce wrote: I've tried again to call rebaseall | tee rebaseall.log, then run I don't know why Reini suggested using tee, but it's a bad idea because having tee in the pipeline will cause all these DLLs to be in use which will just cause rebaseall to fail: $ cygcheck /bin/tee

Re: perl.exe: fatal error on Vista

2008-08-14 Thread Reini Urban
2008/8/14 hce [EMAIL PROTECTED]: On 8/14/08, Reini Urban feed-for-spammers wrote: See http://cygwin.com/acronyms/#PCYMTNQREAIYR Tim McDaniel schrieb: On Wed, 13 Aug 2008, hce feeds-the-spammers wrote: On 8/13/08, Reini Urban feed-for-spammers wrote: I would try rebase with -v

Re: perl.exe: fatal error on Vista

2008-08-14 Thread hce
On 8/14/08, Brian Dessent [EMAIL PROTECTED] wrote: hce wrote: I've tried again to call rebaseall | tee rebaseall.log, then run I don't know why Reini suggested using tee, but it's a bad idea because having tee in the pipeline will cause all these DLLs to be in use which will just cause

RE: perl.exe: fatal error on Vista

2008-08-14 Thread Dave Korn
hce wrote on 14 August 2008 11:00: C:\Tools\Cygwin\bingrep -E -i -v '/ash(.exe)?$' /proc/[0-9]*/exename /proc/336/exename:/usr/bin/grep.exe Reini Urban wrote on 14 August 2008 11:45: Can you post the output of the process test within ash please. Before you did it with cmd.exe

Re: perl.exe: fatal error on Vista

2008-08-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dave Korn on 8/14/2008 5:44 AM: | C:\Cygwin\Tools\bin\ash | $ ./grep -E -i -v '/ash(.exe)?$' /proc/[0-9]*/exename | | Uhh, hold on. | | Why does 'grep' show up in rce's output? I mean, that's what I would | expect to happen, and

Re: perl.exe: fatal error on Vista

2008-08-14 Thread hce
On 8/14/08, Reini Urban [EMAIL PROTECTED] wrote: 2008/8/14 hce [EMAIL PROTECTED]: On 8/14/08, Reini Urban feed-for-spammers wrote: See http://cygwin.com/acronyms/#PCYMTNQREAIYR Tim McDaniel schrieb: On Wed, 13 Aug 2008, hce feeds-the-spammers wrote: On 8/13/08, Reini Urban

Re: perl.exe: fatal error on Vista

2008-08-13 Thread Reini Urban
2008/8/13 hce: On 8/12/08, Reini Urban wrote: 2008/8/12 hce: I installed cygwin from http://www.cygwin.com/setup.exe on Vista. I am building the VLC at the moment and had following error for cygwin perl.exe. Could anyone advise what I was missing? + autoreconf --install --force

Re: perl.exe: fatal error on Vista

2008-08-13 Thread hce
On 8/13/08, Reini Urban [EMAIL PROTECTED] wrote: 2008/8/13 hce: On 8/12/08, Reini Urban wrote: 2008/8/12 hce: I installed cygwin from http://www.cygwin.com/setup.exe on Vista. I am building the VLC at the moment and had following error for cygwin perl.exe. Could anyone

Re: perl.exe: fatal error on Vista

2008-08-13 Thread Reini Urban
2008/8/13 hce: On 8/13/08, Reini Urbanwrote: 2008/8/13 hce: On 8/12/08, Reini Urban wrote: 2008/8/12 hce: I installed cygwin from http://www.cygwin.com/setup.exe on Vista. I am building the VLC at the moment and had following error for cygwin perl.exe. Could anyone advise

Re: perl.exe: fatal error on Vista

2008-08-13 Thread hce
On 8/13/08, Reini Urban [EMAIL PROTECTED] wrote: 2008/8/13 hce: On 8/13/08, Reini Urbanwrote: 2008/8/13 hce: On 8/12/08, Reini Urban wrote: 2008/8/12 hce: I installed cygwin from http://www.cygwin.com/setup.exe on Vista. I am building the VLC at the moment

RE: perl.exe: fatal error on Vista

2008-08-13 Thread Dave Korn
hce wrote on 13 August 2008 12:36: On 8/13/08, Reini Urban wrote: I would try rebase with -v (verbose) and also tie it to a log file. $ rebaseall -v | tie rebaseall.log There is no tie command, It's a typo, Reini meant 'tee'. so I tried to call /bin/rebaseall -v

RE: perl.exe: fatal error on Vista

2008-08-13 Thread Dave Korn
Dave Korn wrote on 13 August 2008 13:06: Or try doing it the same way the rebaseall script checks: grep -E -q -i -v '/ash(.exe)?$' /proc/[0-9]*/exename Ooops. You'll want to remove the -q flag, in order to see the names, rather than just have a status code of 0 or 1 in the shell $?

Re: perl.exe: fatal error on Vista

2008-08-13 Thread Julio Emanuel
On Wed, Aug 13, 2008 at 11:33 AM, hce [EMAIL PROTECTED] wrote: BIG snip There is no tie command, so I tried to call /bin/rebaseall -v rebaseall.log from the ash. Please find attached rebaseall.log and cygcheck.log as per above requirment. Thank you. Did you noticed that

Re: perl.exe: fatal error on Vista

2008-08-13 Thread Tim McDaniel
On Wed, 13 Aug 2008, hce [EMAIL PROTECTED] wrote: On 8/13/08, Reini Urban [EMAIL PROTECTED] wrote: I would try rebase with -v (verbose) and also tie it to a log file. $ rebaseall -v | tie rebaseall.log There is no tie command Reini must have meant the tee command. It's intended to be a

Re: perl.exe: fatal error on Vista

2008-08-13 Thread Reini Urban
Tim McDaniel schrieb: On Wed, 13 Aug 2008, hce [EMAIL PROTECTED] wrote: On 8/13/08, Reini Urban [EMAIL PROTECTED] wrote: I would try rebase with -v (verbose) and also tie it to a log file. $ rebaseall -v | tie rebaseall.log There is no tie command Reini must have meant the tee command.

Re: perl.exe: fatal error on Vista

2008-08-12 Thread Reini Urban
2008/8/12 hce: I installed cygwin from http://www.cygwin.com/setup.exe on Vista. I am building the VLC at the moment and had following error for cygwin perl.exe. Could anyone advise what I was missing? + autoreconf --install --force --verbose -I m4 4 [main] perl 920

Re: perl.exe: fatal error on Vista

2008-08-12 Thread hce
On 8/12/08, Reini Urban [EMAIL PROTECTED] wrote: 2008/8/12 hce: I installed cygwin from http://www.cygwin.com/setup.exe on Vista. I am building the VLC at the moment and had following error for cygwin perl.exe. Could anyone advise what I was missing? + autoreconf --install --force

perl.exe: fatal error on Vista

2008-08-11 Thread hce
Hi, I installed cygwin from http://www.cygwin.com/setup.exe on Vista. I am building the VLC at the moment and had following error for cygwin perl.exe. Could anyone advise what I was missing? + autoreconf --install --force --verbose -I m4 4 [main] perl 920 C:\Tools\Cygwin\bin\perl.exe: ***