Search Criteria
Package Details: fish-git 2:4.7.0.r1.gfb29c85a6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fish-git.git (read-only, click to copy) |
|---|---|
| Package Base: | fish-git |
| Description: | User friendly shell intended mostly for interactive use. |
| Upstream URL: | https://github.com/fish-shell/fish-shell |
| Keywords: | shell |
| Licenses: | GPL-2.0-only AND BSD-3-Clause AND ISC AND MIT AND PSF-2.0 |
| Conflicts: | fish, fish-shell |
| Provides: | fish, fish-shell |
| Submitter: | SanskritFritz |
| Maintainer: | akiirui |
| Last Packager: | akiirui |
| Votes: | 73 |
| Popularity: | 0.029540 |
| First Submitted: | 2010-11-17 22:27 (UTC) |
| Last Updated: | 2026-05-06 07:28 (UTC) |
Dependencies (18)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- pcre2 (pcre2-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR, jaq-gitAUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- expect (check)
- procps-ng (procps-ng-nosystemd-gitAUR, procps-ng-gitAUR) (check)
- python-pexpect (check)
- groff (groff-gitAUR) (optional) – --help for built-in commmands
- mandoc (mdocml-cvsAUR, mandoc-noconflictAUR) (optional) – --help for built-in commmands (alternative)
- pkgfile (pkgfile-gitAUR) (optional) – command-not-found hook
- python (optional) – man page completion parser / web config tool
- wl-clipboard (wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR, wl-clipboard-gitAUR) (optional) – Wayland clipboard integration
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – X11 clipboard integration (alternative)
- xsel (xsel-gitAUR, wl-clipboard-x11AUR) (optional) – X11 clipboard integration
Required by (160)
- alia-can (requires fish) (optional)
- alman (requires fish) (optional)
- arch-upgrader (requires fish)
- arch-upgrader (requires fish) (make)
- arch-upgrader-git (requires fish)
- arch-upgrader-git (requires fish) (make)
- auggie-bin (requires fish) (optional)
- authtui-git (requires fish) (optional)
- bab (requires fish) (optional)
- bab-bin (requires fish) (optional)
- basecamp-cli (requires fish) (optional)
- bash-git-prompt (requires fish) (optional)
- bash-git-prompt-git (requires fish) (optional)
- bass-fish (requires fish)
- bookmark-cd (requires fish) (optional)
- bubblejail (requires fish) (optional)
- bubblejail-git (requires fish) (optional)
- buttercup-git (requires fish)
- caelestia-shell (requires fish)
- caelestia-shell-git (requires fish)
- Show 140 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 18 Next › Last »
akiirui commented on 2025-05-31 07:03 (UTC) (edited on 2025-05-31 07:03 (UTC) by akiirui)
@0ion9 Wait a moment, can you paste your fish-git's PKGBUILD to pastebin for me?
Our output is different:
0ion9 commented on 2025-05-31 06:36 (UTC)
I don't think that's it. Checking makepkg.conf shows that ccache is already turned OFF (
BUILDENV=(!distcc color !ccache check !sign)), and I already ranccache -Cto clear ccache's cache (to predictably no effect on build)Thanks for your help, but I'm out of ideas.. I mean I can try ENABLING ccache instead, but that's really at the point of 'just throw things at the wall and see what happens'...
akiirui commented on 2025-05-31 02:44 (UTC)
@0ion9
ccacheis not enabled in fish-git's PKGBUILD, but it will be enabled if you enable it inmakepkg.conf.I suggest you try disabling
ccachetemporarily inmakepkg.conf, and if it works, try clearing its cache.0ion9 commented on 2025-05-31 02:39 (UTC)
Thanks for that tip. As I implied, I had already cleared the cache (erased everything other than fish.install and PKGBUILD) I had not set any makepkg-related environment variables, including BUILDDIR. Pretty confident I've never tried to configure makepkg in any way.
I am trying to build now with BUILDDIR=/tmp/makepkg, starting by copying (fish.install, PKGBUILD) to another temp dir, /tmp/fb. I hope this will force everything to be freshly fetched (in a way that is somehow more extreme than wiping all known downloaded files...?)
.. This still does not work.. The only other idea I have is to also clear ccache's cache (but I don't even know if ccache is actually being used in the build process here)
akiirui commented on 2025-05-28 09:56 (UTC) (edited on 2025-05-28 10:02 (UTC) by akiirui)
@0ion9 Try to find the CMakeCache.txt file in
makepkg.conf -> BUILDDIRand delete it. If themakepkg.conf -> BUILDDIRis not set, find it in the directory where the PKGBUILD is located.akiirui commented on 2025-05-28 09:42 (UTC) (edited on 2025-05-28 09:43 (UTC) by akiirui)
@0ion9 I have tested it in
makepkgandextra-x86_64-buildand it works fine. Please check your cache or environment variables.0ion9 commented on 2025-05-28 03:39 (UTC)
For a few months now I haven't been able to build this. To be precise, 'build' succeeds but 'check' fails:
This doesn't appear to be due to stale files, as removing 'fish-shell','.git','pkg' and 'src' directories from the directory PKGBUILD is in, then rebuilding, has no impact on it. It occurs both with plain
makepkgand with theyaywrapper.akiirui commented on 2025-03-19 23:15 (UTC)
@xuiqzy
Yes, there is no
nroffpackage on Arch, and another alternativemandocconflicts withman-db.But just follow the PKGBUILD from the official repository is fine, thanks.
xuiqzy commented on 2025-03-19 20:52 (UTC)
New optional dependencies in fish 4, see
fishpackage from the repos: https://gitlab.archlinux.org/archlinux/packaging/packages/fish/-/commit/dccb3c6c7ac101e000399d5c6fae945ba600c4c6 Not sure how to handle thenroffdependency, since no package seems to provide this, but for examplegroffprovides a binary callednroff; not sure if that is the correct one.SanskritFritz commented on 2025-02-27 21:20 (UTC)
Disowning this, because I didn't follow the riir process and now 4.0 is ready.
« First ‹ Previous 1 2 3 4 5 6 7 .. 18 Next › Last »