Bug 196638 - www/webkit-gtk2: fails to build on armv6
Summary: www/webkit-gtk2: fails to build on armv6
Status: Closed DUPLICATE of bug 196908
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-12 18:23 UTC by Mikael Urankar
Modified: 2015-01-20 10:19 UTC (History)
0 users

See Also:


Attachments
unbreak on arm (1.49 KB, patch)
2015-01-13 10:20 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 2015-01-12 18:23:10 UTC
Hi,

Build is broken on armv6 since the update to 2.4.7. The JIT stuff has moved
from Source/JavaScriptCore/jit/ExecutableAllocator.h to
Source/JavaScriptCore/assembler/ARMAssembler.h

The attached patch fixes that.
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2015-01-12 18:48:54 UTC
Hi,

Due to an issue with the backend FreeBSD Bugzilla database, your original PR and any updates to it since have been lost.  I've recreated the original PR as best as I can, however any attachments and updates you submitted to the PR have been lost.  Please could you resubmit them?

Thanks, and apologies.
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2015-01-13 10:20:19 UTC
Created attachment 151541 [details]
unbreak on arm

The removal of CPU(ARM_TRADITIONAL) is intentionnal, CPU(ARM_TRADITIONAL) is not needed and can be removed on both webkit-gtk3 and webkit2-gtk3. It is harmless if
it stays though.
Comment 3 Mikael Urankar freebsd_committer freebsd_triage 2015-01-20 10:19:06 UTC

*** This bug has been marked as a duplicate of bug 196908 ***