From owner-freebsd-current@FreeBSD.ORG Thu Feb 5 12:24:34 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49BEA16A4CE for ; Thu, 5 Feb 2004 12:24:34 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A85CE43D68 for ; Thu, 5 Feb 2004 12:24:26 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i15KN7fo028436; Thu, 5 Feb 2004 15:23:07 -0500 (EST) Date: Thu, 5 Feb 2004 15:23:07 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Kris Kennaway In-Reply-To: <20040205171530.GA17694@xor.obsecurity.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@FreeBSD.org Subject: Re: python ports broken (sem_destroy: Resource temporarily unavailable) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 05 Feb 2004 20:24:34 -0000 On Thu, 5 Feb 2004, Kris Kennaway wrote: > On Thu, Feb 05, 2004 at 09:06:22AM -0800, Kris Kennaway wrote: > > I rebuilt world yesterday after Daniel said some relevant changes had > > been made. A fresh package build is now causing lots (all?) python > > ports to fail. e.g.: > > > > http://bento.freebsd.org/errorlogs/i386-5-latest/py23-anonfunc-1.0.log > > > > Any ideas? > > > > Kris > > Actually lots of the package builds seem to be hanging in this way. I'm looking at this but don't see anything wrong yet. I've just started a buildworld and will see if I can get sem_destroy() to fail. FYI, sem_destroy() returns -1 with errno = EBUSY when there are waiters waiting on the semaphore. -- Dan