On Sat, Aug 10, 2019 at 06:21:57PM +0900, Makoto Fujiwara wrote: > When I've update 8.99.51 host with 9.0_BETA, > From following URL > http://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-9/201908051430Z/ > with images > NetBSD-9.0_BETA-amd64-install.img.gz 05-Aug-2019 17:19 914648kB > > I've got following Error > > | /bin/tar: Undefined PLT symbol "archive_match_set_inclusion_recursion" > (symnum = 109) > | *** Error code 1
New symbol shouldn't *require* changing the version. It should work anyway. I think something went wrong in the update method. Possibly since tar is used for the update. Both /bin/tar and /usr/lib/libarchive.so.4 are in base.tar.xz. If you replace /bin/tar, you should replace /usr/lib/libarchive.so.4 with the new version.
