From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 6 23:58:13 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B88C310656A3 for ; Wed, 6 Jan 2010 23:58:13 +0000 (UTC) (envelope-from raszobbi@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 497518FC22 for ; Wed, 6 Jan 2010 23:58:13 +0000 (UTC) Received: by ewy26 with SMTP id 26so16070658ewy.3 for ; Wed, 06 Jan 2010 15:58:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=HOHa7mvZZ/RKXj7FT9IXq4UkZUrjcRD5Rx6ShcwFPJQ=; b=HJG0+U/zcovz/G1f15qyqrfdGaHGQa6PT8izQXMWswGxiMVU1qCLXSSFIYLKsX4EN8 J0gHFKzVMHy27fM4ktG4GpgFMC7d4GIIfiCk8IzxbS5BAlHavo63Dg/RpeN2ELKCYF8O /SX7o75NDcloR9qDfbxqqDwqCyBuq7SCqIXcQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=cJoJ3Y3DIaUOg2ZisMgNR8SORut8ajOvpTerdycOQzcVmhQwsDQuayg2QrELMWg1jD 6a+1wr/hOf/xO/d6Q78pYujH9gpsJ6LmWNjYk6hxdf/IisQ/G8hUyW2W3HXAPjLu/oiA XU+myuE8GZC2s+LUTi4qcKNo/m6HQcphj3stY= Received: by 10.216.85.212 with SMTP id u62mr10553684wee.164.1262820841588; Wed, 06 Jan 2010 15:34:01 -0800 (PST) Received: from ilras.barsh.com ([72.14.240.164]) by mx.google.com with ESMTPS id t2sm56022243gve.9.2010.01.06.15.34.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 06 Jan 2010 15:34:00 -0800 (PST) Message-ID: <4B451DE6.5000408@gmail.com> Date: Thu, 07 Jan 2010 00:33:58 +0100 From: "mac.tc" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.5) Gecko/20091227 Thunderbird/3.0 MIME-Version: 1.0 To: Ruslan Mahmatkhanov References: <73450.1262813366@tristatelogic.com> <4B4501CA.1080908@yandex.ru> In-Reply-To: <4B4501CA.1080908@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: gnome@FreeBSD.org, "Ronald F. Guilmette" Subject: Re: Yet more gnomish port-building woes. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2010 23:58:13 -0000 On 01/06/10 22:34, Ruslan Mahmatkhanov wrote: > > Hi. > > You should update your ports tree and upgrade icon-naming-utils (with > portmaster, for example). Then make install gnome-icon-theme again. > > 07.01.2010 00:29, Ronald F. Guilmette пишет: >> configure: error: icon-naming-utils>= 0.8.7 is required to build >> and install gnome-icon-theme > i think these errors around script configuration could be related to either python or perl and he should try and fix those before icon-naming-utils or if it still fails. i've had these problems with both of them when i used to update any of them and not update ports that depend on them. on portupgrade i would do "portupgrade -fr python or perl" or at least least check that ports that start with py2* or p5 are based on your installed version. this week i had a problem with perl and deleted all p5-* ports. they got pulled back in when they were needed actomatically. hope that helps or at least u can eliminate those issues.