From owner-freebsd-ports@FreeBSD.ORG Thu Apr 7 09:50:00 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BD0F1065676 for ; Thu, 7 Apr 2011 09:50:00 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out7.libero.it (cp-out7.libero.it [212.52.84.107]) by mx1.freebsd.org (Postfix) with ESMTP id 1A9718FC16 for ; Thu, 7 Apr 2011 09:49:59 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B020B.4D9D88C6.0146,ss=1,re=0.000,fgs=0 X-libjamoibt: 1555 Received: from soth.ventu (151.41.175.238) by cp-out7.libero.it (8.5.133) id 4D85EB77027FADE5; Thu, 7 Apr 2011 11:49:58 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.4) with ESMTP id p379nroR033956; Thu, 7 Apr 2011 11:49:54 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4D9D88C1.3030109@netfence.it> Date: Thu, 07 Apr 2011 11:49:53 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.15) Gecko/20110307 Thunderbird/3.1.9 MIME-Version: 1.0 To: Pan Tsu References: <4D9C9F90.6030203@netfence.it> <861v1fp9eb.fsf@gmail.com> In-Reply-To: <861v1fp9eb.fsf@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.1.2.13 Cc: freebsd-ports@freebsd.org Subject: Re: [SOLVED] Can't upgrade firefox 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: Thu, 07 Apr 2011 09:50:00 -0000 On 04/06/11 19:38, Pan Tsu wrote: > Andrea Venturoli writes: > > [...] >>> OBJDIR=obj-i386-unknown-freebsd8.1 /usr/local/bin/python2.7 obj-i386-unknown-freebsd8.1/_profile /pgo/profileserver.py >>> Traceback (most recent call last): >>> File "obj-i386-unknown-freebsd8.1/_profile/pgo/profileserver.py", line 52, in >>> from automation import Automation >>> File "/usr/local/local/storage/alamartmp/usr/ports/www/firefox/work/mozilla-2.0/obj-i386-unknown-freebsd8.1/_profile/pgo/automation.py", line 16, in >>> import sqlite3 >>> File "/usr/local/lib/python2.7/sqlite3/__init__.py", line 24, in >>> from dbapi2 import * >>> File "/usr/local/lib/python2.7/sqlite3/dbapi2.py", line 27, in >>> from _sqlite3 import * >>> ImportError: /usr/local/lib/python2.7/site-packages/_sqlite3.so: Undefined symbol "sqlite3_load_extension" >>> gmake: *** [profiledbuild] Error 1 >>> *** Error code 1 >> >> I've banged my head on this, but can't get to understand. >> I already tried deleting py27-sqlite, reinstalling it with >> portupgrade -Rf' and so on. >> >> Any help is appreciated. > > At least two PRs are dedicated to the issue, i.e. ports/155971, ports/156076. > > http://www.freebsd.org/cgi/query-pr-summary.cgi?text=sqlite > Thanks. 156076 describes the issue... I was investigating py-sqlite, but should have looked into sqlite. Turning on EXTENSION allowed me to compile firefox. bye av.