[Bug 223806] java/openjdk8: arm64 package builds do not allow enough time for build to complete
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Dec 1 21:17:26 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223806
--- Comment #8 from Zak <zsnafzig at edu.uwaterloo.ca> ---
Possible solution to increase verbosity of build; from the openJDK readme:
>Q: I want to see the output of the commands that make runs, like in the old build. How do I do that?
>A: You specify the LOG variable to make. There are several log levels:
> warn — Default and very quiet.
> info — Shows more progress information than warn.
> debug — Echos all command lines and prints all macro calls for compilation definitions.
> trace — Echos all $(shell) command lines as well.
appending LOG=debug to MAKE_ENV in the openJDK makefile seems to produce more
output during the BUILD_JDK stage. see patch.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-java
mailing list