| 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:message-id:date:from:mime-version:to:subject | |
| :references:in-reply-to:content-type:content-transfer-encoding; | |
| q=dns; s=default; b=TQr4Mn3dAnqtD3NPWleM4GaXvYQlZUTxSgL2JnQToXu | |
| 0UQ6SVB3KNmvqm+2ksl8IfjkiFwLXwgGavcnbtIXzfXvNpfJkknnUm9+kIJAnLde | |
| xkk2lDjxS5ujhUgn43ruxXDKdhi0e31WETj5UlR3nfj48sQ7ZeC3/HVqwnJeON3Y | |
| = | |
| 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:message-id:date:from:mime-version:to:subject | |
| :references:in-reply-to:content-type:content-transfer-encoding; | |
| s=default; bh=IQIAxAkbUScyiYQZPHKwjg1XsLc=; b=ysmS21KZ3hIRDP8Sy | |
| SALWATXvHlNaF2p+YQbKgK4EM8wVQVdBvnBnA9sdDHfnR/SYwX7rUBBTpBbxOIug | |
| PcFsptMpzP8euhSegPWYZ2+NAIQPt0ySPVuJ/dWTYsI7jnKZShSVmzjdTpX3z3bu | |
| tzP8PYmhO4XjY3flwknOlG7JGg= | |
| 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=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 |
| X-HELO: | limerock04.mail.cornell.edu |
| X-CornellRouted: | This message has been Routed already. |
| Message-ID: | <55980C78.3030104@cornell.edu> |
| Date: | Sat, 04 Jul 2015 12:40:24 -0400 |
| From: | Ken Brown <kbrown AT cornell DOT edu> |
| User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: autoreconf: problem while executing |
| References: | <55978DE2 DOT 4000707 AT vol DOT at> <5597921F DOT 9070903 AT gmail DOT com> <5597FC17 DOT 60601 AT vol DOT at> <559807A6 DOT 9000805 AT gmail DOT com> |
| In-Reply-To: | <559807A6.9000805@gmail.com> |
| X-IsSubscribed: | yes |
On 7/4/2015 12:19 PM, Marco Atzeri wrote:
> 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.
In particular, he should not install more texlive-collection-* packages than he
thinks he will need. Even without fork problems, zp_texlive_finish.dash takes a
long time to run if all texlive collections are installed.
In addition, he should run 'rebase-trigger full' and stop all Cygwin processes
(including services) before re-running setup-x86.exe, so that the autorebase
postinstall script will do a full rebase.
Ken
--
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 |