From owner-freebsd-gnome@FreeBSD.ORG Sun Oct 23 18:55:51 2011 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 41B7C106566B for ; Sun, 23 Oct 2011 18:55:51 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1669D8FC08 for ; Sun, 23 Oct 2011 18:55:50 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id p9NItn24056942; Sun, 23 Oct 2011 11:55:50 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4EA46335.4010703@rawbw.com> Date: Sun, 23 Oct 2011 11:55:49 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110909 Thunderbird/6.0.2 MIME-Version: 1.0 To: Ruslan Mahmatkhanov References: <4EA36FCC.4060309@rawbw.com> <4EA4542B.9030302@yandex.ru> In-Reply-To: <4EA4542B.9030302@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org Subject: Re: deskbar-applet-2.32.0_2: configure fails during port rebuild 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: Sun, 23 Oct 2011 18:55:51 -0000 On 10/23/2011 10:51, Ruslan Mahmatkhanov wrote: > >> checking for gnomeapplet module... no^M >> configure: error: gnomeapplet Python module required to build deskbar^M > > Looks like you have not x11-toolkits/py-gnome-desktop installed. Do you? I have py27-gnome-desktop-2.32.0_1 installed, but as I found out now, its /usr/local/lib/python2.7/site-packages/gtk-2.0/gnomeapplet.so depended on the now obsolete libicui18n.so.46, and current on is libicui18n.so.48 and this caused configure failure. Thank you, Yuri