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

Re: [Debian-Reference] Updating po translations of Debian Reference - correct work flow?



On venerdì 22 settembre 2017, at 09:21 +0800, atzlinux wrote:
>     On my notebook, git pull the newest version,I use "make test
> LANGPO=it" ,it can compile the it html success,no any errors display.
> 
> Can you try "make distclean",then "make test LANGPO=it" ?

Hi!

thanks for the reply. I tried that.

Now I don't get all those errors but I have a different message:

====
sed -e 's/@-@amp@-@/\&/g' -e 's/@-@\([^@]\+\)@-@/\&\1;/g' > debian-reference.en.xml
******** You are missing ENTITY files *******
	datadatepop.ent datadatesize.ent popcon.ent pkgsize.ent
*********************************************
 run "make entity"
*********************************************
Makefile:171: set di istruzioni per l'obiettivo "datadatepop.ent" non riuscito
make: *** [datadatepop.ent] Errore 1

I will try the make entity command then ... I need to install some
packages for that so I have to wait. I will report the results :)

I found out another problem though.

The command "make dist clean" erased the temporary directory in my
home folder. ~/.tmp .

Not the content, the whole directory itself, which made other programs
start to complain or behaving badly since they were using the
temporary directory. I think the Makefile script could be corrected to
not delete the directory itself. Actually I think that even deleting
the whole content is bad enough, since some other program could have
stored some temporary valuable data there.

Maybe just not using $(TMPDIR) at all but just $(CURDIR)/tmp  ?

Thanks for the help,

beatrice.


Reply to: