From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 16 19:37:10 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 9A00E1065672 for ; Mon, 16 Nov 2009 19:37:10 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout027.mac.com (asmtpout027.mac.com [17.148.16.102]) by mx1.freebsd.org (Postfix) with ESMTP id 864D48FC08 for ; Mon, 16 Nov 2009 19:37:10 +0000 (UTC) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp027.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KT700DFFT1EVF00@asmtp027.mac.com>; Mon, 16 Nov 2009 10:36:51 -0800 (PST) From: Marcel Moolenaar In-reply-to: <20091116170654.GA82410@mech-cluster241.men.bris.ac.uk> Date: Mon, 16 Nov 2009 10:36:50 -0800 Content-transfer-encoding: quoted-printable Message-id: <0BBCDA29-8A79-4E78-A619-CD0F38228D61@mac.com> References: <20091116170654.GA82410@mech-cluster241.men.bris.ac.uk> To: Anton Shterenlikht X-Mailer: Apple Mail (2.1077) Cc: gnome@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: port security/nss fails to build on ia64 - assembler trouble 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: Mon, 16 Nov 2009 19:37:10 -0000 On Nov 16, 2009, at 9:06 AM, Anton Shterenlikht wrote: > [a port build failure report] >=20 > on ia64, kern.osreldate: 900002, while trying to build port > security/nss I get: >=20 > gmake[2]: Leaving directory = `/usr/ports/security/nss/work/nss-3.12.4/mozilla/security/nss/lib/util' > cd freebl; gmake libs > gmake[2]: Entering directory = `/usr/ports/security/nss/work/nss-3.12.4/mozilla/security/nss/lib/freebl' > ../../../coreconf/nsinstall/FreeBSD9.0_OPT.OBJ/nsinstall -R -m 664 = FreeBSD9.0_OPT.OBJ/libfreebl.a ../../../../dist/FreeBSD9.0_OPT.OBJ/lib > gmake FREEBL_CHILD_BUILD=3D1 \ > OBJDIR=3DFreeBSD9.0_OPT.OBJ/FreeBSD_SINGLE_SHLIB libs > gmake[3]: Entering directory = `/usr/ports/security/nss/work/nss-3.12.4/mozilla/security/nss/lib/freebl' > cc -o FreeBSD9.0_OPT.OBJ/FreeBSD_SINGLE_SHLIB/sha_fast.o -c -O2 -pipe = -I/usr/local/include/nspr -L/usr/local/lib -fno-strict-aliasing -O -fPIC = -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK = -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DNSS_ENABLE_ECC = -DUSE_UTIL_DIRECTLY -I../../dist/FreeBSD9.0_OPT.OBJ/include = -I../../dist/public/ -I../../dist/private/ -O -fPIC -ansi -Wall = -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG = -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DNSS_ENABLE_ECC = -DUSE_UTIL_DIRECTLY -I../../../dist/FreeBSD9.0_OPT.OBJ/include = -I../../../dist/public/ -I../../../dist/private/ -O -fPIC -ansi -Wall = -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX = -DSHLIB_SUFFIX=3D\"so.1\" -DSHLIB_PREFIX=3D\"lib\" -DSHLIB_VERSION=3D\"3\"= -DSOFTOKEN_SHLIB_VERSION=3D\"3\" -DRIJNDAEL_INCLUDE_TABLES -UDEBUG = -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DNSS_ENABLE_ECC = -DUSE_UTIL_DIRECTLY -DNSS_X86_OR_X64 -DNSS_X86 -DMP_API_COMPATIBLE = -I../../../../dist/FreeBSD9.0_OPT.OBJ/include = -I../../../../dist/public/nss -I../../../../dist/private/nss -Impi -Iecl = -O -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR = -DHAVE_BSD_FLOCK -DXP_UNIX -DSHLIB_SUFFIX=3D\"so.1\" = -DSHLIB_PREFIX=3D\"lib\" -DSHLIB_VERSION=3D\"3\" = -DSOFTOKEN_SHLIB_VERSION=3D\"3\" -DRIJNDAEL_INCLUDE_TABLES -UDEBUG = -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DNSS_ENABLE_ECC = -DUSE_UTIL_DIRECTLY -DNSS_X86_OR_X64 -DNSS_X86 -DMP_API_COMPATIBLE = -I../../../../dist/FreeBSD9.0_OPT.OBJ/include = -I../../../../dist/public/nss -I../../../../dist/private/nss -Impi -Iecl = sha_fast.c I ran into this as well. I thought I fixed this. Can you update your ports tree and try again. In the mean time I'll see what happened to my fix. FYI, --=20 Marcel Moolenaar xcllnt@mac.com