[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#279382: initrd-tools: kernel update abends when linux-gate.so.1 is enabled (64bit kernel on a 32 bit system)



Package: initrd-tools
Version: 0.1.74
Followup-For: Bug #279382

/usr/share/initrd-tools/scripts/e2fsprogs 

offending line:

# for i in `ldd /sbin/tune2fs /usr/bin/awk | sort -u | awk '{print $3}'`


ldd output workaround:

for i in `ldd /sbin/tune2fs /usr/bin/awk | grep -v linux-gate | sort -u
| awk '{print $3}'`


when a 64-bit kernel runs on a 32-bit system, ldd output reports extra
line:

linux-gate.so.1 =>  (0x00000000)


that breaks the script





-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=C, LC_CTYPE=C

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

-- no debconf information



Reply to: