After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619752 - build fails due to missing bg.po file
build fails due to missing bg.po file
Status: RESOLVED WONTFIX
Product: l10n
Classification: Infrastructure
Component: Bulgarian [bg]
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Alexander Shopov
Alexander Shopov
Depends on:
Blocks:
 
 
Reported: 2010-05-26 19:21 UTC by Christian Persch
Modified: 2014-10-12 15:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2010-05-26 19:21:23 UTC
totem/help/Makefile.am's DOC_LINGUAS contains "bg", but totem/help/bg/bg.po file is missing. This makes the build fail:

make[2]: Entering directory `/opt/source/git/totem/build/help'
if ! test -d bg/; then mkdir bg/; fi
if [ -f "C/totem.xml" ]; then d="../"; else d="/opt/source/git/totem/build/../help/"; fi; \
	(cd bg/ && \
	  `which xml2po` -e -p \
	    "${d}bg/bg.po" \
	    "${d}C/totem.xml" > totem.xml.tmp && \
	    cp totem.xml.tmp totem.xml && rm -f totem.xml.tmp)
msgfmt: error while opening "/opt/source/git/totem/build/../help/bg/bg.po" for reading: No such file or directory

(I didn't file this under l10n:bg since "bg" was added to DOC_LINGUAS by the totem maintainer, not by the bg l10n team.)
Comment 1 Bastien Nocera 2010-05-28 15:18:39 UTC
Fixed in 1619e43ba466a684bf9c02d6de478f4103922c5b (master, gnome-2-30)

The file still needs translating though...
Comment 2 Alexander Shopov 2010-05-31 12:14:02 UTC
I am afraid there are no volunteers for this task currently. I will ask at the Bulgarian translators' mailing list but the help subsystem of Totem has not been Mallard-ified and such a translation may be duplication of effort.
Comment 3 Piotr Drąg 2014-10-12 15:50:53 UTC
Closing as WONTFIX per comment #2.