Your message dated Wed, 15 Oct 2014 07:49:55 +0000
with message-id <e1xejlh-0003mi...@franck.debian.org>
and subject line Bug#764387: fixed in util-linux 2.25.1-5
has caused the Debian Bug report #764387,
regarding will FTBFS when libtool drops its dependency on libtool-bin
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.)


-- 
764387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764387
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:util-linux
Version: 2.25.1-3
Severity: important
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap
User: debian-cr...@lists.debian.org
Usertags: libtool-split
Control: block 682045 by -1

Hi Andreas,

util-linxu will FTBFS when libtool drops its Depends on libtool-bin.
See #682045 for details. At that time, a Build-Depends: libtool will no
longer mean that /usr/bin/libtool is available. Fortunately, the only
place that util-linux uses /usr/bin/libtool is in autogen.sh for
checking whether libtool is installed. After that it uses libtoolize
only (in the way libtool is intended to be used). So all that needs to
change is that autogen.sh needs to check for libtoolize rather than
libtool. And this is where my patch comes in.

Helmut
diff -Nru util-linux-2.25.1/debian/changelog util-linux-2.25.1/debian/changelog
--- util-linux-2.25.1/debian/changelog  2014-10-05 19:06:55.000000000 +0200
+++ util-linux-2.25.1/debian/changelog  2014-10-07 18:36:56.000000000 +0200
@@ -1,3 +1,10 @@
+util-linux (2.25.1-3.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Check for libtoolize rather than libtool. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 07 Oct 2014 18:34:23 +0200
+
 util-linux (2.25.1-3) unstable; urgency=medium
 
   [ Ben Hutchings ]
diff -Nru 
util-linux-2.25.1/debian/patches/check-for-libtoolize-rather-than-libtool.patch 
util-linux-2.25.1/debian/patches/check-for-libtoolize-rather-than-libtool.patch
--- 
util-linux-2.25.1/debian/patches/check-for-libtoolize-rather-than-libtool.patch 
    1970-01-01 01:00:00.000000000 +0100
+++ 
util-linux-2.25.1/debian/patches/check-for-libtoolize-rather-than-libtool.patch 
    2014-10-07 18:36:24.000000000 +0200
@@ -0,0 +1,20 @@
+From: Helmut Grohne <hel...@subdivi.de>
+Subject: check for libtoolize rather than libtool
+Last-Update: 2014-10-07
+
+libtool lives in libtool-bin, but util-linux does not Build-Depend on
+libtool-bin (because it doesn't need it).
+
+Index: util-linux-2.25.1/autogen.sh
+===================================================================
+--- util-linux-2.25.1.orig/autogen.sh
++++ util-linux-2.25.1/autogen.sh
+@@ -66,7 +66,7 @@
+       echo
+       DIE=1
+ }
+-(libtool --version) < /dev/null > /dev/null 2>&1 || {
++(libtoolize --version) < /dev/null > /dev/null 2>&1 || {
+       echo
+       echo "You must have libtool-2 installed to generate util-linux build 
system."
+       echo
diff -Nru util-linux-2.25.1/debian/patches/series 
util-linux-2.25.1/debian/patches/series
--- util-linux-2.25.1/debian/patches/series     2014-10-05 19:06:55.000000000 
+0200
+++ util-linux-2.25.1/debian/patches/series     2014-10-07 18:34:50.000000000 
+0200
@@ -11,3 +11,4 @@
 libmount-only-include-context-on-linux.patch
 build-sys-build-libmount-everywhere.patch
 build-sys-use-lutil-for-BSD-only.patch
+check-for-libtoolize-rather-than-libtool.patch

--- End Message ---
--- Begin Message ---
Source: util-linux
Source-Version: 2.25.1-5

We believe that the bug you reported is fixed in the latest version of
util-linux, which is due to be installed in the Debian FTP archive.

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 764...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Henriksson <andr...@fatal.se> (supplier of updated util-linux 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 15 Oct 2014 09:19:30 +0200
Source: util-linux
Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb 
libblkid1 libblkid1-udeb libblkid-dev libmount1 libmount-dev libsmartcols1 
libsmartcols1-udeb libsmartcols-dev libuuid1 uuid-runtime libuuid1-udeb 
uuid-dev util-linux-udeb
Architecture: source amd64 all
Version: 2.25.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian util-linux Maintainers <ah-util-li...@debian.org>
Changed-By: Andreas Henriksson <andr...@fatal.se>
Description:
 bsdutils   - basic utilities from 4.4BSD-Lite
 cfdisk-udeb - Manually partition a hard drive (cfdisk) (udeb)
 fdisk-udeb - Manually partition a hard drive (fdisk) (udeb)
 libblkid-dev - block device id library - headers and static libraries
 libblkid1  - block device id library
 libblkid1-udeb - stripped down block device id library, for debian-installer 
(udeb)
 libmount-dev - device mounting library - headers and static libraries
 libmount1  - device mounting library
 libsmartcols-dev - smart column output alignment library - headers and static 
librar
 libsmartcols1 - smart column output alignment library
 libsmartcols1-udeb - stripped down smart column output aligment library, for 
debian-in (udeb)
 libuuid1   - Universally Unique ID library
 libuuid1-udeb - stripped down universally unique id library, for 
debian-installer (udeb)
 mount      - Tools for mounting and manipulating filesystems
 util-linux - Miscellaneous system utilities
 util-linux-locales - Locales files for util-linux
 util-linux-udeb - stripped down miscellaneous system utilities, for 
debian-installe (udeb)
 uuid-dev   - universally unique id library - headers and static libraries
 uuid-runtime - runtime components for the Universally Unique ID library
Closes: 764387 764547
Changes:
 util-linux (2.25.1-5) unstable; urgency=medium
 .
   * Add debian/patches/build-sys-check-for-libtoolize-rather-than-libtool.patch
     - Cherry-picked from upstream commit e71b0aadaa20b21e9
       "build-sys: check for libtoolize rather than libtool"
     Thanks to Helmut Grohne for fixing this upstream (and more).
     (Closes: #764387)
   * Add debian/patches/script-may-be-hangs.patch
     - Cherry-picked from upstream commit 032228c9af6fbda5177c
       "script: may be hangs" (Closes: #764547)
Checksums-Sha1:
 8ba5e9288ad5a3484245738ed14e0d404f398737 3440 util-linux_2.25.1-5.dsc
 368fd01b7bfda24e7eda2edc4701dfdd35a9ac94 70904 
util-linux_2.25.1-5.debian.tar.xz
 6b357c177d5bdbaf74ee3ed65ce9a16ec81487da 92838 bsdutils_2.25.1-5_amd64.deb
 7ef442989fa52de503d2ce23ae2a73ba5109fda7 852354 util-linux_2.25.1-5_amd64.deb
 0524a65458d5dfc746d27e8cca64f6678252d298 819358 
util-linux-locales_2.25.1-5_all.deb
 4d975f03b0c226f0120c1908989cae1953544e0a 167170 mount_2.25.1-5_amd64.deb
 31194d9589be2248e9ffbd3cb560ef8f99c937a5 121962 fdisk-udeb_2.25.1-5_amd64.udeb
 ccf7e080bc72984131190219c953fe53872ab2bb 895270 cfdisk-udeb_2.25.1-5_amd64.udeb
 f538b85756e6cfab99e06c8443752cb5f5f1487a 154918 libblkid1_2.25.1-5_amd64.deb
 e0ddce5ea3e74d8c52645cc31db9d229867f94ae 99000 
libblkid1-udeb_2.25.1-5_amd64.udeb
 a17b08328523a7bafe72809f6521f6bb4cbe4148 179364 libblkid-dev_2.25.1-5_amd64.deb
 757e94f51e752b62a88f4dafdc06c620745cf9ee 162710 libmount1_2.25.1-5_amd64.deb
 56a27c0934924a5a981f81745d8a341ee1249df5 180014 libmount-dev_2.25.1-5_amd64.deb
 8012dfc7835402734465d8eb9c00f7d8c4ed4003 109088 
libsmartcols1_2.25.1-5_amd64.deb
 96a366cb0c2c997b51f425c8e7499b2b9e10d522 52770 
libsmartcols1-udeb_2.25.1-5_amd64.udeb
 6158524efcd5ba1fe0f7b9468046521e7dfffb95 118942 
libsmartcols-dev_2.25.1-5_amd64.deb
 ace2018272ba0549cb624e87e3969de9ab9e216e 63460 libuuid1_2.25.1-5_amd64.deb
 8b740097c30251cb3c1c4e6eef9dba76f2b7f723 73030 uuid-runtime_2.25.1-5_amd64.deb
 f2a7aa2fe77ab8cede49578be6119d0e132adc09 7166 libuuid1-udeb_2.25.1-5_amd64.udeb
 1bf60a187e38994537d89c374e00025a974803d8 77114 uuid-dev_2.25.1-5_amd64.deb
 821cfd33fcaf9998b017d90a9b18fd1e3cef7cdb 27722 
util-linux-udeb_2.25.1-5_amd64.udeb
Checksums-Sha256:
 f175d7ea2a030b36ca2066fce4e90f2d1f4d00c3eca5bb29853e75f7be2001e7 3440 
util-linux_2.25.1-5.dsc
 06b5c8dac12fdeb608ab46308d772b70d1c8258845240f0c6aa815d92cc56d26 70904 
util-linux_2.25.1-5.debian.tar.xz
 79e16dc4389f5f40a47c4593544fc3a6ab8200a77cdf2746e1dba7462c13ba66 92838 
bsdutils_2.25.1-5_amd64.deb
 085931db660be312efb1e23adb97949abcd783617368469164823bf00f8ca41c 852354 
util-linux_2.25.1-5_amd64.deb
 30c1c55ab3a2be936435b0eec1b77cd3c737e10d832e8689c07d12c105da6ec1 819358 
util-linux-locales_2.25.1-5_all.deb
 86011f51fc9ede654aaf9afd2ff55d26d85ac94ab9987e8172acd2a140a41647 167170 
mount_2.25.1-5_amd64.deb
 fc606776a0f101a43842c226e1852c55d4d2f54a51fa8ca80ad03e58f4a0371d 121962 
fdisk-udeb_2.25.1-5_amd64.udeb
 bae62dd35d462fd3c5693552fabdc82d0d9f2c2c0da51782b259e625e9e4c580 895270 
cfdisk-udeb_2.25.1-5_amd64.udeb
 df37b16adb3f5d8b854f7b2a81398b9b8e0a53d770d667a57acddba141efeb4b 154918 
libblkid1_2.25.1-5_amd64.deb
 0d52c7710f95c50f49654300499859941d2c41773c30b9f9ab727955bc35ea10 99000 
libblkid1-udeb_2.25.1-5_amd64.udeb
 fbdb6e87c4b2ad6eb830253058024a4ed7dfa0038072d6578e879b1cb46c0174 179364 
libblkid-dev_2.25.1-5_amd64.deb
 07d6d02a7f17783651883c04cea4f07676e8dbe3b122e5f9b7fd26aef159aab1 162710 
libmount1_2.25.1-5_amd64.deb
 dbbdcd00a50b872b5342ae8cef820227509654b6a3734e1fd4f2c74716d104e3 180014 
libmount-dev_2.25.1-5_amd64.deb
 fd6221d197e0b3cf5ceff140b0c0ce0523126d1bc64ec8b10eefd0382a3ebce7 109088 
libsmartcols1_2.25.1-5_amd64.deb
 46a5a25de39d14e07179f04e9105d1e730a84dfcb41dba5ea5a0d58b38133546 52770 
libsmartcols1-udeb_2.25.1-5_amd64.udeb
 0347ff989dc8ce6c56c32596be1446a565903344067bc01039045a1f25f2ebd9 118942 
libsmartcols-dev_2.25.1-5_amd64.deb
 147fd42cdb000d5d3acbd3e451f4b9dbafaaed72c67c0753d3b5d817255ba7bc 63460 
libuuid1_2.25.1-5_amd64.deb
 6305f45deb763aa76b012f03d92ac4b0a4fc0c6ea38d9c050b653a5f3b54c020 73030 
uuid-runtime_2.25.1-5_amd64.deb
 8f54a50fa655de77a4042f1904b1a9d1610c18bae4293c26e43f86fe9b12399f 7166 
libuuid1-udeb_2.25.1-5_amd64.udeb
 cd7efa51eb59edfb752db98146f94a08eae97bd1559d17efb4316d2e84b62428 77114 
uuid-dev_2.25.1-5_amd64.deb
 1735de38071a0aaec905a8621a0354e1b1fca414c3037a93db7da6f952aed52f 27722 
util-linux-udeb_2.25.1-5_amd64.udeb
Files:
 bde107a74ef9a5ba4757939f6b84847d 3440 base required util-linux_2.25.1-5.dsc
 5d1fdca9ce6aa1ee9867dbedb4ae381b 70904 base required 
util-linux_2.25.1-5.debian.tar.xz
 b06e5f7fcf3fb352cff006c752c3d169 92838 utils required 
bsdutils_2.25.1-5_amd64.deb
 dd1eea07ee71f54a2c8233e1d4602d17 852354 utils required 
util-linux_2.25.1-5_amd64.deb
 83775e8a61dec1c6e2d3ad0c13ddf47e 819358 localization optional 
util-linux-locales_2.25.1-5_all.deb
 9f46743e0efddff1eaa2144d0a788dbb 167170 admin required mount_2.25.1-5_amd64.deb
 caf103c664f37e85142c6b79a8854027 121962 debian-installer extra 
fdisk-udeb_2.25.1-5_amd64.udeb
 395b05d02c37be77f74d21849329b6b7 895270 debian-installer extra 
cfdisk-udeb_2.25.1-5_amd64.udeb
 842e3f520a7c7ee42dfdb42344b73d31 154918 libs required 
libblkid1_2.25.1-5_amd64.deb
 a56dcfe838688413127477ff186665a4 99000 debian-installer optional 
libblkid1-udeb_2.25.1-5_amd64.udeb
 9650a22902aa83780f4d042e8c7321dc 179364 libdevel optional 
libblkid-dev_2.25.1-5_amd64.deb
 e4181f4f98bba01497f974f85ae394e4 162710 libs required 
libmount1_2.25.1-5_amd64.deb
 692c81f73dd7e8d9653ac7e31d7c4ebe 180014 libdevel optional 
libmount-dev_2.25.1-5_amd64.deb
 aaee9babd087e1d9a486050aa92927ec 109088 libs required 
libsmartcols1_2.25.1-5_amd64.deb
 de16386c722e28489a4faa7a421e0a2a 52770 debian-installer optional 
libsmartcols1-udeb_2.25.1-5_amd64.udeb
 a9312e3bb996bcb93991496f1db855cd 118942 libdevel optional 
libsmartcols-dev_2.25.1-5_amd64.deb
 e8463f541b2e2d1cbce56ab1210383b0 63460 libs required 
libuuid1_2.25.1-5_amd64.deb
 3d7da992c41ef496a19146ff50e3ac16 73030 utils optional 
uuid-runtime_2.25.1-5_amd64.deb
 3046046e6e7df5bb476363495ce8904f 7166 debian-installer optional 
libuuid1-udeb_2.25.1-5_amd64.udeb
 1754a7b2c59b5b777eca4bcfa4849b44 77114 libdevel optional 
uuid-dev_2.25.1-5_amd64.deb
 b69fefc1734fd434573a1579cc6c6e78 27722 debian-installer optional 
util-linux-udeb_2.25.1-5_amd64.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJUPiOOAAoJEAvEfcZNE1MGniwQAJccgGdPxU6SFviT5ssLVUhK
uv4P/E4yD/OkJWX+dxMCF5jkrhdmmNlPhSWIbbmk0xwNemiRB8XM39SMXoSSSwMX
QJFnLwo2dQ4T65sL1LyNWkN0iG+KswVkqJuD7oRJ+5Pv3OuPeED4Sv355YZ9m5UV
wv0+zVlEMmBjFnjTGZtXCqFQ4Mc7X9HjC0MA/w5LZ08DuO3tCxiLROgnaLzlVr0p
XItOtfXbKBOC1EJS3wnJMowMbxwUjSMFClQKCe1KPJ0vVjvgaDFcncDS91M8mmp9
uL6Zh4zNs3t1usFoGKmxebBuIc3LxFfdCvpX8seo0KS3OhV81claUvg2rfLANkim
LBYRsqhBsF0VpeTEmzVv8lCdxYg1QU+Avc8pFhVHwOqFRfVF5Ej0mKoCIBGSRiFF
c60KLpbuN5eyqOy78zpVfFJmhpl8NIOWhAjFFiJD2jXYpFy1x07fWK612W8wz8QV
G/qUfF3My3j5YyTeGrEaKLOct4FMJnBdk7En6qtgTQrXdUVwbHtRkoxYahKLp62h
7bAhPoEqNYd2PUTk4IK0XSe9P5X+/vxfUYlGOVLWAVlNY7iYzWJQA/VrmJUyk6rz
UBWcdgdgrenD7JgOkqmLOiy6eBNRKsqWErDd/BmRmTrOY4Ew1fH6ClFOPIZkuS/m
9O0Pq0u7HO2K3qMskvZ/
=/ljE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to