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

Bug#315715: marked as done (initrd-tools: Arguments to find given in deprecated order, causing warning)



Your message dated Mon, 05 May 2008 10:23:24 +0200
with message-id <1209975804.679773.28687.nullmailer@xanadu.blop.info>
and subject line initrd-tools has been removed from Debian, closing #315715
has caused the Debian Bug report #315715,
regarding initrd-tools: Arguments to find given in deprecated order, causing warning
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
315715: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=315715
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: initrd-tools
Version: 0.1.81.1
Severity: minor


There seems to be a change in the newest find-utils (my version is
4.2.22-1) which issues a warning when option arguments are given after
non-option arguments to find. This causes these four warnings from
mkinitrd:

  kokosbolle ~ # mkinitrd -o foo
  find: warning: you have specified the -mindepth option after a
  non-option argument -type, but options are not positional (-mindepth
  affects tests specified before it as well as those specified after
  it).  Please specify options before other arguments.

  [ Three similar warnings omitted ]

The following patch seems to remove all four warnings:

--- /usr/sbin/mkinitrd  2005-05-27 23:38:42.000000000 +0200
+++ /tmp/mkinitrd       2005-06-25 10:08:04.000000000 +0200
@@ -598,7 +598,7 @@
                        sym53c8xx="sym53c8xx"
                fi
 
-               find /proc/scsi -type d -mindepth 1 -maxdepth 1 \
+               find /proc/scsi -mindepth 1 -maxdepth 1 -type d \
                        -printf "%f\n" | sed '
                                /^ide-scsi$/d
                                /^usb-storage-/d


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.9
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages initrd-tools depends on:
ii  coreutils [fileutil 5.2.1-2              The GNU core utilities
ii  cpio                2.5-1.2              GNU cpio -- a program to manage ar
ii  cramfsprogs         1.1-6                Tools for CramFs (Compressed ROM F
ii  dash                0.5.2-5              The Debian Almquist Shell
ii  util-linux          2.12p-4.0.0.1.pure64 Miscellaneous system utilities

initrd-tools recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 0.1.84.2+rm

The initrd-tools package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/393092 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.
-- 
Lucas


--- End Message ---

Reply to: