bug#18147: closed (Re: bug#18147: parted-3.2 build failure)

2016-04-15 Thread Chris Clayton
The referenced fix is incorrect. The bug that my patch addressed was actually fixed by 7e87ca3c531228d35e13e802d2622006138b104c: libparted/arch/linux.c: Compile without ENABLE_DEVICE_MAPPER", also byFelix Janda. On 15/04/16 01:49, GNU bug Tracking System wrote: > Your bug report > > #18

bug#18147: parted-3.2 build failure

2016-04-14 Thread Phillip Susi
-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 mu

bug#18147: parted-3.2 build failure

2014-07-29 Thread Chris Clayton
Hi. I'm getting the following errors trying to build parted-3.2: 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);