From owner-freebsd-arm@FreeBSD.ORG Thu Dec 4 09:44:01 2014 Return-Path: Delivered-To: freebsd-arm@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 AFEFA5CE for ; Thu, 4 Dec 2014 09:44:01 +0000 (UTC) Received: from eu1sys200aog115.obsmtp.com (eu1sys200aog115.obsmtp.com [207.126.144.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 007E27FE for ; Thu, 4 Dec 2014 09:44:00 +0000 (UTC) Received: from mail-wg0-f41.google.com ([74.125.82.41]) (using TLSv1) by eu1sys200aob115.postini.com ([207.126.147.11]) with SMTP ID DSNKVIAs2SueoW5vNOvBpxpC1GMtSd4QiJhz@postini.com; Thu, 04 Dec 2014 09:44:01 UTC Received: by mail-wg0-f41.google.com with SMTP id y19so22108319wgg.28 for ; Thu, 04 Dec 2014 01:43:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to :in-reply-to; bh=swlZIJHp02rYsCjMuBkiOX3u+lYo30QgLQ+8LbdebQw=; b=MXCezxE32YCo6wOuQG5if0/i58RXvC7U4O2aHJgN0HvxGO0nimI/UAYfEO6nxRq2wx 4cDT8PYOXb5Pk6LHo1wQpxHaDPe2SWAChZbJ2izpvzetu1NHWqXWq8TWDoMbB1XFsLYo Ec8SkihnnJWBWPCCgxQQALFR08jbTTyIASOcYEkFYfr7vR/sPmpf76ZnCE6smrmeUSBZ 0aBVeH1j2j07KOL/JvM/YFRTMY1oFjp7ynB2kN9xGVuhmvqg78B8bHYTIMzQ3TwwJiYN JNok9UsUOd0NHHKCU17tpsDvzFrwAP6qs36SQTLviNCXv62Cj7si3EhBVy8rfEkSK6cP 1z2g== X-Received: by 10.194.241.194 with SMTP id wk2mr14173233wjc.132.1417685768345; Thu, 04 Dec 2014 01:36:08 -0800 (PST) X-Gm-Message-State: ALoCoQlxitLGiJ7mHZj7YAouCOEcHPXuIsmm0j5CjFQEbLWA0ks0DohBWwPzZqLKJBIXMjPP7mtXyCLQrhPqHxLrp30WZEZVOMJXWUcmrp6rvf/Du68ehSza5oumJS6SC691iL1w7IkE6msERuWb/QDeamFOflOdig== X-Received: by 10.194.241.194 with SMTP id wk2mr14173224wjc.132.1417685768242; Thu, 04 Dec 2014 01:36:08 -0800 (PST) Received: from mech-as221.men.bris.ac.uk (mech-as221.men.bris.ac.uk. [137.222.187.221]) by mx.google.com with ESMTPSA id vm8sm39717660wjc.6.2014.12.04.01.36.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Dec 2014 01:36:07 -0800 (PST) Date: Thu, 04 Dec 2014 01:36:07 -0800 (PST) X-Google-Original-Date: Thu, 4 Dec 2014 09:36:06 GMT Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id sB49a6cV001724 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 4 Dec 2014 09:36:06 GMT (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id sB49a6wv001723; Thu, 4 Dec 2014 09:36:06 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201412040936.sB49a6wv001723@mech-as221.men.bris.ac.uk> To: freebsd-arm@freebsd.org, sbruno@freebsd.org Subject: Re: www/webkit-gtk2 build error Reply-To: mexas@bris.ac.uk In-Reply-To: <547F5C3E.4040903@ignoranthack.me> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 09:44:01 -0000 >On 12/03/14 00:50, Anton Shterenlikht wrote: >> On the road to building midori on RPI-B with 10.1-release I got >> this failure: >> >> gmake[6]: Entering directory >> '/usr/ports/www/webkit-gtk2/work/webkit-1.8.3' GNUmakefile:70658: >> recipe for target 'Source/WebKit/gtk/po/webkit-2.0.pot' failed >> gmake[5]: *** [Source/WebKit/gtk/po/webkit-2.0.pot] Killed >> >> Anybody else seen this? Is the port expected to build on arm? Worth >> submitting a PR? >> >> >https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194184 > >We're working on this, hopefully committing this week. ok, thanks What about www/webkit-gtk3, same platform: CXX Source/JavaScriptCore/llint/Programs_LLIntOffsetsExtractor-LLIntOffsetsExtractor.o In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28: In file included from ./Source/JavaScriptCore/bytecode/ArrayProfile.h:30: In file included from ./Source/JavaScriptCore/runtime/JSArray.h:25: In file included from ./Source/JavaScriptCore/runtime/ButterflyInlines.h:31: In file included from ./Source/JavaScriptCore/heap/CopiedSpaceInlines.h:33: In file included from ./Source/JavaScriptCore/runtime/VM.h:34: In file included from ./Source/JavaScriptCore/jit/GPRInfo.h:29: In file included from ./Source/JavaScriptCore/assembler/MacroAssembler.h:42: In file included from ./Source/JavaScriptCore/assembler/MacroAssemblerARM.h:33: ./Source/JavaScriptCore/assembler/ARMAssembler.h:1125:2: error: "The cacheFlush support is missing on this platform." #error "The cacheFlush support is missing on this platform." ^ 1 error generated. GNUmakefile:77681: recipe for target 'Source/JavaScriptCore/llint/Programs_LLIntOffsetsExtractor-LLIntOffsetsExtractor.o' failed gmake[3]: *** [Source/JavaScriptCore/llint/Programs_LLIntOffsetsExtractor-LLIntOffsetsExtractor.o] Error 1 gmake[3]: Leaving directory '/usr/ports/www/webkit-gtk3/work/webkitgtk-2.4.7' ===> Compilation failed unexpectedly. Anton