Hello, What so I change in this spec[1] file to fix this error. Thanks Glenn
[ 57s] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HU1uqg [ 57s] + umask 022 [ 57s] + cd /home/abuild/rpmbuild/BUILD [ 57s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/reiser4progs-1.0.7-7.1.x86_64 [ 57s] ++ dirname /home/abuild/rpmbuild/BUILDROOT/reiser4progs-1.0.7-7.1.x86_64 [ 57s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT [ 57s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/reiser4progs-1.0.7-7.1.x86_64 [ 57s] + cd reiser4progs-1.0.7 [ 57s] + autoreconf -fi [ 58s] Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. [ 58s] autoreconf: failed to run aclocal: No such file or directory [ 58s] error: Bad exit status from /var/tmp/rpm-tmp.HU1uqg (%build)
[1] spec https://build.opensuse.org/package/view_file?expand=1&file=reiser4progs....
%build reads as:
%if 0%{?suse_version} > 1010 autoreconf -fi %else autoheader autoconf %endif
log https://build.opensuse.org/package/live_build_log?arch=x86_64&package=re...
В Fri, 01 Feb 2013 16:12:52 +1100 doiggl@velocitynet.com.au пишет:
Hello, What so I change in this spec[1] file to fix this error. Thanks Glenn
[ 57s] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HU1uqg [ 57s] + umask 022 [ 57s] + cd /home/abuild/rpmbuild/BUILD [ 57s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/reiser4progs-1.0.7-7.1.x86_64 [ 57s] ++ dirname /home/abuild/rpmbuild/BUILDROOT/reiser4progs-1.0.7-7.1.x86_64 [ 57s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT [ 57s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/reiser4progs-1.0.7-7.1.x86_64 [ 57s] + cd reiser4progs-1.0.7 [ 57s] + autoreconf -fi [ 58s] Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. [ 58s] autoreconf: failed to run aclocal: No such file or directory
aclocal is provided by automake RPM.
[ 58s] error: Bad exit status from /var/tmp/rpm-tmp.HU1uqg (%build)
[1] spec https://build.opensuse.org/package/view_file?expand=1&file=reiser4progs....
%build reads as:
%if 0%{?suse_version} > 1010 autoreconf -fi %else autoheader autoconf %endif
log https://build.opensuse.org/package/live_build_log?arch=x86_64&package=re...