From owner-freebsd-current@freebsd.org Mon Sep 14 20:01:02 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 6C7F53E1030 for ; Mon, 14 Sep 2020 20:01:02 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bqy0Z2DzMz4HZN for ; Mon, 14 Sep 2020 20:01:02 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f171.google.com (mail-qt1-f171.google.com [209.85.160.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 2B5E628287 for ; Mon, 14 Sep 2020 20:01:02 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f171.google.com with SMTP id p65so1143134qtd.2 for ; Mon, 14 Sep 2020 13:01:02 -0700 (PDT) X-Gm-Message-State: AOAM532taSrZCfdsGt480qMUi8SBGtU7qvOLcI74jyyQa0UccbnkxgEP 2qsazHW5WH5HzEtTpDclGsB8Dq5FJs1Tca8JxvY= X-Google-Smtp-Source: ABdhPJxdqRoY22NKFf0DSzUOh5un1gTP6BjtwXgS/HgbNg3m0Y7WCly7jgVWoYDEvZxGfzK/qjwmwNOVd87XP5xsgHY= X-Received: by 2002:ac8:3261:: with SMTP id y30mr15176061qta.242.1600113661706; Mon, 14 Sep 2020 13:01:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Mon, 14 Sep 2020 15:00:50 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Undefined symbol "lzc_remap" To: Pete Wright Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" 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:02 -0000 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 Evans