Catalina에 GDK를 설치할 수 없습니다

Catalina에 GDK를 설치할 수 없습니다

환영합니다. MacBook Pro Catalina 16G RAM에 Gitlab GDK를 설치하려고 하면 세 가지 종속성이 이미 존재하지만 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 패키지 관리자만 사용하세요.

관련 정보