All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH resend][opkg-utils] opkg.py/opkg-build: fix creation of tar archives
       [not found]   ` <1351076036-25453-2-git-send-email-sledz@dresearch-fe.de>
@ 2012-10-24 11:14     ` Richard Purdie
  2012-11-10  9:33       ` Tomas Frydrych
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2012-10-24 11:14 UTC (permalink / raw)
  To: Steffen Sledz; +Cc: yocto

On Wed, 2012-10-24 at 12:53 +0200, Steffen Sledz wrote:
> Since openSUSE 12.2 the installed tar uses posix instead of gnu encoding
> by default. This format is not fully supported by opkg and results in
> ipk packages not installable at the target.
> 
> Collected errors:
>  * get_header_tar: Unknown typeflag: 0x78: Success.
>  * get_header_tar: Unknown typeflag: 0x78: Success.
>  * get_header_tar: Unknown typeflag: 0x78: Success.
>  * extract_archive: Don't know how to handle /var/lib/opkg/tmp/opkg-mg997m/chicken-bin-fGRvr4/PaxHeaders.17512/.: No such file or directory.
>  * get_header_tar: Unknown typeflag: 0x78: No such file or directory.
>  * get_header_tar: Unknown typeflag: 0x78: No such file or directory.
>  ...
> 
> Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
> ---
>  opkg-build |    6 +++---
>  opkg.py    |    6 +++---
>  2 files changed, 6 insertions(+), 6 deletions(-)

Merged to master, thanks.

Richard



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

* Re: [PATCH resend][opkg-utils] opkg.py/opkg-build: fix creation of tar archives
  2012-10-24 11:14     ` [PATCH resend][opkg-utils] opkg.py/opkg-build: fix creation of tar archives Richard Purdie
@ 2012-11-10  9:33       ` Tomas Frydrych
  2012-11-26 13:19         ` Burton, Ross
  2012-11-30  2:57         ` Scott Garman
  0 siblings, 2 replies; 5+ messages in thread
From: Tomas Frydrych @ 2012-11-10  9:33 UTC (permalink / raw)
  To: yocto

On 24/10/12 12:14, Richard Purdie wrote:
> On Wed, 2012-10-24 at 12:53 +0200, Steffen Sledz wrote:
>> Since openSUSE 12.2 the installed tar uses posix instead of gnu encoding
>> by default. This format is not fully supported by opkg and results in
>> ipk packages not installable at the target.
>>
>> Collected errors:
>>  * get_header_tar: Unknown typeflag: 0x78: Success.
>>  * get_header_tar: Unknown typeflag: 0x78: Success.
>>  * get_header_tar: Unknown typeflag: 0x78: Success.
>>  * extract_archive: Don't know how to handle /var/lib/opkg/tmp/opkg-mg997m/chicken-bin-fGRvr4/PaxHeaders.17512/.: No such file or directory.
>>  * get_header_tar: Unknown typeflag: 0x78: No such file or directory.
>>  * get_header_tar: Unknown typeflag: 0x78: No such file or directory.
>>  ...
>>
>> Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
>> ---
>>  opkg-build |    6 +++---
>>  opkg.py    |    6 +++---
>>  2 files changed, 6 insertions(+), 6 deletions(-)
> 
> Merged to master, thanks.

Could this be also applied to the danny branch (and perhaps even denzil)?

Tomas


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

* Re: [PATCH resend][opkg-utils] opkg.py/opkg-build: fix creation of tar archives
  2012-11-10  9:33       ` Tomas Frydrych
@ 2012-11-26 13:19         ` Burton, Ross
  2012-11-26 13:33           ` Burton, Ross
  2012-11-30  2:57         ` Scott Garman
  1 sibling, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2012-11-26 13:19 UTC (permalink / raw)
  To: Tomas Frydrych; +Cc: yocto

On 10 November 2012 09:33, Tomas Frydrych <tf+lists.yocto@r-finger.com> wrote:
> Could this be also applied to the danny branch (and perhaps even denzil)?

This was present in the Danny release.  For Denzil you'd have to ask Scott...

Ross


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

* Re: [PATCH resend][opkg-utils] opkg.py/opkg-build: fix creation of tar archives
  2012-11-26 13:19         ` Burton, Ross
@ 2012-11-26 13:33           ` Burton, Ross
  0 siblings, 0 replies; 5+ messages in thread
From: Burton, Ross @ 2012-11-26 13:33 UTC (permalink / raw)
  To: Tomas Frydrych; +Cc: yocto

On 26 November 2012 13:19, Burton, Ross <ross.burton@intel.com> wrote:
> On 10 November 2012 09:33, Tomas Frydrych <tf+lists.yocto@r-finger.com> wrote:
>> Could this be also applied to the danny branch (and perhaps even denzil)?
>
> This was present in the Danny release.  For Denzil you'd have to ask Scott...

Apologies, I was grepping the wrong branch...

*Now* it's locally in danny-next.

Ross


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

* Re: [PATCH resend][opkg-utils] opkg.py/opkg-build: fix creation of tar archives
  2012-11-10  9:33       ` Tomas Frydrych
  2012-11-26 13:19         ` Burton, Ross
@ 2012-11-30  2:57         ` Scott Garman
  1 sibling, 0 replies; 5+ messages in thread
From: Scott Garman @ 2012-11-30  2:57 UTC (permalink / raw)
  To: yocto

On 11/10/2012 01:33 AM, Tomas Frydrych wrote:
> On 24/10/12 12:14, Richard Purdie wrote:
>> On Wed, 2012-10-24 at 12:53 +0200, Steffen Sledz wrote:
>>> Since openSUSE 12.2 the installed tar uses posix instead of gnu encoding
>>> by default. This format is not fully supported by opkg and results in
>>> ipk packages not installable at the target.
>>>
>>> Collected errors:
>>>   * get_header_tar: Unknown typeflag: 0x78: Success.
>>>   * get_header_tar: Unknown typeflag: 0x78: Success.
>>>   * get_header_tar: Unknown typeflag: 0x78: Success.
>>>   * extract_archive: Don't know how to handle /var/lib/opkg/tmp/opkg-mg997m/chicken-bin-fGRvr4/PaxHeaders.17512/.: No such file or directory.
>>>   * get_header_tar: Unknown typeflag: 0x78: No such file or directory.
>>>   * get_header_tar: Unknown typeflag: 0x78: No such file or directory.
>>>   ...
>>>
>>> Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
>>> ---
>>>   opkg-build |    6 +++---
>>>   opkg.py    |    6 +++---
>>>   2 files changed, 6 insertions(+), 6 deletions(-)
>>
>> Merged to master, thanks.
>
> Could this be also applied to the danny branch (and perhaps even denzil)?

Hi Tomas,

I have applied this to my sgarman/denzil-next branches.

Scott

-- 
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center


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

end of thread, other threads:[~2012-11-30  2:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20121023184056.GR3269@jama.jama.net>
     [not found] ` <1351076036-25453-1-git-send-email-sledz@dresearch-fe.de>
     [not found]   ` <1351076036-25453-2-git-send-email-sledz@dresearch-fe.de>
2012-10-24 11:14     ` [PATCH resend][opkg-utils] opkg.py/opkg-build: fix creation of tar archives Richard Purdie
2012-11-10  9:33       ` Tomas Frydrych
2012-11-26 13:19         ` Burton, Ross
2012-11-26 13:33           ` Burton, Ross
2012-11-30  2:57         ` Scott Garman

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.