CatalinaにGDKをインストールできない

CatalinaにGDKをインストールできない

ようこそ。 MacBook Pro Catalina 16G RAMにGitlab GDKをインストールしようとすると、3つの依存関係がすでに存在しますが、GDKではまだインストールされていないか古いと言うことを除いて、すべてがうまくいきます!

bin/gdk install
The following Brewfile's dependencies are missing or outdated:

- dpkg
- git-lfs
- graphicsmagick

To install these dependencies, run the following command:

  (cd /Users/wpplumber/Workspace/Gitlab/dev/gitlab-development-kit && brew bundle)
make[1]: *** [support/makefiles/Makefile.config.mk:208: preflight-checks-run] Error 1
make: *** [support/makefiles/Makefile.timing.mk:4: preflight-checks-timed] Error 2
❌️ ERROR: Failed to install.
-------------------------------------------------------
You can try the following that may be of assistance:

- Run 'gdk doctor'.

- Visit the troubleshooting documentation:
  https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/troubleshooting/index.md.
- Visit https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues to
  see if there are known issues.

- Run 'gdk reset-data' if appropriate.
- Run 'gdk pristine' which will restore your GDK to a pristine state.

cmdを実行すると、brew bundle次のエラーが表示されますが、これはtarの間違っているようです!

==> Fetching dpkg
==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-core/e579248a9a82f75681ed695591446505bb91b864/Formula/d/dpkg.rb
==> Downloading https://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.22.0.tar.xz
==> Installing dependencies for dpkg: gnu-tar
==> Installing dpkg dependency: gnu-tar
==> ./configure --mandir=/usr/local/Cellar/gnu-tar/1.35/share/man --program-pref
==> make install
Last 15 lines from /Users/wpplumber/Library/Logs/Homebrew/gnu-tar/02.make:
      _verify_volume in compare.o
      _process_rawdata in compare.o
      _dump_regular_file in create.o
      _sparse_dump_region in sparse.o
      _main in tar.o
      _read_error_details in libtar.a(paxerror.o)
      ...
  "_libintl_setlocale", referenced from:
      _main in tar.o
  "_libintl_textdomain", referenced from:
      _main in tar.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [tar] Error 1
make: *** [install-recursive] Error 1

Do not report this issue to Homebrew/brew or Homebrew/homebrew-core!

Error: You are using macOS 10.15.
We (and Apple) do not provide support for this old version.
It is expected behaviour that some formulae will fail to build in this old version.
It is expected behaviour that Homebrew will be buggy and slow.
Do not create any issues about this on Homebrew's GitHub repositories.
Do not create any issues even if you think this message is unrelated.
Any opened issues will be immediately closed without response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.


Installing dpkg has failed!
Using exiftool
Using git
Installing git-lfs

ベストアンサー1

長い旅行とハッカートンまで終えていよいよ設置するようになりました。

私は以下をお勧めします:インストール:clang, GCC, Postgres, Redis

Brewおよびasdfパッケージマネージャのみを使用してください。

おすすめ記事