Re: busted nautilus build



Ar 03/03/2004 am 20:37, ysgrifennodd Arafat Medini:
> Well I am the arabic gnome maintainer if this has anything to do with me
> pls point me to the fault and I'll fix it!

The problem is with nautilus' ar.po file. There is a message definition
in the file twice.

> Am Mit, den 03.03.2004 schrieb Luis Villa um 16:01:
> > Notice this in my jhbuild this morning:
> > 
> > make[2]: Entering directory `/home/louie/cvs/nautilus/po'
> > file=./`echo ar | sed 's,.*/,,'`.gmo \
> >   && rm -f $file && /usr/bin/msgfmt -o $file ar.po
> > ar.po:7234: duplicate message definition
> > ar.po:4023: ...this is the location of the first definition
> > /usr/bin/msgfmt: found 1 fatal error
> > make[2]: *** [ar.gmo] Error 1

You should delete one of the definitions, which can be found on the
lines indicated in the error message (4023 and 7234).

It's generally a good idea to check PO files before committing them to
CVS. The simplest way to do this is using a command such as

	msgfmt -cvv ar.po -o /dev/null

This should tell you if there are any errors in the file.

Errors in .po files can prevent applications from being compiled, so
it's important to check there aren't any before committing.

-- 
Dafydd



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]