[kubo@kubo-centos7 openjdk13]$ cd jdk
[kubo@kubo-centos7 jdk]$ ls
ADDITIONAL_LICENSE_INFO LICENSE README configure make test
ASSEMBLY_EXCEPTION Makefile bin doc src
[kubo@kubo-centos7 jdk]$ bash configure
Runnable configure script is not present
Generating runnable configure script at /home/kubo/openjdk/openjdk13/jdk/build/.configure-support/generated-configure.sh
Using autoconf at /bin/autoconf [autoconf (GNU Autoconf) 2.69]
configure: Configuration created at Wed May 1 06:22:34 JST 2019.
checking for basename… /bin/basename
checking for bash… /bin/bash
checking for cat… /bin/cat
checking for chmod… /bin/chmod
checking for cmp… /bin/cmp
checking for comm… /bin/comm
checking for cp… /bin/cp
checking for cut… /bin/cut
checking for date… /bin/date
checking for gdiff… no
checking for diff… /bin/diff
checking for dirname… /bin/dirname
checking for echo… /bin/echo
checking for expr… /bin/expr
checking for file… /bin/file
checking for find… /bin/find
checking for head… /bin/head
checking for gunzip… /bin/gunzip
checking for pigz… no
checking for gzip… /bin/gzip
checking for ln… /bin/ln
checking for ls… /bin/ls
checking for gmkdir… no
checking for mkdir… /bin/mkdir
checking for mktemp… /bin/mktemp
checking for mv… /bin/mv
checking for nawk… no
checking for gawk… /bin/gawk
checking for printf… /bin/printf
checking for greadlink… no
checking for readlink… /bin/readlink
checking for rm… /bin/rm
checking for rmdir… /bin/rmdir
checking for sh… /bin/sh
checking for sort… /bin/sort
checking for tail… /bin/tail
checking for gtar… /bin/gtar
checking for tee… /bin/tee
checking for touch… /bin/touch
checking for tr… /bin/tr
checking for uname… /bin/uname
checking for uniq… /bin/uniq
checking for wc… /bin/wc
checking for which… /bin/which
checking for xargs… /bin/xargs
checking for gawk… gawk
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for fgrep… /bin/grep -F
checking for a sed that does not truncate output… /bin/sed
checking for cygpath… no
checking for wslpath… no
checking for df… /bin/df
checking for cpio… /bin/cpio
checking for nice… /bin/nice
checking for lsb_release… no
checking for cmd.exe… no
checking for /mnt/c/Windows/System32/cmd.exe… no
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking target system type… x86_64-unknown-linux-gnu
checking openjdk-build os-cpu… linux-x86_64
checking openjdk-target os-cpu… linux-x86_64
checking compilation type… native
checking for top-level directory… /home/kubo/openjdk/openjdk13/jdk
checking if custom source is suppressed (openjdk-only)… no
checking which debug level to use… release
checking which variants of the JVM to build… server
checking for sysroot…
checking for toolchain path…
checking for extra path…
checking where to store configuration… in default location
checking what configuration name to use… linux-x86_64-server-release
checking for zypper… no
checking for apt-get… no
checking for yum… yum
checking for pandoc… no
checking for gmake… /bin/gmake
configure: Testing potential make at /bin/gmake, found using gmake in PATH
configure: Using GNU make at /bin/gmake (version: GNU Make 3.82)
checking if make –output-sync is supported… no
checking if find supports -delete… yes
checking what type of tar was found… gnu
checking that grep (/bin/grep) -Fx handles empty lines in the pattern list correctly… yes
checking for unzip… /bin/unzip
checking for zip… /opt/oracle/product/18c/dbhomeXE/bin/zip
checking for ldd… /bin/ldd
checking for greadelf… no
checking for readelf… /bin/readelf
checking for dot… no
checking for hg… /usr/local/bin/hg
checking for git… /bin/git
checking for stat… /bin/stat
checking for time… /bin/time
checking for flock… /bin/flock
checking for dtrace… no
checking for gpatch… no
checking for patch… /bin/patch
checking bash version… 4.2.46
checking if bash supports pipefail… yes
checking if bash supports errexit (-e)… yes
checking for pkg-config… /bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for default LOG value…
checking headless only… no
checking for graphviz dot… no, cannot generate full docs
checking for pandoc… no, cannot generate full docs
checking full docs… no, missing dependencies
checking for cacerts file… default
checking for jni library path… default
checking if packaged modules are kept… yes (default)
checking for version string… 13-internal+0-adhoc.kubo.jdk
configure: Found potential Boot JDK using JAVA_HOME
checking for Boot JDK… /usr/local/jvm/openjdk-12-internal
checking Boot JDK version… openjdk version “12-internal” 2019-03-19 OpenJDK Runtime Environment (build 12-internal+0-adhoc.root.openjdk12) OpenJDK 64-Bit Server VM (build 12-internal+0-adhoc.root.openjdk12, mixed mode, sharing)
checking for java in Boot JDK… ok
checking for javac in Boot JDK… ok
checking for javadoc in Boot JDK… ok
checking for jar in Boot JDK… ok
checking for jarsigner in Boot JDK… ok
checking if Boot JDK is 32 or 64 bits… 64
checking for local Boot JDK Class Data Sharing (CDS)… yes, created
checking for Build JDK… yes, will use output dir
configure: Using default toolchain gcc (GNU Compiler Collection)
checking for gcc… /bin/gcc
checking resolved symbolic links for CC… /usr/bin/gcc
configure: Using gcc C compiler version 4.8.5 [gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)]
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether /bin/gcc accepts -g… yes
checking for /bin/gcc option to accept ISO C89… none needed
checking for g++… /bin/g++
checking resolved symbolic links for CXX… /usr/bin/g++
configure: Using gcc C++ compiler version 4.8.5 [g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)]
checking whether we are using the GNU C++ compiler… yes
checking whether /bin/g++ accepts -g… yes
checking how to run the C preprocessor… /bin/gcc -E
checking how to run the C++ preprocessor… /bin/g++ -E
checking for ld… ld
configure: Rewriting LD_JAOTC to “/bin/ld”
configure: Using gcc linker version 2.27 [GNU ld version 2.27-34.base.el7]
checking for ar… ar
configure: Rewriting AR to “/bin/ar”
checking for strip… strip
configure: Rewriting STRIP to “/bin/strip”
checking for nm… nm
configure: Rewriting NM to “/bin/nm”
checking for gobjcopy… no
checking for objcopy… objcopy
configure: Rewriting OBJCOPY to “/bin/objcopy”
checking for gobjdump… no
checking for objdump… objdump
configure: Rewriting OBJDUMP to “/bin/objdump”
checking for c++filt… c++filt
configure: Rewriting CXXFILT to “/bin/c++filt”
checking for jtreg… no
checking for jtreg test harness… no, not found
checking for jmh (Java Microbenchmark Harness)… no, disabled
checking for jib… no
checking if @file is supported by gcc… yes
checking if CC supports “-m64″… yes
checking if CXX supports “-m64″… yes
checking if both CC and CXX support “-m64″… yes
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking stdio.h usability… yes
checking stdio.h presence… yes
checking for stdio.h… yes
checking size of int *… 8
checking for target address size… 64 bits
checking whether byte ordering is bigendian… no
checking if native warnings are errors… true (default)
checking for library containing clock_gettime… none required
checking if CXX supports “-std=gnu++98 -Werror”… yes
checking if CC supports “-fno-delete-null-pointer-checks -Werror”… yes
checking if CXX supports “-fno-delete-null-pointer-checks -Werror”… yes
checking if both CC and CXX support “-fno-delete-null-pointer-checks -Werror”… yes
checking if CC supports “-fno-lifetime-dse -Werror”… no
checking if CXX supports “-fno-lifetime-dse -Werror”… no
checking if both CC and CXX support “-fno-lifetime-dse -Werror”… no
checking if CC supports “-fmacro-prefix-map=/home/kubo/openjdk/openjdk13/jdk/=”… no
checking if CXX supports “-fmacro-prefix-map=/home/kubo/openjdk/openjdk13/jdk/=”… no
checking if both CC and CXX support “-fmacro-prefix-map=/home/kubo/openjdk/openjdk13/jdk/=”… no
checking if CC supports “-ffp-contract=off”… yes
checking if CXX supports “-ffp-contract=off”… yes
checking if both CC and CXX support “-ffp-contract=off”… yes
checking if BUILD_CXX supports “-std=gnu++98 -Werror”… yes
checking if BUILD_CC supports “-fno-delete-null-pointer-checks -Werror”… yes
checking if BUILD_CXX supports “-fno-delete-null-pointer-checks -Werror”… yes
checking if both BUILD_CC and BUILD_CXX support “-fno-delete-null-pointer-checks -Werror”… yes
checking if BUILD_CC supports “-fno-lifetime-dse -Werror”… no
checking if BUILD_CXX supports “-fno-lifetime-dse -Werror”… no
checking if both BUILD_CC and BUILD_CXX support “-fno-lifetime-dse -Werror”… no
checking if BUILD_CC supports “-fmacro-prefix-map=/home/kubo/openjdk/openjdk13/jdk/=”… no
checking if BUILD_CXX supports “-fmacro-prefix-map=/home/kubo/openjdk/openjdk13/jdk/=”… no
checking if both BUILD_CC and BUILD_CXX support “-fmacro-prefix-map=/home/kubo/openjdk/openjdk13/jdk/=”… no
checking if BUILD_CC supports “-ffp-contract=off”… yes
checking if BUILD_CXX supports “-ffp-contract=off”… yes
checking if both BUILD_CC and BUILD_CXX support “-ffp-contract=off”… yes
checking what type of native debug symbols to use… external
checking for dtrace tool… not found, cannot build dtrace
checking sys/sdt.h usability… no
checking sys/sdt.h presence… no
checking for sys/sdt.h… no
checking if dtrace should be built… no, missing dependencies
checking if Hotspot gtest unit tests should be built… yes
checking if static link of stdc++ is possible… no
checking how to link with libstdc++… dynamic
checking for X… libraries , headers
checking for gethostbyname… yes
checking for connect… yes
checking for remove… yes
checking for shmat… yes
checking for IceConnectionNumber in -lICE… yes
checking for X11/extensions/shape.h… yes
checking for X11/extensions/Xrender.h… yes
checking for X11/extensions/XTest.h… yes
checking for X11/Intrinsic.h… yes
checking for X11/extensions/Xrandr.h… yes
checking if XlinearGradient is defined in Xrender.h… yes
checking cups/cups.h usability… yes
checking cups/cups.h presence… yes
checking for cups/cups.h… yes
checking cups/ppd.h usability… yes
checking cups/ppd.h presence… yes
checking for cups/ppd.h… yes
checking fontconfig/fontconfig.h usability… yes
checking fontconfig/fontconfig.h presence… yes
checking for fontconfig/fontconfig.h… yes
checking for FREETYPE… yes
checking for freetype… yes (using pkg-config)
Using freetype: system
checking for ALSA… yes
checking for which libjpeg to use… bundled
checking for which giflib to use… bundled
checking for PNG… yes
checking for which libpng to use… bundled
checking for compress in -lz… yes
checking for which zlib to use… system
checking for system zlib functionality… ok
checking for which lcms to use… bundled
checking for cos in -lm… yes
checking for dlopen in -ldl… yes
checking if shenandoah can be built… yes
checking if zgc can be built… yes
checking if jvmci module jdk.internal.vm.ci should be built… yes
checking if graal module jdk.internal.vm.compiler should be built… yes
checking if aot should be enabled… yes
checking if cds should be enabled… yes
checking if elliptic curve crypto implementation is present… yes
checking if jtreg failure handler should be built… no, missing jtreg
checking if the CDS classlist generation should be enabled… yes
checking if any translations should be excluded… no
checking if static man pages should be copied… yes
checking if a default CDS archive should be generated… yes
checking for number of cores… 4
checking for memory size… 7734 MB
checking for appropriate number of jobs to run in parallel… 4
checking flags for boot jdk java command … -Duser.language=en -Duser.country=US -XX:+UnlockDiagnosticVMOptions -XX:-VerifySharedSpaces -XX:SharedArchiveFile=/home/kubo/openjdk/openjdk13/jdk/build/linux-x86_64-server-release/configure-support/classes.jsa -Xshare:auto
checking flags for boot jdk java command for big workloads… -Xms64M -Xmx1600M -XX:ThreadStackSize=1536
checking flags for bootcycle boot jdk java command for big workloads… -Xms64M -Xmx1600M -XX:ThreadStackSize=1536
checking flags for boot jdk java command for small workloads… -XX:+UseSerialGC -Xms32M -Xmx512M -XX:TieredStopAtLevel=1
checking whether to use sjavac… no
checking whether to use javac server… yes
checking If precompiled header is enabled… yes
checking that precompiled headers work… yes
checking is ccache enabled… no
checking if build directory is on local disk… yes
checking JVM features for JVM variant ‘server’… “aot cds cmsgc compiler1 compiler2 epsilongc g1gc graal jfr jni-check jvmci jvmti management nmt parallelgc serialgc services shenandoahgc vm-structs zgc”
configure: creating /home/kubo/openjdk/openjdk13/jdk/build/linux-x86_64-server-release/configure-support/config.status
config.status: creating /home/kubo/openjdk/openjdk13/jdk/build/linux-x86_64-server-release/spec.gmk
config.status: creating /home/kubo/openjdk/openjdk13/jdk/build/linux-x86_64-server-release/bootcycle-spec.gmk
config.status: creating /home/kubo/openjdk/openjdk13/jdk/build/linux-x86_64-server-release/buildjdk-spec.gmk
config.status: creating /home/kubo/openjdk/openjdk13/jdk/build/linux-x86_64-server-release/compare.sh
config.status: creating /home/kubo/openjdk/openjdk13/jdk/build/linux-x86_64-server-release/Makefile
====================================================
A new configuration has been successfully created in
/home/kubo/openjdk/openjdk13/jdk/build/linux-x86_64-server-release
using default settings.