diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-15 22:43:31 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-21 23:52:41 -0600 |
commit | 86307dad2ce27de25c8ab2ad48481029c125a18d (patch) | |
tree | c83fb210db5d9cf6e247bf5036dfdd037fe779d5 /system/gnu-fdisk/slack-desc | |
parent | 099bba9e528c4d6a267f4006cc5997041077431e (diff) | |
download | slackbuilds-86307dad2ce27de25c8ab2ad48481029c125a18d.tar.gz |
system/gnu-fdisk: Removed (build failure)
fdisk.c: In function 'do_mkpart':
fdisk.c:725:45: error: 'PedFileSystemOps' has no member named 'create'
if (!compat_mode && fs_type && fs_type->ops->create &&
^
fdisk.c: In function 'do_resize':
fdisk.c:1564:26: error: 'PedFileSystemOps' has no member named 'resize'
if (!part->fs_type->ops->resize) {
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/gnu-fdisk/slack-desc')
-rw-r--r-- | system/gnu-fdisk/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/system/gnu-fdisk/slack-desc b/system/gnu-fdisk/slack-desc deleted file mode 100644 index c746f8829d..0000000000 --- a/system/gnu-fdisk/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -gnu-fdisk: gnu-fdisk (fdisk from the GNU project) -gnu-fdisk: -gnu-fdisk: GNU fdisk provides alternatives to fdisk and cfdisk from util-linux. -gnu-fdisk: -gnu-fdisk: The standard interface offered via fdisk is util-linux-like fdisk. -gnu-fdisk: You can invoke the extended fdisk-gnu via fdisk-gnu -G. -gnu-fdisk: -gnu-fdisk: Website: http://www.gnu.org/software/fdisk -gnu-fdisk: -gnu-fdisk: -gnu-fdisk: |