On Fri, 30 Apr 2010, Lubos Lunak wrote: > On Friday 30 of April 2010, Dirk Mueller wrote: >> Hi, >> >> I just finished uploading the first set of 4.4.3 tarballs. They seemed to >> have compiled fine for me over night. >> >> Please report any issues you might encounter that justify a retag to >> me/[email protected]. These include compile failures or serious >> regressions. > > kde4-l10n-nl fails at make install with 'file INSTALL cannot > find > "/usr/src/packages/BUILD/kde-l10n-nl-4.4.3/docs/kdelibs/preparetips/preparetips.1"'. > It is because make actually creates tips_ter_voorbereiding.1, so I assume the > problem is because the manpage translates the command name itself.
I have not gotten to building kde-l10n but noticed the FAILED file in the src directory already. I think this patch should solve it: --- preparetips.1.orig 2010-04-30 14:06:53.000000000 +0200 +++ preparetips.1 2010-04-30 14:09:56.000000000 +0200 @@ -30,7 +30,7 @@ <refmeta> <refentrytitle> <command ->tips ter voorbereiding</command> +>preparetips</command> </refentrytitle> <manvolnum >1</manvolnum> @@ -39,7 +39,7 @@ <refnamediv> <refname> <command ->tips ter voorbereiding</command> +>preparetips</command> </refname> <refpurpose >tekst uit het tipsbestand halen</refpurpose> @@ -48,7 +48,7 @@ <refsynopsisdiv> <cmdsynopsis> <command ->tips ter voorbereiding</command> +>preparetips</command> </cmdsynopsis> </refsynopsisdiv> @@ -75,7 +75,7 @@ >Zie ook</title> <para ><command ->kdeopties</command +>kdeoptions</command >(7) </para> </refsect1> Cheers, Eric -- Eric Hameleers <[email protected]> Jabber: [email protected] _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
