[Bug 247856] iocage fetch doesn't work on i386

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 8 20:35:47 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247856

            Bug ID: 247856
           Summary: iocage fetch doesn't work on i386
           Product: Ports & Packages
           Version: Latest
          Hardware: i386
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: vince at vincentbentley.co.uk

Created attachment 216328
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216328&action=edit
Patch to fix an installed iocage on i386

On a 32-bit X86 jail host, iocage fetch fails because it is looking for
lib32.txz in an i386 repo. The lib32.txz archive is only present in the amd64
repo because it is not required for i386 machines.

I found the bug in /usr/local/lib/python3.7/site-packages/iocage_lib/iocage.py

The attached patch fixes an already installed iocage. I sent email to upstream
but have not received a reply yet.

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


More information about the freebsd-ports-bugs mailing list