During a testbuild of mc-4.6.1-0.8.1 in mock, the rebuild process stops with the following error: + CFLAGS='-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -g -pipe -m64' + ./autogen.sh --with-screen=slang --host=x86_64-redhat-linux-gnu --build=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux -gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr /share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --enable-charset autopoint: *** cvs program not found autopoint: *** Stop. error: Bad exit status from /var/tmp/rpm-tmp.51781 (%build) This problem seems to be present in rawhide as well. Adding cvs to the BuildRequires: list should fix this issue.
The rawhide mc doesn't call autogen.sh at all therefore it doesn't call autopoint and doesn't need the cvs dependency. I'll try to fix this by avoiding the call of autogen and using configure instead.