From owner-freebsd-ports@FreeBSD.ORG Sat Feb 23 13:52:18 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 27F78D66 for ; Sat, 23 Feb 2013 13:52:18 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 7A581E4C for ; Sat, 23 Feb 2013 13:52:16 +0000 (UTC) Received: (qmail 71636 invoked by uid 89); 23 Feb 2013 13:52:15 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@79.251.16.201) by mail.grem.de with ESMTPA; 23 Feb 2013 13:52:15 -0000 Date: Sat, 23 Feb 2013 14:52:14 +0100 From: Michael Gmelin To: freebsd-ports@freebsd.org Subject: Re: devel/uwsgi Message-ID: <20130223145214.053a1eff@bsd64.grem.de> In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Daniel Braniss X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2013 13:52:18 -0000 On Sat, 23 Feb 2013 15:38:36 +0200 Daniel Braniss wrote: > Hi Michael, > > > uname -a > FreeBSD rnd 9.1-STABLE FreeBSD 9.1-STABLE #46: Tue Feb 5 10:46:56 > IST 2013 danny@rnd:/home/obj/rnd/r+d/stable/9/sys/HUJI amd64 > > > Compilation options you used when building python > the deaults from ports/lang/python27: > EXAMPLES > NLS > PYMALLOC > UCS4 Hm, THREADS should be on by default too. cd /usr/ports/devl/python27 make showconfig ===> The following configuration options are available for python27-2.7.3_6: EXAMPLES=on: Build and/or install examples FPECTL=off: Floating point exception handling IPV6=on: IPv6 protocol NLS=on: Enable Gettext support for the locale module PTH=off: Threading/multiprocessing via GNU Pth PYMALLOC=on: Use Python's internal malloc SEM=off: POSIX semaphores THREADS=on: Threading support ====> Options available for the single UCS: you have to select exactly one of them UCS2=off: Unicode UCS-2 encoding UCS4=on: Unicode UCS-4 encoding ===> Use 'make config' to modify these settings That's: EXAMPLES IPV6 NLS PYMALLOC THREADS UCS4 Unless you have a good reason to use different settings I'd suggest to use the defaults (make rmconfig), especially for threads. > > Compiled using gcc or clang > gcc Ah ok, we're using clang here, that might make a difference too. > > > python -V > Python 2.7.3 > > btw, I compiled it before for 8.3 without any problems too. > It seems that CPUCOUNT is only used to compile (faster?) if so, > then it's not important, unless I have some other real problem. Might as well be a gcc problem (in that case hunting it down makes little sense, since gcc will be removed from base in the future anyway), not clear, I'd still suggest to build python using the default configuration settings). > > thanks, > danny > PS: can you reply to me too, since im not subscribed to ports? > ok ;) Cheers, > > _______________________________________________ > 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" -- Michael Gmelin