Bug 216738 - java/openjdk8: fails to build on armv6
Summary: java/openjdk8: fails to build on armv6
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-java (Nobody)
URL: http://beefy8.nyi.freebsd.org/data/he...
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-02 21:10 UTC by Mikael Urankar
Modified: 2017-02-02 21:33 UTC (History)
2 users (show)

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


Attachments

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-02-02 21:10:07 UTC
Hi,

ports r430424 broke the build on armv6.
USE_PRECOMPILED_HEADER is set to 0 now on armv6 and it shouldn't. The logic was reversed here: https://svnweb.freebsd.org/ports/head/java/openjdk8/Makefile?revision=432697&view=markup#l368
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-02-02 21:29:12 UTC
A commit references this bug:

Author: jkim
Date: Thu Feb  2 21:28:22 UTC 2017
New revision: 433180
URL: https://svnweb.freebsd.org/changeset/ports/433180

Log:
  Fix build with GCC.  It was broken by r430424.

  PR:		216738

Changes:
  head/java/openjdk8/Makefile
Comment 2 Jung-uk Kim freebsd_committer freebsd_triage 2017-02-02 21:33:07 UTC
Committed, thanks!