From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 7 20:58:38 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FF44106564A for ; Fri, 7 Aug 2009 20:58:38 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 401178FC16 for ; Fri, 7 Aug 2009 20:58:37 +0000 (UTC) Received: from deuterium.andreas.nets ([91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id n77KeClK070834 for ; Fri, 7 Aug 2009 22:40:14 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <4A7C912C.7000504@fgznet.ch> Date: Fri, 07 Aug 2009 22:40:12 +0200 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: Subject: nspr-4.8 broken on powerpc -CURRENT (8.0BETA2+) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2009 20:58:38 -0000 Hello, I do not know if I'm on the right way, but I write this mail to the 'maintainer' of nspr. After a portupgrade I fail to build nspr-4.8 on powerpc, nspr-4.7 went fine. These are the bits from the shell: cc -o prfdcach.o -c -fvisibility=hidden -O2 -pipe -fno-strict-aliasing -ansi -Wall -fPIC -UDEBUG -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -DFREEBSD=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././../pr/include -I../../.././../pr/include/private ../../.././../pr/src/io/prfdcach.c In file included from ../../../dist/include/nspr/prtypes.h:58, from ../../../dist/include/nspr/pratom.h:46, from ../../../dist/include/nspr/nspr.h:41, from ../../.././../pr/include/private/primpl.h:71, from ../../.././../pr/src/io/prfdcach.c:38: ../../../dist/include/nspr/prcpucfg.h:288:2: error: #error "Unknown CPU architecture" There is no mentioning of powerpc in this file so I have to agree to the error above :) I this a known issue? If not, how can I help fixing it? I had a look at the diff between plain nspr-4.7 vs. 4.8, but I fail to see something obvious. I might try again at daytime. TIA for any pointers! Andreas