1830223 Members
1493 Online
109999 Solutions
New Discussion

kernel compile error

 
SOLVED
Go to solution
Neil Herring_1
Advisor

kernel compile error

Cannot build a kernel using /usr/sbin/config. The standard output of
the command is shown below:
sh: /usr/bin/make: Execute permission denied.
config: make did an exit(1)

The command exitted with exitcode -71

The above error is outputted when I am trying to create a new kernel.

I have checked the version of make and get the following output:-
/usr/bin/make:
$Revision: B11.23.0409LR

The server is running 11.11. Is this something I should be worried about as the config version is as follows:

/usr/sbin/config:
$Revision: B.11.11_LR
Fri Oct 27 00:44:53 PDT 2000 $

Any thoughts, gratefully received.

I have rebooted the machine as a last ditch effort!
4 REPLIES 4
Steven E. Protter
Exalted Contributor
Solution

Re: kernel compile error

Aha!

A useful error message from Unix.

ll /usr/bin/make

lr-xr-xr-t 1 root sys 17 Jan 17 2005 /usr/bin/make -> /usr/ccs/bin/make


thats my 11i system, D class 380 series.

what /usr/bin/make
/usr/bin/make:
doname.c $Date: 2002/07/02 08:54:21 $Revision: r11.11/1 PATCH_11.11 (PHCO_27280)
files.c $Date: 2002/07/02 08:54:21 $Revision: r11.11/1 PATCH_11.11 (PHCO_27280)
rules.c $Date: 2002/10/06 23:26:23 $Revision: r11.11/2 PATCH_11.11 (PHCO_27755)
$Revision: @(#) all CUP11.11_BL2002_1008_3 PATCH_11.11 PHCO_27755
Tue Oct 8 06:55:10 PDT 2002 $
Sun Nov 13 17:01:07 2005:root@eilat.itj.net /root/


There appears to be a variance between what I have and what you have for make.

/usr/sbin/config:
$Revision: B.11.11_LR
Fri Oct 27 00:44:53 PDT 2000 $
Sun Nov 13 17:01:07 2005:root@eilat.itj.net /root/


Have we perhaps forced a patch where it doesn't belong?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Arunvijai_4
Honored Contributor

Re: kernel compile error

Have you checked your permission of make ?
# ll /usr/bin/make .. Try to apply latest patches from ITRC patch database http://www2.itrc.hp.com/service/patch/mainPage.do

(Are you getting this error when you did via sam? )

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Neil Herring_1
Advisor

Re: kernel compile error

Patching. That'll probably be it. I did install the GOLDBASE11i patches as recommended by the ITRC patch assessment web page only a couple of months ago. Having run the assessment again, it would seem that there are a load more patches that now need to be installed since then.
Neil Herring_1
Advisor

Re: kernel compile error

Patching, probably.