Summary: | partitionmanager fails to build with parted 3.0 | ||
---|---|---|---|
Product: | [Applications] partitionmanager | Reporter: | Andrea Scarpino <scarpino> |
Component: | general | Assignee: | Volker Lanz <vl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dilfridge, robinlee.sysu, tommivs |
Priority: | NOR | ||
Version: | 1.0.3 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrea Scarpino
2011-07-26 18:37:44 UTC
*** Bug 279777 has been marked as a duplicate of this bug. *** *** Bug 280541 has been marked as a duplicate of this bug. *** See also same bug at https://bugs.gentoo.org/show_bug.cgi?id=369423 SVN commit 1249901 by vlanz: Make KDE Partition Manager build and work with libparted 3.x. This mostly means anything that libparted used to do regarding file systems (mainly resizing fat16 and fat32) is now no longer possible. BUG:278569 M +16 -2 cmake/modules/FindLIBPARTED.cmake M +3 -5 src/fs/fat16.cpp M +1 -5 src/fs/hfs.cpp M +2 -5 src/fs/hfsplus.cpp M +4 -0 src/plugins/libparted/CMakeLists.txt M +11 -1 src/plugins/libparted/libpartedbackend.cpp M +21 -2 src/plugins/libparted/libpartedpartitiontable.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1249901 Thanks a lot! Since the commit does not apply at all to 1.0.3 (it seems you've been busy in the meantime :-), it would of course be nice to have a new release sometime... It's probably non-trivial to backport this to the 1.0 branch because the code in that area has drastically changed. Also, I'm not even 100% sure if there will be another 1.0.x release. I'm hoping for a 1.1 beta release soonish. |