cardano-community / guild-operators

Artifacts and scripts created by Guild operators
https://cardano-community.github.io/guild-operators
MIT License
354 stars 177 forks source link

Error: Unable to find a match: libsodium-devel #433

Closed dravenflash closed 4 years ago

dravenflash commented 4 years ago

./prereqs.sh Using yum to prepare packages for "CentOS Linux" system Updating system packages... Installing missing prerequisite packages, if any.. Error: Unable to find a match: libsodium-devel srm An error occurred while installing the prerequisite packages, please investigate by using the command below: sudo yum -y install coreutils python3 pkgconfig libffi-devel gmp-devel openssl-devel ncurses-libs ncurses-compat-libs systemd systemd-devel libsodium-devel zlib-devel npm yarn make gcc-c++ tmux git wget epel-release jq gnupg libtool autoconf util-linux It would be best if you could submit an issue at https://github.com/cardano-community/guild-operators with the details to tackle in future, as some errors may be due to external/already present dependencies [h@instance-2 ~]$ sudo yum -y install coreutils python3 pkgconfig libffi-devel gmp-devel openssl-devel ncurses-libs ncurses-compat-libs systemd systemd-devel libsodium-devel zlib-devel npm yarn make gcc-c++ tmux git wget epel-release jq gnupg libtool autoconf util-linux Last metadata expiration check: 0:00:30 ago on Thu 20 Aug 2020 08:47:29 AM UTC. Package coreutils-8.30-7.el8_2.1.x86_64 is already installed. Package python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 is already installed. Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed. Package gmp-devel-1:6.1.2-10.el8.x86_64 is already installed. Package ncurses-libs-6.1-7.20180224.el8.x86_64 is already installed. Package ncurses-compat-libs-6.1-7.20180224.el8.x86_64 is already installed. Package systemd-239-31.el8_2.2.x86_64 is already installed. Package systemd-devel-239-31.el8_2.2.x86_64 is already installed. No match for argument: libsodium-devel Package zlib-devel-1.2.11-13.el8.x86_64 is already installed. Package make-1:4.2.1-10.el8.x86_64 is already installed. Package gcc-c++-8.3.1-5.el8.0.2.x86_64 is already installed. Package tmux-2.7-1.el8.x86_64 is already installed. Package git-2.18.4-2.el8_2.x86_64 is already installed. Package wget-1.19.5-8.el8_1.1.x86_64 is already installed. Package gnupg2-2.2.9-1.el8.x86_64 is already installed. Package libtool-2.4.6-25.el8.x86_64 is already installed. Package autoconf-2.69-27.el8.noarch is already installed. Package util-linux-2.32.1-22.el8.x86_64 is already installed. Error: Unable to find a match: libsodium-devel

Scitz0 commented 4 years ago

Please post Linux version. For example, the output from: lsb_release -a

rdlrt commented 4 years ago

You need to have EPEL repo present in your CentOS packaging, with already contains libsodium-devel

dravenflash commented 4 years ago

EPEL fixed it