[Bug 283112] New Cache files packed into the FreeBSD14.2 release ISO file but not into Beta3 ISO files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Dec 2024 18:25:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283112 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #16 from Ed Maste <emaste@freebsd.org> --- It looks like there's a makefs bug here - the short non-rockridge paths need to be unique. usr.sbin/makefs/cd9660.c:cd9660_rename_filename() is called to deduplicate conflicts. I can see that it is called for both files and directories, but does not manage to successfully dedup the directories. I'll submit a separate bug for that. -- You are receiving this mail because: You are the assignee for the bug.