Package: gawk
Version: 1:3.1.4-3
Followup-For: Bug #303263

After upgrading libc6, I get the following when trying to build a kernel
with make-kpkg:

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


Simply rebuilding the package corrected the problem.

$ ldd -r /usr/bin/gawk
        linux-gate.so.1 =>  (0xffffe000)
        libdl.so.2 => /lib/tls/libdl.so.2 (0xb7fcf000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb7fad000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7e91000)
        /lib/ld-linux.so.2 (0xb7fea000)



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (650, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7.20050409
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gawk depends on:
ii  libc6                         2.3.4-3    GNU C Library: Shared libraries an

-- no debconf information


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

Reply via email to