From owner-freebsd-python@FreeBSD.ORG Sun Mar 3 09:08:09 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A7E8E2D4; Sun, 3 Mar 2013 09:08:09 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-pb0-f52.google.com (mail-pb0-f52.google.com [209.85.160.52]) by mx1.freebsd.org (Postfix) with ESMTP id 59745B4C; Sun, 3 Mar 2013 09:08:09 +0000 (UTC) Received: by mail-pb0-f52.google.com with SMTP id ma3so2529199pbc.11 for ; Sun, 03 Mar 2013 01:08:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=H7SiKmrAlB3oYWOxDBYXcymJ5Sm5XqCHiA2vtaDaOmk=; b=ZIAizC2qcqCFwpqR4sySL8zBJq5k/oTmv+00nOt0+YNzx5pZskgXFpCINzhgck6y3I hHxTzGUsZnrCgS5YTpJYXq5KHdbd5iQh2XSsR/xTz+ZQMHcaxXX7pRetcx2PsIvxc1Ky xjPg92II5WkAn/wmcfgZOX9Pg6HYrw8BHHQMGV/7nNvL1e8VJ+7zlXss8f9MyCLJabHF SHdKMrPxLX/2n2a+n/awQ1oYcUf/OAWA9oLV/y+3RciHXlUaCnNYRrzgWI/yL8HApEWS SWlIcMy/cdK8P/oMNWHh/WHlAhlm3EOPCO1oA9cv6S2Oo7GZY9pkHqaQARe5L4jR45S1 cAEg== MIME-Version: 1.0 X-Received: by 10.68.241.102 with SMTP id wh6mr23035076pbc.150.1362301683674; Sun, 03 Mar 2013 01:08:03 -0800 (PST) Sender: lwhsu.freebsd@gmail.com Received: by 10.68.158.75 with HTTP; Sun, 3 Mar 2013 01:08:03 -0800 (PST) In-Reply-To: References: <20130303061042.GG50408@bsdhash.org> Date: Sun, 3 Mar 2013 17:08:03 +0800 X-Google-Sender-Auth: 0VTW08bwxkY8z1RUr4ko9gRsYbc Message-ID: Subject: Re: Python libraries moved From: Li-Wen Hsu To: Robert Simmons Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-ports@freebsd.org" , "freebsd-python@freebsd.org" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 09:08:09 -0000 I'm terribly sorry about this, I'm walking through the tree and will fix the breakage soonest as possible. On Sunday, March 3, 2013, Robert Simmons wrote: > Ports tree updated, but it is still a problem. I don't see anything > that was checked in recently that mentions this problem. > > On Sun, Mar 3, 2013 at 1:10 AM, Martin Wilke > > wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On Sun, Mar 03, 2013 at 12:08:41AM -0500, Robert Simmons wrote: > >> It looks like a port revision made a few hours ago has broken firefox > >> (and most likely a bunch of other ports). In the makefile for > >> firefox, it has the following checks for dependencies: > >> > >> BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ > >> nss>=3.14.1:${PORTSDIR}/security/nss \ > >> sqlite3>=3.7.14.1:${PORTSDIR}/databases/sqlite3 \ > >> > >> ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ > >> > >> As you can see, it looks for _sqlite3.so in ${PYTHON_SITELIBDIR} which > >> points to the old location for this library. The revision to python > >> and its libraries has moved the location of these libraries to > >> lib-dynload > >> > >> This is the revision in question: > >> http://svnweb.freebsd.org/ports?view=revision&revision=313167 > >> > >> This has broken firefox and most likely all other ports that look for > >> libraries in ${PYTHON_SITELIBDIR} > > > > This is fixed please update your portstree. > > > > - - Martin > > > >> _______________________________________________ > >> freebsd-ports@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports > >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org > " > >> > > > > - -- > > +-----------------oOO--(_)--OOo-------------------------+ > > With best Regards, > > Martin Wilke (miwi_(at)_FreeBSD.org) > > > > > > Mess with the Best, Die like the Rest > > > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v2.0.19 (FreeBSD) > > > > iEYEARECAAYFAlEy6WEACgkQdLJIhLHm/OlXlwCfRXWOPSk2cJ725IjYx9jeEy1+ > > Pb8AoL34Lr6ffYhsMeQgU8SreN8U6P4+ > > =3TVO > > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org > " > -- Li-Wen Hsu http://lwhsu.org