Skip to content

Make Installation Error - v11.1.0 #2617

Locked Answered by jprestop
hootmet asked this question in Installation
Jun 18, 2024 · 15 comments · 16 replies
Discussion options

You must be logged in to vote

We haven't encountered this problem before, but we have had users encounter similar problems. I believe the problem you are experiencing is likely due to a mismatch in compilers in /usr/bin and the conda environment. I see the following in your config.log file:

CC='/usr/bin/gcc'
CPP='/srv/conda/envs/notebook/bin/x86_64-conda-linux-gnu-cpp'
CXX='/usr/bin/c++'

In your install_met_env.jupyter-mvu file, please try setting the following:

export CPP=/usr/bin/c++

as '/srv/conda/envs/notebook/bin/x86_64-conda-linux-gnu-cpp' is currently being used, but we don't want it to be used.

I also see that the following is being set in your install_met_env.jupyter-mvu file:

export COMPILER=gnu_12.3.0

bu…

Replies: 15 comments 16 replies

Comment options

You must be logged in to vote
2 replies
@hootmet
Comment options

@jprestop
Comment options

Comment options

You must be logged in to vote
1 reply
@jprestop
Comment options

Comment options

You must be logged in to vote
1 reply
@jprestop
Comment options

Comment options

You must be logged in to vote
1 reply
@jprestop
Comment options

Comment options

You must be logged in to vote
1 reply
@jprestop
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jprestop
Comment options

Answer selected by jprestop
Comment options

You must be logged in to vote
1 reply
@jprestop
Comment options

Comment options

You must be logged in to vote
1 reply
@jprestop
Comment options

Comment options

You must be logged in to vote
1 reply
@jprestop
Comment options

Comment options

You must be logged in to vote
1 reply
@jprestop
Comment options

Comment options

You must be logged in to vote
1 reply
@jprestop
Comment options

Comment options

You must be logged in to vote
3 replies
@jprestop
Comment options

@jprestop
Comment options

@jprestop
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jprestop
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: build process Build process issue
2 participants