Package Details: kvpm 0.9.10-3

Git Clone URL: https://aur.archlinux.org/kvpm.git (read-only, click to copy)
Package Base: kvpm
Description: Front end for Linux LVM and Gnu parted. It also handles creating and mounting file systems
Upstream URL: http://sourceforge.net/projects/kvpm/
Licenses: GPL
Submitter: None
Maintainer: tallero
Last Packager: jo.mei
Votes: 35
Popularity: 0.000001
First Submitted: 2009-11-17 02:20 (UTC)
Last Updated: 2018-09-04 19:24 (UTC)

Latest Comments

1 2 3 Next › Last »

tallero commented on 2021-04-24 14:09 (UTC) (edited on 2022-03-05 06:05 (UTC) by tallero)

Broken for missing lvm2app header; lvm2app probably removed from lvm2 upstream

to have it working, one has to identify the last lvm2 working version, package it on the aur and make this package depend on that one

jo.mei commented on 2020-06-02 09:19 (UTC)

As I am not using it anymore and upstream hasn't seen updates since 2016, I'm not sure.

I would recommend to use partitionmanager [https://www.archlinux.org/packages/community/x86_64/partitionmanager/] instead.

milkii commented on 2020-05-21 22:22 (UTC)

Would it be possible to remove automoc4 so there's no qt4 dep?

jo.mei commented on 2018-09-04 19:27 (UTC)

Hi,

haven't rebuild the package for a long time, but now it failed for me as well. glibc seems to have moved the sysmacros to their own header file, so I have created and added a patch to add the necessary header.

Should build now, although I get a lot of warnings that lvm2app is deprecated. So it might break for good at some point in the future.

portnoy31191 commented on 2018-09-03 22:17 (UTC)

The build fails for me.

@jo.mei, the major and minor functions are showing up as errors for me and are failing the build (using yay).

See below: /home/uname/.cache/yay/kvpm/src/kvpm-0.9.10/kvpm/logvol.cpp:1147:16: error: ‘major’ was not declared in this scope majornum = major(fs.st_rdev); ^~~~~ /home/uname/.cache/yay/kvpm/src/kvpm-0.9.10/kvpm/logvol.cpp:1148:16: error: ‘minor’ was not declared in this scope minornum = minor(fs.st_rdev); ^~~~~ /home/uname/.cache/yay/kvpm/src/kvpm-0.9.10/kvpm/logvol.cpp:1148:16: note: suggested alternative: ‘mknod’ minornum = minor(fs.st_rdev); ^~~~~ mknod make[2]: [kvpm/CMakeFiles/kvpm.dir/build.make:349: kvpm/CMakeFiles/kvpm.dir/logvol.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:1052: kvpm/CMakeFiles/kvpm.dir/all] Error 2 make: *** [Makefile:141: all] Error 2

jo.mei commented on 2017-08-23 16:47 (UTC)

Hi Amplificator, I can't reproduce your problem. For me it's running fine. Maybe one of the linked libraries changed, although I don't see any problems on my side. Did you get any problem/warning during the build? Only thing I get is a warning from GNU C about "mayor" and "minor" functions.

Amplificator commented on 2017-08-09 13:41 (UTC)

I get a segfault when running the tool: [1] 118187 segmentation fault sudo kvpm Any suggestions?

jo.mei commented on 2017-02-11 14:53 (UTC)

Hi, I don't think kdoctools or kdesignerplugins are actual dependencies, since kvpm doesn't link against anything in those packages. But you are right that CMake won't configure without them. So I added them as makedepends.

papylhomme commented on 2017-02-04 21:25 (UTC)

Hi, the package is missing kdoctools and kdesigner as dependencies, CMake won't configure without them

jo.mei commented on 2017-02-04 13:27 (UTC)

Hi, since the packages was orphaned I took over ownership and updated it to the current version. If any problems occur please comment.