On Nov 25, 2009, at 2:31 PM, Stephen Bannasch wrote: > Here's my updated script I am using to build: http://gist.github.com/243072 > > The build stopped in this section: > > Here's the console output bracketing the error: > > /bin/mv > /Users/stephen/dev/java/src/bsd-port/build/bsd-i586/lib/classlist.temp > /Users/stephen/dev/java/src/bsd-port/build/bsd-i586/lib/classlist > if [ "" = "" ] ; then /bin/mkdir -p > /Users/stephen/dev/java/src/bsd-port/build/bsd-i586/lib ; ( cd > /NOT-SET/re/jdk/1.7.0/promoted/latest/binaries/bsd-i586 && /bin/cp > lib/orb.idl lib/ir.idl > /Users/stephen/dev/java/src/bsd-port/build/bsd-i586/lib ) ; fi > /bin/sh: line 0: cd: /NOT-SET/re/jdk/1.7.0/promoted/latest/binaries/bsd-i586: > No such file or directory
The diff between my build.sh and yours contains the following chunk for the environment variables. Maybe one of those settings is the problem. -- John sets=" - ALT_BOOTDIR=/usr/local/soylatte16-i386-1.0.3/ + ALT_JIBX_LIBS_PATH=$HOME/Downloads/jibx/lib + ALT_JDK_IMPORT_PATH=/usr/local/soylatte16-i386-1.0.3 + ALT_BOOTDIR=/usr/local/soylatte16-i386-1.0.3 + ALT_BINARY_PLUGS_PATH=$HOME/Downloads/JDK7/jdk-7-icedtea-plugs ALT_FREETYPE_HEADERS_PATH=/usr/X11R6/include ALT_FREETYPE_LIB_PATH=/usr/X11R6/lib - ALT_JIBX_LIBS_PATH=/Users/stephen/dev/java/jibx/lib ANT_HOME=/usr/share/ant NO_DOCS=true - HOTSPOT_BUILD_JOBS=3 + HOTSPOT_BUILD_JOBS=2 BUILD_LANGTOOLS=true BUILD_JAXP=false BUILD_JAXWS=false BUILD_CORBA=false BUILD_HOTSPOT=true BUILD_JDK=true + CC=gcc-4.0 + CXX=g++-4.0 + ALT_COMPILER_PATH=$(pwd -P)/ALT_COMPILER_PATH/ + LD_LIBRARY_PATH= "
_______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
