Your message dated Mon, 16 Jul 2007 18:53:46 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: modutils
Version: 2.4.19-3
Severity: wishlist

'depmod' complains if there is any non-ELF file under
/lib/modules/<version>.  However, syscalltrack-modules-<version> puts
a file syscalls.dat in there.  This causes problems in (e.g.) the
postinst of kernel-image:
-----------
/lib/modules/2.4.18/kernel/sct$ head syscalls.dat
# definition of include files.
include: <linux/types.h>
include: <linux/time.h>
include: <linux/times.h>
include: <linux/socket.h>
include: <linux/in.h>
include: <linux/utime.h>
include: <linux/utsname.h>
include: <linux/stat.h>
include: <linux/resource.h>
/lib/modules/2.4.18/kernel/sct$ sudo depmod -a -F /boot/System.map-2.4.18 2.4.18
depmod: /lib/modules/2.4.18/kernel/sct/syscalls.dat is not an ELF file
------------

As a workaround, you can temporarily move syscalls.dat out of the way:
------------
/lib/modules/2.4.18/kernel/sct$ sudo mv syscalls.dat /tmp
/lib/modules/2.4.18/kernel/sct$ sudo depmod -a -F /boot/System.map-2.4.18 2.4.18
/lib/modules/2.4.18/kernel/sct$ sudo mv /tmp/syscalls.dat .
------------

Can depmod please be not quite so picky?

Thanks,
        Dylan Thurston

(Also see Bug #154189, which mentions this problem.)

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux lotus 2.4.19 #1 Tue Aug 27 23:20:16 EDT 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages modutils depends on:
ii  libc6                         2.2.5-15   GNU C Library: Shared libraries an
ii  sysvinit                      2.84-3     System-V like init.

-- no debconf information



--- End Message ---
--- Begin Message ---
This package has been removed from Debian unstable.  I'm therefore
closing this bug report.  The package has been removed because it
has been replaced by module-init-tools.  modutils was for 2.4 kernels
only.  It's quite unlikely that your bug still exists in
module-init-tools, but please let me know if it does.

-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---

Reply via email to