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

Error: Unable to find a match: jasper jasper-devel ImageMagick #4

Open
andresrj opened this issue Mar 20, 2020 · 6 comments
Open

Error: Unable to find a match: jasper jasper-devel ImageMagick #4

andresrj opened this issue Mar 20, 2020 · 6 comments

Comments

@andresrj
Copy link

No match for argument: ImageMagick
Error: Unable to find a match: jasper jasper-devel ImageMagick
The command '/bin/sh -c yum -y install file gcc gcc-gfortran gcc-c++ glibc.i686 libgcc.i686 libpng-devel jasper jasper-devel hostname m4 make perl tar bash tcsh time wget which zlib zlib-devel openssh-clients openssh-server net-tools fontconfig libgfortran libXext libXrender ImageMagick sudo epel-release' returned a non-zero code: 1

@davegill
Copy link
Contributor

@andresrj
Please take a look at github.com/davegill/wrf-coop

@andresrj
Copy link
Author

When trying to build first_part of wrf-coop I get:

The command '/bin/sh -c source /opt/rh/devtoolset-9/enable && cd ${NETCDF}/BUILD_DIR && tar -xf v1.5.1rel.tar.gz && cd netcdf4-python-1.5.1rel/ && export LD_LIBRARY_PATH=${NETCDF}/lib:${LD_LIBRARY_PATH} && export NETCDF4_DIR=${NETCDF} && export HDF5_DIR=/usr/local && python setup.py build && CPPFLAGS="-I${NETCDF}/include -I/usr/local/include" LDFLAGS="-L${NETCDF}/lib -L/usr/local/lib" python setup.py install && echo dummy printout to keep travis happy ncf4-python install' returned a non-zero code: 1

@tsjsdbd
Copy link

tsjsdbd commented Apr 8, 2020

I got the same error: Unable to find a match: scl jasper
From this https://bugs.centos.org/view.php?id=16539 and this https://www.linuxtechi.com/enable-epel-repo-centos8-rhel8-server/ , it still not work .

I Just docker pull davegill/wrf-coop:eighthtry and build the second_part as wrftest Image. but it's not so easy to follow without an Tutorial about how to process data like this repo.

@davegill
Copy link
Contributor

davegill commented Apr 8, 2020

@tsjsdbd @andresrj
Folks,
https://github.com/davegill/wrf-coop/blob/master/README_user.md
I would like everyone to start with grabbing (for now) the sixthtry (for NMM) or eighthtry (for ARW). Trying to build those is hard.

@devdattakulkarni
Copy link

@andresrj @tsjsdbd @davegill I ran into this error. The fix is to change Dockerfile's FROM to pin to centos:7 rather than centos:latest.

In the latest centos version (as of May 2021), some of the packages are no longer present. Pinning to the earlier version of centos for the base image solved this issue for me.

@andresrj
Copy link
Author

@andresrj @tsjsdbd @davegill I ran into this error. The fix is to change Dockerfile's FROM to pin to centos:7 rather than centos:latest.

In the latest centos version (as of May 2021), some of the packages are no longer present. Pinning to the earlier version of centos for the base image solved this issue for me.

Thank you! :)

lvc0107 added a commit to lvc0107/CONAE_WRF_CHIMERE that referenced this issue Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants