mx gate fail

Gilles Duboscq duboscq at ssw.jku.at
Tue Jun 3 13:51:34 UTC 2014


On Tue, Jun 3, 2014 at 3:31 PM, Tom Deneau <tom.deneau at amd.com> wrote:
> Running mx gate, I get the following failure.
> Strange because I do see the com.oracle.graal.hotspot.jfr directory.

The project is probably "hidden" because you're not building from an
Oracle JDK: this project depends on JDK libraries that are only found
in Oracle JDKs. When these libraries are not present the project is
"hidden" so that it doesn't get in the way but it seems it doesn't
hide so well from the project canonicalizer.

-Gilles

>
> -- Tom
>
> ...
> modified /home/tom/graal/graal/com.oracle.graal.api.replacements/com.oracle.graal.api.replacements.iml
> modified /home/tom/graal/graal/com.oracle.graal.hotspot.jdk8.test/com.oracle.graal.hotspot.jdk8.test.iml
> modified /home/tom/graal/graal/com.oracle.graal.api.meta/com.oracle.graal.api.meta.iml
> modified /home/tom/graal/graal/com.oracle.graal.replacements.test/com.oracle.graal.replacements.test.iml
> gate: 03 Jun 2014 08:28:08: END:   IDEConfigCheck [0:00:43.867074]
> gate: 03 Jun 2014 08:28:08: BEGIN: Canonicalization Check
> 03 Jun 2014 08:28:08 - Ensuring mx/projects files are canonicalized...
> Traceback (most recent call last):
>   File "/home/tom/graal/mx/mx_graal.py", line 1308, in gate
>     if mx.canonicalizeprojects([]) != 0:
>   File "/home/tom/graal/mxtool/mx.py", line 2657, in canonicalizeprojects
>     p = project(m.group(1))
>   File "/home/tom/graal/mxtool/mx.py", line 1178, in project
>     abort('project named ' + name + ' not found')
>   File "/home/tom/graal/mxtool/mx.py", line 1877, in abort
>     raise SystemExit(codeOrMessage)
> SystemExit: project named com.oracle.graal.hotspot.jfr not found
> gate: 03 Jun 2014 08:28:08: ABORT: Gate [0:00:43.969592]
> project named com.oracle.graal.hotspot.jfr not found


More information about the graal-dev mailing list