www.delorie.com/archives/browse.cgi | search |
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:subject:to:references:from:message-id:date | |
:mime-version:in-reply-to:content-type | |
:content-transfer-encoding; q=dns; s=default; b=Q0KTEkA0PYy+YETr | |
rPJbrXQuMQKiCdPaR6iTAMK2TbXgT93mtwYbYZRLel3wmSiHxrS3e9oil3xoty2j | |
XILBHMwQuO8UMoEqdgAgj0WtjzoPqCJTzxpE4tJXsv/itjFv/P25A6G9sZiCAPrF | |
D0SUp8aDI3Loc3ZEmVc48RWS32U= | |
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:subject:to:references:from:message-id:date | |
:mime-version:in-reply-to:content-type | |
:content-transfer-encoding; s=default; bh=9OAVuX4AkxO2MTX7llEW1G | |
nGtyI=; b=Ekk5wpXhgEpaWZIj/iLcr7/iUYmYJyEBQqEdI463+2/MtOZ+Vjxypl | |
dylMPTKgR+BOdapePNBRciL6UtD2LPMlhLBAzuSBr9Ew2O85YHmHB/z8ccByTz6r | |
MH194oK878BiudXaBiZX93J1qYdP21hcqJs9NFbWrBH66a/H8CwcE= | |
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: | No, score=-0.8 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 |
X-HELO: | mail-wi0-f181.google.com |
X-Received: | by 10.194.2.137 with SMTP id 9mr31995751wju.75.1436026815169; Sat, 04 Jul 2015 09:20:15 -0700 (PDT) |
Subject: | Re: autoreconf: problem while executing |
To: | cygwin AT cygwin DOT com |
References: | <55978DE2 DOT 4000707 AT vol DOT at> <5597921F DOT 9070903 AT gmail DOT com> <5597FC17 DOT 60601 AT vol DOT at> |
From: | Marco Atzeri <marco DOT atzeri AT gmail DOT com> |
Message-ID: | <559807A6.9000805@gmail.com> |
Date: | Sat, 4 Jul 2015 18:19:50 +0200 |
User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 |
MIME-Version: | 1.0 |
In-Reply-To: | <5597FC17.60601@vol.at> |
X-IsSubscribed: | yes |
On 7/4/2015 5:30 PM, Simon Eigeldinger wrote: > Hi Marco, > > > Am 04.07.2015 um 09:58 schrieb Marco Atzeri: >> On 7/4/2015 9:40 AM, Simon Eigeldinger wrote: >>> Hi all, >>> >>> I still have the problem with autoreconf. >>> i executed rebaseall and had no luck. >>> i also tried reinstalling the whole cygwin environment. nothing. >>> all the packages are up to date. >>> >>> When i execute autoreconf i get the following errors. anyone has some >>> ideas? >>> >>> Thanks, >>> Simon >>> >>> >>> $ autoreconf -i >>> >>> 1 [main] perl 4304 child_info_fork::abort: unable to remap >>> Cwd.dll to same >>> address as parent (0x780000) - try running rebaseall >>> Can't fork, trying again in 5 seconds at >>> /usr/share/autoconf/Autom4te/General.pm >>> line 307. >> >> >> please follow >>> Problem reports: http://cygwin.com/problems.html >> >> and attach a copy of cygcheck.out > > > attached is a cygcheck.out. > the system is as follows: > OS: Win XP servicepack 3 32 bit. haven't got a better system to test at > the moment, sorry. > Installed are all cygwin packages using the installer, just updated this > morning. > while the install i had some issues already while it was running > /etc/postinstall/zp_texlive_finish.dash and it hang doing this. > seems perl got stuck. > so the rebaseall script worked fine but it seemed to have some issues on > this. > then i tried autoreconf and it showed me the errors above. > > i also tunred off my antivirus software because i found out months ago > that it doesn't like cygwin all that much. so i had that turned off the > whole install and also when i use cygwin. > so it couldn't be the antivirus. > > greetings and thanks for helping, > simon > Hi Simon, why have you installed everything ? your system : $ grep OK cygcheck.out |wc -l 5301 my system: $ cygcheck -cd |wc -l 1304 so you have 4 time more packages then me and I am a heavy user. I strongly suspect that you consumed all available address slots for rebase, so the forks are almost impossible. May be on a 64 system it will work, but on 32 bit you have an issue. on my 32 bit system all the addresses from $ rebase -si | awk '{print $3}' |sort | head -n 1 0x3d730000 to 0x6fff0000 are busy. Please check the output of rebase -si | awk '{print $3}' |sort | head -n 1 or look for the lowest address using rebase -si |less I suggest you to remove most of not necessary programs. -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |