From owner-freebsd-python@FreeBSD.ORG  Tue May 21 12:10:22 2013
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: python@FreeBSD.org
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
 by hub.freebsd.org (Postfix) with ESMTP id 87B8FCB4
 for <python@FreeBSD.org>; Tue, 21 May 2013 12:10:22 +0000 (UTC)
 (envelope-from pj@netzkommune.de)
Received: from mx1.dui.nkhosting.net (mx1.dui.nkhosting.net [213.9.94.26])
 by mx1.freebsd.org (Postfix) with ESMTP id 499D3C38
 for <python@FreeBSD.org>; Tue, 21 May 2013 12:10:21 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by mx1.dui.nkhosting.net (Postfix) with ESMTP id 6F8C52123EC1C
 for <python@FreeBSD.org>; Tue, 21 May 2013 12:02:12 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at mx1.dui.nkhosting.net
Received: from mx1.dui.nkhosting.net ([127.0.0.1])
 by localhost (mx1.dui.nkhosting.net [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id d-VrK1Ll3DHr for <python@FreeBSD.org>;
 Tue, 21 May 2013 12:01:58 +0200 (CEST)
Received: from [192.168.36.108] (w36.nkhosting.net [85.183.116.20])
 (Authenticated sender: pj@netzkommune.de)
 by mx1.dui.nkhosting.net (Postfix) with ESMTP id 35466211D04EA
 for <python@FreeBSD.org>; Tue, 21 May 2013 12:01:58 +0200 (CEST)
From: Philip Jocks <pj@netzkommune.de>
Content-Type: multipart/signed;
 boundary="Apple-Mail=_2D17982B-889B-48B6-8722-AEACDAC66963";
 protocol="application/pgp-signature"; micalg=pgp-sha1
Subject: python27-2.7.5  dbm/ndbm compatibility
Message-Id: <5DA66AE1-8879-410F-8768-5CA962876C94@netzkommune.de>
Date: Tue, 21 May 2013 12:01:57 +0200
To: python@FreeBSD.org
Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\))
X-Mailer: Apple Mail (2.1503)
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 21 May 2013 12:10:22 -0000


--Apple-Mail=_2D17982B-889B-48B6-8722-AEACDAC66963
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

Hej,

I came across a build issue with python27-2.7.5 on FreeBSD 8.3 amd64, =
haven't tested on other releases:

If dbm/ndbm compatibility is checked in databases/gdbm, python fails to =
build dbm.so, throwing this error:

*** WARNING: renaming "dbm" since importing it failed: =
/usr/local/lib/libgdbm_compat.so.4: Undefined symbol "gdbm_errno"

When I uncheck dbm/ndbm compatibility and rebuild gdbm, python builds =
fine.

Cheers,

Philip=

--Apple-Mail=_2D17982B-889B-48B6-8722-AEACDAC66963
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.19 (Darwin)

iEYEARECAAYFAlGbRhUACgkQ+ZUJzhsFwt8zkwCZAeckPKML24TpLU6v0ffl3gRZ
4P0AnRL1sluDUUfercY+DDBGYOewYH3p
=zA3V
-----END PGP SIGNATURE-----

--Apple-Mail=_2D17982B-889B-48B6-8722-AEACDAC66963--