Package Details: fsearch-git 0.2.3.r185.gd4ff61a-1

Git Clone URL: https://aur.archlinux.org/fsearch-git.git (read-only, click to copy)
Package Base: fsearch-git
Description: A fast graphical file search utility
Upstream URL: https://github.com/cboxdoerfer/fsearch
Keywords: search
Licenses: GPL-2.0-or-later
Conflicts: fsearch
Provides: fsearch
Submitter: wander
Maintainer: xiota
Last Packager: xiota
Votes: 60
Popularity: 0.022429
First Submitted: 2016-05-31 16:28 (UTC)
Last Updated: 2024-08-26 02:37 (UTC)

Required by (0)

Sources (1)

Pinned Comments

xiota commented on 2025-02-20 19:16 (UTC) (edited on 2025-02-24 08:14 (UTC) by xiota)

When pacman reports a library mismatch, rebuild after forcing update with pacman -Syudd. Try clearing cache if there are still problems. Consider building in a clean chroot.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

wander commented on 2020-03-07 19:01 (UTC)

@supermuffin: Thanks, fixed.

supermuffin commented on 2020-03-07 18:30 (UTC) (edited on 2020-03-07 18:30 (UTC) by supermuffin)

new pkgver=r493.03b2996 does not build:

make[2]: Entering directory '/var/tmp/pamac-build-sumu/fsearch-git/src/fsearch/po'
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20
make[2]: *** [Makefile:227: stamp-po] Error 1
make[2]: Leaving directory '/var/tmp/pamac-build-sumu/fsearch-git/src/fsearch/po'
make[1]: *** [Makefile:395: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/pamac-build-sumu/fsearch-git/src/fsearch'
make: *** [Makefile:336: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

himanshuxd commented on 2019-12-29 12:37 (UTC)

Wish this was as good as Everything search on windows.

yochananmarqos commented on 2019-08-04 20:45 (UTC) (edited on 2020-02-25 15:11 (UTC) by yochananmarqos)

hicolor-icon-theme is not necessary as gtk3 pulls it in. pcre is not necessary as it's required by grep which is in the base-devel group.

Tags are available, please use:

pkgver() {
    cd "$srcdir/${pkgname%-git}"
    git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
0.1beta4.r2.ga692037

The PREFIX=/usr make flag is not necessary.

Please use consistent indentation.

wander commented on 2016-11-20 09:43 (UTC)

@TrialnError, thx, fixed.

TrialnError commented on 2016-11-19 13:17 (UTC) (edited on 2016-11-19 13:23 (UTC) by TrialnError)

Adding autoconf and libtool to makedeps isn't necessary. All packages from base and base-devel are a requirement for the AUR and those packages aren't added to the deps lines Edit: and pkg-config

wander commented on 2016-11-18 10:12 (UTC)

@johnnydvc, yeah but otherwise yaourt can't build projects from the AUR. You have to be able to execute stuff like autogen.sh or configure. Maybe there's a way how to tell yaourt to build in a different directory, but it definitely needs the ability to execute scripts.

johnnydvc commented on 2016-11-18 10:08 (UTC)

@wander, I think that might be it. I'll try to mount without noexec. But that's generally not a good idea.

wander commented on 2016-11-17 17:06 (UTC)

@johnnydvc, can you post the complete build log? And can you please try to manually execute the autogen.sh script? It seems like autogen.sh can't be executed, which is pretty strange. Maybe the execute flag is missing, or you mounted /tmp with noexec option?

johnnydvc commented on 2016-11-17 16:56 (UTC)

Sorry, still not building. Same error message.