[OE-core] locale data broken in gstreamer

Martin Jansa martin.jansa at gmail.com
Tue Nov 27 18:36:24 UTC 2012


On Tue, Nov 27, 2012 at 07:23:06PM +0100, Martin Jansa wrote:
> 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?

buildhistory shows that it got broken around Oct 21

Maybe someone with OEBasicHash can pinpoint it better?

$ git show -1 47613e04c950dee281bf4531ef3fb3b71a90c906 | grep gst-plugins-base-locale-en-gb -A 11
diff --git a/packages/armv4t-oe-linux-gnueabi/gst-plugins-base/gst-plugins-base-locale-en-gb/latest b/packages/armv4t-oe-linux-gnueabi/gst-plugins-base/gst-plugins-base-locale-en-gb/latest
index 74a76ae..ebcab7f 100644
--- a/packages/armv4t-oe-linux-gnueabi/gst-plugins-base/gst-plugins-base-locale-en-gb/latest
+++ b/packages/armv4t-oe-linux-gnueabi/gst-plugins-base/gst-plugins-base-locale-en-gb/latest
@@ -1,7 +1,7 @@
 PV = 0.10.36
 PR = r5
-RDEPENDS = gst-plugins-base virtual-locale-en-gb
-RRECOMMENDS = 
+RDEPENDS = 
+RRECOMMENDS = gst-plugins-base virtual-locale-en-gb
 PKGSIZE = 1165
 FILES = /usr/share/locale/en_GB
-FILELIST = /usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-0.10.mo
+FILELIST = /usr/share/locale/en_GB/LC_MESSAGES/.mo
$ git show -1 47613e04c950dee281bf4531ef3fb3b71a90c906 | grep gstreamer-locale-en-gb -A 11
diff --git a/packages/armv4t-oe-linux-gnueabi/gstreamer/gstreamer-locale-en-gb/latest b/packages/armv4t-oe-linux-gnueabi/gstreamer/gstreamer-locale-en-gb/latest
index fffca5a..3affa1a 100644
--- a/packages/armv4t-oe-linux-gnueabi/gstreamer/gstreamer-locale-en-gb/latest
+++ b/packages/armv4t-oe-linux-gnueabi/gstreamer/gstreamer-locale-en-gb/latest
@@ -1,7 +1,7 @@
 PV = 0.10.36
 PR = r1
-RDEPENDS = gstreamer virtual-locale-en-gb
-RRECOMMENDS = 
+RDEPENDS = 
+RRECOMMENDS = gstreamer virtual-locale-en-gb
 PKGSIZE = 12518
 FILES = /usr/share/locale/en_GB
-FILELIST = /usr/share/locale/en_GB/LC_MESSAGES/gstreamer-0.10.mo
+FILELIST = /usr/share/locale/en_GB/LC_MESSAGES/.mo

Cheers,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20121127/ab3a2ebe/attachment-0002.sig>


More information about the Openembedded-core mailing list