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
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.