> On Jan 14, 2016, at 5:30 PM, Magnus Ihse Bursie 
> <magnus.ihse.bur...@oracle.com> wrote:
> 
>> On 2016-01-14 19:32, Scott Palmer wrote:
>> I managed to get configure working by installing freetype via XQuartz and
>> forcing it to be found with ./configure --with-freetype=/opt/X11
>> 
>> I'm building on OS X 10.11.2.
>> 
>> The table in Appendix C: Build Environments or the README-builds.html file
>> says "Xcode 6.3 or newer", but Xcode 7 resulted in a couple build errors*.
>> Other sections of README-build.html say only "Xcode 6.3" and "Be sure to
>> use the right Xcode".  So I installed the command line tools for 6.3.2 and
>> that cleared up the 2 compile errors I got with Xcode 7.
>> 
>> After configuring I ran "make all"
>> 
>> Now I'm getting some other errors that appear to be fairly far into the
>> build process:
>> 
>> Creating jre jimage
>> duplicate resource
>> "META-INF/services/sun.jvmstat.monitor.MonitoredHostService", skipping
>> duplicate resource "META-INF/services/com.sun.jdi.connect.Connector",
>> skipping
>> duplicate resource
>> "META-INF/services/sun.jvmstat.monitor.MonitoredHostService", skipping
>> inaccessible reference: com.sun.tools.attach.AgentInitializationException
>> (jdk.attach) -> jdk.Exported (java.base)
>> inaccessible reference: com.sun.tools.attach.AgentLoadException
>> (jdk.attach) -> jdk.Exported (java.base)
>> ... <tons more of these> ...
>> inaccessible reference: jdk.dynalink.linker.support.package-info
>> (jdk.dynalink) -> jdk.Exported (java.base)
>> inaccessible reference: jdk.dynalink.package-info (jdk.dynalink) ->
>> jdk.Exported (java.base)
>> inaccessible reference: jdk.dynalink.support.package-info (jdk.dynalink) ->
>> jdk.Exported (java.base)
>> ERROR: Failed module access verification
> 
> In JDK-8049422, jdk.Exported was removed. It seems there are broken 
> references to jdk.Export. Could it be that your forest is not correctly 
> synced? I suggest trying, in order,
> 1) bash get_source.sh and rebuild
> 2) make clean and rebuild
> 3) re-clone the forest
> 
> /Magnus

That must have been it. My clone was only a few days old, and I tried a make 
clean once already, but another make clean and get_source.sh seemed to have 
fixed it.

Thank you,

Scott

Reply via email to