All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/gettext-tiny: bump version for having msgmerge working
@ 2019-04-09 17:46 Giulio Benetti
  2019-04-10 11:37 ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Giulio Benetti @ 2019-04-09 17:46 UTC (permalink / raw)
  To: buildroot

On current version msgmerge doesn't work properly. It exits giving:
fopen: No such file or directory
The problem has been signalled and fixed by upstream.

Bump version to latest commit.

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
---
 package/gettext-tiny/gettext-tiny.hash | 2 +-
 package/gettext-tiny/gettext-tiny.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gettext-tiny/gettext-tiny.hash b/package/gettext-tiny/gettext-tiny.hash
index 7d13054144..4de837da46 100644
--- a/package/gettext-tiny/gettext-tiny.hash
+++ b/package/gettext-tiny/gettext-tiny.hash
@@ -1,5 +1,5 @@
 # Locally Computed:
-sha256 00b03b08d909021aa5580fb45b6cf0ec45e9084ef94c26f034f03a64a69942bc  gettext-tiny-c6dcdcdef801127549d3906d153c061880d25a73.tar.gz
+sha256 ba7b6960018022d876e39aa723d40b6745823b2ff71dae591d05bbd1b8ec180f  gettext-tiny-73fc3e7ef7e016a3874b632fd0475969d288f309.tar.gz
 sha256 b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34  LICENSE
 sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  extra/COPYING
 # From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html
diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
index 4fa014e8dd..3b4043d0a9 100644
--- a/package/gettext-tiny/gettext-tiny.mk
+++ b/package/gettext-tiny/gettext-tiny.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GETTEXT_TINY_VERSION = c6dcdcdef801127549d3906d153c061880d25a73
+GETTEXT_TINY_VERSION = 73fc3e7ef7e016a3874b632fd0475969d288f309
 GETTEXT_TINY_SITE = $(call github,sabotage-linux,gettext-tiny,$(GETTEXT_TINY_VERSION))
 GETTEXT_TINY_LICENSE = MIT, GPL-3.0+ (extra gettext)
 GETTEXT_TINY_INSTALL_STAGING = YES
-- 
2.17.1

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

* [Buildroot] [PATCH] package/gettext-tiny: bump version for having msgmerge working
  2019-04-09 17:46 [Buildroot] [PATCH] package/gettext-tiny: bump version for having msgmerge working Giulio Benetti
@ 2019-04-10 11:37 ` Thomas Petazzoni
  2019-04-10 12:38   ` Giulio Benetti
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2019-04-10 11:37 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue,  9 Apr 2019 19:46:06 +0200
Giulio Benetti <giulio.benetti@micronovasrl.com> wrote:

> On current version msgmerge doesn't work properly. It exits giving:
> fopen: No such file or directory
> The problem has been signalled and fixed by upstream.
> 
> Bump version to latest commit.
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>

Is this fixing a build issue with some particular package ?

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

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

* [Buildroot] [PATCH] package/gettext-tiny: bump version for having msgmerge working
  2019-04-10 11:37 ` Thomas Petazzoni
@ 2019-04-10 12:38   ` Giulio Benetti
  2019-04-11 22:19     ` Vadim Kochan
  0 siblings, 1 reply; 7+ messages in thread
From: Giulio Benetti @ 2019-04-10 12:38 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

Il 10/04/2019 13:37, Thomas Petazzoni ha scritto:
> Hello,
> 
> On Tue,  9 Apr 2019 19:46:06 +0200
> Giulio Benetti <giulio.benetti@micronovasrl.com> wrote:
> 
>> On current version msgmerge doesn't work properly. It exits giving:
>> fopen: No such file or directory
>> The problem has been signalled and fixed by upstream.
>>
>> Bump version to latest commit.
>>
>> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
> 
> Is this fixing a build issue with some particular package ?

This was for package vdr-plugin-vnsiserver that uses msgmerge.
But as you've pointed me here:
https://patchwork.ozlabs.org/patch/1082580/

i18n files are provided when BR2_SYSTEM_ENABLE_NLS=y
So I think it's useless.

Right?

-- 
Giulio Benetti
CTO

MICRONOVA SRL
Sede: Via A. Niedda 3 - 35010 Vigonza (PD)
Tel. 049/8931563 - Fax 049/8931346
Cod.Fiscale - P.IVA 02663420285
Capitale Sociale ? 26.000 i.v.
Iscritta al Reg. Imprese di Padova N. 02663420285
Numero R.E.A. 258642

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

* [Buildroot] [PATCH] package/gettext-tiny: bump version for having msgmerge working
  2019-04-10 12:38   ` Giulio Benetti
@ 2019-04-11 22:19     ` Vadim Kochan
  2019-04-12  8:32       ` Giulio Benetti
  0 siblings, 1 reply; 7+ messages in thread
From: Vadim Kochan @ 2019-04-11 22:19 UTC (permalink / raw)
  To: buildroot


Hi Giulio, Thomas, All

On Wed, Apr 10, 2019 at 02:38:23PM +0200, Giulio Benetti wrote:
> Hello Thomas,
> 
> Il 10/04/2019 13:37, Thomas Petazzoni ha scritto:
> > Hello,
> > 
> > On Tue,  9 Apr 2019 19:46:06 +0200
> > Giulio Benetti <giulio.benetti@micronovasrl.com> wrote:
> > 
> > > On current version msgmerge doesn't work properly. It exits giving:
> > > fopen: No such file or directory
> > > The problem has been signalled and fixed by upstream.
> > > 
> > > Bump version to latest commit.
> > > 
> > > Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
> > 
> > Is this fixing a build issue with some particular package ?
> 
> This was for package vdr-plugin-vnsiserver that uses msgmerge.
> But as you've pointed me here:
> https://patchwork.ozlabs.org/patch/1082580/
> 
> i18n files are provided when BR2_SYSTEM_ENABLE_NLS=y
> So I think it's useless.
> 
> Right?
> 

I just finally finished built on latest master:

	http://autobuild.buildroot.org/results/0c230e49b6e9bf27163f751e6912ee85c6eb62e3/

and got build error (as expected), but after I manually bumped to
version which Giulio proposed and it fixed the issue. But I did not
test the package in runtime.

Giulio opened the issue with msgmerge error:

	https://github.com/sabotage-linux/gettext-tiny/issues/42

and the sabotage guys provided the fix:

	https://github.com/sabotage-linux/gettext-tiny/commit/a597aaebd15ef73a65d67f0d6f746ca7ca812d51

Regards,
Vadim kochan

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

* [Buildroot] [PATCH] package/gettext-tiny: bump version for having msgmerge working
  2019-04-11 22:19     ` Vadim Kochan
@ 2019-04-12  8:32       ` Giulio Benetti
  2019-04-14  9:51         ` [Buildroot] [PATCH v2] " Giulio Benetti
  0 siblings, 1 reply; 7+ messages in thread
From: Giulio Benetti @ 2019-04-12  8:32 UTC (permalink / raw)
  To: buildroot

Hi Vadim, Thomas, All,

Il 12/04/2019 00:19, Vadim Kochan ha scritto:
> 
> Hi Giulio, Thomas, All
> 
> On Wed, Apr 10, 2019 at 02:38:23PM +0200, Giulio Benetti wrote:
>> Hello Thomas,
>>
>> Il 10/04/2019 13:37, Thomas Petazzoni ha scritto:
>>> Hello,
>>>
>>> On Tue,  9 Apr 2019 19:46:06 +0200
>>> Giulio Benetti <giulio.benetti@micronovasrl.com> wrote:
>>>
>>>> On current version msgmerge doesn't work properly. It exits giving:
>>>> fopen: No such file or directory
>>>> The problem has been signalled and fixed by upstream.
>>>>
>>>> Bump version to latest commit.
>>>>
>>>> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
>>>
>>> Is this fixing a build issue with some particular package ?

Yes, this fixes:
http://autobuild.buildroot.net/results/ed0/ed0b14744106dc9b346fba3361d858ce36723816/

as Vadim pointed below.

So if you're ok I can send v2 reworded.

>> This was for package vdr-plugin-vnsiserver that uses msgmerge.
>> But as you've pointed me here:
>> https://patchwork.ozlabs.org/patch/1082580/
>>
>> i18n files are provided when BR2_SYSTEM_ENABLE_NLS=y
>> So I think it's useless.
>>
>> Right?
>>
> 
> I just finally finished built on latest master:
> 
> 	http://autobuild.buildroot.org/results/0c230e49b6e9bf27163f751e6912ee85c6eb62e3/
> 
> and got build error (as expected), but after I manually bumped to
> version which Giulio proposed and it fixed the issue. But I did not
> test the package in runtime.
> 
> Giulio opened the issue with msgmerge error:
> 
> 	https://github.com/sabotage-linux/gettext-tiny/issues/42
> 
> and the sabotage guys provided the fix:
> 
> 	https://github.com/sabotage-linux/gettext-tiny/commit/a597aaebd15ef73a65d67f0d6f746ca7ca812d51
> 
> Regards,
> Vadim kochan
> 

Best regards
-- 
Giulio Benetti
CTO

MICRONOVA SRL
Sede: Via A. Niedda 3 - 35010 Vigonza (PD)
Tel. 049/8931563 - Fax 049/8931346
Cod.Fiscale - P.IVA 02663420285
Capitale Sociale ? 26.000 i.v.
Iscritta al Reg. Imprese di Padova N. 02663420285
Numero R.E.A. 258642

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

* [Buildroot] [PATCH v2] package/gettext-tiny: bump version for having msgmerge working
  2019-04-12  8:32       ` Giulio Benetti
@ 2019-04-14  9:51         ` Giulio Benetti
  2019-10-25 21:27           ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Giulio Benetti @ 2019-04-14  9:51 UTC (permalink / raw)
  To: buildroot

On current version msgmerge doesn't work properly. It exits giving:
fopen: No such file or directory
The problem has been signalled:
https://github.com/sabotage-linux/gettext-tiny/issues/42
and fixed with this commit:
https://github.com/sabotage-linux/gettext-tiny/commit/a597aaebd15ef73a65d67f0d6f746ca7ca812d51

Bump version to latest commit.

Fixes:
http://autobuild.buildroot.net/results/92a/92a43f5dfe4a6df7ab5de7defe078fac58c99d75/

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
---
Changes:
V1->V2: improved commit log

 package/gettext-tiny/gettext-tiny.hash | 2 +-
 package/gettext-tiny/gettext-tiny.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gettext-tiny/gettext-tiny.hash b/package/gettext-tiny/gettext-tiny.hash
index 7d13054144..4de837da46 100644
--- a/package/gettext-tiny/gettext-tiny.hash
+++ b/package/gettext-tiny/gettext-tiny.hash
@@ -1,5 +1,5 @@
 # Locally Computed:
-sha256 00b03b08d909021aa5580fb45b6cf0ec45e9084ef94c26f034f03a64a69942bc  gettext-tiny-c6dcdcdef801127549d3906d153c061880d25a73.tar.gz
+sha256 ba7b6960018022d876e39aa723d40b6745823b2ff71dae591d05bbd1b8ec180f  gettext-tiny-73fc3e7ef7e016a3874b632fd0475969d288f309.tar.gz
 sha256 b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34  LICENSE
 sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  extra/COPYING
 # From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html
diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
index 7db478d845..23a9d9a057 100644
--- a/package/gettext-tiny/gettext-tiny.mk
+++ b/package/gettext-tiny/gettext-tiny.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GETTEXT_TINY_VERSION = c6dcdcdef801127549d3906d153c061880d25a73
+GETTEXT_TINY_VERSION = 73fc3e7ef7e016a3874b632fd0475969d288f309
 GETTEXT_TINY_SITE = $(call github,sabotage-linux,gettext-tiny,$(GETTEXT_TINY_VERSION))
 GETTEXT_TINY_LICENSE = MIT, GPL-3.0+ (extra gettext)
 GETTEXT_TINY_INSTALL_STAGING = YES
-- 
2.17.1

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

* [Buildroot] [PATCH v2] package/gettext-tiny: bump version for having msgmerge working
  2019-04-14  9:51         ` [Buildroot] [PATCH v2] " Giulio Benetti
@ 2019-10-25 21:27           ` Thomas Petazzoni
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2019-10-25 21:27 UTC (permalink / raw)
  To: buildroot

On Sun, 14 Apr 2019 11:51:52 +0200
Giulio Benetti <giulio.benetti@micronovasrl.com> wrote:

> On current version msgmerge doesn't work properly. It exits giving:
> fopen: No such file or directory
> The problem has been signalled:
> https://github.com/sabotage-linux/gettext-tiny/issues/42
> and fixed with this commit:
> https://github.com/sabotage-linux/gettext-tiny/commit/a597aaebd15ef73a65d67f0d6f746ca7ca812d51
> 
> Bump version to latest commit.
> 
> Fixes:
> http://autobuild.buildroot.net/results/92a/92a43f5dfe4a6df7ab5de7defe078fac58c99d75/
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
> ---
> Changes:
> V1->V2: improved commit log

Applied to master after tweaking the commit log, especially the fact
that it isn't a fix for the problem seen as we want to fix it
differently.

Thanks!

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

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

end of thread, other threads:[~2019-10-25 21:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-09 17:46 [Buildroot] [PATCH] package/gettext-tiny: bump version for having msgmerge working Giulio Benetti
2019-04-10 11:37 ` Thomas Petazzoni
2019-04-10 12:38   ` Giulio Benetti
2019-04-11 22:19     ` Vadim Kochan
2019-04-12  8:32       ` Giulio Benetti
2019-04-14  9:51         ` [Buildroot] [PATCH v2] " Giulio Benetti
2019-10-25 21:27           ` 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.