Bug 216147 - www/webkit-gtk3: fails to build on armv6 with mcpu=cortex-a15
Summary: www/webkit-gtk3: fails to build on armv6 with mcpu=cortex-a15
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Many People
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-16 17:34 UTC by Mikael Urankar
Modified: 2017-05-07 18:41 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments
armv6 fix (2.36 KB, patch)
2017-01-16 17:34 UTC, Mikael Urankar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Urankar freebsd_committer freebsd_triage 2017-01-16 17:34:13 UTC
Created attachment 178960 [details]
armv6 fix

Hi,

The build fails on an invalid operand:

<inline asm>:149:16: error: invalid operand for instruction
vmov.u32 r2, r3, s8, s9

gmake[2]: *** [GNUmakefile:50498: Source/WebCore/platform/graphics/cpu/arm/filters/libPlatform_la-FELightingNEON.lo] Error 1

The attached patch fixes the issue.

Thanks in advance
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-05-07 18:39:46 UTC
A commit references this bug:

Author: jbeich
Date: Sun May  7 18:38:48 UTC 2017
New revision: 440353
URL: https://svnweb.freebsd.org/changeset/ports/440353

Log:
  www/webkit-gtk3: unbreak on armv6

  In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:26:
  In file included from ./Source/JavaScriptCore/config.h:30:
  ./Source/WTF/wtf/Platform.h:308:6: error: "Not supported ARM architecture"
  #    error "Not supported ARM architecture"
       ^
  <inline asm>:149:16: error: invalid operand for instruction
  vmov.u32 r2, r3, s8, s9

  PR:		213961 216147
  Submitted by:	mikael.urankar@gmail.com

Changes:
  head/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h
  head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-05-07 18:41:51 UTC
A commit references this bug:

Author: jbeich
Date: Sun May  7 18:40:47 UTC 2017
New revision: 440354
URL: https://svnweb.freebsd.org/changeset/ports/440354

Log:
  MFH: r440353

  www/webkit-gtk3: unbreak on armv6

  In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:26:
  In file included from ./Source/JavaScriptCore/config.h:30:
  ./Source/WTF/wtf/Platform.h:308:6: error: "Not supported ARM architecture"
  #    error "Not supported ARM architecture"
       ^
  <inline asm>:149:16: error: invalid operand for instruction
  vmov.u32 r2, r3, s8, s9

  PR:		213961 216147
  Submitted by:	mikael.urankar@gmail.com
  Approved by:	ports-secteam blanket

Changes:
_U  branches/2017Q2/
  branches/2017Q2/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h
  branches/2017Q2/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp