Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2017 07:05:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 219495] www/webkit2-gtk3: fails to build on armv6
Message-ID:  <bug-219495-6497-48JahSMwm8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219495-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219495-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
mikael.urankar@gmail.com has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to gnome@FreeBSD.o=
rg:
Bug 219495: www/webkit2-gtk3: fails to build on armv6
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219495



--- Description ---
Created attachment 182852
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D182852&action=
=3Dedit
patch

Source/bmalloc/bmalloc/BPlatform.h:180:9: warning: 'BARM_ARCH_VERSION' is n=
ot
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 >=3D 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.

The attached patch is a potential fix (untested)

reported by: bob prohaska



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219495-6497-48JahSMwm8>