[Bug 1676337] Re: bsdtar symbol lookup error: undefined symbol: archive_read_add_passphrase in yakkety
Jose L. VG
1676337 at bugs.launchpad.net
Mon Mar 27 10:32:39 UTC 2017
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
00000000000203d0 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
Foundations Bugs, which is subscribed to libarchive in Ubuntu.
https://bugs.launchpad.net/bugs/1676337
Title:
bsdtar symbol lookup error: undefined symbol:
archive_read_add_passphrase in yakkety
Status in libarchive package in Ubuntu:
New
Bug description:
bsdtar fails on yakkety. It was discovered while using vagrant, which
could not unpack images due to this issues. The workaround was to use
tar instead (by changing bsdtar into a link to tar), but bsdtar is
still broken.
$ bsdtar
bsdtar: symbol lookup error: bsdtar: undefined symbol: archive_read_add_passphrase
$ lsb_release -rd
Description: Ubuntu 16.10
Release: 16.10
$ apt-cache policy libarchive-tools
libarchive-tools:
Installed: 3.2.1-2ubuntu0.1
Candidate: 3.2.1-2ubuntu0.1
Version table:
*** 3.2.1-2ubuntu0.1 500
500 http://es.archive.ubuntu.com/ubuntu yakkety-updates/universe amd64 Packages
500 http://security.ubuntu.com/ubuntu yakkety-security/universe amd64 Packages
100 /var/lib/dpkg/status
3.2.1-2 500
500 http://es.archive.ubuntu.com/ubuntu yakkety/universe amd64
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libarchive/+bug/1676337/+subscriptions
More information about the foundations-bugs
mailing list