From unknown Sat Jun 14 05:11:27 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18248: Parted 3.2 requires LVM2 but does not check for it Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: bug-parted@gnu.org Resent-Date: Mon, 11 Aug 2014 20:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 18248 X-GNU-PR-Package: parted X-GNU-PR-Keywords: To: 18248@debbugs.gnu.org X-Debbugs-Original-To: bug-parted@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.140779042127200 (code B ref -1); Mon, 11 Aug 2014 20:54:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Aug 2014 20:53:41 +0000 Received: from localhost ([127.0.0.1]:39718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XGwb6-00074d-DS for submit@debbugs.gnu.org; Mon, 11 Aug 2014 16:53:40 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42898) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XGwb3-00074L-VM for submit@debbugs.gnu.org; Mon, 11 Aug 2014 16:53:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGwap-0006F0-OX for submit@debbugs.gnu.org; Mon, 11 Aug 2014 16:53:32 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGwap-0006Ev-Lf for submit@debbugs.gnu.org; Mon, 11 Aug 2014 16:53:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGwag-0002SU-K1 for bug-parted@gnu.org; Mon, 11 Aug 2014 16:53:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGwaX-0006CM-Ib for bug-parted@gnu.org; Mon, 11 Aug 2014 16:53:14 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:59312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGwaX-0006BL-BS for bug-parted@gnu.org; Mon, 11 Aug 2014 16:53:05 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id B40823662 for ; Mon, 11 Aug 2014 22:53:03 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g72G-ZdlOMZh for ; Mon, 11 Aug 2014 22:53:03 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 650DFBE for ; Mon, 11 Aug 2014 22:53:02 +0200 (CEST) From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 Thermidor an 222 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Mon, 11 Aug 2014 22:53:00 +0200 Message-ID: <87tx5irbo3.fsf@gnu.org> User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.7 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.7 (-----) Hello, Parted 3.2 requires LVM2 on GNU/Linux (this was not the case in 3.1) but =E2=80=98configure=E2=80=99 does not check for it, leading to compilation e= rrors: --8<---------------cut here---------------start------------->8--- CC arch/linux.lo arch/linux.c: In function 'dm_canonical_path': arch/linux.c:2313:16: warning: implicit declaration of function 'dm_task_cr= eate' [-Wimplicit-function-declaration] struct dm_task *task =3D dm_task_create (DM_DEVICE_INFO); ^ arch/linux.c:2313:48: error: 'DM_DEVICE_INFO' undeclared (first use in this= function) struct dm_task *task =3D dm_task_create (DM_DEVICE_INFO); [...] --8<---------------cut here---------------end--------------->8--- It would be great if there was a configure check, for instance. Thanks, Ludo=E2=80=99. From unknown Sat Jun 14 05:11:27 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#18248: closed (Re: bug#18248: Parted 3.2 requires LVM2 but does not check for it) Message-ID: References: <57103A7A.8050304@ubuntu.com> <87tx5irbo3.fsf@gnu.org> X-Gnu-PR-Message: they-closed 18248 X-Gnu-PR-Package: parted Reply-To: 18248@debbugs.gnu.org Date: Fri, 15 Apr 2016 00:50:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1460681402-26458-1" This is a multi-part message in MIME format... ------------=_1460681402-26458-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #18248: Parted 3.2 requires LVM2 but does not check for it which was filed against the parted package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 18248@debbugs.gnu.org. --=20 18248: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D18248 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1460681402-26458-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 18248-done) by debbugs.gnu.org; 15 Apr 2016 00:49:06 +0000 Received: from localhost ([127.0.0.1]:35830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aqrwX-0006rT-PG for submit@debbugs.gnu.org; Thu, 14 Apr 2016 20:49:05 -0400 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.228]:22828 helo=cdptpa-oedge-vip.email.rr.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aqrwV-0006qX-Tc for 18248-done@debbugs.gnu.org; Thu, 14 Apr 2016 20:49:04 -0400 Received: from [72.239.162.168] ([72.239.162.168:37644] helo=[192.168.1.142]) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id D4/9A-20905-A7A30175; Fri, 15 Apr 2016 00:48:58 +0000 Subject: Re: bug#18248: Parted 3.2 requires LVM2 but does not check for it To: 18248-done@debbugs.gnu.org References: <87tx5irbo3.fsf@gnu.org> From: Phillip Susi Message-ID: <57103A7A.8050304@ubuntu.com> Date: Thu, 14 Apr 2016 20:48:58 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <87tx5irbo3.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18248-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Looks like this was fixed a while back: commit a3877115f1956949096d77aca5a703a47ed68397 Author: Felix Janda Date: Sun May 3 10:33:31 2015 +0200 libparted/fs/xfs/platform_defs.h: Include for loff_t This is needed for compilation with musl libc Suggested-by: Travis Tilley Signed-off-by: Brian C. Lane -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCgAGBQJXEDp6AAoJEBB5UWFcu6UWuQoH/1aBf2SS8XQzibLWfPck81MC mcrnm1RTaFh4uBnrZmh33yanevnm0Lc2ez7Cs0MXyh7MarlcrPaOMeMV+5krjLWK dbjUKBy7rA5/AZuqanTup6C9Ap5jwdopnciOeiKsZUBgPvxl0ScBw2fzenbV9Exx Z0fwInzxRkbLIk+6HVD5iMGy+z/DCKoywMlXG3lq04NOI5AvyJ+XWL0uDx2r1tPt gH/Opj8dMjih2o3mc3hZGRkeySwW1ume6qH18z8xEQzngv/0tBjYgej9ENL7+iwX rUXHq8NnMrDHTIYQqqQFcL5MeeBetX7D4iWTksiM4n5gb8nDVNoE6l7ZNyS0iCY= =IdAU -----END PGP SIGNATURE----- ------------=_1460681402-26458-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Aug 2014 20:53:41 +0000 Received: from localhost ([127.0.0.1]:39718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XGwb6-00074d-DS for submit@debbugs.gnu.org; Mon, 11 Aug 2014 16:53:40 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42898) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XGwb3-00074L-VM for submit@debbugs.gnu.org; Mon, 11 Aug 2014 16:53:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGwap-0006F0-OX for submit@debbugs.gnu.org; Mon, 11 Aug 2014 16:53:32 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGwap-0006Ev-Lf for submit@debbugs.gnu.org; Mon, 11 Aug 2014 16:53:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGwag-0002SU-K1 for bug-parted@gnu.org; Mon, 11 Aug 2014 16:53:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGwaX-0006CM-Ib for bug-parted@gnu.org; Mon, 11 Aug 2014 16:53:14 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:59312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGwaX-0006BL-BS for bug-parted@gnu.org; Mon, 11 Aug 2014 16:53:05 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id B40823662 for ; Mon, 11 Aug 2014 22:53:03 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g72G-ZdlOMZh for ; Mon, 11 Aug 2014 22:53:03 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 650DFBE for ; Mon, 11 Aug 2014 22:53:02 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: bug-parted@gnu.org Subject: Parted 3.2 requires LVM2 but does not check for it X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 Thermidor an 222 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Mon, 11 Aug 2014 22:53:00 +0200 Message-ID: <87tx5irbo3.fsf@gnu.org> User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.7 (-----) Hello, Parted 3.2 requires LVM2 on GNU/Linux (this was not the case in 3.1) but =E2=80=98configure=E2=80=99 does not check for it, leading to compilation e= rrors: --8<---------------cut here---------------start------------->8--- CC arch/linux.lo arch/linux.c: In function 'dm_canonical_path': arch/linux.c:2313:16: warning: implicit declaration of function 'dm_task_cr= eate' [-Wimplicit-function-declaration] struct dm_task *task =3D dm_task_create (DM_DEVICE_INFO); ^ arch/linux.c:2313:48: error: 'DM_DEVICE_INFO' undeclared (first use in this= function) struct dm_task *task =3D dm_task_create (DM_DEVICE_INFO); [...] --8<---------------cut here---------------end--------------->8--- It would be great if there was a configure check, for instance. Thanks, Ludo=E2=80=99. ------------=_1460681402-26458-1--