Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Missing compilers #3701

Open
partouf opened this issue May 21, 2022 · 6 comments
Open

[BUG]: Missing compilers #3701

partouf opened this issue May 21, 2022 · 6 comments
Labels

Comments

@partouf
Copy link
Contributor

partouf commented May 21, 2022

Describe the bug

warn: Unable to stat gnatppc641120 compiler binary: ENOENT: no such file or directory, stat '/opt/compiler-explorer/powerpc64/gcc-11.2.0/powerpc64-unknown-linux-gnu/bin/powerpc64-unknown-linux-gnu-gnat' {"code":"ENOENT","errno":-2,"path":"/opt/compiler-explorer/powerpc64/gcc-11.2.0/powerpc64-unknown-linux-gnu/bin/powerpc64-unknown-linux-gnu-gnat","stack":"Error: ENOENT: no such file or directory, stat '/opt/compiler-explorer/powerpc64/gcc-11.2.0/powerpc64-unknown-linux-gnu/bin/powerpc64-unknown-linux-gnu-gnat'","syscall":"stat"}

warn: Unable to stat solc036 compiler binary: ENOENT: no such file or directory, stat '/opt/compiler-explorer/solc-0.3.6/solc' {"code":"ENOENT","errno":-2,"path":"/opt/compiler-explorer/solc-0.3.6/solc","stack":"Error: ENOENT: no such file or directory, stat '/opt/compiler-explorer/solc-0.3.6/solc'","syscall":"stat"}

Steps to reproduce

compiler discovery

Expected behavior

compilers should be removed from properties or installed

Reproduction link

Not applicable

Screenshots

Not applicable

Operating System

No response

Browser version

No response

@partouf partouf added the bug label May 21, 2022
@dkm
Copy link
Member

dkm commented May 21, 2022

Let me check the ppc part...

@partouf
Copy link
Contributor Author

partouf commented May 21, 2022

gcc is installed, but no gnat

@dkm
Copy link
Member

dkm commented May 21, 2022

yes, that's what I'm seeing. Checking the ct-ng config now...

@dkm
Copy link
Member

dkm commented May 21, 2022

Yes, config is wrong. Fixing it now.

@dkm
Copy link
Member

dkm commented May 21, 2022

Checking the build locally. If ok I'll push a fix in gcc-cross for GNAT.

@dkm
Copy link
Member

dkm commented May 21, 2022

Ok, fixed locally. Pushing a fix later today!

  • fix ct-ng config (merged)
  • rebuild the compiler (job)

dkm added a commit to compiler-explorer/gcc-cross-builder that referenced this issue May 21, 2022
The config was not correctly enabling GNAT/Ada.

compiler-explorer/compiler-explorer#3701
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
dkm added a commit to compiler-explorer/gcc-cross-builder that referenced this issue May 21, 2022
The config was not correctly enabling GNAT/Ada.

compiler-explorer/compiler-explorer#3701
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
dkm added a commit to compiler-explorer/gcc-cross-builder that referenced this issue May 21, 2022
The config was not correctly enabling GNAT/Ada.

compiler-explorer/compiler-explorer#3701
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants