From owner-freebsd-current@FreeBSD.ORG Wed Jun 5 12:28:00 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 55386626 for ; Wed, 5 Jun 2013 12:28:00 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1782316AB for ; Wed, 5 Jun 2013 12:27:59 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UkCon-0005Th-Lf for freebsd-current@freebsd.org; Wed, 05 Jun 2013 14:27:57 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Jun 2013 14:27:57 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Jun 2013 14:27:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Walter Hurry Subject: Re: Can't compile databases/py-sqlite3 Date: Wed, 5 Jun 2013 12:27:39 +0000 (UTC) Lines: 29 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 12:28:00 -0000 On Tue, 04 Jun 2013 21:53:57 +0200, Dimitry Andric wrote: > On Jun 4, 2013, at 21:15, Walter Hurry wrote: >> I'm running 10.0-CORRENT on amd64. Ports and source are both up to >> date. >> >> When I try a 'make install' in /usr/ports/databases/py-sqlite3 I get >> this very early on: >> >> ===> FreeBSD 10 autotools fix applied to /usr/ports/databases/py- >> sqlite3/work/Python-2.7.5/configure running config : >> /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/ >> internal/arena.h:547: Failed assertion: "binind < NBINS || binind == >> BININD_INVALID" >> *** Signal 6 >> >> Stop. >> make: stopped in /usr/ports/databases/py-sqlite3 >> >> I'm afraid this binind business doesn't mean much to me. Is there >> anything I can do? > > Please try the patch from this very recent post (on this very list ;-): > http://lists.freebsd.org/pipermail/freebsd-current/2013-June/042230.html > Yes, that has fixed my problem. Thank you very much. By the way. sorry for not spotting it in the other thread. I searched for 'sqlite3' before posting, but found nothing.