From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 21 02:39:47 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 0B632106566C; Thu, 21 Jan 2010 02:39:47 +0000 (UTC) (envelope-from hurds@sasktel.net) Received: from proton.sasknet.sk.ca (proton.sasknet.sk.ca [142.165.20.178]) by mx1.freebsd.org (Postfix) with ESMTP id AA0F08FC0C; Thu, 21 Jan 2010 02:39:46 +0000 (UTC) Received: from pps.filterd (proton [127.0.0.1]) by proton.sasknet.sk.ca (8.14.3/8.14.3) with SMTP id o0L2IJb2005660; Wed, 20 Jan 2010 20:27:25 -0600 Received: from bgmpomr1.sasknet.sk.ca (bgmpOMR1.sasknet.sk.ca [142.165.72.22]) by proton.sasknet.sk.ca with ESMTP id kecs629ju-1; Wed, 20 Jan 2010 20:27:25 -0600 Received: from sasktel.net ([192.168.234.97]) by bgmpomr1.sasknet.sk.ca (SaskTel eMessaging Service) with ESMTP id <0KWK00GABS5PMN20@bgmpomr1.sasknet.sk.ca>; Wed, 20 Jan 2010 20:27:25 -0600 (CST) Received: from [192.168.234.24] (Forwarded-For: [216.31.211.11]) by cgmail1.sasknet.sk.ca (mshttpd); Wed, 20 Jan 2010 18:27:25 -0800 Date: Wed, 20 Jan 2010 18:27:25 -0800 From: Stephen Hurd To: John Baldwin Message-id: MIME-version: 1.0 X-Mailer: Sun Java(tm) System Messenger Express 6.1 HotFix 0.20 (built Feb 27 2006) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Priority: normal X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5, 1.2.40, 4.0.166 definitions=2010-01-20_11:2010-01-19, 2010-01-20, 2010-01-20 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1001200263 Cc: bug-followup@freebsd.org, nork@freebsd.org, pav@freebsd.org, freebsd-sparc64@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: Thu, 21 Jan 2010 02:39:47 -0000 > > > Can anyone verify if graphics/ilmbase configure fails to find working > > > semaphores on 7.x? > > > > checking whether to use POSIX unnamed semaphores... Bad system call > > (core dumped > > ) > > no (pshared not usable) > > > > 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 > > 7.x has them enabled by default in GENERIC whereas 7.2 does not. So, the patch is still needed, but not for much longer?