Date: Thu, 7 Aug 2003 12:31:05 +0200 From: Neil Blakey-Milner <nbm@mithrandr.moria.org> To: Kris Kennaway <kris@obsecurity.org> Cc: ports@FreeBSD.org Subject: Re: [kris@FreeBSD.org: cvs commit: ports/www/zope Makefile] Message-ID: <20030807103105.GA71291@mithrandr.moria.org> In-Reply-To: <20030807100256.GG73360@rot13.obsecurity.org> References: <20030807100256.GG73360@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu 2003-08-07 (03:02), Kris Kennaway wrote: > FYI. This port will be removed in 3 months if it is still broken. There's something broken in bento's environment - lang/python21 builds with threads by default, and the bento python21 package doesn't seem to have threads enabled. The check in lang/python21: LIBC_R!= /sbin/ldconfig -r | grep c_r || true .if (${LIBC_R} != "") && !defined(WITHOUT_THREADS) CONFIGURE_ARGS+= --with-threads CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}" .else CONFIGURE_ARGS+= --without-threads .endif I'm not sure why this would fail on bento, causing the port to build without threads. The zope port builds just fine on a FreEBSD 5.1 box with latest python21 and zope ports with no variables set. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030807103105.GA71291>