[Bug 1676337] Re: bsdtar symbol lookup error: undefined symbol: archive_read_add_passphrase in yakkety

2017-03-27 Thread Jose L. VG
conjure-up snap version was breaking bsdtar!


$ sudo ldconfig -p |grep libarchive
libarchive.so.13 (libc6,x86-64) => 
/snap/conjure-up/140/usr/lib/x86_64-linux-gnu/libarchive.so.13
libarchive.so.13 (libc6,x86-64) => 
/usr/lib/x86_64-linux-gnu/libarchive.so.13

$ sudo snap remove conjure-up
conjure-up removed
$ sudo ldconfig -p |grep libarchive
libarchive.so.13 (libc6,x86-64) => 
/snap/conjure-up/140/usr/lib/x86_64-linux-gnu/libarchive.so.13
libarchive.so.13 (libc6,x86-64) => 
/usr/lib/x86_64-linux-gnu/libarchive.so.13

$ ls /snap/conjure-up/140/usr/lib/x86_64-linux-gnu/libarchive.so.13
ls: cannot access 
'/snap/conjure-up/140/usr/lib/x86_64-linux-gnu/libarchive.so.13': No such file 
or directory

$ bsdtar
bsdtar: Must specify one of -c, -r, -t, -u, -x

 
$ sudo ldconfig -f /etc/ld.so.conf
$ sudo ldconfig -p |grep libarchive
libarchive.so.13 (libc6,x86-64) => 
/usr/lib/x86_64-linux-gnu/libarchive.so.13


** Changed in: libarchive (Ubuntu)
   Status: New => Invalid

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

Title:
  bsdtar symbol lookup error: undefined symbol:
  archive_read_add_passphrase in yakkety

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

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


[Bug 1676337] Re: bsdtar symbol lookup error: undefined symbol: archive_read_add_passphrase in yakkety

2017-03-27 Thread Jose L. VG
So the missing symbol is there, the problem is that it was not finding
it for my native yakkety environment:

$ nm -D /usr/bin/bsdtar | grep archive_read_add_passphrase
 U archive_read_add_passphrase
$ nm -D /usr/lib/x86_64-linux-gnu/libarchive.so.13 |grep 
archive_read_add_passphrase
000203d0 T archive_read_add_passphrase
$ echo $LD_LIBRARY_PATH

$ export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/
$ bsdtar
bsdtar: Must specify one of -c, -r, -t, -u, -x

This might be just a config issue.

Checking now why it does not find it for me by default.

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

Title:
  bsdtar symbol lookup error: undefined symbol:
  archive_read_add_passphrase in yakkety

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

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


[Bug 1676337] Re: bsdtar symbol lookup error: undefined symbol: archive_read_add_passphrase in yakkety

2017-03-27 Thread Jose L. VG
Something is strange here. It seems to work on a LXD container:

$ lxc start y
$ lxc exec y bash
root@y:~# bsdtar
The program 'bsdtar' is currently not installed. You can install it by typing:
apt install bsdtar
root@y:~# apt install bsdtar
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  libarchive-tools libarchive13
Suggested packages:
  lrzip
The following NEW packages will be installed:
  bsdtar libarchive-tools libarchive13
...
root@y:~# bsdtar
bsdtar: Must specify one of -c, -r, -t, -u, -x

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

Title:
  bsdtar symbol lookup error: undefined symbol:
  archive_read_add_passphrase in yakkety

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

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