Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2010 11:46:51 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-sparc64@freebsd.org
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
Message-ID:  <201001191146.51597.jhb@freebsd.org>
In-Reply-To: <1263897520.16912.1.camel@main.lerwick.hopto.org>
References:  <200912142240.nBEMeJ1E082110@freefall.freebsd.org> <4B5583C5.7020809@sasktel.net> <1263897520.16912.1.camel@main.lerwick.hopto.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001191146.51597.jhb>