X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <6910a60808130345n5cf7c905hdfbbde2623d3f785@mail.gmail.com> Date: Wed, 13 Aug 2008 12:45:34 +0200 From: "Reini Urban" To: cygwin AT cygwin DOT com Subject: Re: perl.exe: fatal error on Vista In-Reply-To: <95455e980808130333y66b26123k8f7f608cc9f4c47e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <95455e980808111758m41454d93g44ae3d7bd822d23c AT mail DOT gmail DOT com> <6910a60808112315v12711bbft8591b70d859858a1 AT mail DOT gmail DOT com> <95455e980808121907y480400d2s9880ad96b3a8d684 AT mail DOT gmail DOT com> <6910a60808122348m426a0f44g51c53966da519ff6 AT mail DOT gmail DOT com> <95455e980808130333y66b26123k8f7f608cc9f4c47e AT mail DOT gmail DOT com> X-Google-Sender-Auth: 896b3719f97e48f0 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 what I was missing? >> >> > >> >> > + autoreconf --install --force --verbose -I m4 >> >> > 4 [main] perl 920 C:\Tools\Cygwin\bin\perl.exe: *** fatal error - unable t >> >> > o remap C:\Tools\Cygwin\lib\perl5\5.10\i686-cygwin\auto\File\Glob\Glob.dll to sa >> >> > me address as parent(0x860000) != 0x14C0000 >> >> > 37 [main] perl 2712 child_info::sync: wait failed, pid 920, Win32 error 183 >> >> > >> >> > 1053 [main] perl 2712 fork: child 920 - died waiting for dll loading, errno 1 >> >> >> >> >> >> That's a typical rebaseall problem, as advertised in the perl ANNOUNCEMENT. >> >> >> >> Install rebase, read /usr/share/doc/Cygwin/rebase-2.4.4.README >> >> >> >> snip >> >> Use the following procedure to rebase your entire system: >> >> >> >> 1. shutdown all Cygwin processes and services >> >> 2. start ash (do not use bash or rxvt) >> >> 3. execute /bin/rebaseall (in the ash window) >> > >> > Thanks for the advice. I installed rebase then followed above procedure: >> > >> > 1. Shutdown all Cygwin processes and services (shutdown all cygwin terminals) >> > 2. Start a dos termina, and run ash from the dos terminal >> > 3. Execute /bin/rebaseall from the ash command line. >> > >> > After that, I've running ./bootstrap from the vlc again. The same >> > error was still there? >> > >> > What I did wrong here? >> >> >> I cannot say from here. Obviously Glob.dll was not rebased. >> File::Glob is one of the very first loaded dll's in such forked perl >> process with wildcards args. >> So I suspect it was not rebased at all. >> >> I would try rebase with -v (verbose) and also tie it to a log file. >> $ rebaseall -v | tie rebaseall.log >> >> Check the output for refused dll's, and if nothing is obvious, send >> the output of cygcheck -s -v -r >> plus rebaseall.log >> >> Run cygcheck -s -v -r > cygcheck.out and include that file as an >> attachment in your report. >> Please do not compress or otherwise encode the output. Just attach >> it as a straight text >> file so that it can be easily viewed. >> as described in http://cygwin.com/problems.html > > 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. Yes, that's the problem. There are non ash cygwin processes still running. See the output of ps x. There must only be 2 processes: /usr/bin/ash /usr/bin/ps Kill all other. rebaseall: only ash processes are allowed during rebasing Exit all Cygwin processes and stop all Cygwin services. Execute ash from Start/Run... or a cmd or command window. Execute '/bin/rebaseall' from ash. exit 2 -- Reini Urban http://phpwiki.org/ http://murbreak.at/ -- 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/