Search Criteria
Package Details: python-g2p-blocks-git 167-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-g2p-blocks-git.git (read-only, click to copy) |
---|---|
Package Base: | python-g2p-blocks-git |
Description: | Enable bcache or LVM on existing block devices. Convert between raw partitions, logical volumes, and bcache devices witout moving data. |
Upstream URL: | https://github.com/g2p/blocks |
Keywords: | lvm partition |
Licenses: | GPL3 |
Provides: | python-g2p-blocks |
Submitter: | chris_l |
Maintainer: | chris_l |
Last Packager: | chris_l |
Votes: | 3 |
Popularity: | 0.021311 |
First Submitted: | 2020-07-24 20:52 (UTC) |
Last Updated: | 2020-07-26 09:02 (UTC) |
Dependencies (7)
- python-augeas
- python-maintboot-gitAUR
- python-pyparted
- python-setuptools
- git (git-gitAUR, git-glAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
chris_l commented on 2021-08-12 19:37 (UTC)
@Weissnix4711 Certainly I got an error trying to run blocks. I solve it by uninstalling it, along with some of its dependencies. Basically, I uninstalled: python-pyparted, python-maintboot-git and python-g2p-blocks-git
Then I just reinstall them, and it worked again after doing that. Try to do that and see if it works.
The patch you are suggesting only makes it fail if you try to run it using a python version lower than 3. But it already tries to run it on python3 by default, since on arch, "python" points to python3:
Weissnix4711 commented on 2021-08-12 10:54 (UTC)
to-lvm fails with the following error:
Could you please consider adding the following patch?
https://github.com/g2p/blocks/commit/a7c3a1f326388348ddbfa41af853686a4bd40786.patch