| Summary: | freebsd-update mismatch with recompile from svn releng | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | aler | ||||
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Open --- | ||||||
| Severity: | Affects Some People | CC: | emaste | ||||
| Priority: | --- | ||||||
| Version: | 11.3-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
aler
2019-07-28 11:45:46 UTC
it was typo in initial report: <kernel compiled from svn.freebsd.org/base/releng/11.3/ 2019-11-27> should be <kernel compiled from svn.freebsd.org/base/releng/11.3/ 2019-07-27> Can you compare the installed-by-freebsd-update mqueuefs.ko and the one you built from svn, either with with something like (zsh/bash shell assumed for the example): # diff -u3 <(hexdump -Cv freebsd-update/mqueuefs.ko) <(hexdump -Cv svn-build/mqueuefs.ko) or (better) by installing the py36-diffoscope port and using it to perform the comparison, then put the results here? Created attachment 206225 [details]
compare log
It seems that the only significant difference is version strings.
So everything seems fine from the point of functional patches but anyway it is misinformation (wrong revision number inside binary file).
(In reply to aler from comment #3) Good, thank you. I wanted to first make sure that you actually have the patched module. I agree this is an issue; I believe it's inherent in our current process, and will see what we can do to address it. |