From owner-freebsd-arm@freebsd.org Wed May 24 02:04:52 2017 Return-Path: Delivered-To: freebsd-arm@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 58746D78D0C for ; Wed, 24 May 2017 02:04:52 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2161019C9 for ; Wed, 24 May 2017 02:04:51 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v4O24hTA031825 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 23 May 2017 19:04:45 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v4O24hng031824 for freebsd-arm@freebsd.org; Tue, 23 May 2017 19:04:43 -0700 (PDT) (envelope-from fbsd) Date: Tue, 23 May 2017 19:04:42 -0700 From: bob prohaska To: freebsd-arm@freebsd.org Subject: www/webkit2-gtk3, BARM_ARCH_VERSION not defined.... Message-ID: <20170524020442.GA31794@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2017 02:04:52 -0000 While trying to compile www/webkit2-gtk3 an RPI2 reports Source/bmalloc/bmalloc/BPlatform.h:180:9: warning: 'BARM_ARCH_VERSION' is not defined, evaluates to 0 [-Wundef] # elif BARM_ARCH_AT_LEAST(4) ^ Source/bmalloc/bmalloc/BPlatform.h:84:45: note: expanded from macro 'BARM_ARCH_AT_LEAST' #define BARM_ARCH_AT_LEAST(N) (BCPU(ARM) && BARM_ARCH_VERSION >= N) ^ Source/bmalloc/bmalloc/BPlatform.h:184:6: error: "Not supported ARM architecture" # error "Not supported ARM architecture" ^ 1 warning and 1 error generated. ninja: build stopped: subcommand failed. Is there a simple workaround? Ports are at 441551, src is at 318674. Thanks for reading, bob prohaska