A couple of Build Issues (Mac OS X El Capitan / XCode 7.1)
Martijn Verburg
martijnverburg at gmail.com
Sat Oct 24 22:58:23 UTC 2015
Hi all,
I'm seeing a couple of issues when running make clean images (Configuration
Summary is posted at the bottom):
1.) No rule to make CopyInterimCLDRConverter.gmk - this doesn't halt the
build immediately, but looks suspicious.
......
Compiling 5 files for BUILD_GENMODULESLIST
make[3]: CopyInterimCLDRConverter.gmk: No such file or directory
make[3]: *** No rule to make target `CopyInterimCLDRConverter.gmk'. Stop.
make[2]: *** [interim-cldrconverter] Error 2
make[2]: *** Waiting for unfinished jobs....
......
2.) An error due to a warning despite switching
on --disable-warnings-as-errors
....
/Users/karianna/Documents/workspace/AdoptOpenJDK_Projects/jdk9/hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m:691:21:
warning: 'ePtAttachDeprecated' is deprecated: PT_ATTACH is deprecated. See
PT_ATTACHEXC [-Wdeprecated-declarations]
if ((res = ptrace(PT_ATTACH, pid, 0, 0)) < 0) {
^
/usr/include/sys/ptrace.h:85:19: note: expanded from macro 'PT_ATTACH'
#define PT_ATTACH ePtAttachDeprecated /* trace some running
process */
^
/usr/include/sys/ptrace.h:71:2: note: 'ePtAttachDeprecated' has been
explicitly marked deprecated here
ePtAttachDeprecated __deprecated_enum_msg("PT_ATTACH is deprecated.
See PT_ATTACHEXC") = 10
^
1 warning generated.
....
------------------
Configuration summary:
* Debug level: release
* HS debug level: product
* JDK variant: normal
* JVM variants: server
* OpenJDK target: OS: macosx, CPU architecture: x86, address length: 64
Tools summary:
* Boot JDK: java version "1.8.0_60" Java(TM) SE Runtime Environment
(build 1.8.0_60-b27) Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23,
mixed mode) (at
/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home)
* Toolchain: clang (clang/LLVM)
* C Compiler: Version Apple LLVM version 7.0.0 (clang-700.1.76) Target:
x86_64-apple-darwin15.0.0 Thread model: posix (at /usr/bin/clang)
* C++ Compiler: Version Apple LLVM version 7.0.0 (clang-700.1.76) Target:
x86_64-apple-darwin15.0.0 Thread model: posix (at /usr/bin/clang++)
Build performance summary:
* Cores to use: 4
* Memory limit: 16384 MB
Cheers,
Martijn
More information about the build-dev
mailing list