[gem5-dev] Re: weird issue using gcr.io/gem5-test/clang-version-9 docker image?

2021-02-19 Thread Gabe Black via gem5-dev
Sorry I hadn't gotten back to you about this. Your explanation made sense (stale docker), but I wanted to try it out before replying to make sure that was it. I have now, and that command (less the http:// prefix which it didn't like) said it downloaded an update. After that, "which

[gem5-dev] Re: weird issue using gcr.io/gem5-test/clang-version-9 docker image?

2021-02-14 Thread Bobby Bruce via gem5-dev
I can't recreate the "clang-version-9 docker image without python3-config" bug on my end . I also had a little check of Kokoro and found the image there to be fine: https://gem5-review.googlesource.com/c/public/gem5/+/41373. python3-config appears to exist on the image inside Kokoro. I _think_

[gem5-dev] Re: weird issue using gcr.io/gem5-test/clang-version-9 docker image?

2021-02-12 Thread Gabe Black via gem5-dev
Hi Bobby, that's not the docker I'm using. The one I'm using is gcr.io/gem5-test/clang-version-9 which is the one run as part of the presubmit tests (see original email). There may have been drift between that and the compiler tests? When I run that docker interactively (otherwise the same command

[gem5-dev] Re: weird issue using gcr.io/gem5-test/clang-version-9 docker image?

2021-02-12 Thread Bobby Bruce via gem5-dev
Hey Gabe, So, the docker image appears to have python3-config: ``` docker run --rm gcr.io/gem5-test/clang-version-9 python3-config ``` Returns: ``` Usage: /usr/bin/python3-config --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir ```