Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646590 - linux-mod.eclass - Makefile:946: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop.
Summary: linux-mod.eclass - Makefile:946: *** "Cannot generate ORC metadata for CONFIG...
Status: RESOLVED DUPLICATE of bug 589436
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-04 17:55 UTC by kapsh
Modified: 2020-06-17 05:10 UTC (History)
2 users (show)

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


Attachments
build.log (1517745459-install-x11-drivers_nvidia-drivers-390.25:0::gentoo.out,4.40 KB, text/plain)
2018-02-04 17:55 UTC, kapsh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kapsh 2018-02-04 17:55:56 UTC
Created attachment 517806 [details]
build.log

Cannot install nvidia-drivers-390.25 kernel module with the following error: "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Full build log is attached.
Comment 1 kapsh 2018-02-04 17:58:59 UTC
After installation of dev-libs/elfutils installation was successful.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2020-06-17 05:07:41 UTC
# grep -rw libelf-devel /usr/src/linux
/usr/src/linux/tools/perf/Makefile.config:      msg := $(warning No libelf found. Disables 'probe' tool, jvmti and BPF support in 'perf record'. Please install libelf-dev, libelf-devel or elfutils-libelf-devel);
/usr/src/linux/Makefile:        @echo "error: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel" >&2
/usr/src/linux/Makefile:        @echo "warning: Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel" >&2
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2020-06-17 05:10:20 UTC

*** This bug has been marked as a duplicate of bug 589436 ***