All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/gettext-tiny: fix gettext-tiny-legal-info build failure
@ 2019-03-31 21:12 Giulio Benetti
  2019-03-31 21:40 ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Giulio Benetti @ 2019-03-31 21:12 UTC (permalink / raw)
  To: buildroot

gettext-tiny doesn't contain extra/COPYING file.

Remove extra/COPYING from package recipe and package hash.

Fixes:
http://autobuild.buildroot.net/results/dec/deca5e6c66ffb898a29f50678d8213f87cc54682/

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

diff --git a/package/gettext-tiny/gettext-tiny.hash b/package/gettext-tiny/gettext-tiny.hash
index 672e964186..dbcc4d2a8f 100644
--- a/package/gettext-tiny/gettext-tiny.hash
+++ b/package/gettext-tiny/gettext-tiny.hash
@@ -1,7 +1,6 @@
 # Locally Computed:
 sha256 654dcd52f2650476c8822b60bee89c20a0aa7f6a1bf6001701eeacd71a9e388b  gettext-tiny-v0.3.1.tar.gz
 sha256 b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34  LICENSE
-sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  extra/COPYING
 # From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html
 md5  df3f5690eaa30fd228537b00cb7b7590         gettext-0.19.8.1.tar.xz
 sha1 e0fe90ede22f7f16bbde7bdea791a835f2773fc9 gettext-0.19.8.1.tar.xz
diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
index c9052d0d7c..d213fe7398 100644
--- a/package/gettext-tiny/gettext-tiny.mk
+++ b/package/gettext-tiny/gettext-tiny.mk
@@ -8,7 +8,7 @@ GETTEXT_TINY_VERSION = v0.3.1
 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
-GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
+GETTEXT_TINY_LICENSE_FILES = LICENSE
 
 GETTEXT_TINY_PROVIDES = gettext
 
-- 
2.17.1

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

* [Buildroot] [PATCH] package/gettext-tiny: fix gettext-tiny-legal-info build failure
  2019-03-31 21:12 [Buildroot] [PATCH] package/gettext-tiny: fix gettext-tiny-legal-info build failure Giulio Benetti
@ 2019-03-31 21:40 ` Yann E. MORIN
  2019-03-31 21:48   ` Yann E. MORIN
  2019-03-31 22:18   ` Giulio Benetti
  0 siblings, 2 replies; 5+ messages in thread
From: Yann E. MORIN @ 2019-03-31 21:40 UTC (permalink / raw)
  To: buildroot

Giilio, All,

On 2019-03-31 23:12 +0200, Giulio Benetti spake thusly:
> gettext-tiny doesn't contain extra/COPYING file.
> 
> Remove extra/COPYING from package recipe and package hash.

No, that is not correct, because the host variant does have both.
Im just sending a patch now.

Regards,
Yann E. MORIN.

> Fixes:
> http://autobuild.buildroot.net/results/dec/deca5e6c66ffb898a29f50678d8213f87cc54682/
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
> ---
>  package/gettext-tiny/gettext-tiny.hash | 1 -
>  package/gettext-tiny/gettext-tiny.mk   | 2 +-
>  2 files changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/package/gettext-tiny/gettext-tiny.hash b/package/gettext-tiny/gettext-tiny.hash
> index 672e964186..dbcc4d2a8f 100644
> --- a/package/gettext-tiny/gettext-tiny.hash
> +++ b/package/gettext-tiny/gettext-tiny.hash
> @@ -1,7 +1,6 @@
>  # Locally Computed:
>  sha256 654dcd52f2650476c8822b60bee89c20a0aa7f6a1bf6001701eeacd71a9e388b  gettext-tiny-v0.3.1.tar.gz
>  sha256 b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34  LICENSE
> -sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  extra/COPYING
>  # From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html
>  md5  df3f5690eaa30fd228537b00cb7b7590         gettext-0.19.8.1.tar.xz
>  sha1 e0fe90ede22f7f16bbde7bdea791a835f2773fc9 gettext-0.19.8.1.tar.xz
> diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
> index c9052d0d7c..d213fe7398 100644
> --- a/package/gettext-tiny/gettext-tiny.mk
> +++ b/package/gettext-tiny/gettext-tiny.mk
> @@ -8,7 +8,7 @@ GETTEXT_TINY_VERSION = v0.3.1
>  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
> -GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
> +GETTEXT_TINY_LICENSE_FILES = LICENSE
>  
>  GETTEXT_TINY_PROVIDES = gettext
>  
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] package/gettext-tiny: fix gettext-tiny-legal-info build failure
  2019-03-31 21:40 ` Yann E. MORIN
@ 2019-03-31 21:48   ` Yann E. MORIN
  2019-03-31 22:15     ` Giulio Benetti
  2019-03-31 22:18   ` Giulio Benetti
  1 sibling, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2019-03-31 21:48 UTC (permalink / raw)
  To: buildroot

Giulio, All,

On 2019-03-31 23:40 +0200, Yann E. MORIN spake thusly:
> Giilio, All,

My apologies for the typo in your name. :-/

Regards,
Yann E. MORIN.

> On 2019-03-31 23:12 +0200, Giulio Benetti spake thusly:
> > gettext-tiny doesn't contain extra/COPYING file.
> > 
> > Remove extra/COPYING from package recipe and package hash.
> 
> No, that is not correct, because the host variant does have both.
> Im just sending a patch now.
> 
> Regards,
> Yann E. MORIN.
> 
> > Fixes:
> > http://autobuild.buildroot.net/results/dec/deca5e6c66ffb898a29f50678d8213f87cc54682/
> > 
> > Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
> > ---
> >  package/gettext-tiny/gettext-tiny.hash | 1 -
> >  package/gettext-tiny/gettext-tiny.mk   | 2 +-
> >  2 files changed, 1 insertion(+), 2 deletions(-)
> > 
> > diff --git a/package/gettext-tiny/gettext-tiny.hash b/package/gettext-tiny/gettext-tiny.hash
> > index 672e964186..dbcc4d2a8f 100644
> > --- a/package/gettext-tiny/gettext-tiny.hash
> > +++ b/package/gettext-tiny/gettext-tiny.hash
> > @@ -1,7 +1,6 @@
> >  # Locally Computed:
> >  sha256 654dcd52f2650476c8822b60bee89c20a0aa7f6a1bf6001701eeacd71a9e388b  gettext-tiny-v0.3.1.tar.gz
> >  sha256 b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34  LICENSE
> > -sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  extra/COPYING
> >  # From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html
> >  md5  df3f5690eaa30fd228537b00cb7b7590         gettext-0.19.8.1.tar.xz
> >  sha1 e0fe90ede22f7f16bbde7bdea791a835f2773fc9 gettext-0.19.8.1.tar.xz
> > diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
> > index c9052d0d7c..d213fe7398 100644
> > --- a/package/gettext-tiny/gettext-tiny.mk
> > +++ b/package/gettext-tiny/gettext-tiny.mk
> > @@ -8,7 +8,7 @@ GETTEXT_TINY_VERSION = v0.3.1
> >  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
> > -GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
> > +GETTEXT_TINY_LICENSE_FILES = LICENSE
> >  
> >  GETTEXT_TINY_PROVIDES = gettext
> >  
> > -- 
> > 2.17.1
> > 
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
> 
> -- 
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] package/gettext-tiny: fix gettext-tiny-legal-info build failure
  2019-03-31 21:48   ` Yann E. MORIN
@ 2019-03-31 22:15     ` Giulio Benetti
  0 siblings, 0 replies; 5+ messages in thread
From: Giulio Benetti @ 2019-03-31 22:15 UTC (permalink / raw)
  To: buildroot

Il 31/03/2019 23:48, Yann E. MORIN ha scritto:
> Giulio, All,
> 
> On 2019-03-31 23:40 +0200, Yann E. MORIN spake thusly:
>> Giilio, All,
> 
> My apologies for the typo in your name. :-/

No problem!

> 
> Regards,
> Yann E. MORIN.
> 
>> On 2019-03-31 23:12 +0200, Giulio Benetti spake thusly:
>>> gettext-tiny doesn't contain extra/COPYING file.
>>>
>>> Remove extra/COPYING from package recipe and package hash.
>>
>> No, that is not correct, because the host variant does have both.
>> Im just sending a patch now.
>>
>> Regards,
>> Yann E. MORIN.
>>
>>> Fixes:
>>> http://autobuild.buildroot.net/results/dec/deca5e6c66ffb898a29f50678d8213f87cc54682/
>>>
>>> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
>>> ---
>>>   package/gettext-tiny/gettext-tiny.hash | 1 -
>>>   package/gettext-tiny/gettext-tiny.mk   | 2 +-
>>>   2 files changed, 1 insertion(+), 2 deletions(-)
>>>
>>> diff --git a/package/gettext-tiny/gettext-tiny.hash b/package/gettext-tiny/gettext-tiny.hash
>>> index 672e964186..dbcc4d2a8f 100644
>>> --- a/package/gettext-tiny/gettext-tiny.hash
>>> +++ b/package/gettext-tiny/gettext-tiny.hash
>>> @@ -1,7 +1,6 @@
>>>   # Locally Computed:
>>>   sha256 654dcd52f2650476c8822b60bee89c20a0aa7f6a1bf6001701eeacd71a9e388b  gettext-tiny-v0.3.1.tar.gz
>>>   sha256 b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34  LICENSE
>>> -sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  extra/COPYING
>>>   # From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html
>>>   md5  df3f5690eaa30fd228537b00cb7b7590         gettext-0.19.8.1.tar.xz
>>>   sha1 e0fe90ede22f7f16bbde7bdea791a835f2773fc9 gettext-0.19.8.1.tar.xz
>>> diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
>>> index c9052d0d7c..d213fe7398 100644
>>> --- a/package/gettext-tiny/gettext-tiny.mk
>>> +++ b/package/gettext-tiny/gettext-tiny.mk
>>> @@ -8,7 +8,7 @@ GETTEXT_TINY_VERSION = v0.3.1
>>>   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
>>> -GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
>>> +GETTEXT_TINY_LICENSE_FILES = LICENSE
>>>   
>>>   GETTEXT_TINY_PROVIDES = gettext
>>>   
>>> -- 
>>> 2.17.1
>>>
>>> _______________________________________________
>>> buildroot mailing list
>>> buildroot at busybox.net
>>> http://lists.busybox.net/mailman/listinfo/buildroot
>>
>> -- 
>> .-----------------.--------------------.------------------.--------------------.
>> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
>> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
>> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
>> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
>> '------------------------------^-------^------------------^--------------------'
> 

-- 
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] 5+ messages in thread

* [Buildroot] [PATCH] package/gettext-tiny: fix gettext-tiny-legal-info build failure
  2019-03-31 21:40 ` Yann E. MORIN
  2019-03-31 21:48   ` Yann E. MORIN
@ 2019-03-31 22:18   ` Giulio Benetti
  1 sibling, 0 replies; 5+ messages in thread
From: Giulio Benetti @ 2019-03-31 22:18 UTC (permalink / raw)
  To: buildroot

Il 31/03/2019 23:40, Yann E. MORIN ha scritto:
> Giilio, All,
> 
> On 2019-03-31 23:12 +0200, Giulio Benetti spake thusly:
>> gettext-tiny doesn't contain extra/COPYING file.
>>
>> Remove extra/COPYING from package recipe and package hash.
> 
> No, that is not correct, because the host variant does have both.

This is why there is "(extra gettext)" appended to GETTEXT_TINY_LICENSE.
One thing learnt more,
thank you!

-- 
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

> Im just sending a patch now.
> 
> Regards,
> Yann E. MORIN.
> 
>> Fixes:
>> http://autobuild.buildroot.net/results/dec/deca5e6c66ffb898a29f50678d8213f87cc54682/
>>
>> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
>> ---
>>   package/gettext-tiny/gettext-tiny.hash | 1 -
>>   package/gettext-tiny/gettext-tiny.mk   | 2 +-
>>   2 files changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/package/gettext-tiny/gettext-tiny.hash b/package/gettext-tiny/gettext-tiny.hash
>> index 672e964186..dbcc4d2a8f 100644
>> --- a/package/gettext-tiny/gettext-tiny.hash
>> +++ b/package/gettext-tiny/gettext-tiny.hash
>> @@ -1,7 +1,6 @@
>>   # Locally Computed:
>>   sha256 654dcd52f2650476c8822b60bee89c20a0aa7f6a1bf6001701eeacd71a9e388b  gettext-tiny-v0.3.1.tar.gz
>>   sha256 b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34  LICENSE
>> -sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  extra/COPYING
>>   # From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html
>>   md5  df3f5690eaa30fd228537b00cb7b7590         gettext-0.19.8.1.tar.xz
>>   sha1 e0fe90ede22f7f16bbde7bdea791a835f2773fc9 gettext-0.19.8.1.tar.xz
>> diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
>> index c9052d0d7c..d213fe7398 100644
>> --- a/package/gettext-tiny/gettext-tiny.mk
>> +++ b/package/gettext-tiny/gettext-tiny.mk
>> @@ -8,7 +8,7 @@ GETTEXT_TINY_VERSION = v0.3.1
>>   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
>> -GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
>> +GETTEXT_TINY_LICENSE_FILES = LICENSE
>>   
>>   GETTEXT_TINY_PROVIDES = gettext
>>   
>> -- 
>> 2.17.1
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
> 

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

end of thread, other threads:[~2019-03-31 22:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-31 21:12 [Buildroot] [PATCH] package/gettext-tiny: fix gettext-tiny-legal-info build failure Giulio Benetti
2019-03-31 21:40 ` Yann E. MORIN
2019-03-31 21:48   ` Yann E. MORIN
2019-03-31 22:15     ` Giulio Benetti
2019-03-31 22:18   ` Giulio Benetti

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.