From owner-freebsd-ports@FreeBSD.ORG Sun Jun 20 21:09:14 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9483D1065675 for ; Sun, 20 Jun 2010 21:09:14 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward11.mail.yandex.net (forward11.mail.yandex.net [95.108.130.93]) by mx1.freebsd.org (Postfix) with ESMTP id 427278FC0A for ; Sun, 20 Jun 2010 21:09:14 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward11.mail.yandex.net (Yandex) with ESMTP id D66A23ED055A for ; Mon, 21 Jun 2010 01:09:12 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1277068152; bh=zQvWkc3szlnHzJtqGN3eQFy0LTNZ3Or+Z2fGBHjOneo=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=niw6LOZ2rQMMM1YNfG7GHG9nl5Srx8ZMIznl++OmJwPikX4k9iM/tMogOgeHTE26c hF1Rm6OkxjqpFNqJOlonvQ75f4HXc3HsNd9+sFIRGVpZpecvY1m0seHN+wn3GUeoxb JE97LTAfLQT0I//dWSFAw0tziKFS6p+++NsqirWg= Received: from smeshariki2.local (unknown [77.66.149.137]) by smtp14.mail.yandex.net (Yandex) with ESMTPSA id A948B19B806E for ; Mon, 21 Jun 2010 01:09:12 +0400 (MSD) Message-ID: <4C1E8332.5070608@yandex.ru> Date: Mon, 21 Jun 2010 01:08:02 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.1.9) Gecko/20100515 Thunderbird/3.0.4 MIME-Version: 1.0 To: FreeBSD Ports Mailing List References: <4C1E7C12.6010004@yandex.ru> In-Reply-To: <4C1E7C12.6010004@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-TimeMark: 1277068152 X-Yandex-Spam: 1 X-Yandex-Front: smtp14.mail.yandex.net Cc: Subject: Re: ldd(1) manpage bug and how to know who depends on libchamplain.so X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2010 21:09:14 -0000 21.06.2010 00:37, Ruslan Mahmatkhanov пишет: > > Good day! > > I (still) have a trouble in using deskutils/gtg after gnome update, > but i was able to make it work partially (it was new intel video > driver issue). So, new problem is appear when i try to select some menu > item - it crashes with: > > """ > /libexec/ld-elf.so.1: > /usr/local/lib/python2.6/site-packages/champlain.so: Undefined symbol > "champlain_add_constants" > """ So i now know that gtg geolocation plugin is depends on champlain.so, but it do nothing special to get a crash, because our libchamplain python binding seems broken by itself: [mrk@smeshariki2 ~]> python Python 2.6.5 (r265:79063, Jun 18 2010, 09:30:32) [GCC 4.2.1 20070719 [FreeBSD]] on freebsd8 Type "help", "copyright", "credits" or "license" for more information. >>> import champlain Traceback (most recent call last): File "", line 1, in ImportError: /usr/local/lib/python2.6/site-packages/champlain.so: Undefined symbol "champlain_functions" >>> -- Regards, Ruslan