All of lore.kernel.org
 help / color / mirror / Atom feed
* locale data broken in gstreamer
@ 2012-11-27 18:23 Martin Jansa
  2012-11-27 18:36 ` Martin Jansa
  2012-11-27 18:44 ` Mark Hatle
  0 siblings, 2 replies; 10+ messages in thread
From: Martin Jansa @ 2012-11-27 18:23 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1732 bytes --]

In last rebuild from scratch I've noticed couple of weird locale data:

Collected errors:
 * check_data_file_clashes: Package gst-plugins-base-locale-en-gb wants
 * to install file /usr/share/locale/en_GB/LC_MESSAGES/.mo
        But that file is already provided by package  * gstreamer-locale-en-gb
 * check_data_file_clashes: Package gst-plugins-base-locale-cs wants to
 * install file /usr/share/locale/cs/LC_MESSAGES/.mo
        But that file is already provided by package  * gstreamer-locale-cs

All gstreamer and gst-plugins-base locales package just .mo file.

from log.do_install:
make[1]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gstreamer/0.10.36-r1/gstreamer-0.10.36/po'
installing af.gmo as /OE/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gstreamer/0.10.36-r1/image/usr/share/locale/af/LC_MESSAGES/.mo
installing az.gmo as /OE/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gstreamer/0.10.36-r1/image/usr/share/locale/az/LC_MESSAGES/.mo
installing be.gmo as /OE/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/gstreamer/0.10.36-r1/image/usr/share/locale/be/LC_MESSAGES/.mo

They are installed to $(DOMAIN).mo
gstreamer-0.10.36/po/Makefile.in.in:$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
gstreamer-0.10.36/po/Makefile.in.in:echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \

and DOMAIN should be set to GETTEXT_PACKAGE (gstreamer-0.10)
./gstreamer-0.10.36/po/Makevars:DOMAIN = $(GETTEXT_PACKAGE)
./gstreamer-0.10.36/po/Makefile:DOMAIN = $(GETTEXT_PACKAGE)

Anyone else seen this, any idea why it fails now? gst* recipes weren't changed lately IIRC, 
so maybe some change in gettext which can break more recipes?

Cheers,

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-11-28 15:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 18:23 locale data broken in gstreamer Martin Jansa
2012-11-27 18:36 ` Martin Jansa
2012-11-27 18:44 ` Mark Hatle
2012-11-27 19:07   ` Martin Jansa
2012-11-28  8:57   ` Martin Jansa
2012-11-28  9:06     ` Richard Purdie
2012-11-28 12:53       ` Martin Jansa
2012-11-28 13:56         ` Enrico Scholz
2012-11-28 14:12           ` Martin Jansa
2012-11-28 14:59             ` [PATCH] gstreamer, gst-plugins*: fix localdata Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.