Hi all.
I am trying to build powerpc-utils[1] on ppc64, but build fails with error:
... checking whether the linker accepts -pie... yes checking that generated files are newer than configure... done configure: creating ./config.status /bin/sh ./config.status config.status: creating Makefile config.status: creating powerpc-utils.spec config.status: executing depfiles commands Makefile:864: *** multiple target patterns. Stop. RPM build errors: ...
as I investigate, the reason is SOURCES / powerpc-utils-1.2.15-man.patch [2] with line
+ man/lsprop.8:q \
I propose to fix it like s/lsprop.8:q/lsprop.8/
[1]: https://git.centos.org/summary/rpms!powerpc-utils [2]: https://git.centos.org/blob/rpms!powerpc-utils/262646878310d3ffa9acd72b995f1...
--- Regards, Vit Ry.
Hello,
I have compile powerpc-utils and it doesn't fail. Just want to say that current release is : powerpc-utils-1.2.26-2.el7.src.rpm and that can make the difference.
Regards Thierry
On 21/01/2016 13:35, Vit Ry wrote:
Hi all.
I am trying to build powerpc-utils[1] on ppc64, but build fails with error:
... checking whether the linker accepts -pie... yes checking that generated files are newer than configure... done configure: creating ./config.status /bin/sh ./config.status config.status: creating Makefile config.status: creating powerpc-utils.spec config.status: executing depfiles commands Makefile:864: *** multiple target patterns. Stop. RPM build errors: ...
as I investigate, the reason is SOURCES / powerpc-utils-1.2.15-man.patch [2] with line
- man/lsprop.8:q \
I propose to fix it like s/lsprop.8:q/lsprop.8/
Regards, Vit Ry.
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
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 ;)
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 \ ...