by shigemk2

当面は技術的なことしか書かない

BigSur M1

今日からやっていき。

f:id:shigemk2:20201201231329p:plain

  • Chrome いけた
  • iTerm2 いけた
  • homebrew そのままじゃダメだけど/optのしたで頑張っていけばとりあえずいけた

  • brew cask install emacs とりあえず成功 下のメッセージが出たけど

    • Warning: Calling brew cask install is deprecated! Use brew install [--cask] instead.

所々見る

Warning: You are running macOS on a arm64 CPU architecture.
We do not provide support for this (yet).
Reinstall Homebrew under Rosetta 2 until we support it.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
unsupported configuration.

fish shell 失敗

brew install -s fish
==> ./configure --prefix=/opt/homebrew/Cellar/python@3.9/3.9.0_2 --enable-ipv6 --datarootdir=/opt/homebrew/Cellar/python@3.9/3.9.0_2/share --datadir=/opt/homebrew/Cellar/python@3.9/3.9.0_2/share --enable-
==> make
Last 15 lines from /Users/xxxxx/Library/Logs/Homebrew/python@3.9/02.make:
    self.run_command(cmd_name)
  File "/private/tmp/python@3.9-20201201-12995-xwv15b/Python-3.9.0/Lib/distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/private/tmp/python@3.9-20201201-12995-xwv15b/Python-3.9.0/Lib/distutils/dist.py", line 985, in run_command
    cmd_obj.run()
  File "/private/tmp/python@3.9-20201201-12995-xwv15b/Python-3.9.0/Lib/distutils/command/build_ext.py", line 340, in run
    self.build_extensions()
  File "/private/tmp/python@3.9-20201201-12995-xwv15b/Python-3.9.0/./setup.py", line 470, in build_extensions
    self.detect_modules()
  File "/private/tmp/python@3.9-20201201-12995-xwv15b/Python-3.9.0/./setup.py", line 1807, in detect_modules
    self.detect_readline_curses()
  File "/private/tmp/python@3.9-20201201-12995-xwv15b/Python-3.9.0/./setup.py", line 1038, in detect_readline_curses
    (tuple(int(n) for n in dep_target.split('.')[0:2])
AttributeError: 'int' object has no attribute 'split'
make: *** [sharedmods] Error 1

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

These open issues may also help:
python@3.9: update pip https://github.com/Homebrew/homebrew-core/pull/65953
python@3.9: make test run on ARM https://github.com/Homebrew/homebrew-core/pull/64869

ghq 失敗

brew install ghq
Building Go cmd/dist using /private/tmp/go-20201201-7828-1jioho7/go/gobootstrap. ()
./make.bash: line 181:  9580 Segmentation fault: 11  GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" GO111MODULE=off "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist

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

These open issues may also help:
go-jira: added zsh completion https://github.com/Homebrew/homebrew-core/pull/63420
crystal: proper --HEAD build. Go back to llvm@9 https://github.com/Homebrew/homebrew-core/pull/65221
linkerd 2.9.0 is built with go 1.15 which leads to x509 error https://github.com/Homebrew/homebrew-core/issues/64498
[epic] Remove GOPATH for go modules formula https://github.com/Homebrew/homebrew-core/issues/47627