kernel config problem (same error already reported by #76)
hi
i tried to compile kernel 2.6.18. All working fine upto the command
fakeroot make-kpkg --revision=custom.1.0 kernel_image
after one hour process it shows an error and quits. the error is as follows.
COLUMNS=150 dpkg -l 'gcc*' perl dpkg 'libc6*' binutils ldso make dpkg-dev |\
awk '$1 ~ /[hi]i/ { printf("%s-%s\n", $2, $3) }' > debian/buildinfo
awk: relocation error: awk: symbol _dl_catch_error, version GLIBC_PRIVATE not de fined in file ld-linux.so.2 with link time reference
make: *** [debian/stamp-build-kernel] Error 127
thanks jineesh
|