GNU bug report logs -
#18248
Parted 3.2 requires LVM2 but does not check for it
Previous Next
Reported by: ludo <at> gnu.org (Ludovic Courtès)
Date: Mon, 11 Aug 2014 20:54:01 UTC
Severity: normal
Done: Phillip Susi <psusi <at> ubuntu.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
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 <at> debbugs.gnu.org.
--
18248: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18248
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Looks like this was fixed a while back:
commit a3877115f1956949096d77aca5a703a47ed68397
Author: Felix Janda <felix.janda <at> posteo.de>
Date: Sun May 3 10:33:31 2015 +0200
libparted/fs/xfs/platform_defs.h: Include <fcntl.h> for loff_t
This is needed for compilation with musl libc
Suggested-by: Travis Tilley <ttilley <at> gmail.com>
Signed-off-by: Brian C. Lane <bcl <at> redhat.com>
-----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-----
[Message part 3 (message/rfc822, inline)]
Hello,
Parted 3.2 requires LVM2 on GNU/Linux (this was not the case in 3.1) but
‘configure’ does not check for it, leading to compilation errors:
--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_create' [-Wimplicit-function-declaration]
struct dm_task *task = 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 = 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’.
This bug report was last modified 9 years and 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.