On macOS 13, currently, almost every single package build that contains elibtoolize command raises the following warning, such as: > * Running elibtoolize in: libXau-1.0.11/ > * Applying portage/1.2.0 patch ... > * Applying sed/1.5.6 patch ... > * Applying as-needed/2.4.3 patch ... > * Applying werror/2.4.7 patch ... > * Darwin patch set 'darwin-conf' failed to apply! Or: > * Running elibtoolize in: libX11-1.8.4/ > * Applying portage/1.2.0 patch ... > * Applying sed/1.5.6 patch ... > * Applying as-needed/2.4.3 patch ... > * Applying specs/2.4.6 patch ... > * Applying fsanitize/2.4.6 patch ... > * Applying fuse-ld/2.4.6 patch ... > * Applying static-flags/2.4.6 patch ... > * Applying werror/2.4.6 patch ... > * Darwin patch set 'darwin-conf' failed to apply! > * Applying ppc64le/2.4.4 patch ... > * Applying darwin-conf/2.4.6 patch ... > * Applying darwin20-conf/2.4.6 patch ... This is not a fatal error and does not cause any build failure. But its root cause still needs to be investigated. Is it expected? Or does the patchset need any update?
I can reproduce this error.