From owner-freebsd-ports@FreeBSD.ORG Mon Aug 11 05:19:32 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B00FB37B401 for ; Mon, 11 Aug 2003 05:19:32 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 71CD243FA3 for ; Mon, 11 Aug 2003 05:19:31 -0700 (PDT) (envelope-from rooneg@electricjellyfish.net) Received: (qmail 60836 invoked from network); 11 Aug 2003 12:19:30 -0000 Received: from unknown (HELO electricjellyfish.net) (66.9.75.43) by relay.pair.com with SMTP; 11 Aug 2003 12:19:30 -0000 X-pair-Authenticated: 66.9.75.43 Message-ID: <3F3789D2.7030601@electricjellyfish.net> Date: Mon, 11 Aug 2003 08:19:30 -0400 From: Garrett Rooney User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030701 Thunderbird/0.1a X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sander Striker References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: sussman@collab.net cc: bmah@freebsd.org cc: ports@FreeBSD.org cc: users@subversion.tigris.org cc: "Daniel S. Haischt" Subject: Re: [PYTHON-BINDINGS] compiling FreeBSD port with svn bindings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 12:19:33 -0000 Sander Striker wrote: >>From: sussman@collab.net [mailto:sussman@collab.net] >>Sent: Monday, August 11, 2003 2:05 PM > > >>"Daniel S. Haischt" writes: >> >> >>>/usr/local/lib/apache2/libapr-0.so: undefined reference to `pthread_create' >>> >>>can you give me any pointers what is going wrong or how to >>>compile subversion with the --with-swig option set to yes? >> >>The swig-py bindings require APR threads, but on FreeBSD, APR disables >>threads by default. You need to make sure APR is configured with the >>--enable-threads option. > > > No. Not anymore. Justin fixed the python bindings to not require > a threaded apr. Ah! cool, I didn't know he had gotten around to it. -garrett