tokuhirom / Perl-Build

Other
79 stars 38 forks source link

"No patch utility found" plenv install on fresh fedora 33 #96

Closed Simerax closed 3 years ago

Simerax commented 3 years ago

I've just downloaded and installed plenv (2.3.1 commit: 77a7800) + perl-build (commit: e3965e5e340b52c210ffa52769fc6a29576b0083) like it is recommended for plenv. I'm running a fresh fedora 33 installation with system Perl (5.32.0). I did have to install perl-FindBin perl-locale and perl-deprecate since they were missing in the system perl.

> plenv install 5.30.0
Installing 5.30.0 as 5.30.0
/usr/bin/perl -- /home/xaver/.plenv/plugins/perl-build/bin/perl-build --symlink-devel-executables --build-dir /home/xaver/.plenv/build/1606579152.16385/ --tarball-dir /home/xaver/.plenv/cache/ -Dversiononly 5.30.0 /home/xaver/.plenv/versions/5.30.0
Use the previously fetched perl-5.30.0.tar.gz
Configuring perl '5.30.0'
rm -f config.sh Policy.sh
Auto-guessed '5.30.0'
patching Configure
No patch utility found
ABORT
skaji commented 3 years ago

Install patch command first.

Simerax commented 3 years ago

Oh I thought this was a perl dependency