You are not logged in.
Hi,
I receive an error when I try to compile pcmanfm-git. The error is in fo.po file, but I couldn't fix this...
Making all in po
make[2]: Entering directory `/tmp/yaourt-tmp-tiziano/aur-pcmanfm-git/src/pcmanfm-build/po'
file=`echo bg | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file bg.po
file=`echo ca | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo el | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file el.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo es | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo eu | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file eu.po
file=`echo fo | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file fo.po
fo.po:38: le voci "msgid" e "msgstr" non finiscono entrambe con "\n"
/usr/bin/msgfmt: trovato 1 errore fatale
make[2]: *** [fo.gmo] Error 1
make[2]: Leaving directory `/tmp/yaourt-tmp-tiziano/aur-pcmanfm-git/src/pcmanfm-build/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-tiziano/aur-pcmanfm-git/src/pcmanfm-build'
make: *** [all] Error 2
==> ERRORE: Compilazione non riuscita.
L'operazione sta per essere interrotta...
==> ERROR: Makepkg non è riuscito a compilare pcmanfm-git.
==> Riavviare la compilazione di pcmanfm-git? [s/N]Offline
They apparently just freshly broke that upstream. It compiled fine yesterday.
Last edited by Wintervenom (2010-06-05 07:42:57)
Offline
1. Edit $srcdir/pcmanfm/po/fo.po.
2. Add the "/n" to the line that's missing it (line 37 or 38, don't really remember now).
3. Compile.
4. Profit.
Last edited by Runiq (2010-06-05 10:22:33)
Offline