Date: Fri, 01 Dec 2017 21:17:26 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 223806] java/openjdk8: arm64 package builds do not allow enough time for build to complete Message-ID: <bug-223806-13-oA9PICiDEU@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223806-13@https.bugs.freebsd.org/bugzilla/> References: <bug-223806-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223806 --- Comment #8 from Zak <zsnafzig@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 ol= d build. How do I do that? >A: You specify the LOG variable to make. There are several log levels: > warn =E2=80=94 Default and very quiet. > info =E2=80=94 Shows more progress information than warn. > debug =E2=80=94 Echos all command lines and prints all macro calls = for compilation definitions. > trace =E2=80=94 Echos all $(shell) command lines as well. appending LOG=3Ddebug to MAKE_ENV in the openJDK makefile seems to produce = more output during the BUILD_JDK stage. see patch. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223806-13-oA9PICiDEU>