Package: kernel-package
Version: 8.130
Severity: important

This is likely
when running as normal user command 'fakeroot make-kpkg kernel-image', I
get following error:
- -
make[1]: Leaving directory `/home/pvsavola/linu/k25/koemm'
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 
defined in file ld-linux.so.2 with link time reference
make: *** [stamp-build] Error 127
- -

This patch 'fixes' it (not that second line begins with spaces -> likely just
skips rest of that rule)
- -
--- debian/rules~       2005-03-29 04:10:57.000000000 +0300
+++ debian/rules        2005-04-01 18:56:48.000000000 +0300
@@ -1662,8 +1662,8 @@
        $(MAKE) $(do_parallel) $(EXTRAV_ARG) $(FLAV_ARG) ARCH=$(KERNEL_ARCH) \
                            $(CROSS_ARG) modules
 endif
-       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
+       #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
        @echo this was built on a machine with the kernel: >> debian/buildinfo
        uname -a >> debian/buildinfo
        echo using the compiler: >> debian/buildinfo
- -

I tried renaming /lib/tls to something else, ran ldconfg and tried again
(without that patch) but it failed with same error.
The reason I suspect libc6, is that 2.3.4-1 broke system in similar way,
but for all applications.

Those lines, when ran copy-pasted in shell do produce likely intended
result, not error.


libc version:

ii  libc6                         2.3.4-2                       GNU C Library: 
Shared libraries and Timezone data
ii  libc6-i686                    2.3.4-2                       GNU C Library: 
Shared libraries [i686 optimized]

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (400, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.12-rc1-mm1
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kernel-package depends on:
ii  dpkg                          1.13.4     Package maintenance system for Deb
ii  dpkg-dev                      1.13.4     Package building tools for Debian
ii  gcc [c-compiler]              4:3.3.5-3  The GNU C compiler
ii  gcc-3.3 [c-compiler]          1:3.3.5-12 The GNU C compiler
ii  gcc-3.4 [c-compiler]          3.4.3-12   The GNU C compiler
ii  make                          3.80-9     The GNU version of the "make" util
ii  perl                          5.8.4-8    Larry Wall's Practical Extraction 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to