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:   [Bug 219495] www/webkit2-gtk3: fails to build on armv6
Message-ID:  <bug-219495-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219495

            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@FreeBSD.org
          Reporter: mikael.urankar@gmail.com
                CC: freebsd-arm@FreeBSD.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
                CC: freebsd-arm@FreeBSD.org
          Assignee: gnome@FreeBSD.org

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

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



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