-
Notifications
You must be signed in to change notification settings - Fork 335
Open
Description
While testing #973, I noticed these errors in ~/.kpatch/build.log:
./arch/powerpc/tools/relocs_check.sh: line 48: /root/kpatch/kpatch-build/kpatch-gcc objdump: No such file or directory
./arch/powerpc/tools/unrel_branch_check.sh: line 26: /root/kpatch/kpatch-build/kpatch-gcc objdump: No such file or directory
./arch/powerpc/tools/unrel_branch_check.sh: line 37: /root/kpatch/kpatch-build/kpatch-gcc objdump: No such file or directory
I'm guessing that skipping these are benign, but could there be other tools scripts that we may need to properly function in the future? I wonder if the scripts are concatentating argv[0] and argv[1] so it's looking for a file called "/root/kpatch/kpatch-build/kpatch-gcc objdump"?
Metadata
Metadata
Assignees
Labels
No labels