compile error on mac ppc box
Mr. Gecko
grmrgecko at gmail.com
Mon Apr 8 14:27:40 PDT 2013
Hello, I'm also having issues. From what I can tell, the first issue to fix would be the detection of OS. It's detecting my PPC box as macosx-x86_64 as I can see at in the line below when running the build command from https://wikis.oracle.com/display/OpenJDK/Darwin9Build.
( cd ./jdk/make && \
make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/Users/grmrgecko/bsd-port/jdk JDK_MAKE_SHARED_DIR=/Users/grmrgecko/bsd-port/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=internal BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.7.0-internal-grmrgecko_2013_04_08_06_37-b00 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0 JDK_MKTG_VERSION=7 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 ARCH_DATA_MODEL=64 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/Users/grmrgecko/bsd-port/build/macosx-x86_64 ALT_LANGTOOLS_DIST=/Users/grmrgecko/bsd-port/build/macosx-x86_64/langtools/dist ALT_CORBA_DIST=/Users/grmrgecko/bsd-port/build/macosx-x86_64/corba/dist ALT_JAXP_DIST=/Users/grmrgecko/bsd-port/build/macosx-x86_64/jaxp/dist ALT_JAXWS_DIST=/Users/grmrgecko/bsd-port/build/macosx-x86_64/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/Users/grmrgecko/bsd-port/build/macosx-x86_64/hotspot/import BUILD_HOTSPOT=true ; )
If I knew where the code is that detects the OS and arch, and how to echo out variables. I could debug this myself and provide a patch.
Is there a verbose mode where I can track what is being called in the make file?
Thanks,
Mr. Gecko
More information about the bsd-port-dev
mailing list