Build failure

Michael McMahon michael.x.mcmahon at oracle.com
Thu Dec 1 13:11:47 PST 2011


On 01/12/11 20:38, Kelly O'Hair wrote:
> I pulled over the latest http://hg.openjdk.java.net/macosx-port/macosx-port/jdk repository
> and tried to build it on a Mac 10.7 (Lion) with Xcode 4.
> It appears to be running an ant script from the jdk makefiles now, something that the jdk
> repository has never done before, but in any case, it fails.
>
Is that a recent change? I haven't noticed a problem like that before.
> Does anybody know why?  And where did all the make "Entering" "leaving" messages go?
>
I know you can get them back by calling make -w at the top level.

- Michael.

> -kto
>
> P.S. I really hate these ant scripts. :^(
>
> ...
> mkdir -p ../../../build/macosx-universal/bridge_metadata
> Updating bridge support in ../../../build/macosx-universal/bridge_metadata
> (cd  ../../../build/macosx-universal/bridge_metadata; /usr/bin/make STABLE_GEN_DIR="../../../build/macosx-universal/stable_bridge_metadata" FRAMEWORKS="Foundation CoreFoundation AppKit" -f ../../../src/macosx/native/jobjc/bridgesupport.gmk all)
> linking /System/Library/Frameworks/Foundation.framework/Headers
> ln -s /System/Library/Frameworks/Foundation.framework/Headers Foundation.headers
> linking /System/Library/Frameworks/CoreFoundation.framework/Headers
> ln -s /System/Library/Frameworks/CoreFoundation.framework/Headers CoreFoundation.headers
> linking /System/Library/Frameworks/AppKit.framework/Headers
> ln -s /System/Library/Frameworks/AppKit.framework/Headers AppKit.headers
> mkdir -p ../../../build/macosx-universal/stable_bridge_metadata
> generating bridge support for Foundation.headers
> if [ -f /System/Library/Frameworks/Foundation.framework/Resources/BridgeSupport/FoundationFull.bridgesupport ] ; \
> 	  then cp /System/Library/Frameworks/Foundation.framework/Resources/BridgeSupport/FoundationFull.bridgesupport Foundation.bridgesupport ; \
> 	  else /usr/bin/gen_bridge_metadata -F complete --framework Foundation.framework -o Foundation.bridgesupport ; \
> 	fi
> /usr/bin/gen_bridge_metadata:507: warning: Insecure world writable dir /opt/jprt/products/P1/jdk6u18-latest in PATH, mode 040777
> /usr/bin/gen_bridge_metadata:510: warning: Insecure world writable dir /opt/jprt/products/P1/jdk6u18-latest in PATH, mode 040777
> /usr/bin/gen_bridge_metadata:711: warning: Insecure world writable dir /opt/jprt/products/P1/jdk6u18-latest in PATH, mode 040777
> if cmp -s Foundation.bridgesupport ../../../build/macosx-universal/stable_bridge_metadata/FoundationFull.bridgesupport ; \
> 	  then : ; \
> 	  else cp Foundation.bridgesupport ../../../build/macosx-universal/stable_bridge_metadata/FoundationFull.bridgesupport ; \
> 	fi
> generating bridge support for CoreFoundation.headers
> if [ -f /System/Library/Frameworks/CoreFoundation.framework/Resources/BridgeSupport/CoreFoundationFull.bridgesupport ] ; \
> 	  then cp /System/Library/Frameworks/CoreFoundation.framework/Resources/BridgeSupport/CoreFoundationFull.bridgesupport CoreFoundation.bridgesupport ; \
> 	  else /usr/bin/gen_bridge_metadata -F complete --framework CoreFoundation.framework -o CoreFoundation.bridgesupport ; \
> 	fi
> /usr/bin/gen_bridge_metadata:507: warning: Insecure world writable dir /opt/jprt/products/P1/jdk6u18-latest in PATH, mode 040777
> /usr/bin/gen_bridge_metadata:510: warning: Insecure world writable dir /opt/jprt/products/P1/jdk6u18-latest in PATH, mode 040777
> /usr/bin/gen_bridge_metadata:711: warning: Insecure world writable dir /opt/jprt/products/P1/jdk6u18-latest in PATH, mode 040777
> /usr/bin/gen_bridge_metadata:2163: warning: Insecure world writable dir /opt/jprt/products/P1/jdk6u18-latest in PATH, mode 040777
> if cmp -s CoreFoundation.bridgesupport ../../../build/macosx-universal/stable_bridge_metadata/CoreFoundationFull.bridgesupport ; \
> 	  then : ; \
> 	  else cp CoreFoundation.bridgesupport ../../../build/macosx-universal/stable_bridge_metadata/CoreFoundationFull.bridgesupport ; \
> 	fi
> generating bridge support for AppKit.headers
> if [ -f /System/Library/Frameworks/AppKit.framework/Resources/BridgeSupport/AppKitFull.bridgesupport ] ; \
> 	  then cp /System/Library/Frameworks/AppKit.framework/Resources/BridgeSupport/AppKitFull.bridgesupport AppKit.bridgesupport ; \
> 	  else /usr/bin/gen_bridge_metadata -F complete --framework AppKit.framework -o AppKit.bridgesupport ; \
> 	fi
> /usr/bin/gen_bridge_metadata:507: warning: Insecure world writable dir /opt/jprt/products/P1/jdk6u18-latest in PATH, mode 040777
> /usr/bin/gen_bridge_metadata:510: warning: Insecure world writable dir /opt/jprt/products/P1/jdk6u18-latest in PATH, mode 040777
> /usr/bin/gen_bridge_metadata:711: warning: Insecure world writable dir /opt/jprt/products/P1/jdk6u18-latest in PATH, mode 040777
> MergingHash:<Bridgesupportparser::ObjCArgInfo>aPoint[name]: aPoint =>  thePoint
> /usr/bin/gen_bridge_metadata:2163: warning: Insecure world writable dir /opt/jprt/products/P1/jdk6u18-latest in PATH, mode 040777
> MergingHash:<Bridgesupportparser::ObjCArgInfo>aPoint[name]: aPoint =>  thePoint
> if cmp -s AppKit.bridgesupport ../../../build/macosx-universal/stable_bridge_metadata/AppKitFull.bridgesupport ; \
> 	  then : ; \
> 	  else cp AppKit.bridgesupport ../../../build/macosx-universal/stable_bridge_metadata/AppKitFull.bridgesupport ; \
> 	fi
> JObjC dylib or jar out of data wrt FRAMEWORKS ( Foundation CoreFoundation AppKit ) or JObjC source ( core, generator, additions, build )
> Running ant with java_home set to /opt/jprt/products/P1/jdk6u18-latest/Home
> (cd ../../../src/macosx/native/jobjc; OBJROOT="../../../build/macosx-universal/JObjC.build" DSTROOT="../../../build/macosx-universal/JObjC.dst" JAVA_HOME=/opt/jprt/products/P1/jdk6u18-latest/Home STABLE_GEN_DIR="../../../build/macosx-universal/stable_bridge_metadata" /usr/bin/ant -verbose all)
> Apache Ant version 1.7.1 compiled on June 27 2008
> Buildfile: build.xml
> Detected Java version: 1.6 in: /opt/jprt/products/P1/jdk6u18-latest/Home
> Detected OS: Mac OS X
> parsing buildfile /private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc/build.xml with URI = file:/private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc/build.xml
> Project base dir set to: /private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc
> [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
>   [property] Loading Environment env.
> Property "-*-command-variables-*-" has not been set
> [echoproperties] #Ant properties
> [echoproperties] #Thu Dec 01 12:23:26 PST 2011
> [echoproperties] ant.core.lib=/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant.jar
> [echoproperties] ant.file=/private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc/build.xml
> [echoproperties] ant.file.JObjC=/private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc/build.xml
> [echoproperties] ant.home=/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1
> [echoproperties] ant.java.version=1.6
> [echoproperties] ant.library.dir=/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib
> [echoproperties] ant.project.name=JObjC
> [echoproperties] ant.version=Apache Ant version 1.7.1 compiled on June 27 2008
> [echoproperties] awt.nativeDoubleBuffering=true
> [echoproperties] awt.toolkit=apple.awt.CToolkit
> [echoproperties] basedir=/private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc
> [echoproperties] env.ALT_BOOTDIR=/opt/jprt/products/P1/jdk6u18-latest/Home
> [echoproperties] env.ALT_CUPS_HEADERS_PATH=/opt/jprt/products/P1/cups1.0-latest
> [echoproperties] env.ALT_DROPS_DIR=/opt/jprt/products/P1/jdk7drops_1.0
> [echoproperties] env.ALT_JDK_HOST_IMPORT_PATH=/opt/jprt/products/P1/jdk7-latest/Home
> [echoproperties] env.ALT_JDK_IMPORT_PATH=/opt/jprt/products/P1/jdk7-latest/Home
> [echoproperties] env.ALT_MOZILLA_HEADERS_PATH=/opt/jprt/products/P1/npapi_1.0/plugin
> [echoproperties] env.ALT_PARALLEL_COMPILE_JOBS=16
> [echoproperties] env.ALT_PREVIOUS_JDK_IMAGE=/opt/jprt/products/P1/jdk6u18-latest/Home
> [echoproperties] env.ALT_SLASH_JAVA=/opt/jprt/slashjava
> [echoproperties] env.ALWAYS_PASS_TEST_GAMMA=true
> [echoproperties] env.ANT_HOME=/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1
> [echoproperties] env.ARCH_DATA_MODEL=32
> [echoproperties] env.BOOTDIR=/opt/jprt/products/P1/jdk6u18-latest/Home
> [echoproperties] env.DEV_NULL=/dev/null
> [echoproperties] env.DISPLAY=jprt-west1\:525
> [echoproperties] env.DSTROOT=../../../build/macosx-universal/JObjC.dst
> [echoproperties] env.FULL_VERSION=1.7.0-internal-201112012014.kohair.jdk-b00
> [echoproperties] env.HOME=/Users/jprtadm
> [echoproperties] env.HOTSPOT_BUILD_JOBS=16
> [echoproperties] env.JAVA_HOME=/opt/jprt/products/P1/jdk6u18-latest/Home
> [echoproperties] env.JAVA_MAIN_CLASS_19542=jprt.tools.Main
> [echoproperties] env.JAVA_MAIN_CLASS_48729=org.apache.tools.ant.launch.Launcher
> [echoproperties] env.JDK_HAS_MEM_INFO=true
> [echoproperties] env.JPRT_ADMIN_SCRIPT_LOG=/opt/jprt/syslogs/scripts//jprt_startclient_2011-11-29-16-56-30-shell.txt
> [echoproperties] env.JPRT_ANT171_HOME=/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1
> [echoproperties] env.JPRT_ANT1_7_1_HOME=/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1
> [echoproperties] env.JPRT_ARCHIVE_BUNDLE=/tmp/jprt/P1/201435.kohair/bundles/macosx_x64_10.7-product.zip
> [echoproperties] env.JPRT_ARCHIVE_INSTALL_BUNDLE=/tmp/jprt/P1/201435.kohair/bundles/macosx_x64_10.7-product-install.zip
> [echoproperties] env.JPRT_ARCHIVE_MODULES_BUNDLE=/tmp/jprt/P1/201435.kohair/bundles/macosx_x64_10.7-product-modules.zip
> [echoproperties] env.JPRT_ARCH_DATA_MODEL=64
> [echoproperties] env.JPRT_BOOT_PRODUCT_HOME=/opt/jprt/products/P1/jdk6u18-latest/Home
> [echoproperties] env.JPRT_BUILD_FLAVOR_ID=product
> [echoproperties] env.JPRT_BUILD_VERSION=201112012014.kohair.jdk
> [echoproperties] env.JPRT_COMPILER_NAME=none
> [echoproperties] env.JPRT_CONFIG_RELEASE=/opt/jprt/dist/sbin/config/jdk7/jprt.config
> [echoproperties] env.JPRT_CONFIG_SHARED=/opt/jprt/dist/sbin/config/jprt.config
> [echoproperties] env.JPRT_CUPS1_0-LATEST_HOME=/opt/jprt/products/P1/cups1.0-latest
> [echoproperties] env.JPRT_CUPS_HOME=/opt/jprt/products/P1/cups1.0-latest
> [echoproperties] env.JPRT_DIST_DIR=/opt/jprt/dist
> [echoproperties] env.JPRT_FORCE_CORE_DUMP_FILE=/tmp/jprt/P1/201435.kohair/forceCoreDump
> [echoproperties] env.JPRT_HOST=sc14ib04.us.oracle.com
> [echoproperties] env.JPRT_HOST_ID=sc14ib04.us.oracle.com(P1)
> [echoproperties] env.JPRT_IMPORT_PRODUCT_HOME=/opt/jprt/products/P1/jdk7-latest/Home
> [echoproperties] env.JPRT_INSTANCE=P1
> [echoproperties] env.JPRT_JAVA_HOME=/opt/jprt/jdk1.6.0/Home
> [echoproperties] env.JPRT_JDK6U18-LATEST_HOME=/opt/jprt/products/P1/jdk6u18-latest/Home
> [echoproperties] env.JPRT_JDK6U18_HOME=/opt/jprt/products/P1/jdk6u18-latest/Home
> [echoproperties] env.JPRT_JDK7-LATEST_HOME=/opt/jprt/products/P1/jdk7-latest/Home
> [echoproperties] env.JPRT_JDK7DROPS_1_0_HOME=/opt/jprt/products/P1/jdk7drops_1.0
> [echoproperties] env.JPRT_JDK7DROPS_HOME=/opt/jprt/products/P1/jdk7drops_1.0
> [echoproperties] env.JPRT_JDK7_HOME=/opt/jprt/products/P1/jdk7-latest/Home
> [echoproperties] env.JPRT_JOB_DISPLAY=jprt-west1\:525
> [echoproperties] env.JPRT_JOB_ID=2011-12-01-201435.kohair.jdk
> [echoproperties] env.JPRT_JOB_PRODUCT_RELEASE=jdk7
> [echoproperties] env.JPRT_LOCAL_ROOT=/opt/jprt
> [echoproperties] env.JPRT_MAKE=/usr/bin/make
> [echoproperties] env.JPRT_MAKE_DIR=make
> [echoproperties] env.JPRT_NPAPI_1_0_HOME=/opt/jprt/products/P1/npapi_1.0/plugin
> [echoproperties] env.JPRT_NPAPI_HOME=/opt/jprt/products/P1/npapi_1.0/plugin
> [echoproperties] env.JPRT_PARALLEL_COUNT=16
> [echoproperties] env.JPRT_PLATFORM_ARCH=x64
> [echoproperties] env.JPRT_PLATFORM_ID=macosx_x64_10.7
> [echoproperties] env.JPRT_PLATFORM_OS=macosx
> [echoproperties] env.JPRT_POSTCONFIG=make/jprt.postconfig
> [echoproperties] env.JPRT_PRECONFIG=make/jprt.preconfig
> [echoproperties] env.JPRT_SLASH_JAVA=/opt/jprt/slashjava
> [echoproperties] env.JPRT_SOURCE_TREE=/tmp/jprt/P1/201435.kohair/source
> [echoproperties] env.JPRT_TARGET_ID=macosx_x64_10.7-product
> [echoproperties] env.JPRT_TARGET_KIND=build
> [echoproperties] env.JPRT_TARGET_PID_FILE=/tmp/jprt/P1/201435.kohair/targetPidFile
> [echoproperties] env.JPRT_TEMP_DIR=/tmp/jprt/P1/201435.kohair
> [echoproperties] env.JPRT_TIME_LIMIT=3h
> [echoproperties] env.JPRT_UNIX_TOOLKIT=NONE
> [echoproperties] env.JPRT_USER=kohair
> [echoproperties] env.LANG=C
> [echoproperties] env.LC_ALL=C
> [echoproperties] env.LOGNAME=jprtadm
> [echoproperties] env.LOW_MEMORY_MACHINE=false
> [echoproperties] env.MAIL=/var/mail/jprtadm
> [echoproperties] env.MAKEFLAGS=JPRT_ARCHIVE_MODULES_BUNDLE\=/tmp/jprt/P1/201435.kohair/bundles/macosx_x64_10.7-product-modules.zip JPRT_ARCHIVE_INSTALL_BUNDLE\=/tmp/jprt/P1/201435.kohair/bundles/macosx_x64_10.7-product-install.zip JPRT_ARCHIVE_BUNDLE\=/tmp/jprt/P1/201435.kohair/bundles/macosx_x64_10.7-product.zip JPRT_BUILD_VERSION\=201112012014.kohair.jdk ALT_SLASH_JAVA\=/opt/jprt/slashjava FULL_VERSION\=1.7.0-internal-201112012014.kohair.jdk-b00 RELEASE\=1.7.0-internal
> [echoproperties] env.MAKELEVEL=3
> [echoproperties] env.MAKEOVERRIDES=${-*-command-variables-*-}
> [echoproperties] env.MAX_VM_MEMORY=512
> [echoproperties] env.MB_OF_MEMORY=2048
> [echoproperties] env.MFLAGS=
> [echoproperties] env.MIN_VM_MEMORY=512
> [echoproperties] env.OBJROOT=../../../build/macosx-universal/JObjC.build
> [echoproperties] env.PATH=/opt/jprt/products/P1/jdk6u18-latest/Home/bin\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/bin\:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Commands\:/opt/jprt/dist/sbin\:/usr/local/bin\:/usr/ccs/bin\:/usr/ccs/lib\:/usr/bin\:/bin\:/usr/sbin\:/sbin\:/usr/X11R6/bin
> [echoproperties] env.PLATFORM=macosx
> [echoproperties] env.PREVIOUS_JDK_VERSION=1.6.0
> [echoproperties] env.PWD=/private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc
> [echoproperties] env.RELEASE=1.7.0-internal
> [echoproperties] env.SA_APPLE_BOOT_JAVA=true
> [echoproperties] env.SHELL=/bin/bash
> [echoproperties] env.SHLVL=7
> [echoproperties] env.SKIP_COMPARE_IMAGES=true
> [echoproperties] env.SSH_CLIENT=10.133.137.52 59771 22
> [echoproperties] env.SSH_CONNECTION=10.133.137.52 59771 10.133.161.51 22
> [echoproperties] env.STABLE_GEN_DIR=../../../build/macosx-universal/stable_bridge_metadata
> [echoproperties] env.SUNW_NO_UPDATE_NOTIFY=1
> [echoproperties] env.SYSTEM_UNAME=Darwin
> [echoproperties] env.TMPDIR=/tmp/jprt/P1/201435.kohair
> [echoproperties] env.USER=jprtadm
> [echoproperties] env.USER_RELEASE_SUFFIX=201112012014.kohair.jdk
> [echoproperties] env.UT_NO_USAGE_TRACKING=1
> [echoproperties] env.__CF_USER_TEXT_ENCODING=0x29B\:0\:0
> [echoproperties] env.com.apple.java.jvmMode=client
> [echoproperties] env.com.apple.java.jvmTask=CommandLine_Manual.java.java
> [echoproperties] file.encoding=MacRoman
> [echoproperties] file.encoding.pkg=sun.io
> [echoproperties] file.separator=/
> [echoproperties] ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16|se.oracle.com|*.se.oracle.com
> [echoproperties] ftp.proxyHost=www-proxy.us.oracle.com
> [echoproperties] ftp.proxyPort=80
> [echoproperties] gopherProxySet=false
> [echoproperties] http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16|se.oracle.com|*.se.oracle.com
> [echoproperties] http.proxyHost=www-proxy.us.oracle.com
> [echoproperties] http.proxyPort=80
> [echoproperties] https.proxyHost=www-proxy.us.oracle.com
> [echoproperties] https.proxyPort=80
> [echoproperties] java.awt.graphicsenv=apple.awt.CGraphicsEnvironment
> [echoproperties] java.awt.printerjob=apple.awt.CPrinterJob
> [echoproperties] java.class.path=/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-launcher.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-antlr.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-apache-bcel.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-apache-bsf.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-apache-log4j.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-apache-oro.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-apache-regexp.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-apache-resolver.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-commons-logging.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-commons-net.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-jai.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-javamail.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-jdepend.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-jmf.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-jsch.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-junit.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-launcher.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-netrexx.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-nodeps.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-starteam.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-stylebook.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-swing.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-testutil.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-trax.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant-weblogic.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/ant.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/xercesImpl.jar\:/opt/jprt/products/P1/ant1.7.1/apache-ant-1.7.1/lib/xml-apis.jar
> [echoproperties] java.class.version=50.0
> [echoproperties] java.endorsed.dirs=/opt/jprt/products/P1/jdk6u18-latest/Home/lib/endorsed
> [echoproperties] java.ext.dirs=/Library/Java/Extensions\:/System/Library/Java/Extensions\:/opt/jprt/products/P1/jdk6u18-latest/Home/lib/ext
> [echoproperties] java.home=/opt/jprt/products/P1/jdk6u18-latest/Home
> [echoproperties] java.io.tmpdir=/var/folders/y4/s490h3f55fs1jvc95nt1tc4w0000mv/T/
> [echoproperties] java.library.path=.\:/Library/Java/Extensions\:/System/Library/Java/Extensions\:/usr/lib/java
> [echoproperties] java.runtime.name=Java(TM) SE Runtime Environment
> [echoproperties] java.runtime.version=1.6.0_26-b03-384-11M3527
> [echoproperties] java.specification.name=Java Platform API Specification
> [echoproperties] java.specification.vendor=Sun Microsystems Inc.
> [echoproperties] java.specification.version=1.6
> [echoproperties] java.vendor=Apple Inc.
> [echoproperties] java.vendor.url=http\://www.apple.com/
> [echoproperties] java.vendor.url.bug=http\://bugreport.apple.com/
> [echoproperties] java.version=1.6.0_26
> [echoproperties] java.vm.info=mixed mode
> [echoproperties] java.vm.name=Java HotSpot(TM) 64-Bit Server VM
> [echoproperties] java.vm.specification.name=Java Virtual Machine Specification
> [echoproperties] java.vm.specification.vendor=Sun Microsystems Inc.
> [echoproperties] java.vm.specification.version=1.0
> [echoproperties] java.vm.vendor=Apple Inc.
> [echoproperties] java.vm.version=20.1-b02-384
> [echoproperties] jikes.class.path=\:/opt/jprt/products/P1/jdk6u18-latest/Home/../Classes/alt-rt.jar\:/opt/jprt/products/P1/jdk6u18-latest/Home/../Classes/alt-string.jar\:/opt/jprt/products/P1/jdk6u18-latest/Home/../Classes/charsets.jar\:/opt/jprt/products/P1/jdk6u18-latest/Home/../Classes/classes.jar\:/opt/jprt/products/P1/jdk6u18-latest/Home/../Classes/dt.jar\:/opt/jprt/products/P1/jdk6u18-latest/Home/../Classes/jce.jar\:/opt/jprt/products/P1/jdk6u18-latest/Home/../Classes/jconsole.jar\:/opt/jprt/products/P1/jdk6u18-latest/Home/../Classes/jsse.jar\:/opt/jprt/products/P1/jdk6u18-latest/Home/../Classes/management-agent.jar\:/opt/jprt/products/P1/jdk6u18-latest/Home/../Classes/ui.jar
> [echoproperties] line.separator=\n
> [echoproperties] mrj.build=11M3527
> [echoproperties] mrj.version=1060.1.6.0_26-384
> [echoproperties] os.arch=x86_64
> [echoproperties] os.name=Mac OS X
> [echoproperties] os.version=10.7.2
> [echoproperties] path.separator=\:
> [echoproperties] socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16|se.oracle.com|*.se.oracle.com
> [echoproperties] socksProxyHost=www-proxy.us.oracle.com
> [echoproperties] socksProxyPort=80
> [echoproperties] sun.arch.data.model=64
> [echoproperties] sun.boot.class.path=/opt/jprt/products/P1/jdk6u18-latest/Classes/jsfd.jar\:/opt/jprt/products/P1/jdk6u18-latest/Classes/classes.jar\:/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar\:/opt/jprt/products/P1/jdk6u18-latest/Classes/ui.jar\:/opt/jprt/products/P1/jdk6u18-latest/Classes/laf.jar\:/opt/jprt/products/P1/jdk6u18-latest/Classes/sunrsasign.jar\:/opt/jprt/products/P1/jdk6u18-latest/Classes/jsse.jar\:/opt/jprt/products/P1/jdk6u18-latest/Classes/jce.jar\:/opt/jprt/products/P1/jdk6u18-latest/Classes/charsets.jar
> [echoproperties] sun.boot.library.path=/opt/jprt/products/P1/jdk6u18-latest/Libraries
> [echoproperties] sun.cpu.endian=little
> [echoproperties] sun.cpu.isalist=
> [echoproperties] sun.io.unicode.encoding=UnicodeLittle
> [echoproperties] sun.java.command=org.apache.tools.ant.launch.Launcher -cp  -verbose all
> [echoproperties] sun.java.launcher=SUN_STANDARD
> [echoproperties] sun.jnu.encoding=MacRoman
> [echoproperties] sun.management.compiler=HotSpot 64-Bit Tiered Compilers
> [echoproperties] sun.os.patch.level=unknown
> [echoproperties] user.country=
> [echoproperties] user.dir=/private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc
> [echoproperties] user.home=/Users/jprtadm
> [echoproperties] user.language=en
> [echoproperties] user.name=jprtadm
> [echoproperties] user.timezone=
> Property "env.PRODUCT_NAME" has not been set
> Property "env.SRCROOT" has not been set
> Property "env.CONFIGURATION" has not been set
> Property "env.RC_ARCHS" has not been set
> Property "env.CONFIGURATION_BUILD_DIR" has not been set
> Property "env.INSTALL_PATH" has not been set
>       [echo] (Settings :src '.' :cfg 'Debug' :obj '../../../build/macosx-universal/JObjC.build' :dst '../../../build/macosx-universal/JObjC.dst/Debug')
> Property "env.BENCH_MATCH" has not been set
> Build sequence for target(s) `all' is [gen-pcoder, build-core, build-core-native, build-generator, run-generator, build-generated, build-additions, build-additions-native, assemble-product, all]
> Complete build sequence is [gen-pcoder, build-core, build-core-native, build-generator, run-generator, build-generated, build-additions, build-additions-native, assemble-product, all, clean, clean-all, build-test-installed, build-test-native-installed, bench-installed, test-installed, all-but-gen, run-generator-old, all-test, build-test, build-test-native, install, installsrc, installhdrs, test, bench, clean-all-test, doc-core, ]
>
> gen-pcoder:
>       [exec] Current OS is Mac OS X
>       [exec] Executing './run-and-write-if-okay' with arguments:
>       [exec] './src/core/PrimitiveCoder.hs'
>       [exec] './src/core/java/com/apple/jobjc/PrimitiveCoder.java'
>       [exec]
>       [exec] The ' characters around the executable and arguments are
>       [exec] not part of the command.
>       [exec] ./run-and-write-if-okay:40: warning: Insecure world writable dir /opt/jprt/products/P1/jdk6u18-latest in PATH, mode 040777
>       [exec] env: runhaskell: No such file or directory
>       [exec]
>       [exec] ./src/core/PrimitiveCoder.hs failed to run trial. Ignoring.
>
> build-core:
>      [mkdir] Created dir: /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core
>      [javac] com/apple/jobjc/PrimitiveCoder.java added as com/apple/jobjc/PrimitiveCoder.class doesn't exist.
>      [javac] Compiling 1 source file to /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core
>      [javac] Using modern compiler
>      [javac] Compilation arguments:
>      [javac] '-d'
>      [javac] '/private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core'
>      [javac] '-classpath'
>      [javac] '/private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core'
>      [javac] '-sourcepath'
>      [javac] '/private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc/src/core/java'
>      [javac] '-target'
>      [javac] '1.5'
>      [javac] '-g'
>      [javac] '-source'
>      [javac] '1.5'
>      [javac]
>      [javac] The ' characters around the executable and arguments are
>      [javac] not part of the command.
>      [javac] File to be compiled:
>      [javac]     /private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/PrimitiveCoder.java
>      [javac] Note: Some input files use unchecked or unsafe operations.
>      [javac] Note: Recompile with -Xlint:unchecked for details.
>      [javac] com/apple/jobjc/CFType.java added as com/apple/jobjc/CFType.class doesn't exist.
>      [javac] com/apple/jobjc/CIF.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/CIF.class is up to date.
>      [javac] com/apple/jobjc/Coder.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/Coder.class is up to date.
>      [javac] com/apple/jobjc/FFIType.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/FFIType.class is up to date.
>      [javac] com/apple/jobjc/Function.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/Function.class is up to date.
>      [javac] com/apple/jobjc/ID.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/ID.class is up to date.
>      [javac] com/apple/jobjc/Invoke.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/Invoke.class is up to date.
>      [javac] com/apple/jobjc/JObjCRuntime.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/JObjCRuntime.class is up to date.
>      [javac] com/apple/jobjc/MacOSXFramework.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/MacOSXFramework.class is up to date.
>      [javac] com/apple/jobjc/NSClass.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/NSClass.class is up to date.
>      [javac] com/apple/jobjc/NativeArgumentBuffer.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/NativeArgumentBuffer.class is up to date.
>      [javac] com/apple/jobjc/NativeBuffer.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/NativeBuffer.class is up to date.
>      [javac] com/apple/jobjc/NativeObjectLifecycleManager.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/NativeObjectLifecycleManager.class is up to date.
>      [javac] com/apple/jobjc/Opaque.java added as com/apple/jobjc/Opaque.class doesn't exist.
>      [javac] com/apple/jobjc/Pointer.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/Pointer.class is up to date.
>      [javac] com/apple/jobjc/PrimitiveCoder.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/PrimitiveCoder.class is up to date.
>      [javac] com/apple/jobjc/SEL.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/SEL.class is up to date.
>      [javac] com/apple/jobjc/Struct.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/Struct.class is up to date.
>      [javac] com/apple/jobjc/Subclassing.java omitted as /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core/com/apple/jobjc/Subclassing.class is up to date.
>      [javac] Compiling 2 source files to /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core
>      [javac] Using modern compiler
>      [javac] Compilation arguments:
>      [javac] '-d'
>      [javac] '/private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core'
>      [javac] '-classpath'
>      [javac] '/private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core'
>      [javac] '-sourcepath'
>      [javac] '/private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc/src/core/java'
>      [javac] '-target'
>      [javac] '1.5'
>      [javac] '-g'
>      [javac] '-source'
>      [javac] '1.5'
>      [javac]
>      [javac] The ' characters around the executable and arguments are
>      [javac] not part of the command.
>      [javac] Files to be compiled:
>      [javac]     /private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/CFType.java
>      [javac]     /private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/Opaque.java
>       [exec] Current OS is Mac OS X
>       [exec] Output redirected to property: core.classes
>       [exec] Executing './extract_classes.pl' with arguments:
>       [exec] '/private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core'
>       [exec]
>       [exec] The ' characters around the executable and arguments are
>       [exec] not part of the command.
>      [mkdir] Created dir: /private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/src/jni_headers/core
>      [javah] Compilation arguments:
>      [javah] '-d'
>      [javah] '/private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/src/jni_headers/core'
>      [javah] '-classpath'
>      [javah] '/private/tmp/jprt/P1/201435.kohair/source/src/build/macosx-universal/JObjC.build/bin/core'
>      [javah]
>      [javah] The ' characters around the executable and arguments are
>      [javah] not part of the command.
>      [javah] Classes to be compiled:
>      [javah]     com.apple.jobjc.CFType
>      [javah]     com.apple.jobjc.CIF
>      [javah]     com.apple.jobjc.Coder$IDCoder
>      [javah]     com.apple.jobjc.Coder$NSClassCoder
>      [javah]     com.apple.jobjc.Coder$PointerCoder
>      [javah]     com.apple.jobjc.Coder$PrimitivePointerCoder
>      [javah]     com.apple.jobjc.Coder$SELCoder
>      [javah]     com.apple.jobjc.Coder$StructCoder
>      [javah]     com.apple.jobjc.Coder$UnknownCoder
>      [javah]     com.apple.jobjc.Coder$VoidCoder
>      [javah]     com.apple.jobjc.Coder
>      [javah]     com.apple.jobjc.FFIType
>      [javah]     com.apple.jobjc.Function
>      [javah]     com.apple.jobjc.ID
>      [javah]     com.apple.jobjc.Invoke$FunCall
>      [javah]     com.apple.jobjc.Invoke$MsgSend
>      [javah]     com.apple.jobjc.Invoke$MsgSendSuper
>      [javah]     com.apple.jobjc.Invoke
>      [javah]     com.apple.jobjc.JObjCRuntime$Arch
>      [javah]     com.apple.jobjc.JObjCRuntime$Width
>      [javah]     com.apple.jobjc.JObjCRuntime
>      [javah]     com.apple.jobjc.MacOSXFramework
>      [javah]     com.apple.jobjc.NativeArgumentBuffer
>      [javah]     com.apple.jobjc.NativeBuffer
>      [javah]     com.apple.jobjc.NativeObjectLifecycleManager$CFRetainRelease
>      [javah]     com.apple.jobjc.NativeObjectLifecycleManager$Free
>      [javah]     com.apple.jobjc.NativeObjectLifecycleManager$Nothing
>      [javah]     com.apple.jobjc.NativeObjectLifecycleManager
>      [javah]     com.apple.jobjc.NSClass$NSClassNotFoundException
>      [javah]     com.apple.jobjc.NSClass
>      [javah]     com.apple.jobjc.Opaque
>      [javah]     com.apple.jobjc.Pointer
>      [javah]     com.apple.jobjc.PrimitiveCoder$BoolCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder$DoubleCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder$FloatCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder$SCharCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder$SIntCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder$SLongCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder$SLongLongCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder$SShortCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder$UCharCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder$UIntCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder$ULongCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder$ULongLongCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder$UShortCoder
>      [javah]     com.apple.jobjc.PrimitiveCoder
>      [javah]     com.apple.jobjc.SEL
>      [javah]     com.apple.jobjc.Struct
>      [javah]     com.apple.jobjc.Subclassing
>
> build-core-native:
>       [exec] Current OS is Mac OS X
>       [exec] Setting environment variable: CC=
>       [exec] Setting environment variable: CXX=
>       [exec] Executing 'xcodebuild' with arguments:
>       [exec] '-configuration'
>       [exec] 'Debug'
>       [exec] '-target'
>       [exec] 'build-core-native'
>       [exec] 'SRCROOT=.'
>       [exec] 'OBJROOT=../../../build/macosx-universal/JObjC.build'
>       [exec] 'DSTROOT=../../../build/macosx-universal/JObjC.dst/Debug'
>       [exec] 'TARGET_TEMP_DIR=../../../build/macosx-universal/JObjC.dst'
>       [exec] 'PROJECT_TEMP_DIR=../../../build/macosx-universal/JObjC.dst'
>       [exec] 'BUILD_DIR=../../../build/macosx-universal/JObjC.dst'
>       [exec]
>       [exec] The ' characters around the executable and arguments are
>       [exec] not part of the command.
>       [exec] Build settings from command line:
>       [exec]     BUILD_DIR = ../../../build/macosx-universal/JObjC.dst
>       [exec]     DSTROOT = ../../../build/macosx-universal/JObjC.dst/Debug
>       [exec]     OBJROOT = ../../../build/macosx-universal/JObjC.build
>       [exec]     PROJECT_TEMP_DIR = ../../../build/macosx-universal/JObjC.dst
>       [exec]     SRCROOT = .
>       [exec]     TARGET_TEMP_DIR = ../../../build/macosx-universal/JObjC.dst
>       [exec]
>       [exec] === BUILD LEGACY TARGET build-core-java OF PROJECT JObjC WITH CONFIGURATION Debug ===
>       [exec] Check dependencies
>       [exec] 2011-12-01 12:23:29.270 xcodebuild[48737:3f03] ASSERTION FAILURE in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-928/Xcode3Sources/XcodeIDE/Frameworks/DevToolsBase/pbxcore/Target.subproj/PBXTargetBuildContext.m:1966
>       [exec] Details:  Assertion failed: [filePath isAbsolutePath]
>       [exec] Object:<PBXTargetBuildContext: 0x401013d00>
>       [exec] Method:   -setHeadermapToolInvocation:forFilePath:
>       [exec] Thread:<NSThread: 0x40040c1a0>{name = (null), num = 2}
>       [exec] Backtrace:
>       [exec]   0  0x000000010642b9ac -[PBXTargetBuildContext(DependencyGraphEvents) handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in DevToolsCore)
>       [exec]   1  0x0000000105828794 _DVTAssertionFailureHandler (in DVTFoundation)
>       [exec]   2  0x0000000106423482 -[PBXTargetBuildContext setHeadermapToolInvocation:forFilePath:] (in DevToolsCore)
>       [exec]   3  0x00000001064798be -[XCCompilerSpecification computeDependenciesForFilePath:ofType:outputDirectory:inTargetBuildContext:] (in DevToolsCore)
>       [exec]   4  0x0000000106523007 -[XCBuildRuleDGSnapshot(DependencyGraphCreation) computeDependenciesForFilePath:ofType:forBuildFileReference:withOutputDirectory:additionalProperties:inTargetBuildContext:] (in DevToolsCore)
>       [exec]   5  0x000000010651b978 -[XCSourcesBuildPhaseDGSnapshot(DependencyGraphCreation) _computeDependenciesForFilePath:ofType:forBuildFileReference:usingBuildRule:inTargetBuildContext:processedPaths:] (in DevToolsCore)
>       [exec]   6  0x000000010651c04f -[XCSourcesBuildPhaseDGSnapshot(DependencyGraphCreation) computeDependenciesForFilePath:ofType:forBuildFileReference:usingBuildRule:inTargetBuildContext:] (in DevToolsCore)
>       [exec]   7  0x000000010651c600 -[XCSourcesBuildPhaseDGSnapshot(DependencyGraphCreation) computeDependenciesForBuildFileReference:inTargetBuildContext:] (in DevToolsCore)
>       [exec]   8  0x0000000106510fec -[XCBuildPhaseDGSnapshot(DependencyGraphCreation) computeDependenciesForAllBuildFileReferencesInTargetBuildContext:] (in DevToolsCore)
>       [exec]   9  0x000000010651dee3 -[XCSourcesBuildPhaseDGSnapshot(DependencyGraphCreation) computeDependenciesForAllBuildFileReferencesInTargetBuildContext:] (in DevToolsCore)
>       [exec]  10  0x000000010651e86e -[XCSourcesBuildPhaseDGSnapshot(DependencyGraphCreation) computeDependenciesInTargetBuildContext:] (in DevToolsCore)
>       [exec]  11  0x000000010647cd2d -[XCProductTypeSpecification computeDependenciesInTargetBuildContext:] (in DevToolsCore)
>       [exec]  12  0x000000010650ca42 -[XCNativeTargetDGSnapshot(DependencyGraphCreation) computeDependenciesInTargetBuildContext:] (in DevToolsCore)
>       [exec]  13  0x000000010641b26d -[PBXTargetBuildContext createDependencyGraphWithTargetDGSnapshot:] (in DevToolsCore)
>       [exec]  14  0x000000010642ca2e -[PBXTargetBuildContext(DependencyGraphEvents) dg_setTargetSnapshot:] (in DevToolsCore)
>       [exec]  15  0x00007fff900cc20c __invoking___ (in CoreFoundation)
>       [exec]  16  0x00007fff900cc0a4 -[NSInvocation invoke] (in CoreFoundation)
>       [exec]  17  0x000000010642bdf1 -[PBXTargetBuildContext(DependencyGraphEvents) processDependencyGraphEvents] (in DevToolsCore)
>       [exec]  18  0x00007fff900cc20c __invoking___ (in CoreFoundation)
>       [exec]  19  0x00007fff900cc0a4 -[NSInvocation invoke] (in CoreFoundation)
>       [exec]  20  0x0000000106475296 -[XCInvocationQueue _processNextInvocationInThreadSlotNumber:] (in DevToolsCore)
>       [exec]  21  0x00000001064756a0 -[XCInvocationQueue _processInvocationsInThreadSlotNumber:] (in DevToolsCore)
>       [exec]  22  0x00007fff92d7d7fe -[NSThread main] (in Foundation)
>       [exec]  23  0x00007fff92d7d776 __NSThread__main__ (in Foundation)
>       [exec]  24  0x00007fff8dad48bf _pthread_start (in libsystem_c.dylib)
>       [exec]  25  0x00007fff8dad7b75 thread_start (in libsystem_c.dylib)
>       [exec] 2011-12-01 12:23:29.327 xcodebuild[48737:3803]  DVTAssertions: ASSERTION FAILURE in /SourceCache/DVTFoundation/DVTFoundation-903/Framework/Classes/FilePaths/DVTFilePath.m:370
>       [exec] Details:  fsrep is relative ('../../../build/macosx-universal/JObjC.dst') parentPath must not be nil but it is.
>       [exec] Object:<DVTFilePath>
>       [exec] Method:   +_filePathForParent:fileSystemRepresentation:length:allowCreation:
>       [exec] Thread:<NSThread: 0x400129b00>{name = (null), num = 3}
>       [exec] Hints: None
>       [exec] Backtrace:
>       [exec]   0  0x00000001058288c4 -[DVTAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in DVTFoundation)
>       [exec]   1  0x0000000105828794 _DVTAssertionFailureHandler (in DVTFoundation)
>       [exec]   2  0x00000001057c5d32 +[DVTFilePath _filePathForParent:fileSystemRepresentation:length:allowCreation:] (in DVTFoundation)
>       [exec]   3  0x00000001057c5963 +[DVTFilePath _filePathForParent:pathString:] (in DVTFoundation)
>       [exec]   4  0x00000001057c6d47 +[DVTFilePath filePathForPathString:] (in DVTFoundation)
>       [exec]   5  0x00000001063e219e -[PBXTarget(XCBuildables) buildWillStartWithBuildLogRecorder:buildParameters:] (in DevToolsCore)
>       [exec]   6  0x0000000106567f34 -[Xcode3TargetBuildableSnapshot buildForBuilderWillStart:] (in DevToolsCore)
>       [exec]   7  0x0000000105af6256 -[IDEBuildableSnapshot performBuildForBuilder:buildCommand:buildOnlyTheseFiles:] (in IDEFoundation)
>       [exec]   8  0x0000000105a30513 -[IDEBuilder main] (in IDEFoundation)
>       [exec]   9  0x00007fff92d6b788 -[__NSOperationInternal start] (in Foundation)
>       [exec]  10  0x00007fff92d7e9e6 ____NSOQSchedule_block_invoke_2 (in Foundation)
>       [exec]  11  0x00007fff8c45b8ba _dispatch_call_block_and_release (in libdispatch.dylib)
>       [exec]  12  0x00007fff8c45c799 _dispatch_worker_thread2 (in libdispatch.dylib)
>       [exec]  13  0x00007fff8dad63da _pthread_wqthread (in libsystem_c.dylib)
>       [exec]  14  0x00007fff8dad7b85 start_wqthread (in libsystem_c.dylib)
>
> BUILD FAILED
> /private/tmp/jprt/P1/201435.kohair/source/src/macosx/native/jobjc/build.xml:156: exec returned: 134
> 	at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:636)
> 	at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:662)
> 	at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:487)
> 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
> 	at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> 	at org.apache.tools.ant.Task.perform(Task.java:348)
> 	at org.apache.tools.ant.Target.execute(Target.java:357)
> 	at org.apache.tools.ant.Target.performTasks(Target.java:385)
> 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
> 	at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
> 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> 	at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
> 	at org.apache.tools.ant.Main.runBuild(Main.java:758)
> 	at org.apache.tools.ant.Main.startAnt(Main.java:217)
> 	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
> 	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
>
> Total time: 7 seconds
> make[2]: *** [../../../build/macosx-universal/JObjC.build/JObjC.jar] Error 1
> make[1]: *** [all] Error 1
> make: *** [all] Error 1
>
>




More information about the macosx-port-dev mailing list