All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/vdr-plugin-vnsiserver: needs host-gettext
@ 2019-06-13  4:50 Bernd Kuhls
  2019-06-13 11:28 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2019-06-13  4:50 UTC (permalink / raw)
  To: buildroot

msgfmt is needed to build vdr-plugin-vnsiserver
https://github.com/FernetMenta/vdr-plugin-vnsiserver/blob/master/Makefile#L106

On hosts which provide msgfmt the build succeeds

msgmerge -U --no-wrap --no-location --backup=none -q -N po/lt_LT.po po/vnsiserver.pot
msgmerge -U --no-wrap --no-location --backup=none -q -N po/de_DE.po po/vnsiserver.pot
msgfmt -c -o po/lt_LT.mo po/lt_LT.po
msgfmt -c -o po/de_DE.mo po/de_DE.po

On other systems the build fails:

msgmerge -U --no-wrap --no-location --backup=none -q -N po/de_DE.po po/vnsiserver.pot
msgmerge -U --no-wrap --no-location --backup=none -q -N po/lt_LT.po po/vnsiserver.pot
fopen: No such file or directory
fopen: No such file or directory

Hopefully fixes
http://autobuild.buildroot.net/results/777/77784c9c169b7cee63ad331c5af9eede1ab0ee00/
and many others.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/vdr-plugin-vnsiserver/vdr-plugin-vnsiserver.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/vdr-plugin-vnsiserver/vdr-plugin-vnsiserver.mk b/package/vdr-plugin-vnsiserver/vdr-plugin-vnsiserver.mk
index 20644d3f6b..0919cf722e 100644
--- a/package/vdr-plugin-vnsiserver/vdr-plugin-vnsiserver.mk
+++ b/package/vdr-plugin-vnsiserver/vdr-plugin-vnsiserver.mk
@@ -8,7 +8,7 @@ VDR_PLUGIN_VNSISERVER_VERSION = v1.8.0
 VDR_PLUGIN_VNSISERVER_SITE = $(call github,FernetMenta,vdr-plugin-vnsiserver,$(VDR_PLUGIN_VNSISERVER_VERSION))
 VDR_PLUGIN_VNSISERVER_LICENSE = GPL-2.0+
 VDR_PLUGIN_VNSISERVER_LICENSE_FILES = COPYING
-VDR_PLUGIN_VNSISERVER_DEPENDENCIES = vdr
+VDR_PLUGIN_VNSISERVER_DEPENDENCIES = host-gettext vdr
 
 VDR_PLUGIN_VNSISERVER_CXXFLAGS = CXXFLAGS="$(TARGET_CXXFLAGS) -std=c++11 -fPIC"
 
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/vdr-plugin-vnsiserver: needs host-gettext
  2019-06-13  4:50 [Buildroot] [PATCH 1/1] package/vdr-plugin-vnsiserver: needs host-gettext Bernd Kuhls
@ 2019-06-13 11:28 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-06-13 11:28 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 13 Jun 2019 06:50:42 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> msgfmt is needed to build vdr-plugin-vnsiserver
> https://github.com/FernetMenta/vdr-plugin-vnsiserver/blob/master/Makefile#L106
> 
> On hosts which provide msgfmt the build succeeds
> 
> msgmerge -U --no-wrap --no-location --backup=none -q -N po/lt_LT.po po/vnsiserver.pot
> msgmerge -U --no-wrap --no-location --backup=none -q -N po/de_DE.po po/vnsiserver.pot
> msgfmt -c -o po/lt_LT.mo po/lt_LT.po
> msgfmt -c -o po/de_DE.mo po/de_DE.po
> 
> On other systems the build fails:
> 
> msgmerge -U --no-wrap --no-location --backup=none -q -N po/de_DE.po po/vnsiserver.pot
> msgmerge -U --no-wrap --no-location --backup=none -q -N po/lt_LT.po po/vnsiserver.pot
> fopen: No such file or directory
> fopen: No such file or directory
> 
> Hopefully fixes
> http://autobuild.buildroot.net/results/777/77784c9c169b7cee63ad331c5af9eede1ab0ee00/
> and many others.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

I think we have a better proposal for this:
http://patchwork.ozlabs.org/patch/1074926/. I switched it back to the
"New" state.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-06-13 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13  4:50 [Buildroot] [PATCH 1/1] package/vdr-plugin-vnsiserver: needs host-gettext Bernd Kuhls
2019-06-13 11:28 ` Thomas Petazzoni

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.