From owner-freebsd-sparc64@freebsd.org Wed Sep 2 09:38:30 2015 Return-Path: Delivered-To: freebsd-sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0A739C8C59 for ; Wed, 2 Sep 2015 09:38:30 +0000 (UTC) (envelope-from andy@shady.org) Received: from technolabs.co.uk (technolabs.co.uk [91.194.127.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "technolabs.co.uk", Issuer "technolabs.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 956FABB6 for ; Wed, 2 Sep 2015 09:38:29 +0000 (UTC) (envelope-from andy@shady.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=technolabs.co.uk; s=myselector; h=Content-Type:MIME-Version:Message-ID: Subject:To:From:Date; bh=LfPhfZUxEAii0nvhQsZlVc6jPRtDB2jU3359PqZo0Qk=; b=ImzK F0XYfwt1o6eMFJJl3gsXjmsEBOgSsaLm6qKvj0jRptDYxdYZbpcK7HUwOxGfO9r2ymwowVhRKb/lX TWT7wjKDNp0P1ElcM9CuXMy77JYT6lSVYkAfyPv88qkltXt; Received: from andy by technolabs.co.uk with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1ZX3rS-000N9E-SX for freebsd-sparc64@freebsd.org; Wed, 02 Sep 2015 09:57:42 +0100 Date: Wed, 2 Sep 2015 09:57:42 +0100 From: andy To: freebsd-sparc64@freebsd.org Subject: ICU build on sparc46 10.1-p19 Message-ID: <20150902085742.GJ2605@shady.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Technolabs: Secrets are Kept!! X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 09:38:31 -0000 Hi all, I have an issue building ICU on sparc64 10.1-p19 that I was wondering if it was being looked at perhaps.... very simply, the last few lines of output are: LD_LIBRARY_PATH=../../lib:../../stubdata:../../tools/ctestfw:$LD_LIBRARY_PATH ../../bin/pkgdata -p uconvmsg -O pkgdata.inc -m static -s uconvmsg -d uconvmsg -T uconvmsg uconvmsg/uconvmsg.lst pkgdata: cc -DU_IS_BIG_ENDIAN=1 -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_ATOMIC=0 -DU_HAVE_TIMEZONE=0 -DU_ATTRIBUTE_DEPRECATED= -O2 -pipe -fno-stack-protector -fno-strict-aliasing -std=c99 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c -I../../common -I../../common -DPIC -fPIC -o uconvmsg/uconvmsg_dat.o uconvmsg/uconvmsg_dat.c pkgdata: cc -DU_IS_BIG_ENDIAN=1 -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_ATOMIC=0 -DU_HAVE_TIMEZONE=0 -DU_ATTRIBUTE_DEPRECATED= -O2 -pipe -fno-stack-protector -fno-strict-aliasing -std=c99 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c -I../../common -I../../common -DPIC -fPIC -o uconvmsg/root_res.o uconvmsg/root_res.c pkgdata: cc -DU_IS_BIG_ENDIAN=1 -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_ATOMIC=0 -DU_HAVE_TIMEZONE=0 -DU_ATTRIBUTE_DEPRECATED= -O2 -pipe -fno-stack-protector -fno-strict-aliasing -std=c99 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c -I../../common -I../../common -DPIC -fPIC -o uconvmsg/fr_res.o uconvmsg/fr_res.c pkgdata: ar r uconvmsg/libuconvmsg.a uconvmsg/uconvmsg_dat.o uconvmsg/root_res.o uconvmsg/fr_res.o ar: warning: creating uconvmsg/libuconvmsg.a pkgdata: ranlib uconvmsg/libuconvmsg.a c++ -O2 -pipe -fno-stack-protector -fno-strict-aliasing -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -o ../../bin/uconv uconv.o uwmsg.o -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lm uconvmsg/libuconvmsg.a cd ../.. \ && CONFIG_FILES=extra/uconv/uconv.1 CONFIG_HEADERS= /bin/sh ./config.status config.status: creating extra/uconv/uconv.1 gmake[4]: Leaving directory '/usr/ports/devel/icu/work/icu/source/extra/uconv' gmake[4]: Entering directory '/usr/ports/devel/icu/work/icu/source/extra' gmake[4]: Nothing to be done for 'all-local'. gmake[4]: Leaving directory '/usr/ports/devel/icu/work/icu/source/extra' gmake[3]: Leaving directory '/usr/ports/devel/icu/work/icu/source/extra' gmake[2]: Making `all' in `test' gmake[3]: Entering directory '/usr/ports/devel/icu/work/icu/source/test' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/devel/icu/work/icu/source/test' gmake[3]: Entering directory '/usr/ports/devel/icu/work/icu/source' Note: rebuild with "gmake VERBOSE=1 all-local" to show all compiler parameters. gmake[3]: Leaving directory '/usr/ports/devel/icu/work/icu/source' gmake[2]: Leaving directory '/usr/ports/devel/icu/work/icu/source' *** Signal 11 Stop. make[1]: stopped in /usr/ports/devel/icu *** Error code 1 Stop. make: stopped in /usr/ports/devel/icu Details of build of OS are: 10.1-RELEASE-p19 FreeBSD 10.1-RELEASE-p19 #0 r287199: Fri Aug 28 10:13:05 BST 2015 sparc64 Is this something someone on the list can look into, or perhaps advise me on? Thanks in advance... -- andy andy@shady.org ----------------------------------------------- Never argue with an idiot. They drag you down to their level, then beat you with experience. LEGIO PATRIA NOSTRA JNCIE #742 -----------------------------------------------