[Bug 220612] Fix java/bouncycastle15 on armv6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 10 20:00:37 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220612

            Bug ID: 220612
           Summary: Fix java/bouncycastle15 on armv6
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: eugen at freebsd.org
          Reporter: mail+freebsd at gerritbeine.de
             Flags: maintainer-feedback?(eugen at freebsd.org)
          Assignee: eugen at freebsd.org

Created attachment 184240
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=184240&action=edit
Fix build on armv6

If java/bouncycastle15 is build on armv6 with openjdk18, the build stops with

This command is not for general use and should only be run as the result of a
call to ProcessBuilder.start() or Runtime.exec() in a java application

(See attached poudriere log file)

This is caused by fork="true" in javac and fork="yes" in junit tasks.

This patched Makefile fixes this issue for systems with ARCH=armv6.

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


More information about the freebsd-ports-bugs mailing list