[Bug 288552] filesystems/openzfs fails to install when python is enabled

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 30 Jul 2025 13:55:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288552

            Bug ID: 288552
           Summary: filesystems/openzfs fails to install when python is
                    enabled
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mm@FreeBSD.org
          Reporter: listac@nebelschwaden.de
          Assignee: mm@FreeBSD.org
             Flags: maintainer-feedback?(mm@FreeBSD.org)

Trying to build openzfs on a fresh 14.3 fails, as soon as python is being
selected as part of make config. Probably, because the file below the
WRKDIRPREFIX is really named "pyzfs-2.3.3-py3.11.egg-info" and not
"pyzfs-2.2.2-py3.11.egg-info" as the port seems to expect, at least according
to the error message below. 

+ ln -s -f openzfs-2.3
/data/clutter/work/data/clutter/ports/filesystems/openzfs/work/stage/usr/local/share/zfs/compatibility.d/openzfs-2.3-freebsd
+ read -r canon alias
gmake[3]: Leaving directory
'/data/clutter/work/data/clutter/ports/filesystems/openzfs/work/zfs-2.3.3'
gmake[2]: Leaving directory
'/data/clutter/work/data/clutter/ports/filesystems/openzfs/work/zfs-2.3.3'
gmake[1]: Leaving directory
'/data/clutter/work/data/clutter/ports/filesystems/openzfs/work/zfs-2.3.3'
====> Compressing man pages (compress-man)
===>  Installing for openzfs-2.3.3,1
===>  Checking if openzfs is already installed
===>   Registering installation for openzfs-2.3.3,1
pkg-static: Unable to access file
/data/clutter/work/data/clutter/ports/filesystems/openzfs/work/stage/usr/local/lib/python3.11/site-packages/pyzfs-2.2.2-py3.11.egg-info/PKG-INFO:No
such file or directory
pkg-static: Unable to access file
/data/clutter/work/data/clutter/ports/filesystems/openzfs/work/stage/usr/local/lib/python3.11/site-packages/pyzfs-2.2.2-py3.11.egg-info/SOURCES.txt:No
such file or directory
pkg-static: Unable to access file
/data/clutter/work/data/clutter/ports/filesystems/openzfs/work/stage/usr/local/lib/python3.11/site-packages/pyzfs-2.2.2-py3.11.egg-info/dependency_links.txt:No
such file or directory
pkg-static: Unable to access file
/data/clutter/work/data/clutter/ports/filesystems/openzfs/work/stage/usr/local/lib/python3.11/site-packages/pyzfs-2.2.2-py3.11.egg-info/not-zip-safe:No
such file or directory
pkg-static: Unable to access file
/data/clutter/work/data/clutter/ports/filesystems/openzfs/work/stage/usr/local/lib/python3.11/site-packages/pyzfs-2.2.2-py3.11.egg-info/requires.txt:No
such file or directory
pkg-static: Unable to access file
/data/clutter/work/data/clutter/ports/filesystems/openzfs/work/stage/usr/local/lib/python3.11/site-packages/pyzfs-2.2.2-py3.11.egg-info/top_level.txt:No
such file or directory
*** Error code 1

Stop.
make[1]: stopped in /data/clutter/ports/filesystems/openzfs
*** Error code 1

Stop.
make: stopped in /data/clutter/ports/filesystems/openzfs

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