@danielkrajnik Updated pinned comment to mention clearing cache.
Search Criteria
Package Details: fsearch-git 0.2.3.r185.gd4ff61a-1
Package Actions
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.048683 |
First Submitted: | 2016-05-31 16:28 (UTC) |
Last Updated: | 2024-08-26 02:37 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libicuuc.so (icu-gitAUR, icu73AUR, icu63AUR, icu74AUR, icu75AUR, icu, lib32-icu)
- pcre2 (pcre2-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- itstool (make)
- meson (meson-gitAUR) (make)
Required by (0)
Sources (1)
xiota commented on 2025-02-24 08:16 (UTC)
danielkrajnik commented on 2025-02-24 07:46 (UTC) (edited on 2025-02-24 07:46 (UTC) by danielkrajnik)
thanks @xiota I got it to work, pacman -Syudd didn't work though, so I took a hint about building a clean chroot and nuked rm -rf .cache/paru/clone/fsearch-git, which then let me correctly rebuild the package
danielkrajnik commented on 2025-02-23 20:24 (UTC)
same issue as @faetter reported: unable to satisfy dependency 'libicuuc.so=75-64' required by fsearch
jestarray commented on 2025-02-23 18:12 (UTC)
I use paru and I did paru -S fsearch-git --rebuild
and it fixed it
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.
faetter commented on 2025-02-20 19:04 (UTC)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing icu (76.1-1) breaks dependency 'libicuuc.so=75-64' required by fsearch-git
Guess that version needs a bump, just had to uninstall because of it.
wander commented on 2022-10-21 06:15 (UTC)
@tesnos6921 thx, fixed
tesnos6921 commented on 2022-10-20 17:42 (UTC) (edited on 2022-10-20 17:42 (UTC) by tesnos6921)
==> Starting build()...
+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=true -D b_pie=true fsearch build
...
Program itstool found: NO
fsearch/help/meson.build:16:6: ERROR: Program 'itstool' not found or not executable
https://github.com/cboxdoerfer/fsearch/commit/0ecf1ab5875f2f300eb0e9f4ecb977e96a1386d5
New build dependency of itstool
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 withpacman -Syudd
. Try clearing cache if there are still problems. Consider building in a clean chroot.