Date: Thu, 07 Apr 2011 11:49:53 +0200 From: Andrea Venturoli <ml@netfence.it> To: Pan Tsu <inyaoo@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: [SOLVED] Can't upgrade firefox Message-ID: <4D9D88C1.3030109@netfence.it> In-Reply-To: <861v1fp9eb.fsf@gmail.com> References: <4D9C9F90.6030203@netfence.it> <861v1fp9eb.fsf@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 04/06/11 19:38, Pan Tsu wrote: > Andrea Venturoli<ml@netfence.it> 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<module> >>> 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<module> >>> import sqlite3 >>> File "/usr/local/lib/python2.7/sqlite3/__init__.py", line 24, in<module> >>> from dbapi2 import * >>> File "/usr/local/lib/python2.7/sqlite3/dbapi2.py", line 27, in<module> >>> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D9D88C1.3030109>