Actions
Bug #7556
closedSome patches silently fail to apply
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
See this output from the build logs:
12:11:56 Applying patches/cfengine/0018-do-not-remove-cflags-when-compiling.patch... 12:11:56 patching file configure.ac 12:11:56 Reversed (or previously applied) patch detected! Assume -R? [n] 12:11:56 Apply anyway? [n] 12:11:56 Skipping patch. 12:11:56 1 out of 1 hunk ignored -- saving rejects to file configure.ac.rej ... 12:11:56 Applying patches/cfengine/07-define-classes-when-package-is-up-to-date.patch... 12:11:56 patching file cf-agent/verify_packages.c 12:11:56 Reversed (or previously applied) patch detected! Assume -R? [n] 12:11:56 Apply anyway? [n] 12:11:56 Skipping patch. 12:11:56 1 out of 1 hunk ignored -- saving rejects to file cf-agent/verify_packages.c.rej
This is occuring in 3.0.* but should be fixed on earlier branches too.
Actions