<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">.style1 {font-family: "Times New Roman";}</style></head><body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 16/10/2019 10:33, Michael Schwartzkopff wrote:<br>
</div>
<blockquote type="cite" cite="mid:d908c07e-09c5-4469-c677-b3bc86787575@sys4.de">hi,<br>
<br>
<br>
I want to compile drbd-utils-9.10 on CentOS8. During configure it says:<br>
<br>
./configure --without-manual<br>
<br>
(...)<br>
<br>
configure: WARNING: Cannot build man pages without po4a-translage. You<br>
may safely ignore this warning when building from a tarball.<br>
<br>
<br>
When I start a make rpm it fails with:<br>
<br>
(...)<br>
<br>
make[1]: Entering directory '/root/drbd-utils-9.10.0/documentation/ja/v9'<br>
po4a-translate -f docbook -M utf-8 -L utf-8 -keep 0 -m<br>
../../v9/drbdsetup.xml.in -p drbdsetup.xml.in.po -l drbdsetup.xml.in<br>
make[1]: po4a-translate: Command not found<br>
make[1]: *** [../../common/Makefile_v9_com_post:71: drbdsetup.xml.in]<br>
Error 127<br>
make[1]: Leaving directory '/root/drbd-utils-9.10.0/documentation/ja/v9'<br>
make: *** [Makefile:109: doc] Error 2<br>
<br>
Why does the make process still want the po4a even when I told configure<br>
to skip the manual (--without-manual)?<br>
<br>
<br>
The problem is that there still is not po4a rpm available for CentOS8.<br>
</blockquote>
<br>
Yeah, there is, you just don't have the PowerTools repo enabled.<br>
<br>
<pre>[root@centos8 ~]# dnf provides '*/po4a-translate'&nbsp; --enablerepo=epel-testing,epel-playground</pre>
<pre>Last metadata expiration check: 1:24:57 ago on Wed Oct 16 11:37:41 2019.</pre>
<pre>po4a-0.52-4.el8.noarch : A tool maintaining translations anywhere</pre>
<pre>Repo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : PowerTools</pre>
<pre>Matched from:</pre>
<pre>Filename&nbsp;&nbsp;&nbsp; : /usr/bin/po4a-translate

</pre>
dnf config-manager --enable PowerTools<br>
<br>
Trevor<br>


<br /><br /><p style="font-family: Verdana; font-size:10pt; color:#666666;"><b>Disclaimer</b></p><p style="font-family: Verdana; font-size:8pt; color:#666666;">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.<br /><br />This email has been scanned for viruses and malware, and may have been automatically archived by <b>Mimecast Ltd</b>, an innovator in Software as a Service (SaaS) for business.  Providing a <b>safer</b> and <b>more useful</b> place for your human generated data.  Specializing in; Security, archiving and compliance. To find out more <a href="http://www.mimecast.com/products/" target="_blank">Click Here</a>.</p></body></html>