On 16/10/2019 10:33, Michael Schwartzkopff wrote:
hi,

I want to compile drbd-utils-9.10 on CentOS8. During configure it says:

./configure --without-manual

(...)

configure: WARNING: Cannot build man pages without po4a-translage. You
may safely ignore this warning when building from a tarball.


When I start a make rpm it fails with:

(...)

make[1]: Entering directory '/root/drbd-utils-9.10.0/documentation/ja/v9'
po4a-translate -f docbook -M utf-8 -L utf-8 -keep 0 -m
../../v9/drbdsetup.xml.in -p drbdsetup.xml.in.po -l drbdsetup.xml.in
make[1]: po4a-translate: Command not found
make[1]: *** [../../common/Makefile_v9_com_post:71: drbdsetup.xml.in]
Error 127
make[1]: Leaving directory '/root/drbd-utils-9.10.0/documentation/ja/v9'
make: *** [Makefile:109: doc] Error 2

Why does the make process still want the po4a even when I told configure
to skip the manual (--without-manual)?


The problem is that there still is not po4a rpm available for CentOS8.

Yeah, there is, you just don't have the PowerTools repo enabled.


[root@centos8 ~]# dnf provides '*/po4a-translate'  
--enablerepo=epel-testing,epel-playground

Last metadata expiration check: 1:24:57 ago on Wed Oct 16 11:37:41 2019.

po4a-0.52-4.el8.noarch : A tool maintaining translations anywhere

Repo        : PowerTools

Matched from:

Filename    : /usr/bin/po4a-translate



dnf config-manager --enable PowerTools

Trevor

Disclaimer

The information contained in this communication from the sender is 
confidential. It is intended solely for use by the recipient and others 
authorized to receive it. If you are not the recipient, you are hereby notified 
that any disclosure, copying, distribution or taking action in relation of the 
contents of this information is strictly prohibited and may be unlawful.

This email has been scanned for viruses and malware, and may have been 
automatically archived by Mimecast Ltd, an innovator in Software as a Service 
(SaaS) for business. Providing a safer and more useful place for your human 
generated data. Specializing in; Security, archiving and compliance. To find 
out more visit the Mimecast website.
_______________________________________________
Star us on GITHUB: https://github.com/LINBIT
drbd-user mailing list
drbd-user@lists.linbit.com
https://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to