[rpi2] bsdtar: Ignoring malformed pax extended attribute

Raspberry Pi 2

Re: [rpi2] bsdtar: Ignoring malformed pax extended attribute

Postby vo6oh3 » Sat Apr 22, 2017 4:49 am

Guys, you need to use bsdtar version 3.3+
vo6oh3
 
Posts: 4
Joined: Thu Mar 02, 2017 12:36 pm

Re: [rpi2] bsdtar: Ignoring malformed pax extended attribute

Postby Horloge » Sat Apr 22, 2017 8:08 am

$this->bbcode_second_pass_quote('vo6oh3', 'G')uys, you need to use bsdtar version 3.3+


Hey,

Are you sure about this version ?
I'm running the latest Debian Stretch, and the higher version I just got is 3.2.2 ...

https://puu.sh/vskXu/d79e1a37ab.png
Horloge
 
Posts: 3
Joined: Thu Apr 20, 2017 11:40 am

Re: [rpi2] bsdtar: Ignoring malformed pax extended attribute

Postby procount » Sat Apr 22, 2017 8:12 am

@vo6oh3 - Thanks. I'm compiling bsdtar 3.3.1 now so I'll see how it goes.

UPDATE: I tested ArchLinuxARM-rpi-latest.tar.gz with a newly compiled bsdtar 3.3.1 and it now works fine. Thanks.
procount
 
Posts: 3
Joined: Thu Apr 06, 2017 12:46 pm

Re: [rpi2] bsdtar: Ignoring malformed pax extended attribute

Postby Horloge » Sat Apr 22, 2017 8:57 am

Yes I confirm that extracting with 3.3+ is working without any error [but my my Pi is not booting anyway]...

I think you may close this forum, but it'd be good writing in CAPITAL LETTERS this requirement, mostly for Debian / Ubuntu users, 'cause they can't install bsdtar 3.3 with official repositories...
Horloge
 
Posts: 3
Joined: Thu Apr 20, 2017 11:40 am

Re: [rpi2] bsdtar: Ignoring malformed pax extended attribute

Postby iwesley » Wed Jun 21, 2017 9:47 am

i change the "root" property,and passed
chmod g+w root
then bsdtar processed ok.
iwesley
 
Posts: 1
Joined: Wed Jun 21, 2017 9:44 am

Re: [rpi2] bsdtar: Ignoring malformed pax extended attribute

Postby plokko » Mon Sep 04, 2017 6:57 am

Got same error with a generic image, as other stated you need bsdtar 3.3+, here's a quick guide on debian (should be the same on ubuntu, tested on a new installation of debian 9 ):

if
$this->bbcode_second_pass_code('', 'bsdtar --version')
return bsdtar/libarchive <3.3 proceed with the following:

$this->bbcode_second_pass_code('', 'su
apt install -y make cmake gcc
wget https://github.com/libarchive/libarchive/archive/v3.3.1.tar.gz
tar -zxvf v3.3.1.tar.gz
cd libarchive-3.3.1
./configure
make
make install')
re-check version
$this->bbcode_second_pass_code('', 'bsdtar --version')
should be 3.3.1, now bsdtar should give no more errors.
plokko
 
Posts: 6
Joined: Mon Sep 04, 2017 6:36 am

Re: [rpi2] bsdtar: Ignoring malformed pax extended attribute

Postby campbell » Tue Oct 03, 2017 11:19 pm

There's not actually a configure script in that libarchive tarball...
campbell
 
Posts: 8
Joined: Wed Aug 30, 2017 11:13 pm

Re: [rpi2] bsdtar: Ignoring malformed pax extended attribute

Postby 42mileslong » Sat Oct 07, 2017 9:52 pm

https://github.com/helotism/helotism/issues/8

This archive worked for me.

$this->bbcode_second_pass_code('', 'wget https://www.libarchive.org/downloads/libarchive-3.3.1.tar.gz
tar xzf libarchive-3.3.1.tar.gz
cd libarchive-3.3.1
./configure
make
sudo make install')
42mileslong
 
Posts: 1
Joined: Sat Oct 07, 2017 9:50 pm

Re: [rpi2] bsdtar: Ignoring malformed pax extended attribute

Postby kuleszdl » Mon Nov 27, 2017 9:09 pm

I encountered the same issue on the pcduino3s. I used bsdtar from the 3.3.2 distribution and it worked as well. However, I don't understand why the archive must be packed

- using an exotic archive format
- requiring a very recent version of the archive tool

I agree with the previous posters that the fact that it requires bsdtar 3.3+ should be stated clearly in the installation manual.
kuleszdl
 
Posts: 22
Joined: Fri Dec 21, 2012 11:01 pm

PreviousNext

Return to Broadcom

Who is online

Users browsing this forum: No registered users and 14 guests