Hi,
I am faling
to run 'make rpm' for vdsm latest master branch.
Failed with
-
make[7]:
Leaving directory '/root/git/vdsm/lib/vdsm/common'
(cd tool && make top_distdir=../../../vdsm-4.40.7
distdir=../../../vdsm-4.40.7/lib/vdsm/tool \
am__remove_distdir=: am__skip_length_check=:
am__skip_mode_fix=: distdir)
make[7]: Entering directory '/root/git/vdsm/lib/vdsm/tool'
make distdir-am
make[8]: Entering directory '/root/git/vdsm/lib/vdsm/tool'
make[8]: *** No rule to make target 'vdsm_config.py', needed
by 'distdir-am'. Stop.
make[8]: Leaving directory '/root/git/vdsm/lib/vdsm/tool'
make[7]: *** [Makefile:672: distdir] Error 2
Does someone
encounter issues lately?
The full
command for building the VDSM on the host is -
git clean
-dxf && ./autogen.sh --system --enable-timestamp
&& make && rm -rf ~/rpmbuild && make
rpm && (cd ~/rpmbuild/RPMS && sudo dnf install
*/*.rpm --allowerasing)
Thanks
--