Comment 13 for bug 1473903

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2015-08-06 09:50 EDT-------
(In reply to comment #24)
> Hello Vaishnavi,
>
> Can you, Sandhya or Mamatha help build this for Ping today please? Thanks.

Hi Luciano / Ping,
Apologies for the delayed reply as I was away on vacation last few days.

I tried to apply the patch from the link in comment #20.
Few things I noticed was,
- In parted (GNU parted) 2.3 which is on Ubuntu14.04.3:
There is no _dm_remove_map_name() in libparted/arch/linux.c, hence the patch failes to apply at this part.
Ignoring the above function and making the changes for _dm_add_partition() according to the patch and building the package, fails with

../configure: line 32229: syntax error near unexpected token `CHECK,'
../configure: line 32229: `PKG_CHECK_MODULES(CHECK, check >= 0.9.3, have_check=yes, have_check=no)'
make: *** [build-deb/config.status] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Can anyone help me to fix this error and help me to proceed in the package building ?