On 22/01/2016 09:50, Vit Ry wrote:
I have compile powerpc-utils and it doesn't fail.
Hmm, it's strange
Just want to say that current release is : powerpc-utils-1.2.26-2.el7.src.rpm and that can make the difference.
I didn't compile 1.2.26 yet (test with1.2.24-7) , but current release version also has the patch with
- man/lsprop.8:q \
line, and I am sure it is error anyway ;)
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
Vit, Agree that this line within powerpc-utils-1.2.15-man.patch is an error and the Makefile.am output gets that man/lsprop.8:q \ entry.
However, I checked the mock log and I dodn't have any error regarding lsprop.8 since the generated Makefile get
man_MANS = \ man/activate_firmware.8 \ .... man/ls-vdev.8 \ man/lsprop.8 \ man/drmgr.8 \ ...