Bug 216149 - www/webkit2-gtk3: fails to build on armv6 with mcpu=cortex-a15
Summary: www/webkit2-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:36 UTC by Mikael Urankar
Modified: 2017-05-07 20:18 UTC (History)
1 user (show)

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


Attachments
armv6 fix (1.36 KB, patch)
2017-01-16 17:36 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:36:27 UTC
Created attachment 178962 [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 20:16:13 UTC
A commit references this bug:

Author: jbeich
Date: Sun May  7 20:15:22 UTC 2017
New revision: 440362
URL: https://svnweb.freebsd.org/changeset/ports/440362

Log:
  www/webkit2-gtk3: unbreak on armv6 + -mcpu=cortex-a15

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

  PR:		216149
  Submitted by:	mikael.urankar@gmail.com

Changes:
  head/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-05-07 20:18:17 UTC
A commit references this bug:

Author: jbeich
Date: Sun May  7 20:17:11 UTC 2017
New revision: 440363
URL: https://svnweb.freebsd.org/changeset/ports/440363

Log:
  MFH: r440362

  www/webkit2-gtk3: unbreak on armv6 + -mcpu=cortex-a15

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

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

Changes:
_U  branches/2017Q2/
  branches/2017Q2/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp