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 <gentoo-soc+bounces-1534-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Qssbx-0007oz-6u
	for garchives@archives.gentoo.org; Mon, 15 Aug 2011 08:33:31 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 14F3821C3AF;
	Mon, 15 Aug 2011 08:33:17 +0000 (UTC)
Received: from mail-pz0-f42.google.com (mail-pz0-f42.google.com [209.85.210.42])
	by pigeon.gentoo.org (Postfix) with ESMTP id C586221C3AF
	for <gentoo-soc@lists.gentoo.org>; Mon, 15 Aug 2011 08:33:16 +0000 (UTC)
Received: by pzk37 with SMTP id 37so2570730pzk.1
        for <gentoo-soc@lists.gentoo.org>; Mon, 15 Aug 2011 01:33:16 -0700 (PDT)
Precedence: bulk
List-Post: <mailto:gentoo-soc@lists.gentoo.org>
List-Help: <mailto:gentoo-soc+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-soc+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-soc+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-soc.gentoo.org>
X-BeenThere: gentoo-soc@lists.gentoo.org
Reply-to: gentoo-soc@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.143.60.13 with SMTP id n13mr1874672wfk.373.1313397196033; Mon,
 15 Aug 2011 01:33:16 -0700 (PDT)
Received: by 10.143.69.21 with HTTP; Mon, 15 Aug 2011 01:33:15 -0700 (PDT)
In-Reply-To: <CAPomEdze0KrFGkaw4ZEfhpFtqeNHrABsDBPXNxNgZuu7vRXQQw@mail.gmail.com>
References: <CAPomEdze0KrFGkaw4ZEfhpFtqeNHrABsDBPXNxNgZuu7vRXQQw@mail.gmail.com>
Date: Mon, 15 Aug 2011 08:33:15 +0000
Message-ID: <CAPomEdx+h3-PKvoahUEk5d_nNicVe=QMrBFb+onUfR_F2cYikw@mail.gmail.com>
Subject: [gentoo-soc] Re: Auto dependency builder progress report. Week 11.
From: =?KOI8-R?B?4czFy9PBzsTSIOLF0tPFzsXX?= <bay@hackerdom.ru>
To: gentoo-soc@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 
X-Archives-Hash: 051a22e1c5ab70b475d5f096651b82cf

Today I started to run emerge --deep -u world with depcheckstrict
enabled. It is ~600 packages. I allow an access to build dependencies
of current package and to runtime dependencies of that dependencies.
If file not belongs to any package access is also allowed.

Build have stopped on 6th package. It was
sys-power/cpufrequtils-008-r1 package and here is a log of building
http://pastebin.com/hYWKFfMx. This is a few strings from it:

Blocking an access to /usr/bin/xgettext
/bin/sh: /usr/bin/xgettext: No such file or directory
make: *** [po/cpufrequtils.pot] Error 127

Looks like this package should depend on gettext or on virtual/libintl
on build time. These two packages are not a part of my system profile.

Should I submit this on a bugs.gentoo.org?

Best,

Alexander Bersenev