From owner-freebsd-ports@FreeBSD.ORG Wed Apr 29 15:04:20 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89A088CD for ; Wed, 29 Apr 2015 15:04:20 +0000 (UTC) Received: from BLU004-OMC3S13.hotmail.com (blu004-omc3s13.hotmail.com [65.55.116.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 452991B38 for ; Wed, 29 Apr 2015 15:04:19 +0000 (UTC) Received: from BLU437-SMTP98 ([65.55.116.74]) by BLU004-OMC3S13.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Wed, 29 Apr 2015 08:03:13 -0700 X-TMN: [cx+sCtcB8DVnPdWBCEDLSkHYVya60bNF] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: Date: Wed, 29 Apr 2015 11:03:11 -0400 From: Carmel NY To: FreeBSD Ports Subject: Re: Unable to build webkit-gtk2 after updating ICU In-Reply-To: <20150429120720.GL1225@albert.catwhisker.org> References: <20150429120720.GL1225@albert.catwhisker.org> Organization: seibercom NET X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 29 Apr 2015 15:03:12.0583 (UTC) FILETIME=[9CC3ED70:01D0828D] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2015 15:04:20 -0000 On Wed, 29 Apr 2015 05:07:20 -0700, David Wolfskill stated: >I'm no "expert" on Gnome-related things, but (especially since you had >tried earlier), you might want to re-try the "make" attempt using "make >clean install" -- within script(1), as you did, as that's almost always >a Good Idea. > >Peace, >david I tried that and virtually every other thing I can think of. It still fails with this message: CXXLD libWTF.la CXXLD Programs/LLIntOffsetsExtractor /usr/bin/ld:./.libs/libWTF.a: file format not recognized; treating as linker script /usr/bin/ld:./.libs/libWTF.a:1: syntax error c++: error: linker command failed with exit code 1 (use -v to see invocation) GNUmakefile:40539: recipe for target 'Programs/LLIntOffsetsExtractor' failed gmake[1]: *** [Programs/LLIntOffsetsExtractor] Error 1 gmake[1]: Leaving directory '/usr/ports/www/webkit-gtk3/work/webkitgtk-2.4.8' *** Error code 1 -- Carmel