[Bug 287251] Failed to rebuild autoinstall ISO for freebsd-14.4 and FreeBSD 15.1 with error: Failed adding duplicate name to parent
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 May 2026 06:42:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287251 --- Comment #22 from Yanhui He <yanhui.he@broadcom.com> --- (In reply to Michael Osipov from comment #21) Would you please add a test like below to test FreeBSD ISO files and make sure the published ISO files can be opened by pycdlib? #!/usr/bin/env python import pycdlib iso = pycdlib.PyCdlib(always_consistent=True) src_iso = "FreeBSD-14.3-RC1-amd64-dvd1.iso" iso.open(src_iso) iso.close() Thanks! Yanhui -- You are receiving this mail because: You are the assignee for the bug.