My build fails with the new build system
Kelly O'Hair
kelly.ohair at oracle.com
Tue May 1 12:17:55 PDT 2012
I think this is the jaxp source movement issue, which is fixed in the jdk8/build/jaxp repo
cd into your jaxp repo and run:
hg pull -u http://hg.openjdk.java.net/jdk8/build/jaxp
Then try again. Sorry about this, but the jaxp source movement happened before the build-infra
files were in the TL repository.
Now that build-infra is integrated into all jdk8 systems, we can avoid a similar failure in the future,
however, I'm sure there will be lots of different failures.... ;^)
-kto
On Apr 27, 2012, at 3:25 PM, Jim Holmlund wrote:
> Any ideas about this failure in building my lambda forest?
> :
>> Compiling 4 files in batch BUILD_BREAKITERATOR
>> Generating BreakIteratorData
>> Generating BreakIteratorData_th
>> Installing META-INF/services/com.sun.jdi.connect.spi.TransportService
>> Installing META-INF/services/com.sun.jdi.connect.Connector
>> Installing META-INF/services/sun.java2d.cmm.PCMM
>> Installing META-INF/services/sun.java2d.pipe.RenderingEngine
>> Installing META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
>> Installing META-INF/services/com.sun.tools.attach.spi.AttachProvider
>> Installing META-INF/services/javax.print.PrintServiceLookup
>> Installing META-INF/services/javax.print.StreamPrintServiceFactory
>> Compiling 7574 files in batch BUILD_JDK
>> d:\tools\lambda\jdk\src\share\classes\com\sun\jndi\cosnaming\CNBindingEnumeration.java:49: error:
>> cannot find symbol
>> private BindingListHolder _bindingList; // list of bindings
>> ^
>> symbol: class BindingListHolder
>> location: class CNBindingEnumeration
>> d:\tools\lambda\jdk\src\share\classes\com\sun\jndi\cosnaming\CNBindingEnumeration.java:50: error:
>> cannot find symbol
>> private BindingIterator _bindingIter; // iterator for getting list of bindings
>> ^
>> symbol: class BindingIterator
>> location: class CNBindingEnumeration
>> d:\tools\lambda\jdk\src\share\classes\com\sun\jndi\cosnaming\CNCtx.java:41: error: package
>> org.omg.CosNaming.NamingContextPackage does not exist
>> import org.omg.CosNaming.NamingContextPackage.*;
>> ^
> : < several more similar errors>
>
> - jjh
More information about the build-infra-dev
mailing list