Hi Piotr, I created the tarballs on opensolaris as root. It appears the default $PATH now picks up tar from /usr/gnu/bin before looking in /usr/bin. The problem is caused by the different handling of long filenames. I've rebuilt the source tarballs using /usr/bin/tar and reposted them. You can either download the source tarball again or extract the one you have with /usr/gnu/bin/tar.
Sorry about that, Jonathan Piotr Jasiukajtis wrote: > Hi, > > I upgraded from 111 (Colorado already installed) to 111b and now I am > trying to build the latest Colorado's Core. > I use build 111 source as a ON reference. > OpenDMK and webconsole are already installed. > I upgraded ohac-tools and colorado sources only. > > > In short I got this error from nbuild: > > estibi at greensrv /local_code/ohac/colorado+5.11+i386/usr/src/lib/cmass> > /opt/scbld/bin/nbmake > greensrv --> 1 job > greensrv --> 1 job > greensrv --> Job output > /local_code/ohac/colorado+5.11+i386/usr/src/lib/cmass/common > /usr/java/bin/javac -deprecation -classpath > ::/usr/lib/cacao/lib/cacao_cacao.jar:/usr/lib/cacao/lib/cacao_efd.jar:/usr/lib/cacao/lib/cacao_commandstream.jar:/usr/java/jre/lib/rt.jar:/usr/share/lib/jdmk/jdmkrt.jar:/usr/share/lib/jdmk/jmxremote_optional.jar:/local_code/ohac/colorado+5.11+i386/usr/src/lib/dsconfig/classes:. > @java-file-list > com/sun/cluster/common/TrustedMBeanModel.java:261: cannot find symbol > symbol : variable TrustedRetryMBeanServerInvocationHandler > location: class com.sun.cluster.common.TrustedMBeanModel > return TrustedRetryMBeanServerInvocationHandler.newProxyInstance( > ^ > com/sun/cluster/common/TrustedMBeanModel.java:293: cannot find symbol > symbol : variable TrustedRetryMBeanServerInvocationHandler > location: class com.sun.cluster.common.TrustedMBeanModel > return TrustedRetryMBeanServerInvocationHandler.newProxyInstance( > ^ > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > 2 errors > *** Error code 1 > The following command caused the error: > CP=`echo > "::/usr/lib/cacao/lib/cacao_cacao.jar:/usr/lib/cacao/lib/cacao_efd.jar:/usr/lib/cacao/lib/cacao_commandstream.jar:/usr/java/jre/lib/rt.jar:/usr/share/lib/jdmk/jdmkrt.jar:/usr/share/lib/jdmk/jmxremote_optional.jar:/local_code/ohac/colorado+5.11+i386/usr/src/lib/dsconfig/classes:."|sed > 's+ *+:+g'`; \ > CMD="/usr/java/bin/javac -deprecation -classpath ${CP} @java-file-list";\ > echo $CMD; \ > $CMD > dmake: Fatal error: Command failed for target `cmas_common.jar' > Current working directory > /local_code/ohac/colorado+5.11+i386/usr/src/lib/cmass/common > *** Error code 1 > The following command caused the error: > cd common; pwd; dmake install > dmake: Fatal error: Command failed for target `common' > Current working directory > /local_code/ohac/colorado+5.11+i386/usr/src/lib/cmass > > > estibi at greensrv /local_code/ohac/colorado+5.11+i386/usr/src/lib/cmass> > scinstall -p > 33284.2009.6_0.111 > > > estibi at greensrv /local_code/ohac/colorado+5.11+i386/usr/src/lib/cmass> > cat /etc/release > OpenSolaris 2009.06 snv_111b X86 > Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. > Use is subject to license terms. > Assembled 07 May 2009 > > >