Search Criteria
Package Details: fish-git 2:4.0.2.r1018.g5346d3d49-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: | 74 |
Popularity: | 0.22 |
First Submitted: | 2010-11-17 22:27 (UTC) |
Last Updated: | 2025-06-09 13:53 (UTC) |
Dependencies (18)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- ncurses (ncurses-gitAUR)
- pcre2 (pcre2-gitAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- expect (check)
- procps-ng (procps-ng-gitAUR) (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 (python37AUR) (optional) – man page completion parser / web config tool
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (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 (92)
- bash-git-prompt (requires fish) (optional)
- bash-git-prompt-git (requires fish) (optional)
- bass-fish (requires fish)
- bubblejail (requires fish) (optional)
- bubblejail-git (requires fish) (optional)
- caelestia-meta (requires fish)
- caelestia-shell-git (requires fish)
- chruby-fish (requires fish)
- cocainate-bin (requires fish) (optional)
- ctcontainer (requires fish)
- ctpkg (requires fish)
- fish-abbreviation-tips (requires fish)
- fish-abbreviation-tips-git (requires fish)
- fish-autopair (requires fish)
- fish-autopair-git (requires fish)
- fish-bash2env (requires fish)
- fish-bass-git (requires fish)
- fish-catppuccin-frappe-git (requires fish)
- fish-catppuccin-latte-git (requires fish)
- fish-catppuccin-macchiato-git (requires fish)
- Show 72 more...
Latest Comments
1 2 3 4 5 6 .. 17 Next › Last »
JoeSchr commented on 2025-06-09 17:34 (UTC)
@akiirui
Sorry for the hard to read patch,that's just how my git diff is configured, but I forgot without red/green it can be hard to read.
Thanks for the fix, can confirm it works now!
akiirui commented on 2025-06-09 14:01 (UTC)
@JoeSchr @0ion9
Okay, I found out what was causing your problem. There was no ninja installed in the clean chroot.
I've pushed a commit to fix this. Thanks for the feedback.
JoeSchr commented on 2025-06-09 10:52 (UTC)
@0ion9
My post should help you. I had the same errors
JoeSchr commented on 2025-06-09 10:50 (UTC)
Hi there,
Couldn't update this package for a few weeks due to cmake/ninja issues. Today I solved it via: - rustup update - PKGBUILD
0ion9 commented on 2025-05-31 13:02 (UTC)
I had started wondering about that too. I don't think I need to post the full text; this is the diff from the PKGBUILD taken from 'download snapshot' here, and the one I've been using:
I don't really have the time to think about this right now, but I guess this may be a productive avenue to look into later.
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 -C
to 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
ccache
is not enabled in fish-git's PKGBUILD, but it will be enabled if you enable it inmakepkg.conf
.I suggest you try disabling
ccache
temporarily 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)
1 2 3 4 5 6 .. 17 Next › Last »