bug#34218: Partition name is not set by mkpart if compiled with --disable-debug

2019-01-31 Thread Brian C. Lane
On Sun, Jan 27, 2019 at 11:34:40AM +0100, Oliver Mangold wrote: > Hi, > > I noticed a long-standing bug, that the 'name' argument of mkpart seems to be > ignored. It happens only with debug disabled on compilation '--disable-debug' > (as e.g. Arch Linux does for its package). The reason is, that

bug#34218: Partition name is not set by mkpart if compiled with --disable-debug

2019-01-27 Thread Oliver Mangold
Hi, I noticed a long-standing bug, that the 'name' argument of mkpart seems to be ignored. It happens only with debug disabled on compilation '--disable-debug' (as e.g. Arch Linux does for its package). The reason is, that from parted.c the function ped_partition_set_name is called within an as