[yocto] [PATCH resend][opkg-utils] opkg.py/opkg-build: fix creation of tar archives

Richard Purdie richard.purdie at linuxfoundation.org
Wed Oct 24 04:14:04 PDT 2012


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 at dresearch-fe.de>
> ---
>  opkg-build |    6 +++---
>  opkg.py    |    6 +++---
>  2 files changed, 6 insertions(+), 6 deletions(-)

Merged to master, thanks.

Richard




More information about the yocto mailing list