Package Details: parted-git 3.6.r6.gc5bd6fa-1

Git Clone URL: https://aur.archlinux.org/parted-git.git (read-only, click to copy)
Package Base: parted-git
Description: A program for creating, destroying, resizing, checking and copying partitions
Upstream URL: https://www.gnu.org/software/parted/parted.html
Licenses: GPL3
Conflicts: parted
Provides: parted
Submitter: Gently
Maintainer: gmy
Last Packager: gmy
Votes: 19
Popularity: 0.000000
First Submitted: 2009-08-21 08:09 (UTC)
Last Updated: 2024-01-18 15:45 (UTC)

Required by (73)

Sources (2)

Latest Comments

tacosukoneko commented on 2024-01-18 01:31 (UTC)

Hi please replace

git config protocol.file.allow always git submodule update

with

git -c protocol.file.allow=always submodule update

per https://wiki.archlinux.org/index.php?title=VCS_package_guidelines&diff=prev&oldid=754867

to solve fatal: transport 'file' not allowed

micwoj92 commented on 2021-03-12 08:22 (UTC) (edited on 2021-03-12 08:22 (UTC) by micwoj92)

Could you please update links to https? Thanks.

tom.ty89 commented on 2015-12-29 08:48 (UTC)

Also --sbindir=/usr/sbin no longer works in Arch. --sbindir=/usr/bin needs to be specified.

tom.ty89 commented on 2015-12-29 08:44 (UTC)

hey tim, it won't build because of this: http://git.savannah.gnu.org/cgit/parted.git/tree/configure.ac?id=v3.2#n190 arch/linux.c: In function '_get_linux_version': arch/linux.c:717:38: error: format '%u' expects argument of type 'unsigned int *', but argument 3 has type 'int *' [-Werror=format=] int n = sscanf (uts.release, "%u.%u.%u", &major, &minor, &teeny); ^ arch/linux.c:717:38: error: format '%u' expects argument of type 'unsigned int *', but argument 4 has type 'int *' [-Werror=format=] arch/linux.c:717:38: error: format '%u' expects argument of type 'unsigned int *', but argument 5 has type 'int *' [-Werror=format=] arch/linux.c: In function '_dm_get_partition_start_and_length': arch/linux.c:2807:29: error: format '%Ld' expects argument of type 'long long int *', but argument 5 has type 'long long unsigned int *' [-Werror=format=] if (sscanf (params, "%d:%d %Ld", &major, &minor, start) != 3) ^ cc1: all warnings being treated as errors Makefile:1384: recipe for target 'arch/linux.lo' failed make[3]: *** [arch/linux.lo] Error 1 make[3]: Leaving directory '/home/tom/Downloads/parted-git/src/parted-git/libparted' Makefile:1406: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/home/tom/Downloads/parted-git/src/parted-git/libparted' Makefile:1287: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/tom/Downloads/parted-git/src/parted-git' Makefile:1211: recipe for target 'all' failed make: *** [all] Error 2 As a workaround I added `mv .git .git-bak` before `make` :S

sudokode commented on 2014-05-04 17:11 (UTC)

Fixed an issue with make check. It was using python, when it should have been using python2.

sudokode commented on 2013-04-21 02:36 (UTC)

Hello. Reworked the PKGBUILD. Let me know if there are any issues.

ka2107 commented on 2012-07-16 13:24 (UTC)

I am orphaning this package as I use the packages from the official repos. Please adopt it.

Det commented on 2011-07-28 10:50 (UTC)

Requires 'bc' as a makedep.