Package Details: f2fs-tools-git 1.12.0-2

Git Clone URL: https://aur.archlinux.org/f2fs-tools-git.git (read-only, click to copy)
Package Base: f2fs-tools-git
Description: Tools for Flash-Friendly File System (F2FS)
Upstream URL: https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/
Licenses: GPL
Submitter: None
Maintainer: cypa
Last Packager: arsfeld
Votes: 5
Popularity: 0.000000
First Submitted: 2012-12-22 01:49 (UTC)
Last Updated: 2020-06-01 16:16 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

bobpaul commented on 2021-12-31 16:40 (UTC)

$ f2fslabel
f2fslabel: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory

Solved by installing libselinux. Can you re-add libselinux as a dependency?

cypa commented on 2020-06-03 14:52 (UTC) (edited on 2020-06-03 14:56 (UTC) by cypa)

~λ doas chattr +c /mnt/p2/services
chattr: Invalid argument while setting flags on /mnt/p2/services
~λ lsattr /mnt/p2
-------------------- /mnt/p2/services
--------c----------- /mnt/p2/services.txt
--------c--------N-- /mnt/p2/foo.txt
--------c--I-----N-- /mnt/p2/dir
-----------I-----N-- /mnt/p2/foo
~λ

why?

arsfeld commented on 2020-06-01 16:18 (UTC)

I've updated to the latest git revision, which adds compression support. Also, I fixed the pkgver, let me know if there's still issues.

denisfa commented on 2019-01-21 22:05 (UTC) (edited on 2019-01-23 11:21 (UTC) by denisfa)

@Boohbah, could you update this package with the fixes suggested?

Change the URL like @greyltc is asking and use

pkgver() {

cd $_gitname

git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'

}

for your pkgver function?

greyltc commented on 2018-12-21 21:14 (UTC)

also the source repo is wrong. it should be: git+https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git

greyltc commented on 2018-12-21 21:12 (UTC)

==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace. ==> ERROR: pkgver() generated an invalid version: heads/master

please fix the pkgver function

<deleted-account> commented on 2016-08-12 03:53 (UTC)

Thanks vinibali. Added libselinux dependency.

vinibali commented on 2016-08-07 22:14 (UTC)

libselinux is a dependency since version 1.7.0.

<deleted-account> commented on 2016-03-03 22:00 (UTC)

Thanks figue. Fixed pkgver() function.

figue commented on 2015-11-12 23:18 (UTC)

Hi Boohbah, I have to change your prepare function to get latest v1.5.0. If I install it directly, the version installed was v1.3.0 (according with final package name). So, here is my function. I don't know if it's ok or not, but it works as a workaround for me: pkgver() { cd $_gitname git describe --all | cut -d'/' -f2- | tr -d 'v' } And, FYI with new v1.5.0 I could finally fix my beloved home partition, which was corrupted and can't be repared with f2fs-tools in [extra].