Package Details: fish-git 2:3.7.0.r1420.g776895274-1

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: http://fishshell.com
Keywords: shell
Licenses: GPL2
Conflicts: fish, fish-shell
Provides: fish, fish-shell
Submitter: SanskritFritz
Maintainer: SanskritFritz (akiirui)
Last Packager: akiirui
Votes: 69
Popularity: 0.36
First Submitted: 2010-11-17 22:27 (UTC)
Last Updated: 2024-02-07 08:21 (UTC)

Dependencies (11)

Required by (81)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 14 Next › Last »

SanskritFritz commented on 2019-05-03 16:01 (UTC)

Definitely it should, thank you.

C0rn3j commented on 2019-05-03 13:49 (UTC)

https://github.com/fish-shell/fish-shell/releases "Completions for bower and yarn now require the jq utility for full functionality." The official 3.0.2 fish package picked up jq as a dependency, maybe this package should too? https://www.archlinux.org/packages/community/x86_64/fish/

ronjouch commented on 2019-04-17 12:28 (UTC) (edited on 2019-04-17 12:29 (UTC) by ronjouch)

"please notify the fish developers about this situation, so they will remove their version if appropriate"

@SanskritFritz sure; filed Fish #5822 - Ripgrep completions are in conflict with completions provided by ripgrep itself. Will forward upstream feedback here when I get it.

Passersby, a simple fix for now is to add to PKGBUILD's package(): rm "$pkgdir/usr/share/fish/completions/rg.fish"

SanskritFritz commented on 2019-04-17 07:58 (UTC) (edited on 2019-04-17 07:58 (UTC) by SanskritFritz)

I'd say you should use the completions provided by ripgrep and please notify the fish developers about this situation, so they will remove their version if appropriate. It was added 5 days ago.

ronjouch commented on 2019-04-13 01:08 (UTC) (edited on 2019-04-16 01:04 (UTC) by ronjouch)

Since today and https://github.com/fish-shell/fish-shell/commit/5989a92dae3dcbed3f868345811ab178f04bf3c8 , build succeeds but installation fails with:

error: failed to commit transaction (conflicting files)
fish-git: /usr/share/fish/completions/rg.fish exists in filesystem (owned by ripgrep)

What's the standard in Arch? Should fish or ripgrep provide the completions? Asked the same question in AUR / ripgrep-git ( https://aur.archlinux.org/packages/ripgrep-git/#news )

Crude fix: add to package(): rm "$pkgdir/usr/share/fish/completions/rg.fish"

SanskritFritz commented on 2019-04-03 21:49 (UTC)

@syntonym Thanks!

syntonym commented on 2019-04-03 15:28 (UTC)

Apparently fish documentation changed from doxygen to sphinx a few days ago (second bulletpoint, was apparently written 2 days go). So I think the dependency should change from doxygen to python-sphinx.

SanskritFritz commented on 2019-03-24 17:52 (UTC)

Builds here and even #5719 was fixed upstream.

ronjouch commented on 2019-03-24 14:33 (UTC)

Build now fails differently (even removing the lines related to https://github.com/fish-shell/fish-shell/issues/5719 ):

10:19:21 ~ cd fish-git/
10:19:25 ~ subl PKGBUILD
10:20:28 ~/fish-git makepkg
==> Making package: fish-git 2:3.0.2.r546.ge11c3f352-1 (2019-03-24T10:20:39 EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning fish-shell git repo...
Cloning into bare repository '/home/ronj/fish-git/fish-shell'...
remote: Enumerating objects: 366, done.
remote: Counting objects: 100% (366/366), done.
remote: Compressing objects: 100% (178/178), done.
remote: Total 72284 (delta 234), reused 272 (delta 188), pack-reused 71918
Receiving objects: 100% (72284/72284), 52.54 MiB | 2.62 MiB/s, done.
Resolving deltas: 100% (49385/49385), done.
==> Validating source files with md5sums...
    fish-shell ... Skipped
==> Extracting sources...
  -> Creating working copy of fish-shell git repo...
Cloning into 'fish-shell'...
done.
==> Starting pkgver()...
==> Updated version: fish-git 2:3.0.2.r709.g5afd1336e-1
==> Starting build()...
-- The C compiler identification is GNU 8.2.1
-- The CXX compiler identification is GNU 8.2.1
-- Check for working C compiler: /usr/lib/ccache/bin/cc
-- Check for working C compiler: /usr/lib/ccache/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/lib/ccache/bin/c++
-- Check for working CXX compiler: /usr/lib/ccache/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Curses: /usr/lib/libcurses.so  
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Looking for backtrace_symbols
-- Looking for backtrace_symbols - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for ctermid_r
-- Looking for ctermid_r - not found
-- Performing Test HAVE_STRUCT_DIRENT_D_TYPE
-- Performing Test HAVE_STRUCT_DIRENT_D_TYPE - Success
-- Looking for dirfd
-- Looking for dirfd - found
-- Looking for C++ include execinfo.h
-- Looking for C++ include execinfo.h - found
-- Looking for flock
-- Looking for flock - found
-- Looking for futimens
-- Looking for futimens - found
-- Looking for futimes
-- Looking for futimes - found
-- Looking for getifaddrs
-- Looking for getifaddrs - found
-- Looking for getpwent
-- Looking for getpwent - found
-- Looking for gettext
-- Looking for gettext - found
-- Looking for killpg
-- Looking for killpg - found
-- Looking for lrand48_r
-- Looking for lrand48_r - found
-- Looking for mkostemp
-- Looking for mkostemp - found
-- Looking for include files curses.h, term.h
-- Looking for include files curses.h, term.h - found
-- Looking for C++ include siginfo.h
-- Looking for C++ include siginfo.h - not found
-- Looking for C++ include spawn.h
-- Looking for C++ include spawn.h - found
-- Performing Test HAVE_STRUCT_STAT_ST_CTIME_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_CTIME_NSEC - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success
-- Looking for sys_errlist
-- Looking for sys_errlist - found
-- Looking for C++ include sys/ioctl.h
-- Looking for C++ include sys/ioctl.h - found
-- Looking for C++ include sys/select.h
-- Looking for C++ include sys/select.h - found
-- Looking for include files sys/types.h, sys/sysctl.h
-- Looking for include files sys/types.h, sys/sysctl.h - found
-- Looking for C++ include termios.h
-- Looking for C++ include termios.h - found
-- Looking for wcscasecmp
-- Looking for wcscasecmp - found
-- Looking for wcsdup
-- Looking for wcsdup - found
-- Looking for wcslcpy
-- Looking for wcslcpy - not found
-- Looking for wcsncasecmp
-- Looking for wcsncasecmp - found
-- Looking for wcsndup
-- Looking for wcsndup - not found
-- Looking for include file xlocale.h
-- Looking for include file xlocale.h - not found
-- Looking for wcstod_l
-- Looking for wcstod_l - found
-- Looking for _sys_errs
-- Looking for _sys_errs - not found
-- Looking for C++ include sys/types.h
-- Looking for C++ include sys/types.h - found
-- Looking for C++ include stdint.h
-- Looking for C++ include stdint.h - found
-- Looking for C++ include stddef.h
-- Looking for C++ include stddef.h - found
-- Check size of struct winsize
-- Check size of struct winsize - done
-- Looking for TIOCGWINSZ
-- Looking for TIOCGWINSZ - found
-- Check size of wchar_t[8]
-- Check size of wchar_t[8] - done
-- Performing Test TPARM_TAKES_VARARGS
-- Performing Test TPARM_TAKES_VARARGS - Success
-- Performing Test HAVE_STD__MAKE_UNIQUE
-- Performing Test HAVE_STD__MAKE_UNIQUE - Success
-- Found Intl: /usr/include  
-- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") 
-- Performing Test HAVE__NL_MSG_CAT_CNTR
-- Performing Test HAVE__NL_MSG_CAT_CNTR - Success
-- Found system PCRE2 library /usr/include
CMake Deprecation Warning at cmake/Tests.cmake:33 (CMAKE_POLICY):
  The OLD behavior for policy CMP0037 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.
Call Stack (most recent call first):
  CMakeLists.txt:173 (INCLUDE)


-- The following features have been enabled:

 * gettext, translate messages with gettext
 * Documentation, user manual and documentation

-- The following OPTIONAL packages have been found:

 * Curses
 * Intl
 * Gettext

-- The following REQUIRED packages have been found:

 * Threads

-- Configuring done
-- Generating done
-- Build files have been written to: /home/ronj/fish-git/src/fish-shell/build
Scanning dependencies of target CHECK-FISH-BUILD-VERSION-FILE
Scanning dependencies of target pofiles_4
Scanning dependencies of target pofiles_9
[  1%] Generating nb.gmo
[  2%] Generating zh_CN.gmo
[  2%] Built target pofiles_4
Scanning dependencies of target pofiles_7
[  2%] Built target pofiles_9
[  3%] Generating pt_BR.gmo
Scanning dependencies of target pofiles_6
[  4%] Generating pl.gmo
FISH_BUILD_VERSION=3.0.2-709-g5afd1336e
[  4%] Built target CHECK-FISH-BUILD-VERSION-FILE
Scanning dependencies of target pofiles_1
[  5%] Generating de.gmo
[  5%] Built target pofiles_6
Scanning dependencies of target pofiles_2
[  6%] Generating en.gmo
[  6%] Built target pofiles_7
Scanning dependencies of target sphinx-docs
[  7%] Building HTML documentation with Sphinx
[  7%] Built target pofiles_1
[  7%] Built target pofiles_2
Scanning dependencies of target sphinx-manpages
Scanning dependencies of target pofiles_3
[  9%] Generating fr.gmo
[  9%] Building man pages with Sphinx
[  9%] Built target pofiles_3
Scanning dependencies of target pofiles_5
[ 10%] Generating nn.gmo
[ 10%] Built target pofiles_5
Scanning dependencies of target pofiles_8
[ 11%] Generating sv.gmo
[ 11%] Built target pofiles_8
Scanning dependencies of target build_fish_pc
[ 11%] Generating fish.pc
[ 12%] Built target build_fish_pc
Scanning dependencies of target fishlib
[ 13%] Building CXX object CMakeFiles/fishlib.dir/src/autoload.cpp.o
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/alias.rst:22: WARNING: Unknown target name: "parts".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/bind.rst:10: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/bind.rst:15: WARNING: Unexpected indentation.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/bind.rst:28: WARNING: Unknown target name: "key".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/complete.rst:20: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/disown.rst:17: WARNING: Inline literal start-string without end-string.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst:9: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/fish_opt.rst:9: WARNING: Unexpected indentation.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/fish_prompt.rst:9: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/fish_right_prompt.rst:9: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/fish_svn_prompt.rst:16: WARNING: Bullet list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/string.rst:13: WARNING: Unexpected indentation.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/string.rst:14: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/string.rst:26: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/umask.rst:17: WARNING: Inline literal start-string without end-string.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:281: WARNING: Inline literal start-string without end-string.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:457: WARNING: Unexpected indentation.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:458: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:1345: WARNING: Duplicate explicit target name: "bind".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:1508: WARNING: Duplicate explicit target name: "killring".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:1583: WARNING: Unexpected indentation.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:1656: WARNING: Duplicate explicit target name: "variables for changing highlighting colors".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:1656: WARNING: Duplicate explicit target name: "vi-mode".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:1718: WARNING: Inline literal start-string without end-string.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:95: WARNING: Undefined substitution referenced: "Program".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/license.rst:: WARNING: Anonymous hyperlink mismatch: 1 references but 0 targets.
See "backrefs" attribute for IDs.

Theme error:
An error happened in rendering the page cmds/bind.
Reason: UnpicklingError('pickle data was truncated')
make[2]: *** [CMakeFiles/sphinx-docs.dir/build.make:58: CMakeFiles/sphinx-docs] Error 2
make[1]: *** [CMakeFiles/Makefile2:361: CMakeFiles/sphinx-docs.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 14%] Building CXX object CMakeFiles/fishlib.dir/src/builtin.cpp.o
[ 14%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_bg.cpp.o
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/alias.rst:22: WARNING: Unknown target name: "parts".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/bind.rst:10: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/bind.rst:15: WARNING: Unexpected indentation.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/bind.rst:28: WARNING: Unknown target name: "key".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/complete.rst:20: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/disown.rst:17: WARNING: Inline literal start-string without end-string.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst:9: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/fish_opt.rst:9: WARNING: Unexpected indentation.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/fish_prompt.rst:9: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/fish_right_prompt.rst:9: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/fish_svn_prompt.rst:16: WARNING: Bullet list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/string.rst:13: WARNING: Unexpected indentation.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/string.rst:14: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/string.rst:26: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/cmds/umask.rst:17: WARNING: Inline literal start-string without end-string.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:281: WARNING: Inline literal start-string without end-string.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:457: WARNING: Unexpected indentation.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:458: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:1345: WARNING: Duplicate explicit target name: "bind".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:1508: WARNING: Duplicate explicit target name: "killring".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:1583: WARNING: Unexpected indentation.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:1656: WARNING: Duplicate explicit target name: "variables for changing highlighting colors".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:1656: WARNING: Duplicate explicit target name: "vi-mode".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:1718: WARNING: Inline literal start-string without end-string.
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/index.rst:95: WARNING: Undefined substitution referenced: "Program".
/home/ronj/fish-git/src/fish-shell/sphinx_doc_src/license.rst:: WARNING: Anonymous hyperlink mismatch: 1 references but 0 targets.
See "backrefs" attribute for IDs.
[ 15%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_bind.cpp.o
[ 16%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_block.cpp.o
[ 16%] Built target sphinx-manpages
[ 17%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_builtin.cpp.o
[ 18%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_cd.cpp.o
[ 19%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_command.cpp.o
[ 20%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_commandline.cpp.o
[ 21%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_complete.cpp.o
[ 22%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_contains.cpp.o
[ 23%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_disown.cpp.o
[ 24%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_echo.cpp.o
[ 25%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_emit.cpp.o
[ 26%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_exit.cpp.o
[ 27%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_fg.cpp.o
[ 28%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_function.cpp.o
[ 28%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_functions.cpp.o
[ 29%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_argparse.cpp.o
[ 30%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_history.cpp.o
[ 31%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_jobs.cpp.o
[ 32%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_math.cpp.o
[ 33%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_printf.cpp.o
[ 34%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_pwd.cpp.o
[ 35%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_random.cpp.o
[ 36%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_read.cpp.o
[ 37%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_realpath.cpp.o
[ 38%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_return.cpp.o
[ 39%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_set.cpp.o
[ 40%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_set_color.cpp.o
[ 41%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_source.cpp.o[ 42%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_status.cpp.o
[ 42%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_string.cpp.o
[ 43%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_test.cpp.o
[ 44%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_ulimit.cpp.o
[ 45%] Building CXX object CMakeFiles/fishlib.dir/src/builtin_wait.cpp.o
[ 46%] Building CXX object CMakeFiles/fishlib.dir/src/color.cpp.o
[ 47%] Building CXX object CMakeFiles/fishlib.dir/src/common.cpp.o
[ 48%] Building CXX object CMakeFiles/fishlib.dir/src/complete.cpp.o
[ 50%] Building CXX object CMakeFiles/fishlib.dir/src/env.cpp.o
[ 51%] Building CXX object CMakeFiles/fishlib.dir/src/env_universal_common.cpp.o
[ 52%] Building CXX object CMakeFiles/fishlib.dir/src/event.cpp.o
[ 53%] Building CXX object CMakeFiles/fishlib.dir/src/exec.cpp.o
[ 54%] Building CXX object CMakeFiles/fishlib.dir/src/expand.cpp.o
[ 55%] Building CXX object CMakeFiles/fishlib.dir/src/fallback.cpp.o
[ 56%] Building CXX object CMakeFiles/fishlib.dir/src/fish_version.cpp.o
[ 57%] Building CXX object CMakeFiles/fishlib.dir/src/function.cpp.o
[ 58%] Building CXX object CMakeFiles/fishlib.dir/src/highlight.cpp.o
[ 58%] Building CXX object CMakeFiles/fishlib.dir/src/history.cpp.o
[ 59%] Building CXX object CMakeFiles/fishlib.dir/src/input.cpp.o
[ 60%] Building CXX object CMakeFiles/fishlib.dir/src/input_common.cpp.o
[ 61%] Building CXX object CMakeFiles/fishlib.dir/src/intern.cpp.o
[ 62%] Building CXX object CMakeFiles/fishlib.dir/src/io.cpp.o
[ 63%] Building CXX object CMakeFiles/fishlib.dir/src/iothread.cpp.o
[ 64%] Building CXX object CMakeFiles/fishlib.dir/src/kill.cpp.o
[ 65%] Building CXX object CMakeFiles/fishlib.dir/src/output.cpp.o
[ 66%] Building CXX object CMakeFiles/fishlib.dir/src/pager.cpp.o
[ 67%] Building CXX object CMakeFiles/fishlib.dir/src/parse_execution.cpp.o
[ 68%] Building CXX object CMakeFiles/fishlib.dir/src/parse_productions.cpp.o
[ 69%] Building CXX object CMakeFiles/fishlib.dir/src/parse_tree.cpp.o
[ 70%] Building CXX object CMakeFiles/fishlib.dir/src/parse_util.cpp.o
[ 71%] Building CXX object CMakeFiles/fishlib.dir/src/parser.cpp.o
[ 72%] Building CXX object CMakeFiles/fishlib.dir/src/parser_keywords.cpp.o
[ 72%] Building CXX object CMakeFiles/fishlib.dir/src/path.cpp.o
[ 73%] Building CXX object CMakeFiles/fishlib.dir/src/postfork.cpp.o
[ 74%] Building CXX object CMakeFiles/fishlib.dir/src/proc.cpp.o
[ 75%] Building CXX object CMakeFiles/fishlib.dir/src/reader.cpp.o
[ 76%] Building CXX object CMakeFiles/fishlib.dir/src/sanity.cpp.o
[ 77%] Building CXX object CMakeFiles/fishlib.dir/src/screen.cpp.o
[ 78%] Building CXX object CMakeFiles/fishlib.dir/src/signal.cpp.o
[ 79%] Building CXX object CMakeFiles/fishlib.dir/src/tinyexpr.cpp.o
[ 80%] Building CXX object CMakeFiles/fishlib.dir/src/tnode.cpp.o
[ 81%] Building CXX object CMakeFiles/fishlib.dir/src/tokenizer.cpp.o
[ 82%] Building CXX object CMakeFiles/fishlib.dir/src/utf8.cpp.o
[ 83%] Building CXX object CMakeFiles/fishlib.dir/src/util.cpp.o
[ 84%] Building CXX object CMakeFiles/fishlib.dir/src/wcstringutil.cpp.o
[ 85%] Building CXX object CMakeFiles/fishlib.dir/src/wgetopt.cpp.o
[ 86%] Building CXX object CMakeFiles/fishlib.dir/src/wildcard.cpp.o
[ 86%] Building CXX object CMakeFiles/fishlib.dir/src/wutil.cpp.o
[ 87%] Building CXX object CMakeFiles/fishlib.dir/src/future_feature_flags.cpp.o
[ 88%] Building CXX object CMakeFiles/fishlib.dir/src/redirection.cpp.o
[ 89%] Building CXX object CMakeFiles/fishlib.dir/src/topic_monitor.cpp.o
[ 90%] Linking CXX static library libfishlib.a
[ 91%] Built target fishlib
make: *** [Makefile:130: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...