Package: evms
Version: 2.5.4-4
Severity: minor
Tags: patch

On executing mkinitramfs, we get the following warning:

W:copy_exec: Not copying /lib/evms/2.5.4/bbr_seg-1.1.12.so to 
$DESTDIR/lib/evms/2.5.4/bbr_seg-1.1.12.so, which is already a copy of 
/lib/evms/2.5.4/bbr-1.1.14.so

additionaly bbr-1.1.12.so is getting copied in when we don't need (or want it).



-- Package-specific info:

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US.iso88591)

Versions of packages evms depends on:
ii  libc6                         2.3.5-8    GNU C Library: Shared libraries an
ii  libevms-2.5                   2.5.4-4    Enterprise Volume Management Syste

Versions of packages evms recommends:
ii  evms-cli                      2.5.4-4    Enterprise Volume Management Syste
ii  evms-gui                      2.5.4-4    Enterprise Volume Management Syste
ii  evms-ncurses                  2.5.4-4    Enterprise Volume Management Syste

-- no debconf information
--- evms.old    2006-01-25 14:45:52.000000000 -0800
+++ evms        2006-01-25 14:37:16.000000000 -0800
@@ -28,7 +28,7 @@
 mkdir -p ${DESTDIR}/lib/evms/${EVMS_VERSION}
 
 for x in bbr bbr_seg bsd disk dos drivelink gpt lvm2 mac md multipath; do
-       copy_exec /lib/evms/${EVMS_VERSION}/${x}* /lib/evms/${EVMS_VERSION}
+       copy_exec /lib/evms/${EVMS_VERSION}/${x}-* /lib/evms/${EVMS_VERSION}
 done
 
 for x in dm_mod linear raid0 raid1 raid10 raid5 raid6; do

Reply via email to