delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/07/01/01:50:30

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:reply-to:message-id:to:subject
:in-reply-to:references:mime-version:content-type
:content-transfer-encoding; q=dns; s=default; b=y60Y4oaTHiNFt34x
epLVWmhHcWEsS9AmKpmTjMZUduCoC0QLiwU5Ti0OcVUlOotqwQZcfne0WZdiEB+w
jrcLngE9GxcPIxFjZKGbHmR7DB8TVBP645ViVSI0PmTcpAhzFMWS6yvbxp2trYk6
Mfpbkxczb7bwp0c+KLD/sGXigWg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:reply-to:message-id:to:subject
:in-reply-to:references:mime-version:content-type
:content-transfer-encoding; s=default; bh=1n2E/cNpqOJ2MwHItm99K/
RRM2w=; b=vKuiGJsrbaDq8eW8OGjOnxTTOuSabK4l94ffMxb1F18OQ0Y3HlnLky
YOIoPswXmQQm8CZZ5wClU3x+vhoTSYIfW3fEhuezeelYbgnQK31o+goQHy/HF/3L
pv4+lFXoGINS84O2F3xEA5HoXtJ3ER6ApGZxggpuBmyaWxHFTHX3g=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: Yes, score=5.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,SPF_SOFTFAIL autolearn=no version=3.3.2
X-HELO: smtp.ht-systems.ru
Date: Wed, 1 Jul 2015 08:37:46 +0300
From: Andrey Repin <anrdaemon AT yandex DOT ru>
Reply-To: cygwin AT cygwin DOT com
Message-ID: <1119625383.20150701083746@yandex.ru>
To: Simon Eigeldinger <simon DOT eigeldinger AT vol DOT at>, cygwin AT cygwin DOT com
Subject: Re: problems with perl after a new installation
In-Reply-To: <55936F3D.1000909@vol.at>
References: <55936F3D DOT 1000909 AT vol DOT at>
MIME-Version: 1.0
X-IsSubscribed: yes

Greetings, Simon Eigeldinger!

> I just reinstalled cygwin and during install i figured out that it
> stopped installing during processing
> /etc/postinstall/zp_texlive_finish.dash.

> so i thought i might see which programs are running.
> i made perl stop and the install was finished.
> after i opened up the terminal and i wanted to compile some programs i 
> figured out that i got the following errors while running autoreconf -i.

> $ autoreconf -i

>        1 [main] perl 296 child_info_fork::abort: unable to remap Cwd.dll 
> to same
> address as parent (0x760000) - try running rebaseall

1. Run
/usr/bin/rebase-trigger full
2. Close ALL Cygwin-related processes. Exit all bash sessions, stop services,
shutdown ssh-pageant and such.
3. Run Cygwin setup. You may not install/update anything, just let it continue
to last step.
4. Try again.

If that fails somehow, you have a problem you need to debug.
May be start with setting CYGWIN=detect_bloda

> Can't fork, trying again in 5 seconds at 
> /usr/share/autoconf/Autom4te/General.pm
>   line 307.
>        1 [main] perl 1472 child_info_fork::abort: unable to remap IO.dll 
> to same
> address as parent (0x710000) - try running rebaseall
> Can't fork, trying again in 5 seconds at 
> /usr/share/autoconf/Autom4te/General.pm
>   line 307.
>        1 [main] perl 4280 child_info_fork::abort: unable to remap 
> Cwd.dll to same
>   address as parent (0x760000) - try running rebaseall
> Can't fork, trying again in 5 seconds at 
> /usr/share/autoconf/Autom4te/General.pm
>   line 307.
>        1 [main] perl 3740 child_info_fork::abort: unable to remap IO.dll 
> to same
> address as parent (0x710000) - try running rebaseall
> Can't fork, trying again in 5 seconds at 
> /usr/share/autoconf/Autom4te/General.pm
>   line 307.
>        1 [main] perl 4224 child_info_fork::abort: unable to remap 
> Cwd.dll to same
>   address as parent (0x760000) - try running rebaseall
> Can't fork, trying again in 5 seconds at 
> /usr/share/autoconf/Autom4te/General.pm
>   line 307.
>        1 [main] perl 4196 child_info_fork::abort: unable to remap IO.dll 
> to same
> address as parent (0x710000) - try running rebaseall
> Can't fork, trying again in 5 seconds at 
> /usr/share/autoconf/Autom4te/General.pm
>   line 307.
>        1 [main] perl 4412 child_info_fork::abort: unable to remap 
> Cwd.dll to same
>   address as parent (0x760000) - try running rebaseall
> Can't fork, trying again in 5 seconds at 
> /usr/share/autoconf/Autom4te/General.pm
>   line 307.


> anyone knows what went wrong?
> tested this on an older win xp 32 bit machine.
> haven't tested it on a newer box.



-- 
With best regards,
Andrey Repin
Wednesday, July 1, 2015 08:17:56

Sorry for my terrible english...


--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019