[Bug 1503565] Re: vagrant depends on bsdtar which depends on libarchive13

2018-04-20 Thread Tomas Lipensky
As I have posted on https://askubuntu.com/questions/860979/i-tried-to-
install-vagrant-in-ubuntu-but-failed-in-dependence-problem-libarchiv :


i had the same problem. I found solution:

1) Download bsdtar suited for Debian 16.04 (mainly for libarchive13 in
U16.04): https://packages.ubuntu.com/xenial/amd64/bsdtar/download cd
/tmp wget
http://security.ubuntu.com/ubuntu/pool/universe/liba/libarchive/bsdtar_3.1.2-11ubuntu0.16.04.3_amd64.deb

2) Install it locally: apt install
/tmp/bsdtar_3.1.2-11ubuntu0.16.04.3_amd64.deb

3) than vagrant can be installed: apt install vagrant


This package should be added to Ubuntu 16.04 repository. I don't know
how to create request for that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1503565

Title:
  vagrant depends on bsdtar which depends on libarchive13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vagrant/+bug/1503565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1503565] Re: vagrant depends on bsdtar which depends on libarchive13

2016-10-07 Thread Matthew Giassa
Recently encountered this issue on Ubuntu 16.04.1 on 4.4.0-38-generic
#57-Ubuntu SMP.

Seems the build label in `libarchive13` is either incorrect, or `bsdtar`
is expecting the wrong version.

I was able to fix this via:

apt-get download bsdtar
mkdir temp_out
dpkg-deb -R bsdtar_3.1.2-11build1_amd64.deb temp_out
# Modify the "control file in temp_out/DEBIAN, changed version from 
"3.1.2-11build1" to "3.2.1-2~ubuntu16.04.1." Save, close.
dpkg-deb -b temp_out FIXED_bsdtar.deb
sudo dpkg -i ./FIXED_bsdtar.deb

Afterwards, I was able to successfully install and use vagrant via:
"sudo apt-get install vagrant". The only downside to this approach is
I'll eventually have to resolve this manually when the bsdtar package is
actually fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1503565

Title:
  vagrant depends on bsdtar which depends on libarchive13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vagrant/+bug/1503565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1503565] Re: vagrant depends on bsdtar which depends on libarchive13

2016-08-16 Thread Jean-Pierre van Riel
doesn't have this error on 16.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1503565

Title:
  vagrant depends on bsdtar which depends on libarchive13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vagrant/+bug/1503565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1503565] Re: vagrant depends on bsdtar which depends on libarchive13

2015-10-12 Thread Jeff Silverman
Works fine on 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1503565

Title:
  vagrant depends on bsdtar which depends on libarchive13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vagrant/+bug/1503565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1503565] Re: vagrant depends on bsdtar which depends on libarchive13

2015-10-10 Thread Jeff Silverman
Works find on 12.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1503565

Title:
  vagrant depends on bsdtar which depends on libarchive13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vagrant/+bug/1503565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs