Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 771207 - kernel-build.eclass: (was: sys-kernel/vanilla-kernel-5.10.17) fails to compile with dev-lang/python-exec[-native-symlinks]
Summary: kernel-build.eclass: (was: sys-kernel/vanilla-kernel-5.10.17) fails to compil...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Distribution Kernel Project
URL:
Whiteboard:
Keywords:
: 771210 (view as bug list)
Depends on:
Blocks: 762406
  Show dependency tree
 
Reported: 2021-02-18 07:39 UTC by Agostino Sarubbo
Modified: 2021-02-18 14:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,566.43 KB, application/x-xz)
2021-02-18 07:39 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-02-18 07:39:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-kernel/vanilla-kernel-5.10.17 fails to compile with dev-lang/python-exec[-native-symlinks].
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
Please take a look at the tracker bug for more info.
Comment 1 Agostino Sarubbo gentoo-dev 2021-02-18 07:39:54 UTC
Created attachment 687384 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2021-02-18 07:39:56 UTC
Possible context of error(s):

/usr/bin/env: ‘python3’: No such file or directory
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/alignedmem.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/efi-stub-helper.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/file.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/gop.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/lib-cmdline.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/lib-ctype.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/mem.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/pci.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/random.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/randomalloc.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/relocate.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/secureboot.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/skip_spaces.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/tpm.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/vsprintf.stub.o': No such file
x86_64-pc-linux-gnu-objdump: 'drivers/firmware/efi/libstub/x86-stub.stub.o': No such file
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-02-18 09:23:15 UTC
*** Bug 771210 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2021-02-18 09:27:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef63a5a36ade53acee6a55be2b5013c1ef08c84

commit bef63a5a36ade53acee6a55be2b5013c1ef08c84
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-02-18 09:23:05 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-02-18 09:23:05 +0000

    kernel-build.eclass: Use python
    
    Closes: https://bugs.gentoo.org/771207
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 eclass/kernel-build.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)