Fwd: [OS-BUILD PATCHv2 0/4] Fix bug 1882854

2020-11-21 Thread Paulo Edgar Castro
On 12/11/2020 19:28, Justin Forbes wrote: > That said, I also do not particularly like copying all of tools > either. I would much rather trim this down to exactly what is needed. > Remember, users with kernel-devel installed are likely to have 3 > copies installed at any given time. Is the

[OS-BUILD PATCHv5 0/4] Fix bug 1882854

2020-11-21 Thread GitLab Bridge on behalf of pecastro
From: pecastro on gitlab.com `make prepare` fails when trying to build external kernel modules. Details in https://bugzilla.redhat.com/show_bug.cgi?id=1882854 and previous related bugs. I'm not very happy with the final solution to this, ( the copy of the tools dir ) but I ran out of steam

[OS-BUILD PATCHv5 4/4] Add all the dependencies gleaned from running `make prepare` on a bloated devel kernel.

2020-11-21 Thread GitLab Bridge on behalf of pecastro
From: "Paulo E. Castro" Signed-off-by: Paulo E. Castro --- redhat/kernel.spec.template | 31 +++ 1 file changed, 31 insertions(+) diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index afc03bacd385..ba5f3c09e2bb 100755 ---

[OS-BUILD PATCHv5 2/4] Remove duplicate cp statement which is also not specific to x86.

2020-11-21 Thread GitLab Bridge on behalf of pecastro
From: "Paulo E. Castro" Signed-off-by: Paulo E. Castro --- redhat/kernel.spec.template | 1 - 1 file changed, 1 deletion(-) diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index 40685210d9fc..8ae48bedf7f0 100755 --- a/redhat/kernel.spec.template +++

[OS-BUILD PATCHv5 3/4] Add tools to path mangling script.

2020-11-21 Thread GitLab Bridge on behalf of pecastro
From: "Paulo E. Castro" Signed-off-by: Paulo E. Castro --- redhat/kernel.spec.template | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index 8ae48bedf7f0..afc03bacd385 100755 --- a/redhat/kernel.spec.template +++

[OS-BUILD PATCHv5 1/4] Correct orc_types failure whilst running `make prepare` https://bugzilla.redhat.com/show_bug.cgi?id=1882854

2020-11-21 Thread GitLab Bridge on behalf of pecastro
From: "Paulo E. Castro" In file included from scripts/sorttable.c:191: scripts/sorttable.h:89:10: fatal error: asm/orc_types.h: No such file or directory 89 | #include | ^ compilation terminated. make[1]: *** [scripts/Makefile.host:103: scripts/sorttable]