[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


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219495

            Bug ID: 219495
           Summary: www/webkit2-gtk3: fails to build on armv6
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome at FreeBSD.org
          Reporter: mikael.urankar at gmail.com
                CC: freebsd-arm at FreeBSD.org
             Flags: maintainer-feedback?(gnome at FreeBSD.org)
                CC: freebsd-arm at FreeBSD.org
          Assignee: gnome at FreeBSD.org

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list