From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PAhyM-0000qe-7e for garchives@archives.gentoo.org; Tue, 26 Oct 2010 11:45:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75B42E0874; Tue, 26 Oct 2010 11:45:27 +0000 (UTC) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 5B042E0874 for ; Tue, 26 Oct 2010 11:45:27 +0000 (UTC) Received: by gxk5 with SMTP id 5so4726447gxk.40 for ; Tue, 26 Oct 2010 04:45:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=fd1uD7qYQ5tCc5c/cMMiFPFH+R0Cp/5XyenT7GsuvmQ=; b=ii8a60hiZyIWEfm05/y5T9ilK2E52Rv+hUK6hWgYm/TMQKoSztJyXWjdbiCJP24jS+ 3Ncf6lhgZvJR2eVah1sqBS1o3ax8DMuNgFOJhEV0Pw3nfdSO4OlwC+DFDxxvCg2pxfs7 aIoR5ajpTD9L6VKSx41Nry5IK2utwKUdRhJCA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=b923dMWdbfx+EwbtKzOnPGLrwf/H/KYrjjbo3f0aqWNd6BggDBo476V1faLGGbVG42 /WKVtsy+EXqG0Ui39+MGsVEG1s+5pG2BQWyq1Y/G3rTKZlkol0bqIt3ZwNQ6kyA1vfef hTiixMTxNSEDd8UD/EQ/p8PbeVvR8jbby53IA= Received: by 10.42.243.200 with SMTP id ln8mr487586icb.118.1288093526354; Tue, 26 Oct 2010 04:45:26 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Received: by 10.231.199.70 with HTTP; Tue, 26 Oct 2010 04:45:05 -0700 (PDT) From: Daniel van Ham Colchete Date: Tue, 26 Oct 2010 09:45:05 -0200 Message-ID: Subject: [gentoo-catalyst] Little help building stage3 (Can't locate Tie/Hash.pm building autoconf-2.65-r1) To: gentoo-catalyst@lists.gentoo.org Content-Type: multipart/alternative; boundary=90e6ba6148f0136aff049383a51c X-Archives-Salt: fcac5d49-c52f-4ff5-86c7-128f1c35a8ea X-Archives-Hash: bab6d3694b439da103cf28114ab84dd1 --90e6ba6148f0136aff049383a51c Content-Type: text/plain; charset=ISO-8859-1 Hey people, a little bit more than two years ago I built a catalyst-based stage4 for a server cluster and have been able to manage everything and upgrade everything in an very automated way and very organized way, thanks to Catalyst (and cfengine). Every time I want to upgrade my system I just create another stage4 based of the last one, but with a newer snapshot, get the binary packages from the cache and upgrade my cluster with them. Even kernel upgrades goes nicely with the right scripts. A lot have changed since July 2008 in Gentoo, some of the changes made it difficult to maintain the upgrade cycle of my old stage4 and I had to start over, make a new stage4 and reinstall everything. It is good to have a fresh start anyway. My problem is that I`m not able to build a stage3 because of a problem emerging autoconf-2.65-r1. This is useful info: http://pastebin.com/YjddiQwh And this is the build log: http://pastebin.com/Em8fyRyT This is my stage 1, 2 and 3 files: http://pastebin.com/bkcuGaP7 Tie/Hash.pm is available on my old Perl 5.8.8 installation but it doesn't appear to be on Perl 5.12.2. So, when building a new stage3 Perl 5.8.8 is not getting there and I think this is the cause of the problem. I think it is very easy to reproduce the problem. The stage1 build failed as well, but when I did a catalyst -a -f stage1.spec after the failure, the build finished correctly, so I didn`t want to search for the root cause. Thank you very much for any help. Best regards, Daniel Colchete --90e6ba6148f0136aff049383a51c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hey people,

a little bit more than two years ago I built a catalyst-= based stage4 for a server cluster and have been able to manage everything a= nd upgrade everything in an very automated way and very organized way, than= ks to Catalyst (and cfengine). Every time I want to upgrade my system I jus= t create another stage4 based of the last one, but with a newer snapshot, g= et the binary packages from the cache and upgrade my cluster with them. Eve= n kernel upgrades goes nicely with the right scripts.

A lot have changed since July 2008 in Gentoo, some of the changes made = it difficult to maintain the upgrade cycle of my old stage4 and I had to st= art over, make a new stage4 and reinstall everything. It is good to have a = fresh start anyway.

My problem is that I`m not able to build a stage3 because of a problem = emerging autoconf-2.65-r1.

This is useful info: http://pastebin.com/YjddiQwh
And this is the b= uild log: http://pastebin.com/Em8f= yRyT
This is my stage 1, 2 and 3 files: http://pastebin.com/bkcuGaP7

Tie/Hash.pm is available on my old= Perl 5.8.8 installation but it doesn't appear to be on Perl 5.12.2. So= , when building a new stage3 Perl 5.8.8 is not getting there and I think th= is is the cause of the problem. I think it is very easy to reproduce the pr= oblem.

The stage1 build failed as well, but when I did a catalyst -a -f stage1= .spec after the failure, the build finished correctly, so I didn`t want to = search for the root cause.

Thank you very much for any help.

Best regards,
Daniel Colchete
--90e6ba6148f0136aff049383a51c--