From owner-freebsd-sparc64@FreeBSD.ORG Tue Jan 19 17:07:08 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08D9B106566B; Tue, 19 Jan 2010 17:07:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id C99F28FC08; Tue, 19 Jan 2010 17:07:07 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 77C4546B03; Tue, 19 Jan 2010 12:07:07 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 18F748A026; Tue, 19 Jan 2010 12:07:06 -0500 (EST) From: John Baldwin To: freebsd-sparc64@freebsd.org Date: Tue, 19 Jan 2010 11:46:51 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20091231; KDE/4.3.1; amd64; ; ) References: <200912142240.nBEMeJ1E082110@freefall.freebsd.org> <4B5583C5.7020809@sasktel.net> <1263897520.16912.1.camel@main.lerwick.hopto.org> In-Reply-To: <1263897520.16912.1.camel@main.lerwick.hopto.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201001191146.51597.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 19 Jan 2010 12:07:06 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: pav@freebsd.org, nork@freebsd.org, bug-followup@freebsd.org Subject: Re: ports/119352: graphics/ilmbase configure tests for shared semaphores but uses non-shared sems X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2010 17:07:08 -0000 On Tuesday 19 January 2010 5:38:40 am Craig Butler wrote: > > On Tue, 2010-01-19 at 02:04 -0800, Stephen Hurd wrote: > > Pav Lucistnik wrote: > > >> This was on a sparc64 system which I no longer have access to, but since > > >> the threading implementation in 7.0-RC1 didn't support shared > > >> semaphores, I would expect that the latest 7.x doesn't either, so the > > >> patch is still needed. > > >> > > > > > > You sure about it? As I my 7.1-STABLE testbed executes that configure > > > mini-program all-right. > > > > > > > Of course, I can't be sure without access to a sparc64... adding -sparc64@ > > > > Can anyone verify if graphics/ilmbase configure fails to find working > > semaphores on 7.x? > > _______________________________________________ > > freebsd-sparc64@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > > To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" > > checking semaphore.h usability... yes > checking semaphore.h presence... yes > checking for semaphore.h... yes > checking for library containing sem_init... none required > checking whether to use POSIX unnamed semaphores... Bad system call > (core dumped > ) > no (pshared not usable) > configure: multithread true, LIBS = -pthread , CC = cc, CXXFLAGS = -O2 > -fno-stri > ct-aliasing -pipe -D_THREAD_SAFE > > x1# uname -a > FreeBSD x1.lerwick.hopto.org 7.2-RELEASE-p5 FreeBSD 7.2-RELEASE-p5 #2: > Mon Dec 28 01:06:37 GMT 2009 > root@x1.lerwick.hopto.org:/usr/obj/usr/src/sys/GENERIC_WITH_RDR sparc64 > > Regards 7.x has them enabled by default in GENERIC whereas 7.2 does not. -- John Baldwin