[Rpm-maint] RPM 4.18.0: Build errors
Scott Andrews
scott.andrews at columbus.rr.com
Wed Sep 21 16:48:58 UTC 2022
%prep
%setup -q -n %{name}-%{version}-release
sed 's:/bin/sh:/usr/bin/sh:' -i macros.in
sh autogen.sh --noconfigure
%build
_options=( --prefix=/usr
--program-prefix=
--sysconfdir=/etc
--sharedstatedir=/var/lib
--localstatedir=/var
--with-crypto=libgcrypt
--with-gnu-ld
--with-archive
--with-cap
--with-acl
--without-selinux
--enable-zstd
--enable-sqlite
--enable-python
--disable-openmp
--disable-dependency-tracking
--disable-silent-rules
--disable-nls
--disable-rpath)
./configure ${_options[@]}
%{make_build}
make[3]: Entering directory
'/home/rpi/BUILD/rpm-4.18.0-release/docs/man' no -s -t man fr/rpm.8.md
-o fr/rpm.8 make[3]: no: No such file or directory
make[3]: *** [Makefile:883: fr/rpm.8] Error 127
make[3]: Leaving directory '/home/rpi/BUILD/rpm-4.18.0-release/docs/man'
make[3]: *** Waiting for unfinished jobs....
make[3]: Entering directory
'/home/rpi/BUILD/rpm-4.18.0-release/docs/man' no -s -t man ja/rpm.8.md
-o ja/rpm.8 make[3]: no: No such file or directory
make[3]: *** [Makefile:883: ja/rpm.8] Error 127
make[3]: Leaving directory '/home/rpi/BUILD/rpm-4.18.0-release/docs/man'
make[3]: Entering directory
'/home/rpi/BUILD/rpm-4.18.0-release/docs/man' no -s -t man
ja/rpm2cpio.8.md -o ja/rpm2cpio.8 make[3]: no: No such file or directory
make[3]: *** [Makefile:883: ja/rpm2cpio.8] Error 127
make[3]: Leaving directory '/home/rpi/BUILD/rpm-4.18.0-release/docs/man'
make[3]: Entering directory
'/home/rpi/BUILD/rpm-4.18.0-release/docs/man' no -s -t man
ja/rpmbuild.8.md -o ja/rpmbuild.8 make[3]: no: No such file or directory
make[3]: *** [Makefile:883: ja/rpmbuild.8] Error 127
make[3]: Leaving directory '/home/rpi/BUILD/rpm-4.18.0-release/docs/man'
make[2]: *** [Makefile:504: all-recursive] Error 1
make[1]: *** [Makefile:1305: all-recursive] Error 1
make: *** [Makefile:744: all] Error 2
error: Bad exit status from /home/rpi/TMP/rpm-tmp.sEMD7f (%build)
RPM build errors:
Bad exit status from /home/rpi/TMP/rpm-tmp.sEMD7f (%build)
More information about the Rpm-maint
mailing list