From owner-freebsd-current@freebsd.org Mon Sep 14 20:01:56 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 570A63E1282 for ; Mon, 14 Sep 2020 20:01:56 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [174.136.98.114]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.nomadlogic.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bqy1c089Yz4HRy; Mon, 14 Sep 2020 20:01:55 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.159] (cpe-23-243-161-111.socal.res.rr.com [23.243.161.111]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 4365eb46 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 14 Sep 2020 20:01:54 +0000 (UTC) Subject: Re: Undefined symbol "lzc_remap" To: Kyle Evans Cc: FreeBSD Current References: From: Pete Wright Message-ID: <640ebb13-5476-b914-27cd-648e484a6ee3@nomadlogic.org> Date: Mon, 14 Sep 2020 13:01:53 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 4Bqy1c089Yz4HRy X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:25795, ipnet:174.136.96.0/20, country:US] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2020 20:01:56 -0000 On 9/14/20 1:00 PM, Kyle Evans wrote: > On Mon, Sep 14, 2020 at 2:56 PM Pete Wright wrote: >> Hello, >> I have a system running current that is acting a little odd after a >> rebuild from last night (sept 13th). After reboot my root zfs pool >> mountd fine, but my second datavol "tank0" didn't auto-import/mount. A >> manual "zpool import" then "zfs mount -a" got everything back where it >> should be, but I am noticing some odd behavior with iocage: >> >> ImportError: /lib/libzfs.so.3: Undefined symbol "lzc_remap" >> >> Interestingly enough this is the second update i've done to this system >> since the import of openzfs code, and iocage was operating without >> issues previously. i am wondering does iocage need to be rebuild >> against newer sources or did something else change recently? >> > Hi, > > You'll need a ports tree >= r548105 and rebuild devel/py-libzfs from > that -- that should be sufficient. Thanks Kyle - you saved me quite a bit of debugging, i'll give that a spin now :) -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA