Your message dated Mon, 06 Apr 2009 07:02:04 +0000
with message-id <e1lqiqk-0008cm...@ries.debian.org>
and subject line Bug#522338: fixed in cryptsetup 2:1.0.6+20090405.svn49-1
has caused the Debian Bug report #522338,
regarding cryptsetup: FTBFS since new libtool moved ltmain.sh
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 ow...@bugs.debian.org
immediately.)


-- 
522338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522338
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cryptsetup
Version: 2:1.0.6-7
Severity: serious
Tags: patch
Justification: fails to build from source

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

the new libtool moved the ltmain.sh to /usr/share/libtool/config/ltmain.sh
Attached patch fixes the debian/rules copying of said file.

Regards,
  Bastian


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

Kernel: Linux 2.6.29grog4 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cryptsetup depends on:
ii  dmsetup                      2:1.02.30-3 The Linux Kernel Device Mapper use
ii  libc6                        2.9-6       GNU C Library: Shared libraries
ii  libdevmapper1.02.1           2:1.02.30-3 The Linux Kernel Device Mapper use
ii  libpopt0                     1.14-4      lib for parsing cmdline parameters
ii  libuuid1                     1.41.3-1    universally unique id library

cryptsetup recommends no packages.

Versions of packages cryptsetup suggests:
pn  dosfstools                    <none>     (no description available)
ii  initramfs-tools [linux-initra 0.93.2     tools for generating an initramfs
ii  udev                          0.140-2    /dev/ and hotplug management daemo

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknVMPUACgkQeBwlBDLsbz6cnwCgrTAE9JtGobAKpmZ83VsUaixX
hMoAnixa97aHxuw3fy1JBp7dSBNMCrW5
=B5rV
-----END PGP SIGNATURE-----
--- debian/rules.orig   2009-04-02 23:30:19.000000000 +0200
+++ debian/rules        2009-04-02 23:31:03.000000000 +0200
@@ -44,7 +44,8 @@
        find -xtype f ! -name manifest > manifest
        # mini autogen.sh
        rm -f ltmain.sh
-       cp /usr/share/libtool/ltmain.sh ltmain.sh
+       [ ! -f /usr/share/libtool/ltmain.sh ] || cp 
/usr/share/libtool/ltmain.sh ltmain.sh
+       [ ! -f /usr/share/libtool/config/ltmain.sh ] || cp 
/usr/share/libtool/config/ltmain.sh ltmain.sh
        libtoolize --force --copy
        aclocal-1.9
        autoheader

--- End Message ---
--- Begin Message ---
Source: cryptsetup
Source-Version: 2:1.0.6+20090405.svn49-1

We believe that the bug you reported is fixed in the latest version of
cryptsetup, which is due to be installed in the Debian FTP archive:

cryptsetup-udeb_1.0.6+20090405.svn49-1_amd64.udeb
  to pool/main/c/cryptsetup/cryptsetup-udeb_1.0.6+20090405.svn49-1_amd64.udeb
cryptsetup_1.0.6+20090405.svn49-1.diff.gz
  to pool/main/c/cryptsetup/cryptsetup_1.0.6+20090405.svn49-1.diff.gz
cryptsetup_1.0.6+20090405.svn49-1.dsc
  to pool/main/c/cryptsetup/cryptsetup_1.0.6+20090405.svn49-1.dsc
cryptsetup_1.0.6+20090405.svn49-1_amd64.deb
  to pool/main/c/cryptsetup/cryptsetup_1.0.6+20090405.svn49-1_amd64.deb
cryptsetup_1.0.6+20090405.svn49.orig.tar.gz
  to pool/main/c/cryptsetup/cryptsetup_1.0.6+20090405.svn49.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 522...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Meurer <m...@debian.org> (supplier of updated cryptsetup package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 06 Apr 2009 08:49:14 +0200
Source: cryptsetup
Binary: cryptsetup cryptsetup-udeb
Architecture: source amd64
Version: 2:1.0.6+20090405.svn49-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Meurer <m...@debian.org>
Changed-By: Jonas Meurer <m...@debian.org>
Description: 
 cryptsetup - configures encrypted block devices
 cryptsetup-udeb - configures encrypted block devices (udeb)
Closes: 498964 507727 509066 509067 513149 513596 514729 516236 521469 521547 
521673 521789 522338 522387
Changes: 
 cryptsetup (2:1.0.6+20090405.svn49-1) unstable; urgency=low
 .
   * New upstream svn snapshot. Highlights include:
     - Uses remapping to error target instead of calling udevsettle for
       temporary crypt device. (closes: #514729, #498964, #521547)
     - Removes lots of autoconf stuff as it's generated by autogen.sh anyway.
     - Uses autopoint in build process, thus needs to Build-Depend on cvs.
     - Fixes signal handler to proper close device.
     - Wipes start of device before LUKS-formatting.
     - Allows deletion of key slot with it's own key. (closes: #513596)
     - Checks device mapper communication and gives proper error message in
       case the communication fails. (closes: #507727)
   * Update debian patches accordingly:
     - Remove obsolete patches 01_gettext_package and 03_check_for_root
     - Update patch 02_manpage
   * Add missing newlines to some error messages in passdev.c. Thanks to
     Christoph Anton Mitterer for bugreport and patch. (closes: #509067)
   * Move keyscripts in initramfs from /keyscripts to /lib/cryptsetup/scripts
     for the sake of consistency between initramfs and normal system. Document
     this change in NEWS.Debian. (closes: #509066)
   * Fix $LOUD in cryptdisks.init and cryptdisks.functions to take effect. Add
     LOUD="yes" to cryptdisks_start. (closes: #513149)
   * cryptdisks_{start,stop}: print error message if no entry is found in
     crypttab for the given name.
   * Actually fix watchfile to work with code.google.com.
   * Update Homepage field to code.google.com URL. (closes: #516236)
   * Fix location of ltmain.sh, build-depend on versioned libtool.
     (closes: #521673, #522338)
   * Some minor changes to make lintian happy:
     - use set -e instead of /bin/sh -e in preinst.
     - link to GPL v2 in debian/copyright
   * Bump standards-version to 3.8.1, no changes needed.
   * Fix a typo in NEWS.Debian. (closes: #522387)
   * Taken from ubuntu:
     - debian/checks/un_vol_id: dynamically build the "unknown volume type"
       string, to allow for encrypted swap, (closes: #521789, #521469). Fix
       sed to replace '/' with '\/' instead of '\\/' in device names.
     - disable error message 'failed to setup lvm device' (LP 151532).
Checksums-Sha1: 
 6b04ba76ebdb0d19451b1eddcc6061a3342d4a19 1574 
cryptsetup_1.0.6+20090405.svn49-1.dsc
 4a4cf1765e5148bb9cfc49bf65bbb6d9cfe8cc63 143967 
cryptsetup_1.0.6+20090405.svn49.orig.tar.gz
 4c63341a56408ac106c08a3d9bc90c5ce7674bc0 60425 
cryptsetup_1.0.6+20090405.svn49-1.diff.gz
 62f93155ff59539dfba430a5d7f80c9f448a3676 339558 
cryptsetup_1.0.6+20090405.svn49-1_amd64.deb
 056de544a7c8c919a30b579ddf1fe31b347f5245 277530 
cryptsetup-udeb_1.0.6+20090405.svn49-1_amd64.udeb
Checksums-Sha256: 
 c17d571ddf0803d5592a8224f335d36989828e4e225b8d2d2bd5e6db654bef26 1574 
cryptsetup_1.0.6+20090405.svn49-1.dsc
 28e2ea63e4bd4ddb79e0536303ed422f507352a4976de4ba6f7bb98590be03b6 143967 
cryptsetup_1.0.6+20090405.svn49.orig.tar.gz
 2f736b285ac0c306e43a8da3b9a10bb072f2f2a11cc2d378dde1984a52201090 60425 
cryptsetup_1.0.6+20090405.svn49-1.diff.gz
 9df70422cc4634fb963a08775486f5c0a5ae264fd15256ca65da5f1f15c7f2e3 339558 
cryptsetup_1.0.6+20090405.svn49-1_amd64.deb
 81686d6a47660c6ec619ffe17ab9852edc4b4bc2c2eadf190b1eff06ce983f15 277530 
cryptsetup-udeb_1.0.6+20090405.svn49-1_amd64.udeb
Files: 
 4cb5b75b2b2a55839a0e355191c2f05f 1574 admin optional 
cryptsetup_1.0.6+20090405.svn49-1.dsc
 884d049422a4bc08f252f2e1f4b4b5d7 143967 admin optional 
cryptsetup_1.0.6+20090405.svn49.orig.tar.gz
 af95348937599aeb61f7672e34daff25 60425 admin optional 
cryptsetup_1.0.6+20090405.svn49-1.diff.gz
 3ed034de830ab10dfa86db0b7ded091c 339558 admin optional 
cryptsetup_1.0.6+20090405.svn49-1_amd64.deb
 55c987d095a56222880772f80138317c 277530 debian-installer optional 
cryptsetup-udeb_1.0.6+20090405.svn49-1_amd64.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknZpyUACgkQd6lUs+JfIQKPRQCcCOyqV3ixgM31XaxOaz0Gskre
tb4AnAuB1vJHZKmmPXozF6+HWXTsLach
=SuSV
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to