maintainer-feedback requested: [Bug 219495] www/webkit2-gtk3: fails to build on armv6
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 24 07:05:38 UTC 2017
mikael.urankar at gmail.com has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to gnome at FreeBSD.org:
Bug 219495: www/webkit2-gtk3: fails to build on armv6
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219495
--- Description ---
Created attachment 182852
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182852&action=edit
patch
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.
The attached patch is a potential fix (untested)
reported by: bob prohaska
More information about the freebsd-gnome
mailing list