Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2018 22:53:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233948] sysutils/iocage not in pkg form for 12.0-RELEASE
Message-ID:  <bug-233948-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233948

            Bug ID: 233948
           Summary: sysutils/iocage not in pkg form for 12.0-RELEASE
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: araujo@FreeBSD.org
          Reporter: jason@tubnor.net
             Flags: maintainer-feedback?(araujo@FreeBSD.org)
          Assignee: araujo@FreeBSD.org

After running through the standard upgrade procedure, iocage stopped working
with the following output:

# iocage list
Traceback (most recent call last):
  File "/usr/local/bin/iocage", line 6, in <module>
    from iocage.main import cli
  File "/usr/local/lib/python3.6/site-packages/iocage/main.py", line 37, in
<module>
    import iocage.lib.ioc_check as ioc_check
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_check.py", li=
ne
28, in <module>
    import libzfs
ImportError: Shared object "libzfs.so.2" not found, required by "libzfs.so"

It appears that it hasn't been adjusted for the new shared object libzfs.so=
.3

To workaround create a symlink from .3 to .2

# cd /lib
# ln -s libzfs.so.3 libzfs.so.2

But after further investigation (pkg info py36-iocage) I found that it didn=
't
upgrade as part of the pkg update/upgrade process when moving to 12.0.  Loo=
king
through the package repo, it isn't even available as a package.  Can this be
addressed

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233948-7788>