Package Details: f2 2.1.2-2

Git Clone URL: https://aur.archlinux.org/f2.git (read-only, click to copy)
Package Base: f2
Description: Cross-platform command-line tool for batch renaming files and directories quickly and safely
Upstream URL: https://github.com/ayoisaiah/f2
Licenses: MIT
Conflicts: f2-bin
Submitter: aulonsal
Maintainer: archlinuxauruser
Last Packager: archlinuxauruser
Votes: 4
Popularity: 1.21
First Submitted: 2021-05-09 10:46 (UTC)
Last Updated: 2025-06-13 02:12 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Pinned Comments

archlinuxauruser commented on 2024-11-15 22:30 (UTC)

Install using: https://wiki.archlinux.org/title/Makepkg#

Latest Comments

1 2 Next › Last »

archlinuxauruser commented on 2025-06-13 02:19 (UTC) (edited on 2025-06-13 02:23 (UTC) by archlinuxauruser)

Added 'perl-image-exiftool' to checkdepends

Thanks for the explanation guidance.

aulonsal commented on 2025-06-09 16:10 (UTC) (edited on 2025-06-09 16:16 (UTC) by aulonsal)

Please add perl-image-exiftool to checkdepends (https://wiki.archlinux.org/title/PKGBUILD#checkdepends)?

It is used in tests, check() fails without it:

 ❌ TestCustomSort/sort_dng_files_by_time_variable (0s)
    find_test.go:274: Failed to initialise exiftool: error when executing command: exec: "exiftool": executable file not found in $PATH

...

error: Recipe `test` failed on line 7 with exit code 1
==> ERROR: A failure occurred in check().
    Aborting...

Adding

checkdepends=(
    'perl-image-exiftool'
)

results in a successful build.

If it builds successfully for you, it is so because you already have perl-image-exiftool installed or have the exiftool binary from somewhere else, however, since the check-dependency is missing, any attempt to build in a chroot based on the PKGBUILD would fail.

Thanks for maintaining the package.

archlinuxauruser commented on 2025-05-25 12:34 (UTC)

Builds just fine. What command are you using?

quest commented on 2025-05-25 08:14 (UTC)

You should add perl-image-exiftool to the dependencies! Tests fail during installation without it.

archlinuxauruser commented on 2024-11-15 22:30 (UTC)

Install using: https://wiki.archlinux.org/title/Makepkg#

nervocalm commented on 2024-11-15 14:18 (UTC)

Hi... I am getting an error when installing with yay. Anybody else? Thanks.


==> Starting check()... sh: line 1: gotestfmt: command not found error: Recipe test failed on line 4 with exit code 127 ==> ERROR: A failure occurred in check(). Aborting... -> error making: f2-exit status 4 -> Failed to install the following packages. Manual intervention is required: f2 - exit status 4


archlinuxauruser commented on 2024-04-08 00:23 (UTC)

Seems to be fine when compiling in chroot.

archlinuxauruser commented on 2024-03-11 03:27 (UTC)

Compiling v 1.9.1 I get an error in check() function, which I assume is an upstream issue. Submitted an issue request, but not sure what else to do or whether it will be fixed. Suggestions welcome if I've missed anything.