Package: emdebian-tools
Version: 1.4.5
Severity: minor

Some complementary informations can be found at
http://lists.debian.org/debian-embedded/2008/08/msg00053.html


* /etc/rc.d/udev-mtab use "grep --quiet --no-messages", which
  busybox's grep doesn't understand, should use "grep -q -s" or should
  activate long options in bysybox config

* mountoverflowtmp: df -kP | grep -v Filesystem => df -k | grep -v
  Filesystem

  Not sure about the impact of not using -P (posix compatibility) The
  only difference with -P on a debian machine is the header of the
  output, which is ignore by the script via the grep -v.
  Indeed, From the man page of df, -P impact ** ONLY ** the header line.

  Quoting Bernhard Reutner-Fischer <[EMAIL PROTECTED]>:
  doesn't make too much sense it seems.
  Nevertheless: http://busybox.net/lists/busybox/2008-August/032814.html

* During init process, from ? that call usr/bin/savelog
  /usr/bin/savelog: line 160: getopts: not found
  /usr/bin/savelog: shift: line 162: Illegal number: -1 

  Quoting Bernhard Reutner-Fischer <[EMAIL PROTECTED]>:
  It pretends /bin/sh but that script certainly tries to use a number
  of non sh stuff.
  $ grep ASH_GETOPTS .config
  # CONFIG_ASH_GETOPTS is not set
  looks like even the $OPTIND stuff should work if CONFIG_FEATURE_SH_IS_ASH=y

* from mount{all|nfs}-bootclean.sh:
  from clean_run() in /lib/init/bootclean.sh
  Cleaning /var/run...find: unrecognized: -xtype

  Busybox doesn't support the obscur -xtype option


-- Package-specific info:

-- /etc/apt/sources.list --

deb http://ftp.uk.debian.org/debian unstable main
deb-src http://ftp.uk.debian.org/debian unstable main

deb-src http://buildd/debian unstable main


-- /etc/apt/sources.list.d/emdebian.sources.list --

# The Emdebian toolchain repository
deb http://www.emdebian.org/debian/ unstable main
deb-src http://www.emdebian.org/debian/ unstable main

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21.7-3.fc8xen (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages emdebian-tools depends on:
ii  automake                  1:1.10.1-3     A tool for generating GNU Standard
ii  automake1.9               1.9.6+nogfdl-3 A tool for generating GNU Standard
ii  cdbs                      0.4.52         common build system for Debian pac
ii  dbs                       0.45           Allows Debian source packages with
ii  debconf [debconf-2.0]     1.5.23         Debian configuration management sy
ii  debhelper                 7.0.17         helper programs for debian/rules
ii  dpatch                    2.0.30         patch maintenance system for Debia
ii  dpkg-dev                  1.14.21        Debian package development tools
ii  edos-debcheck             1.0-7          Checks whether dependencies of Deb
ii  emdebian-rootfs           1.4.5          emdebian root filesystem support
ii  fakeroot                  1.9.6          Gives a fake root environment
ii  g++                       4:4.3.1-2      The GNU C++ compiler
ii  gcc                       4:4.3.1-2      The GNU C compiler
ii  gettext                   0.17-3         GNU Internationalization utilities
ii  libcache-apt-perl         0.12.1         object oriented apt cache perl bin
ii  libdebian-dpkgcross-perl  2.3.0          functions to aid cross-compiling D
ii  libemdebian-tools-perl    1.4.5          emdebian support library
ii  libparse-debcontrol-perl  2.005-2        Easy OO parsing of Debian control-
ii  libsoap-lite-perl         0.710.08-1     Client and server side SOAP implem
ii  libtext-formattable-perl  1.01-2         Format text tables
ii  lintian                   1.24.4         Debian package checker
ii  lsb-release               3.2-20         Linux Standard Base version report
ii  perl                      5.10.0-13      Larry Wall's Practical Extraction 
ii  quilt                     0.46-6         Tool to work with series of patche
ii  subversion                1.5.1dfsg1-1   Advanced version control system
ii  sudo                      1.6.9p17-1     Provide limited super user privile
ii  ucf                       3.007          Update Configuration File: preserv
ii  whiptail                  0.52.2-11.3    Displays user-friendly dialog boxe

Versions of packages emdebian-tools recommends:
ii  less                          418-1      Pager program similar to more

Versions of packages emdebian-tools suggests:
pn  deb-gview                     <none>     (no description available)
pn  debian-xcontrol               <none>     (no description available)
ii  dput                          0.9.2.33   Debian package upload tool
pn  file-roller                   <none>     (no description available)
ii  meld                          1.1.5.1-2  graphical tool to diff and merge f
pn  mutt                          <none>     (no description available)
ii  reportbug                     3.45       reports bugs in the Debian distrib
pn  rsync                         <none>     (no description available)
pn  trickle                       <none>     (no description available)
ii  wiggle                        0.6-6      a program for applying patches wit

-- debconf information:
* emsetup/aptagent: true
* emsource/svnusername:
  emsetup/primary:



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

Reply via email to