Original build error was:

for linkfile in `find -type f -name "*.links"`; do \
	perl create-links.pl /builddir/build/BUILDROOT/man-pages-pl-0.6-5.fc25.riscv64//usr/share/man/pl $linkfile; \
done
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
/bin/sh: line 1: perl: command not found
Makefile:28: recipe for target 'install' failed
make: *** [install] Error 127
error: Bad exit status from /var/tmp/rpm-tmp.YGANu2 (%install)
This commit is contained in:
Richard W.M. Jones 2016-10-06 13:44:30 +01:00
parent 494e70cf48
commit c80b3ce78b

View File

@ -7,7 +7,7 @@
Summary: Linux kernel and C library user-space interface documentation
Name: man-pages
Version: 4.07
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
Group: Documentation
URL: http://www.kernel.org/doc/man-pages/
@ -23,6 +23,8 @@ Conflicts: attr < 2.4.47-11
Autoreq: false
BuildArch: noarch
BuildRequires: perl
## Patches ##
# POSIX man pages
@ -76,6 +78,9 @@ popd
%{_mandir}/man*/*
%changelog
* Thu Oct 06 2016 Richard W.M. Jones <rjones@redhat.com> - 4.07-2
- BR perl (https://fedoraproject.org/wiki/Packaging:Perl#Build_Dependencies)
* Thu Jul 28 2016 Nikola Forró <nforro@redhat.com> - 4.07-1
- update to 4.07
resolves #1358060