os
os copied to clipboard
gcc/15.1.0 package update
🩹 Build Failed: Patch Application Failed
Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch.
Build Details
| Category | Details |
|---|---|
| Build System | patch |
| Failure Point | patch application during GCC build process |
Root Cause Analysis 🔍
The build is attempting to apply patches that have already been applied to the GCC source code. This is evident from the 'Reversed (or previously applied) patch detected!' messages for multiple files. The patch command fails because it detects that the changes in the patch files have already been incorporated into the source.
Was this comment helpful? Please use 👍 or 👎 reactions on this comment.
I'm working on this update.
This has been merged in #54718.