Displaying 3 results from an estimated 3 matches for "signmodules".
2008 Nov 07
2
Problem building kernel (gpg problem) - 2.6.18-92.1.17
...vailable
gpg: signing failed: secret key not available
error: Bad exit status from /var/tmp/rpm-tmp.66856 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.66856 (%build)
...
With previous kernels I have no problem.
Taking a look into kernel-2.6.spec I saw this lines:
%if %{signmodules}
gcc -o scripts/modsign/mod-extract scripts/modsign/mod-extract.c -Wall
KEYFLAGS="--no-default-keyring --homedir .."
KEYFLAGS="$KEYFLAGS --secret-keyring ../kernel.sec"
KEYFLAGS="$KEYFLAGS --keyring ../kernel.pub"
export KEYFLAGS
for i in `cat...
recompiling kernel results in error: .../linux-2.6.18.i686/arch//Makefile: No such file or directory
2007 May 21
4
recompiling kernel results in error: .../linux-2.6.18.i686/arch//Makefile: No such file or directory
I have installed CentOS 5 with all updates. Also I have 2 ne2000 isa cards.
In recompiling the kernel, I have been trying to follow the instructions on this URL:
http://wiki.centos.org/HowTos/Custom_Kernel
The complete error message I get is:
Makefile:403: /home/cs/redhat/BUILD/kernel-2.6.18/linux-2.6.18.i686/arch//Makefile: No such file or directory
I have the following kernel and rpm
2007 May 16
0
seqfault during kernel recompile...
...rds in my computer. From running make xconfig
both isa and ne2000 support needs to be compiled into the kernel instead of
making them modules. Is this correct?
During the recompile modsign.sh failed with a segfault. In researching, I
found an email posted on Redhat that recommended setting the signmodules to 0
in the SPEC file.
Before I did this, I wanted to verify that this is an acceptable solution to
the problem.
Any help will be appreciated,
David