Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Installation with home-brew gnu-tar fails #56

Open
adamjt opened this issue May 9, 2014 · 3 comments
Open

Installation with home-brew gnu-tar fails #56

adamjt opened this issue May 9, 2014 · 3 comments

Comments

@adamjt
Copy link

adamjt commented May 9, 2014

I used homebrew to install gnu-tar in the past because of a problem with OS X's built-in tar. This causes docker-osx installation to fail. The output of docker-osx shell is:

Installing Docker 0.11.1 client...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2885k  100 2885k    0     0  1181k      0  0:00:02  0:00:02 --:--:-- 1181k
tar: /docker/docker: Not found in archive
tar: usr/local/bin/docker: Not found in archive
tar: Exiting with failure status due to previous errors
@dgcoffman
Copy link

I have not installed gnu-tar, I'm using bsdtar 2.8.3 - libarchive 2.8.3 which is the OSX default, and get the same failure.

dgc@dgcwork:~$ docker-osx
Installing Docker 1.2.0 client...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
tar: usr/local/bin/docker: Not found in archive
tar: Error exit delayed from previous errors.
dgc@dgcwork:~$ which tar
/usr/bin/tar
dgc@dgcwork:~$ tar --version
bsdtar 2.8.3 - libarchive 2.8.3

@joaomilho
Copy link

+1

✗ which tar
/usr/bin/tar
✗ tar --version
bsdtar 2.8.3 - libarchive 2.8.3
✗ docker-osx shell
Installing Docker 1.2.0 client...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
tar: usr/local/bin/docker: Not found in archive
tar: Error exit delayed from previous errors.

@wfiskz
Copy link

wfiskz commented May 26, 2016

+1

curl -L http://github.com/mxcl/homebrew/tarball/master | tar xz –strip 1 -C /usr/local
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
100 124 0 124 0 0 31 0 --:--:-- 0:00:03 --:--:-- 78
100 139 0 139 0 0 32 0 --:--:-- 0:00:04 --:--:-- 135k
100 2182k 100 2182k 0 0 168k 0 0:00:12 0:00:12 --:--:-- 463k
tar: /usr/local: Not found in archive
tar: -C: Not found in archive
tar: 1: Not found in archive
tar: –strip: Not found in archive
tar: Error exit delayed from previous errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants