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 1QRiHz-0003eQ-VL for garchives@archives.gentoo.org; Wed, 01 Jun 2011 10:04:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 643001C07F; Wed, 1 Jun 2011 10:03:07 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [94.23.166.77]) by pigeon.gentoo.org (Postfix) with ESMTP id 26A8E1C07F for ; Wed, 1 Jun 2011 10:03:07 +0000 (UTC) Received: from weird.localnet (p5B275998.dip.t-dialin.net [91.39.89.152]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx.virtyou.com (Postfix) with ESMTPSA id CBC7639A005 for ; Wed, 1 Jun 2011 12:03:05 +0200 (CEST) From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] net-analyzer/rrdtool-1.4.5 hangs during build Date: Wed, 1 Jun 2011 12:02:53 +0200 User-Agent: KMail/1.13.7 (Linux/2.6.38-pf8; KDE/4.6.3; x86_64; ; ) References: <1306912062.26031.0@numa-i> In-Reply-To: <1306912062.26031.0@numa-i> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106011203.01221.wonko@wonkology.org> X-Archives-Salt: X-Archives-Hash: d155db3155b24101d0ab219715c0370c Helmut Jarausch writes: > I have just tried to emerge net-analyzer/rrdtool-1.4.5 (1.4.4 is > currently installed), but it hangs > This last messages are > > Resolve Portability Issues > checking if msync with MS_ASYNC updates the files mtime... > > > It doesn't use any CPU time, so it's probably waiting forever. > > Has anybody managed to emerge that package? I don't even know what it is, but today's @world update installed 1.4.5 just fine. I didn't watch, but genlop -t tells me the emerge took about 4 minutes. Resolve Portability Issues checking if msync with MS_ASYNC updates the files mtime... yes checking for _NL_TIME_WEEK_1STDAY... no checking for nl_langinfo(_NL_TIME_WEEK_1STDAY) with langinfo.h... yes If you want to investigate this, you could have a look at the configure script and see what it does. Or wants to do. Wonko