mx canonicalizeprojects

Doug Simon doug.simon at oracle.com
Wed Feb 1 19:15:04 UTC 2017


The error message is (now) wrong. It was written when the suite.py format was a properties files and so mx could easily fix the issues in place. You need to make the recommended edits manually. I’ll fix the error message.

-Doug

> On 1 Feb 2017, at 20:12, Andrew Haley <aph at redhat.com> wrote:
> 
> gate: 01 Feb 2017 17:00:25: ABORT: Canonicalization Check [0:00:00.221677] [disk (free/total): 11.4GB/29.5GB]
> gate: 01 Feb 2017 17:00:25: END:   Canonicalization Check [0:00:00.221808] [disk (free/total): 11.4GB/29.5GB]
> Traceback (most recent call last):
>  File "/home/travis/build/graalvm/mx/mx_gate.py", line 337, in gate
>    t.abort('Rerun "mx canonicalizeprojects" and check-in the modified mx/suite*.py files.')
>  File "/home/travis/build/graalvm/mx/mx_gate.py", line 162, in abort
>    mx.abort(codeOrMessage)
>  File "/home/travis/build/graalvm/mx/mx.py", line 9521, in abort
>    raise SystemExit(codeOrMessage)
> 
> SystemExit: Rerun "mx canonicalizeprojects" and check-in the modified mx/suite*.py files.
> gate: 01 Feb 2017 17:00:25: ABORT: Gate [0:00:07.782852] [disk (free/total): 11.4GB/29.5GB]
> Rerun "mx canonicalizeprojects" and check-in the modified mx/suite*.py files.
> 
> So I do this:
> 
> aph at arm64:/nfs/zebedee/home/graal/aph/graal-core$ mx canonicalizeprojects
>  File "/nfs/zebedee/home/graal/aph/graal-core/mx.graal-core/suite.py", line 1237 in definition of org.graalvm.compiler.truffle.hotspot.aarch64:
> Canonical dependencies for project org.graalvm.compiler.truffle.hotspot.aarch64 are: [
>        "org.graalvm.compiler.hotspot.aarch64",
>        "org.graalvm.compiler.truffle.hotspot",
>      ],
> 
> When I run "mx canonicalizeprojects", suite.py does not change.  So
> what is it complaining about?
> 
> Andrew.



More information about the graal-dev mailing list