Bug#323077: initrd-tools: patch for #323077, handle linux-gate.so
On Tue, Sep 13, 2005 at 12:29:43PM +1000, Daniel Quinlan wrote:
> Package: initrd-tools
> Version: 0.1.82
> Followup-For: Bug #323077
>
> e2fsprogs is dying due to the new virtual DSO linux-gate.so
> as described here
> http://www.trilithium.com/johan/2005/08/linux-gate/
>
> see attached patch for a possible fix
>
> -- System Information:
> Debian Release: 3.1
> APT prefers unstable
> APT policy: (500, 'unstable')
> Architecture: i386 (i686)
> Shell: /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.12.2-swsusp-acpi-fbsplash-inotify
> Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
>
> Versions of packages initrd-tools depends on:
> ii coreutils [fileutils] 5.2.1-2 The GNU core utilities
> ii cpio 2.5-1.1 GNU cpio -- a program to manage ar
> ii cramfsprogs 1.1-6 Tools for CramFs (Compressed ROM F
> ii dash 0.5.1-3 The Debian Almquist Shell
> ii fileutils 5.2.1-2 The GNU file management utilities
> ii util-linux 2.12-7 Miscellaneous system utilities
>
> initrd-tools recommends no packages.
>
> -- no debconf information
> --- e2fsprogs.distrib 2004-05-05 23:04:43.000000000 +1000
> +++ e2fsprogs 2005-09-13 12:10:54.000000000 +1000
> @@ -11,7 +11,7 @@
> ;;
> esac
>
> -for i in `ldd /sbin/tune2fs /usr/bin/awk | sort -u | awk '{print $3}'`
> +for i in `ldd /sbin/tune2fs /usr/bin/awk | grep -v linux-gate.so | sort -u | awk '{print $3}' | grep -v ^$`
> do
> mkdir -p `dirname $INITRDDIR/$i`
> cp $i $INITRDDIR/$i
Which version of e2fsprogs and libc6 do you have?
I am wondering iof this is a duplicate of 324550
--
Horms
Reply to: