View previous topic :: View next topic |
Author |
Message |
Evgenyi n00b

Joined: 29 Aug 2016 Posts: 1
|
Posted: Mon Aug 29, 2016 5:15 am Post subject: Error make modules install |
|
|
Hello!
Help when building the kernel vylitaet error. Code: | livecd linux # make && make modules install
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/’utsrelease.h
CHK include/generated/bounds.h
CHK include/generated/tiimeconst.h
/bin/sh: bc: command not found
Kbuild:66: recipe for target 'include/generated/timeconst.h' failed
make{1]: *** [ include/generated/timeconst.h Error 1
Makeflie:986: recipe for target ’prepare0’ failed
make: *** [prepare0] Error 2 |
When I started looking for solutions I've seen the solution set bc.
But with the installation I get an error: Code: |
[Ebuild n] sys-libs/gpm-1.20.7-r2::gentoo USE="static-libs (-selinux) 0 Kib" |
Of course, I ordered the USE Selinux but the result is not kokogo not.
[Moderator edit: added [code] tags to preserve output layout. -Hu] |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31675 Location: here
|
Posted: Mon Aug 29, 2016 5:42 am Post subject: Re: Error make modules install |
|
|
Evgenyi wrote: | Code: | /bin/sh: bc: command not found |
|
You have removed bc or set use flag build on gentoo-sources package?
In first case
Code: | # emerge -1 sys-devel/bc |
in second case remove use flag build (description: build - !!internal use only!! DO NOT SET THIS FLAG YOURSELF!) _________________ Questions are guaranteed in life; Answers aren't.
"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968 |
|
Back to top |
|
 |
|