X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <595081.33545.qm@web114215.mail.gq1.yahoo.com> References: <595081 DOT 33545 DOT qm AT web114215 DOT mail DOT gq1 DOT yahoo DOT com> Date: Thu, 30 Sep 2010 16:43:27 +0200 Message-ID: Subject: Re: error: "unable to remap" - despite repeated rebaseall From: Reini Urban To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 2010/9/29 Mike Slass: > The system: > =A0Windows Server 2008 x86_64 > =A0perl, v5.10.1 (*) built for i686-cygwin-thread-multi-64int > =A0 =A0(with 12 registered patches, see perl -V for more detail) > =A0cygwin-1.7 > > > The error: > > =A0 =A0 =A05 [main] perl 19364 fork: child 19100 - died waiting for dll l= oading, errno 11 > 5071704 [main] perl 18988 C:\bin\perl.exe: *** fatal error - unable to re= map \\?\C:\lib\perl5\site_perl\5.10\i686-cygwin\auto\P4\P4.dll to same addr= ess as parent: 0xA70000 !=3D 0x1430000 > Stack trace: > Frame =A0 =A0 Function =A0Args > 0088B458 =A0610274AB =A0(0088B458, 00000000, 00000000, 00000000) > 0088B748 =A0610274AB =A0(61177840, 00008000, 00000000, 61178977) > 0088C778 =A061004ADB =A0(611A034C, 6123E3D4, 00A70000, 01430000) > End of stack trace > > > Additional background: > > P4.dll is part of a perl extension library for Perforce, p4perl. =A0I bui= lt =A0the perl library from source, but it links with some pre-compiled lib= raries that come from Perforce. =A0Those libraries *were* built for cygwin. > > The P4.pm perl extension would not build with gcc 4, so when I built it I= used g++-3 for the compiler and linker. > > > I have tried running rebaseall several times, all successfully. =A0I have= provided an additional filelist to rebaseall (with -T) to make sure that t= he P4.dll was included in the rebaseing, since the P4.dll was not installed= by cygwin, so is not listed as an installed file. > > Any suggestions? Sure, perlrebase (now also with man page) And if P4 depends on new dll's which are not under /usr/lib/perl/*/auto than you'll have to add your new dll's also to the intermediate rebase.lst which perlrebase creates for you in the current dir, and use rebase with -T rebase.lst rebaseall just rebases official cygwin package dll's, not any user dll's. --=20 Reini Urban -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple