From owner-freebsd-python@FreeBSD.ORG Wed Oct 23 05:04:18 2013 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D6FB05B5 for ; Wed, 23 Oct 2013 05:04:18 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-x233.google.com (mail-pb0-x233.google.com [IPv6:2607:f8b0:400e:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF6CE213C for ; Wed, 23 Oct 2013 05:04:18 +0000 (UTC) Received: by mail-pb0-f51.google.com with SMTP id wz7so305934pbc.24 for ; Tue, 22 Oct 2013 22:04:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=v+9fg+C+n4z5FyHO6TgOmCDBqWpvLZOBE238evJnO5Y=; b=YFB16wNPls+r3nJ5VRBw863qq5ZHWLIMyP6YDRXhK/jZDTnldsqGOefRUVW/CGmZit EiMCJymeJlvhZOvJyITDGN7KYSx5IlQI6c148Qhscc/79HGM6I/iHHtGvFmjgigOlQNS BmPwdhwXzJrz/TNFbYBk5NutE5BwYxvcHmLDaRwClSMV7K4OxoIBxU/qJMdgLtTC3EZ6 MjdIhlb09ck+cysstUgbZRvRuCCEAZfKbpTwY2Qx4gbwg/FsI1sEaMLa1iJ6md29+5dK s40GYcktdKghrF14M4+poyLOt6hLiFz9EqCsAFCG0CEBQ3zMXe16xO7uDg2PBZK2hziR fPsw== X-Received: by 10.66.119.202 with SMTP id kw10mr1369523pab.118.1382504658364; Tue, 22 Oct 2013 22:04:18 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id b3sm1588272pbu.38.2013.10.22.22.04.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Oct 2013 22:04:17 -0700 (PDT) Message-ID: <526758CB.9030103@FreeBSD.org> Date: Wed, 23 Oct 2013 16:04:11 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Thunderbird/25.0 MIME-Version: 1.0 To: Xu Waycell , python@FreeBSD.org Subject: Re: FreeBSD Port: databases/py-sqlite3 References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 05:04:18 -0000 On 16/10/2013 2:12 AM, Xu Waycell wrote: > This port is no longer broken on ARM architecture. A sample has been built and run successfully on my BeagleBone Black running FreeBSD 10 Beta1 with CPUTYPE=cortexa. No single error was given during this progress. Furthermore, it works fine with py-sqlalchemy. Thank you for your report Xu, could you submit a PR for this and include a build log for confirmation please. Feel free to sanitize the log if necessary. Koobs