Homebrew / brew

🍺 The missing package manager for macOS (or Linux)
https://brew.sh
BSD 2-Clause "Simplified" License
40.12k stars 9.41k forks source link

Improve homebrew help message: "sudo chown -R $(whoami) /usr/local/var/homebrew" - this is not enough to successfully update and upgrade brew #11109

Closed therobyouknow closed 3 years ago

therobyouknow commented 3 years ago

brew config output

HOMEBREW_VERSION: 3.1.0
ORIGIN: https://github.com/Homebrew/brew
HEAD: ccb05e5e0b7b925c3d6b531fa43b016fa4d0b72a
Last commit: 3 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 28080709c156550ffd0e78dbee80e68f4c418306
Core tap last commit: 8 minutes ago
Core tap branch: master
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: octa-core 64-bit skylake
Clang: 12.0 build 1200
Git: 2.24.3 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Curl: 7.64.1 => /usr/bin/curl
macOS: 11.2.3-x86_64
CLT: N/A
Xcode: 12.4

brew doctor output

`robdaviswork@Roberts-MacBook-Pro theelders % brew doctor
Warning: Calling `cellar` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256` with a `cellar:` argument instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:16

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:17

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:18

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:19

Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
  libevent

Warning: Homebrew's "sbin" was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting your PATH for example like so:
  echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.zshrc

Warning: Broken symlinks were found. Remove them with `brew cleanup`:
  /usr/local/opt/libevent

Warning: Some installed formulae are missing dependencies.
You should `brew install` the missing dependencies:
  brew install openssl@1.1

Run `brew missing` for more details.
robdaviswork@Roberts-MacBook-Pro theelders % brew doctor
Warning: Calling `cellar` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256` with a `cellar:` argument instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:16

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:17

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:18

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:19

Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
  libevent

Warning: Homebrew's "sbin" was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting your PATH for example like so:
  echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.zshrc

Warning: Broken symlinks were found. Remove them with `brew cleanup`:
  /usr/local/opt/libevent

Warning: Some installed formulae are missing dependencies.
You should `brew install` the missing dependencies:
  brew install openssl@1.1

Run `brew missing` for more details.
robdaviswork@Roberts-MacBook-Pro theelders %`

("The brew doctor above contains no "Warning" lines." - it does - see above - but this form has forced me to tick the box to allow me to submit"

The brew doctor above contains no "Warning" lines.

What were you trying to do (and why)?

update brew to get php 7.4 on macOS big sur

What happened (include all command output)?


robdaviswork@Roberts-MacBook-Pro theelders % brew update
Error: 
  homebrew-core is a shallow clone.
To `brew update`, first ### run:
  git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
This restriction has been made on GitHub's request because updating shallow
clones is an extremely expensive operation due to the tree layout and traffic of
Homebrew/homebrew-core and Homebrew/homebrew-cask. We don't do this for you
automatically to avoid repeatedly performing an expensive unshallow operation in
CI systems (which should instead be fixed to not use shallow clones). Sorry `for`
the inconvenience!
robdaviswork@Roberts-MacBook-Pro theelders % git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
error: cannot open .git/FETCH_HEAD: Permission denied
robdaviswork@Roberts-MacBook-Pro theelders % sudo git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
Password:
remote: Enumerating objects: 726533, done.
remote: Counting objects: 100% (726479/726479), done.
remote: Compressing objects: 100% (244806/244806), done.
remote: Total 716757 (delta 479764), reused 705994 (delta 469085), pack-reused 0
Receiving objects: 100% (716757/716757), 287.63 MiB | 6.20 MiB/s, done.
Resolving deltas: 100% (479764/479764), completed with 7756 local objects.
From https://github.com/Homebrew/homebrew-core
   ed09dd7346..3a8ae67171 master     -> origin/master
robdaviswork@Roberts-MacBook-Pro theelders % brew update                                                                          
Error: Can't create update lock in /usr/local/var/homebrew/locks!
Fix permissions by running:
  sudo chown -R $(whoami) /usr/local/var/homebrew
robdaviswork@Roberts-MacBook-Pro theelders % sudo chown -R $(whoami) /usr/local/var/homebrew
Password:
robdaviswork@Roberts-MacBook-Pro theelders % brew update                                    
touch: /usr/local/Homebrew/.git/FETCH_HEAD: Permission denied
error: cannot open .git/FETCH_HEAD: Permission denied
/usr/local/Homebrew/Library/Homebrew/cmd/update.sh: line 578: /usr/local/Homebrew/.git/UPDATE_FAILED: Permission denied
touch: /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/.git/FETCH_HEAD: Permission denied
error: cannot open .git/FETCH_HEAD: Permission denied
/usr/local/Homebrew/Library/Homebrew/cmd/update.sh: line 578: /usr/local/Homebrew/.git/UPDATE_FAILED: Permission denied
touch: /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/.git/FETCH_HEAD: Permission denied
error: cannot open .git/FETCH_HEAD: Permission denied
/usr/local/Homebrew/Library/Homebrew/cmd/update.sh: line 578: /usr/local/Homebrew/.git/UPDATE_FAILED: Permission denied
fatal: Unable to create '/usr/local/Homebrew/.git/index.lock': Permission denied
fatal: Unable to create '/usr/local/Homebrew/.git/index.lock': Permission denied
error: could not lock config file .git/config: Permission denied
error: could not lock config file .git/config: Permission denied
error: Unable to create '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/.git/index.lock': Permission denied
fatal: Could not detach HEAD
Already up-to-date.
robdaviswork@Roberts-MacBook-Pro theelders % sudo chown -R robdaviswork  /usr/local/Homebrew 
robdaviswork@Roberts-MacBook-Pro theelders % brew update                                    
Warning: Calling `cellar` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256` with a `cellar:` argument instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:16

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:17

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:18

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:19

Updated 2 taps (drud/ddev and homebrew/core).
==> New Formulae
aliddns                      forge                        kubergrunt                   open-adventure               rosa-cli
ansible@2.9                  gallery-dl                   latino                       openmama                     rtl_433
as-tree                      gdu                          leaf-proxy                   openmodelica                 saml2aws
bandit                       geph4                        libmd                        oras                         smu
bas55                        ghc@9                        libpipeline                  orgalorg                     snowpack
bpython                      glibc                        libprelude                   osmcoastline                 spaceship
brook                        go-boring                    libunwind                    pandoc-plot                  sqlancer
cadence-workflow             go@1.15                      libxml++@4                   parliament                   systemd
cherrytree                   gofumpt                      libxml++@5                   pcalc                        tctl
cloudflare-wrangler          gojq                         linux-pam                    pcp                          tgenv
clusterctl                   gopass-jsonapi               logswan                      pdftilecut                   threemux
coin3d                       goredo                       lp_solve                     phpbrew                      timg
cpplint                      grokj2k                      lttng-ust                    projectm                     tomcat@9
crackpkcs                    grokmirror                   luajit-openresty             ptpython                     truffle
crane                        haruhi-dl                    luv                          pure                         tz
crcany                       haskell-language-server      mapcidr                      pyqt-3d                      virtualenv
crispy-doom                  hblock                       md4c                         pyqt-builder                 vitess
curlie                       hexo                         mermaid-cli                  pyqt-networkauth             vsh
dasel                        htmltest                     moto                         pyside@2                     waffle
datalad                      iconsur                      mpdecimal                    python-tabulate              wllvm
delve                        indicators                   msc-generator                python-tk@3.9                xcprojectlint
djl-serving                  influxdb@1                   multitime                    qt-libiodbc                  xray
dprint                       jpeg-xl                      mx                           qt-mariadb                   ykdl
driftctl                     keptn                        name-that-hash               qt-mysql                     yq@3
dstask                       kertish-dfs                  net-tools                    qt-percona-server            yubikey-agent
dua-cli                      kickstart                    nuclei                       qt-postgresql                zlib-ng
enkits                       klee                         numactl                      qt-unixodbc                  zsh-vi-mode
enzyme                       ko                           obfs4proxy                   rdkit
epr                          kotlin-language-server       ocaml-zarith                 richmd
==> Updated Formulae
drud/ddev/ddev βœ”                     firebase-cli                         libopusenc                           quantlib
go βœ”                                 fish                                 liboqs                               quasi88
icu4c βœ”                              fizmo                                libosinfo                            quazip
libevent βœ”                           fizsh                                libosip                              questdb
libssh βœ”                             fizz                                 libosmium                            quex
mkcert βœ”                             flac                                 libotr                               quickjs
msgpack βœ”                            flac123                              libowfat                             quicktype
node βœ”                               flactag                              libp11                               quill
nspr βœ”                               flake                                libpagemaker                         quilt
nss βœ”                                flake8                               libpano                              quotatool
openssl@1.1 βœ”                        flamegraph                           libpcap                              quvi
tmate βœ”                              flank                                libpcl                               qwt
a2ps                                 flann                                libpeas                              qwtpolar
a52dec                               flarectl                             libpgm                               qxmpp
aacgain                              flashrom                             libphonenumber                       r
aalib                                flatbuffers                          libpinyin                            r3
aamath                               flatcc                               libplctag                            rabbitmq
aardvark_shell_utils                 flawfinder                           libplist                             rabbitmq-c
abcde                                fleet-cli                            libpng                               rack
abcl                                 flex                                 libpointing                          radamsa
abcm2ps                              flickcurl                            libpoker-eval                        radare2
abcmidi                              flif                                 libpq                                ragel
abduco                               flint                                libpqxx                              rain
abnfgen                              flint-checker                        libprotoident                        rakudo
abook                                flintrock                            libproxy                             rakudo-star
abseil                               flit                                 libpsl                               rancher-cli
abuse                                flow                                 libpst                               rancid
abyss                                flow-cli                             libpthread-stubs                     randomize-lines
ace                                  flow-tools                           libpulsar                            range-v3
aces_container                       flowgrind                            libqalculate                         rapidjson
ack                                  fltk                                 libquantum                           raptor
acl2                                 fluent-bit                           libquicktime                         rargs
acme                                 fluid-synth                          libquvi                              rarian
acpica                               flux                                 libraqm                              rasqal
act                                  fluxctl                              librasterlite                        ratfor
activemq                             flvmeta                              libraw                               rats
activemq-cpp                         flvstreamer                          librcsc                              rav1e
adios2                               flyway                               librdkafka                           rawgl
admesh                               fmdiff                               libre                                raxml-ng
adns                                 fmt                                  libreadline-java                     raylib
adplug                               fn                                   librealsense                         rbenv
advancecomp                          fnm                                  librem                               rbspy
advancemame                          fobis                                libreplaygain                        rbtools
advancemenu                          folderify                            libresample                          rc
advancescan                          folly                                libressl                             rclone
adwaita-icon-theme                   foma                                 librest                              rcm
aerc                                 fon-flash-cli                        librevenge                           rcs
aescrypt                             font-util                            librsvg                              rdate
aescrypt-packetizer                  fontconfig                           librsync                             rdfind
aespipe                              fontforge                            librtlsdr                            rdiff-backup
afflib                               fonttools                            librttopo                            rdup
afio                                 fop                                  libsamplerate                        re-flex
afl-fuzz                             forcecli                             libsass                              re2
afsctool                             ford                                 libsbol                              re2c
aften                                forego                               libscrypt                            react-native-cli
afuse                                foreman                              libsecret                            readline
agda                                 foremost                             libserdes                            readosm
agedu                                fork-cleaner                         libserialport                        reattach-to-user-namespace
aggregate                            fortio                               libshout                             reaver
aha                                  fortune                              libsigc++                            rebar3
ahcpd                                fossil                               libsigc++@2                          recode
ahoy                                 fourstore                            libsignal-protocol-c                 recon-ng
aida-header                          fox                                  libsigsegv                           recoverjpeg
aide                                 fpart                                libsixel                             recutils
aircrack-ng                          fpc                                  libslax                              redex
airshare                             fpdns                                libslirp                             redir
airspy                               fping                                libsm                                redis
akamai                               fplll                                libsmf                               redis-leveldb
alac                                 fprobe                               libsmi                               redland
aldo                                 fq                                   libsndfile                           redo
alexjs                               fragroute                            libsodium                            redshift
algernon                             freealut                             libsoundio                           redstore
algol68g                             freeciv                              libsoup                              reg
align                                freediameter                         libsoxr                              regex-opt
aliyun-cli                           freedink                             libspatialite                        regina-rexx
allegro                              freeglut                             libspectre                           regipy
allure                               freeimage                            libspectrum                          regldg
allureofthestars                     freeipmi                             libspiro                             rem
alluxio                              freeling                             libspnav                             remake
alot                                 freeradius-server                    libspng                              remarshal
alp                                  freerdp                              libsquish                            remctl
alpine                               freeswitch                           libssh2                              remind
alure                                freetds                              libstatgrab                          reminiscence
amazon-ecs-cli                       freetype                             libstfl                              ren
amp                                  freexl                               libstrophe                           rename
ampl-mp                              frei0r                               libstxxl                             renameutils
amqp-cpp                             fribidi                              libsvg                               reop
amtk                                 frobtads                             libsvg-cairo                         reorder-python-imports
amtterm                              frotz                                libsvm                               repo
analog                               frpc                                 libswiften                           reposurgeon
angband                              frps                                 libswiftnav                          reprepro
angle-grinder                        frugal                               libtar                               restic
angular-cli                          fruit                                libtasn1                             restund
anime-downloader                     fs-uae                               libtcod                              restview
anjuta                               fselect                              libtecla                             resty
annie                                fsevent_watch                        libtensorflow                        rethinkdb
ansible                              fsevents-tools                       libtensorflow@1                      rex
ansible-cmdb                         fsh                                  libtermkey                           rfcmarkup
ansible-lint                         fsql                                 libtextcat                           rgbds
ansible@2.8                          fstrm                                libtiff                              rgf
ansifilter                           fsw                                  libtins                              rgxg
antibody                             fswatch                              libtomcrypt                          rhash
antiword                             ftgl                                 libtommath                           riemann-client
antlr                                ftjam                                libtool                              rig
antlr4-cpp-runtime                   fuego                                libtorch                             rinetd
antlr@2                              funcoeszz                            libtorrent-rakshasa                  ripgrep
anttweakbar                          functionalplus                       libtorrent-rasterbar                 ripgrep-all
anycable-go                          fuse-emulator                        libtrace                             ripmime
anyenv                               fuse-zip                             libtrng                              rke
aoeui                                fuseki                               libu2f-host                          rkflashtool
aom                                  futhark                              libu2f-server                        rkhunter
apache-arrow                         fuzzy-find                           libucl                               rlog
apache-arrow-glib                    fwknop                               libuecc                              rlwrap
apache-brooklyn-cli                  fwup                                 libuninameslist                      rm-improved
apache-flink                         fx                                   libunistring                         rmcast
apache-geode                         fzf                                  libunwind-headers                    rmlint
apache-spark                         fzy                                  libupnp                              rnv
apachetop                            g2                                   libusb                               robodoc
apcupsd                              g3log                                libusb-compat                        robot-framework
apib                                 gabedit                              libusbmuxd                           robotfindskitten
apidoc                               gaffitter                            libusrsctp                           rocksdb
apng2gif                             gambit                               libuv                                rofs-filtered
apngasm                              gambit-scheme                        libuvc                               rogue
apollo-cli                           game-music-emu                       libva                                roll
apparix                              gammaray                             libvdpau                             rolldice
appium                               gammu                                libvidstab                           rom-tools
appscale-tools                       gandi.cli                            libvirt                              root
appstream-glib                       ganglia                              libvirt-glib                         roswell
apr                                  garmintools                          libvisio                             roundup
apr-util                             gateway-go                           libvmaf                              rp
apt-dater                            gatsby-cli                           libvnc                               rpcgen
aptly                                gau                                  libvncserver                         rpl
aqbanking                            gauche                               libvo-aacenc                         rpm
arabica                              gauge                                libvoikko                            rpm2cpio
arangodb                             gaul                                 libvorbis                            rqlite
aravis                               gawk                                 libvpx                               rrdtool
arb                                  gbdfed                               libvterm                             rsnapshot
arcade-learning-environment          gcab                                 libwandevent                         rssh
archi-steam-farm                     gcal                                 libwbxml                             rsstail
archivemount                         gcalcli                              libwebm                              rst-lint
archiver                             gcc                                  libwebsockets                        rswift
arduino-cli                          gcc@5                                libwmf                               rsync
argo                                 gcc@6                                libwpd                               rsyslog
argocd                               gcc@7                                libwpg                               rt-audio
argon2                               gcc@8                                libwps                               rtags
argp-standalone                      gcc@9                                libx11                               rtf2latex2e
argtable                             gcovr                                libxau                               rtmidi
argus                                gcsfuse                              libxaw                               rtmpdump
argus-clients                        gd                                   libxaw3d                             rtorrent
argyll-cms                           gdal                                 libxc                                rtptools
aria2                                gdb                                  libxcb                               rttr
arm-linux-gnueabihf-binutils         gdbgui                               libxcomposite                        rubberband
armadillo                            gdbm                                 libxcursor                           ruby
armor                                gdcm                                 libxdamage                           ruby-build
arp-scan                             gdk-pixbuf                           libxdg-basedir                       ruby-install
arp-sk                               gdl                                  libxdiff                             ruby@2.6
arpack                               gdm                                  libxdmcp                             ruby@2.7
arping                               gdmap                                libxext                              rubyfmt
arpoison                             gearman                              libxfixes                            run
arrayfire                            geckodriver                          libxfont                             runit
arss                                 gecode                               libxft                               rush
artifactory                          gedit                                libxi                                rust
arturo                               geeqie                               libxinerama                          rust-analyzer
arx-libertatis                       gegl                                 libxkbcommon                         rustscan
ascii                                gel                                  libxkbfile                           rustup-init
asciidoc                             genact                               libxlsxwriter                        rxvt-unicode
asciidoctor                          genders                              libxmi                               ry
asciidoctorj                         generate-json-schema                 libxml++                             rzip
asciinema                            genext2fs                            libxml++3                            s-lang
asciiquarium                         gengetopt                            libxml2                              s-nail
asciitex                             genometools                          libxmlsec1                           s-search
asdf                                 genstats                             libxmp                               s2geometry
asio                                 geocode-glib                         libxmp-lite                          s2n
ask-cli                              geogram                              libxmu                               s3-backer
asn1c                                geographiclib                        libxo                                s3cmd
aspcud                               geoip                                libxp                                s3fs
aspell                               geoipupdate                          libxpm                               s3ql
asroute                              geomview                             libxrandr                            s6
assh                                 geos                                 libxrender                           safe-rm
assimp                               geoserver                            libxres                              sagittarius-scheme
astrometry-net                       geph2                                libxscrnsaver                        saldl
astyle                               gerbil-scheme                        libxshmfence                         salt
asuka                                gerbv                                libxslt                              saltwater
asymptote                            get-flash-videos                     libxspf                              sampler
asyncplusplus                        get_iplayer                          libxt                                samtools
atari800                             getdns                               libxtst                              samurai
atasm                                getmail                              libxv                                sane-backends
aterm                                gettext                              libxvmc                              sassc
atf                                  getxbook                             libxxf86dga                          sbcl
athenacli                            gexiv2                               libxxf86vm                           sbjson
atk                                  gflags                               libyaml                              sblim-sfcc
atkmm                                gforth                               libyubikey                           sbt
atkmm@2.28                           gh                                   libzdb                               sbtenv
atlantis                             ghc                                  libzip                               sc-im
atomicparsley                        ghc@8.6                              libzt                                sc68
atomist-cli                          ghc@8.8                              libzzip                              scala
atool                                ghex                                 lifelines                            scala@2.12
ats2-postiats                        ghi                                  lightgbm                             scalaenv
attr                                 ghostscript                          lightning                            scalapack
aubio                                ghq                                  lighttpd                             scale2x
audacious                            ghr                                  lilv                                 scamper
audiofile                            ghz                                  lincity-ng                           scc
auditbeat                            ghz-web                              link-grammar                         sccache
augeas                               gibbslda                             linkerd                              scdoc
augustus                             gif2png                              links                                sceptre
aurora                               giflib                               liquibase                            scheme48
austin                               gifsicle                             liquid-dsp                           schroedinger
autobench                            gifski                               liquidctl                            scipy
autocode                             gimme-aws-creds                      liquidprompt                         scm-manager
autoconf                             ginac                                liquigraph                           scmpuff
autoconf-archive                     gist                                 litecli                              scons
autoconf@2.13                        gistit                               literate-git                         scour
autodiff                             git                                  little-cms                           scrcpy
autogen                              git-absorb                           little-cms2                          screen
autojump                             git-annex                            livestreamer                         screenresolution
automake                             git-appraise                         lizard                               scriptcs
autopano-sift-c                      git-archive-all                      lizard-analyzer                      scrollkeeper
autopep8                             git-bug                              lldpd                                scrub
autorest                             git-cal                              llnode                               scrypt
autossh                              git-cinnabar                         llvm                                 scs
avanor                               git-cola                             llvm@7                               scummvm
avce00                               git-crypt                            llvm@8                               scummvm-tools
avfs                                 git-delta                            llvm@9                               scw
aview                                git-extras                           lm4tools                             scws
avimetaedit                          git-flow                             lmdb                                 sd
avra                                 git-flow-avh                         lmod                                 sdb
avrdude                              git-ftp                              lnav                                 sdcc
avro-c                               git-gui                              loc                                  sdcv
avro-cpp                             git-hooks-go                         localstack                           sdf
avro-tools                           git-hound                            locateme                             sdl
awf                                  git-if                               lockrun                              sdl2
awk                                  git-imerge                           log4c                                sdl2_gfx
aws-cdk                              git-integration                      log4cplus                            sdl2_image
aws-console                          git-interactive-rebase-tool          log4cpp                              sdl2_mixer
aws-elasticbeanstalk                 git-lfs                              log4cxx                              sdl2_net
aws-es-proxy                         git-multipush                        log4shib                             sdl2_ttf
aws-google-auth                      git-now                              logcheck                             sdl_gfx
aws-iam-authenticator                git-number                           logcli                               sdl_image
aws-okta                             git-octopus                          logrotate                            sdl_mixer
aws-rotate-key                       git-plus                             logstalgia                           sdl_net
aws-sdk-cpp                          git-quick-stats                      logstash                             sdl_rtf
aws-shell                            git-remote-codecommit                logtalk                              sdl_sound
awscli                               git-remote-gcrypt                    loki                                 sdl_ttf
awscli@1                             git-remote-hg                        lolcat                               sdlpop
awscurl                              git-review                           lolcode                              sdns
awslogs                              git-revise                           loudmouth                            seal
awsume                               git-secret                           lout                                 securefs
awsweeper                            git-secrets                          lpc21isp                             seexpr
axel                                 git-series                           lrdf                                 semgrep
azcopy                               git-sizer                            lrzip                                sentencepiece
azure-cli                            git-standup                          lrzsz                                seqtk
azure-storage-cpp                    git-subrepo                          lsd                                  ser2net
b2-tools                             git-town                             lsdvd                                serd
b2sum                                git-tracker                          lsof                                 serf
b3sum                                git-trim                             lsusb                                serialosc
b43-fwcutter                         git-url-sub                          lsyncd                               sersniff
babel                                git-vendor                           ltc-tools                            serve
babeld                               gitbatch                             ltl2ba                               server-go
babl                                 gitbucket                            lua                                  serverless
backupninja                          gitfs                                lua@5.3                              servus
bacula-fd                            gitg                                 luajit                               setweblocthumb
badtouch                             github-markdown-toc                  luaradio                             sf-pwgen
bagit                                github-release                       luarocks                             sfcgal
balena-cli                           gitlab-gem                           luit                                 sfk
ballerburg                           gitlab-runner                        lunchy                               sfml
ballerina                            gitleaks                             lunchy-go                            sfst
bam                                  gitless                              lutok                                sgrep
bamtools                             gitlint                              luvit                                sha1dc
bandcamp-dl                          gitmoji                              lv                                   sha2
bandwhich                            gitql                                lv2                                  sha3sum
baobab                               gitslave                             lwtools                              shadowenv
bareos-client                        gitter-cli                           lxc                                  shadowsocks-libev
baresip                              gitui                                lxsplit                              shairport
bartycrouch                          gitup                                lynis                                shairport-sync
base64                               gitversion                           lynx                                 shakespeare
base91                               giza                                 lz4                                  shallow-backup
basex                                gjs                                  lzfse                                shapelib
bash                                 gkrellm                              lzip                                 shared-mime-info
bash-completion                      gl2ps                                lzlib                                shc
bash-completion@2                    glab                                 lzo                                  sheldon
bashdb                               glade                                lzop                                 shellcheck
bashish                              glances                              m4                                   shellharden
bastet                               glassfish                            mac-robber                           shellinabox
bat                                  glbinding                            mackup                               shelltestrunner
batik                                gleam                                macos-trash                          shellz
bats-core                            glew                                 macosvpn                             shfmt
bazaar                               glfw                                 macvim                               shibboleth-sp
bazel                                glib                                 mad                                  ship
bazelisk                             glib-networking                      madplay                              shivavg
bbe                                  glib-openssl                         mafft                                shmcat
bbftp-client                         glibmm                               mage                                 shmux
bc                                   glkterm                              magic-wormhole                       shntool
bcal                                 glktermw                             magic_enum                           shogun
bcftools                             glm                                  mailcheck                            showkey
bchunk                               global                               mailhog                              shtool
bcoin                                globe                                mailutils                            shtools
bcpp                                 globjects                            mairix                               shyaml
bcrypt                               glog                                 make                                 sic
bde                                  glooctl                              makedepend                           sickle
bdw-gc                               gloox                                makefile2graph                       siege
beagle                               glow                                 makensis                             sift
beancount                            glpk                                 makeself                             signal-cli
beanstalkd                           glslang                              malbolge                             signify-osx
bear                                 glslviewer                           mame                                 sile
beast                                glui                                 man-db                               silicon
bedops                               glulxe                               man2html                             silk
bedtools                             gluon                                mandoc                               simdjson
beecrypt                             glyr                                 mandown                              simg2img
befunge93                            gmailctl                             manticoresearch                      simgrid
bench                                gmic                                 mapcrafter                           simh
benthos                              gmime                                mapnik                               simple-amqp-client
bento4                               gmp                                  mapserver                            simple-mtpfs
berglas                              gmsh                                 mariadb                              simple-obfs
berkeley-db                          gmt                                  mariadb-connector-c                  simple-scan
berkeley-db@4                        gmt@5                                mariadb-connector-odbc               simple-tiles
bettercap                            gnirehtet                            mariadb@10.2                         simutrans
bfg                                  gnome-autoar                         mariadb@10.3                         since
bgpdump                              gnome-common                         mariadb@10.4                         singular
bgpq3                                gnome-latex                          markdown                             sip
bgpstream                            gnome-recipes                        markdownlint-cli                     sipcalc
bgrep                                gnome-themes-standard                marked                               sipp
bib-tool                             gnu-apl                              mas                                  sipsak
bibclean                             gnu-barcode                          mask                                 siril
bibtex2html                          gnu-chess                            masscan                              sispmctl
bibtexconv                           gnu-cobol                            massdns                              sk
bibutils                             gnu-complexity                       massren                              skaffold
bic                                  gnu-getopt                           mat2                                 ski
bigloo                               gnu-go                               math-comp                            skktools
binaryen                             gnu-indent                           matplotplusplus                      skopeo
bind                                 gnu-prolog                           maven                                skylighting
bindfs                               gnu-sed                              mavsdk                               skymaker
bingrep                              gnu-shogi                            mawk                                 sl
binkd                                gnu-smalltalk                        maxima                               slackcat
binutils                             gnu-tar                              maxwell                              slacknimate
binwalk                              gnu-time                             mbedtls                              slashem
bioawk                               gnu-typist                           mbelib                               sleef
biosig                               gnu-units                            mcabber                              sleepwatcher
bison                                gnu-which                            mcpp                                 sleuthkit
bison@2.7                            gnumeric                             mcrypt                               sloc
bit                                  gnunet                               md5deep                              sloccount
bit-git                              gnupg                                md5sha1sum                           slowhttptest
bitchx                               gnupg-pkcs11-scd                     mda-lv2                              slrn
bitcoin                              gnupg@1.4                            mdbook                               slurm
bitlbee                              gnuplot                              mdbtools                             smake
bitrise                              gnuplot@4                            mdcat                                smali
bittwist                             gnuradio                             mdds                                 smartmontools
bitwarden-cli                        gnuski                               mdf2iso                              smimesign
bitwise                              gnustep-make                         mdk                                  smlpkg
black                                gnutls                               mdp                                  smpeg
blahtexml                            go-bindata                           mdr                                  smpeg2
blast                                go-jira                              mdv                                  sn0int
blastem                              go-jsonnet                           mdxmini                              snag
blaze                                go-md2man                            mecab                                snakemake
blazeblogger                         go-statik                            mecab-ipadic                         snap
blink1                               go@1.14                              mecab-jumandic                       snap7
blis                                 goaccess                             mecab-ko                             snapcraft
blitz                                gobject-introspection                mecab-ko-dic                         snappy
blitzwave                            gobo                                 mecab-unidic                         snappystream
bloaty                               gobuster                             mecab-unidic-extended                snapraid
blockhash                            gocloc                               media-info                           sng
blogc                                gocr                                 mediaconch                           sngrep
bluepill                             gocryptfs                            mednafen                             sniffglue
bluetoothconnector                   goffice                              megacmd                              snobol4
blueutil                             gofish                               megatools                            snort
bmake                                golang-migrate                       meilisearch                          snow
bmon                                 golangci-lint                        memcached                            snownews
bnd                                  gollum                               memcacheq                            sntop
bnfc                                 gom                                  memtester                            snzip
bochs                                gomplate                             menhir                               so
bogofilter                           goocanvas                            mercurial                            socat
bombadillo                           goofys                               mercury                              soci
bond                                 google-authenticator-libpam          mergelog                             sofia-sip
bonnie++                             google-benchmark                     mergepbx                             softhsm
bookloupe                            google-java-format                   mesa                                 solarus
boost                                google-sparsehash                    mesa-glu                             solid
boost-bcp                            googler                              mesalib-glw                          solidity
boost-build                          googletest                           meson                                sollya
boost-mpi                            goolabs                              mesos                                solr
boost-python3                        goose                                metabase                             somagic
bootloadhid                          gopass                               metaproxy                            somagic-tools
borgbackup                           gopls                                metashell                            sonarqube
borgmatic                            gor                                  metis                                sonarqube-lts
boringtun                            goreleaser                           metricbeat                           sonic
bork                                 goreman                              mfcuk                                sonobuoy
botan                                gosec                                mfoc                                 sops
bower                                gost                                 mfterm                               sord
bowtie2                              gostatic                             mftrace                              sound-touch
box2d                                gosu                                 mg                                   source-highlight
boxes                                gotags                               mgba                                 source-to-image
bpm-tools                            gotop                                mhash                                sourcedocs
bpytop                               gource                               mhonarc                              sourcekitten
braid                                govc                                 micro                                sourcery
brainfuck                            gowsdl                               micronaut                            sox
breezy                               gox                                  microplane                           spaceinvaders-go
brew-gem                             gpa                                  micropython                          spack
brightness                           gpac                                 midgard2                             spades
brogue                               gpatch                               midicsv                              spandsp
broot                                gperf                                midnight-commander                   sparkey
brotli                               gperftools                           mighttpd2                            sparse
bsdconv                              gpgme                                mikmod                               spatialindex
bsdiff                               gphoto2                              mikutter                             spatialite-gui
bsdmake                              gping                                mill                                 spatialite-tools
bsdsfv                               gplcver                              miller                               spawn-fcgi
bsponmpi                             gpm                                  mimic                                spdlog
btfs                                 gpp                                  minetest                             speech-tools
btparse                              gpredict                             mingw-w64                            speedtest-cli
btpd                                 gprof2dot                            minica                               speex
buildapp                             gpsbabel                             minicom                              speexdsp
buildifier                           gpsd                                 minidjvu                             sphinx
buildkit                             gpsim                                minidlna                             sphinx-doc
buildozer                            gptfdisk                             minikube                             spice-gtk
buku                                 gptsync                              minimal-racket                       spice-protocol
bulk_extractor                       gputils                              minimodem                            spidermonkey
bullet                               gpx                                  minio                                spigot
bumpversion                          gqlplus                              minio-mc                             spim
bundletool                           gqview                               minipro                              spin
bup                                  grace                                minised                              spiped
burp                                 gradle                               miniserve                            spirv-cross
bvi                                  gradle-profiler                      minisign                             spirv-tools
bwa                                  grafana                              miniupnpc                            splint
bwfmetaedit                          grails                               minizinc                             sponge
bwm-ng                               grakn                                minizip                              spoof-mac
byacc                                grap                                 mint                                 spotbugs
byobu                                graph-tool                           minuit2                              spotify-tui
byteman                              graphene                             miruo                                spotifyd
bzip2                                graphicsmagick                       mit-scheme                           sproxy
bzt                                  graphite2                            mitie                                sql-translator
c-ares                               graphql-cli                          mitmproxy                            sqlc
c-blosc                              graphviz                             mjpegtools                           sqlcipher
c-kermit                             gravity                              mk-configure                         sqldiff
c10t                                 grc                                  mkclean                              sqlite
c2048                                greed                                mkcue                                sqlite-analyzer
c7n                                  grep                                 mkdocs                               sqlite-utils
cabal-install                        grepcidr                             mkhexgrid                            sqliteodbc
cabextract                           grex                                 mksh                                 sqlmap
cabocha                              grin                                 mktorrent                            sqlparse
cacli                                grin-wallet                          mkvalidator                          sqtop
cadaver                              grip                                 mkvdts2ac3                           squashfs
caddy                                groff                                mkvtomp4                             squashfuse
cadence                              grok                                 mkvtoolnix                           squid
caf                                  gromacs                              mlkit                                squirrel
cafeobj                              gron                                 mlogger                              sratom
caffe                                groonga                              mlpack                               sratoolkit
cairo                                grpc                                 mlt                                  src
cairomm                              grpc-swift                           mlton                                srecord
cairomm@1.14                         grpcui                               mm-common                            srt
cake                                 grpcurl                              mmark                                srtp
calc                                 grsync                               mmctl                                ssdb
calceph                              grt                                  mmix                                 ssdeep
calcurse                             grunt-cli                            mmseqs2                              ssed
calicoctl                            gsar                                 mmsrip                               ssh-audit
camellia                             gsasl                                mmv                                  ssh-copy-id
camlp5                               gsettings-desktop-schemas            moarvm                               ssh-permit-a38
capnp                                gsl                                  mobiledevice                         ssh-vault
capstone                             gsmartcontrol                        moc                                  sshfs
cargo-audit                          gsoap                                mockery                              sshguard
cargo-c                              gspell                               mockolo                              sshtrix
cargo-edit                           gssdp                                moco                                 sshuttle
cargo-instruments                    gssh                                 modd                                 ssldump
cargo-watch                          gst-devtools                         modman                               sslh
carla                                gst-editing-services                 modules                              ssllabs-scan
carrot2                              gst-libav                            moe                                  sslmate
carthage                             gst-plugins-bad                      mogenerator                          sslscan
carton                               gst-plugins-base                     molecule                             sslsplit
cartridge-cli                        gst-plugins-good                     molten-vk                            sslyze
cash-cli                             gst-plugins-ugly                     mon                                  ssss
cask                                 gst-python                           monero                               sstp-client
cassandra                            gst-rtsp-server                      monetdb                              st
cassandra-cpp-driver                 gstreamer                            mongo-c-driver                       standardese
cassandra-reaper                     gstreamermm                          mongo-cxx-driver                     stanford-corenlp
cassandra@2.1                        gti                                  mongo-orchestration                  stanford-ner
cassandra@2.2                        gtk+                                 mongoose                             stanford-parser
cassowary                            gtk+3                                mongrel2                             star
castget                              gtk-chtheme                          mongroup                             starship
castxml                              gtk-doc                              monit                                startup-notification
cataclysm                            gtk-gnutella                         monitoring-plugins                   staticcheck
catch2                               gtk-mac-integration                  monkeysphere                         statik
catimg                               gtk-vnc                              mono                                 stdman
cattle                               gtkdatabox                           mono-libgdiplus                      stella
cayley                               gtkextra                             monolith                             stellar-core
cbc                                  gtkglext                             montage                              step
cbmbasic                             gtkmm                                moon-buggy                           stern
cbmc                                 gtkmm3                               moreutils                            stgit
cc65                                 gtkmm4                               morse                                stk
ccache                               gtksourceview                        mosh                                 stlink
ccal                                 gtksourceview3                       mosml                                stm32flash
ccat                                 gtksourceview4                       mosquitto                            stockfish
ccd2iso                              gtksourceviewmm                      most                                 stoken
ccextractor                          gtksourceviewmm3                     movgrab                              stolon
ccfits                               gtkspell3                            moz-git-tools                        stone
ccheck                               gtmess                               mozjpeg                              stone-soup
ccls                                 gtranslator                          mp3blaster                           stormlib
ccm                                  gts                                  mp3cat                               stormssh
cconv                                gucharmap                            mp3check                             stow
ccrypt                               guetzli                              mp3fs                                strace
cctz                                 guichan                              mp3gain                              streamlink
cd-discid                            guile                                mp3info                              streamripper
cdargs                               gulp-cli                             mp3splt                              stress
cdb                                  gumbo-parser                         mp3unicode                           stress-ng
cddlib                               gupnp                                mp3val                               strongswan
cdecl                                gupnp-av                             mp3wrap                              structurizr-cli
cdk                                  gupnp-tools                          mp4v2                                stubby
cdk8s                                gvp                                  mpack                                stunnel
cdktf                                gwenhywfar                           mpage                                stuntman
cdlabelgen                           gwyddion                             mpc                                  style-check
cdo                                  gx                                   mpck                                 subfinder
cdogs-sdl                            gx-go                                mpd                                  subliminal
cdparanoia                           gxml                                 mpdas                                subnetcalc
cdpr                                 gzip                                 mpdscribble                          subversion
cdrdao                               gzrt                                 mpdviz                               subversion@1.8
cdrtools                             h264bitstream                        mpegdemux                            suil
cedille                              h2o                                  mpfi                                 suite-sparse
celero                               h2spec                               mpfr                                 sundials
center-im                            h3                                   mpg123                               superlu
cereal                               hackrf                               mpg321                               supermodel
ceres-solver                         hadolint                             mpgtx                                supertux
cern-ndiff                           halibut                              mpi4py                               supervisor
certbot                              halide                               mpich                                surfraw
certigo                              hamlib                               mpir                                 suricata
certstrap                            handbrake                            mplayer                              svg2pdf
cf                                   hapi-fhir-cli                        mplayershell                         svg2png
cf-tool                              haproxy                              mpop                                 svgcleaner
cf4ocl                               harbour                              mps-youtube                          svgo
cfengine                             hardlink                             mpssh                                svtplay-dl
cfitsio                              harfbuzz                             mpv                                  swagger-codegen
cflow                                hashcash                             mpw                                  swagger-codegen@2
cfn-flip                             hashcat                              mr                                   swfmill
cfn-format                           hashlink                             mrboom                               swftools
cfn-lint                             hashpump                             mrtg                                 swi-prolog
cfr-decompiler                       haskell-stack                        mruby                                swift
cfssl                                haste-client                         mruby-cli                            swift-format
cfv                                  hasura-cli                           mscgen                               swift-protobuf
cgal                                 hatari                               msdl                                 swift-sh
cgdb                                 haxe                                 msgpack-tools                        swiftformat
cgit                                 hayai                                msgpuck                              swiftgen
cgl                                  hbase                                msitools                             swiftlint
cglm                                 hcloud                               msktutil                             swig
cgns                                 hcxtools                             msmtp                                swig@3
cgoban                               hdf5                                 mspdebug                             swimat
cgrep                                hdf5-mpi                             mstch                                switch-lan-play
cgvg                                 hdf5@1.10                            mtoc                                 switchaudio-osx
chadwick                             hdf5@1.8                             mtools                               sword
chafa                                hdt                                  mtr                                  sxiv
chaiscript                           healpix                              mu                                   syck
chakra                               heartbeat                            muffet                               sylpheed
chalk-cli                            heatshrink                           mujs                                 sync_gateway
chamber                              hebcal                               multimarkdown                        syncthing
chapel                               heimdal                              multitail                            synfig
charge                               heksa                                muparser                             synscan
charm                                helib                                mupdf                                syntaxerl
charm-tools                          hello                                mupdf-tools                          sysbench
chars                                helm                                 mupen64plus                          sysdig
chart-testing                        helmfile                             musepack                             systemc
cheapglk                             helmsman                             mutt                                 sz81
cheat                                help2man                             mvtools                              szip
check                                heppdt2                              mycli                                t-rec
check_postgres                       hercules                             mydumper                             t1lib
checkbashisms                        hesiod                               myman                                t1utils
checkov                              hevea                                mypy                                 ta-lib
checkstyle                           hexcurse                             mysql                                tag
cheops                               hexedit                              mysql++                              taglib
chezmoi                              hexgui                               mysql-client                         takt
chezscheme                           hexyl                                mysql-client@5.7                     taktuk
chgems                               hey                                  mysql-connector-c++                  tal
chibi-scheme                         hfstospell                           mysql-sandbox                        talisman
chicken                              hfsutils                             mysql@5.6                            talloc
chinadns-c                           hicolor-icon-theme                   mysql@5.7                            tanka
chipmunk                             hidapi                               mysqltuner                           tarantool
chisel                               highlight                            mytop                                tarsnap
chkrootkit                           hilite                               n                                    tarsnap-gui
chmlib                               hiredis                              naabu                                tarsnapper
chocolate-doom                       hive                                 nacl                                 task
choose                               hivemind                             naga                                 task-spooler
choose-gui                           hledger                              nagios                               taskd
choose-rust                          hlint                                nagios-plugins                       taskell
chordii                              hmmer                                namebench                            tasksh
chromaprint                          hoedown                              nano                                 taskwarrior-tui
chrome-cli                           homeassistant-cli                    nanomsg                              tass64
chronograf                           homebank                             nanomsgxx                            tbb
chrony                               homeworlds                           nanopb-generator                     tbox
chruby                               honcho                               nasm                                 tcc
chruby-fish                          hopenpgp-tools                       nativefier                           tccutil
chuck                                hostess                              nats-server                          tcl-tk
cidrmerge                            howard-hinnant-date                  nats-streaming-server                tclap
cifer                                howdoi                               nauty                                tcpdump
cig                                  hpack                                navi                                 tcpflow
cimg                                 hping                                nbdime                               tcping
circleci                             hqx                                  nbimg                                tcpkali
citus                                hsd                                  ncdc                                 tcpreplay
cityhash                             hspell                               ncdu                                 tcpsplit
cjdns                                hss                                  ncftp                                tcpstat
cjson                                hstr                                 ncmpc                                tcptrace
ckan                                 ht                                   ncmpcpp                              tcptraceroute
cksfv                                html-xml-utils                       nco                                  tcptunnel
clac                                 html2text                            ncompress                            tcsh
clair                                htmlcleaner                          ncp                                  td
clamav                               htmlcxx                              ncrack                               tdlib
clamz                                htmldoc                              ncspot                               tealdeer
clang-format                         htop                                 ncurses                              teapot
clang-format@8                       htpdate                              ncview                               tectonic
clash                                htslib                               ndiff                                teem
classads                             http-parser                          ndpi                                 teensy_loader_cli
claws-mail                           http-server                          ne                                   tektoncd-cli
clblas                               http_load                            neatvi                               teleconsole
clblast                              httpd                                nebula                               telegraf
clean                                httpdiff                             nedit                                telegram-cli
clens                                httperf                              needle                               teleport
clfft                                httpflow                             nef                                  telnet
clhep                                httpie                               neko                                 telnetd
cli11                                httping                              neo4j                                template-glib
cli53                                httpry                               neofetch                             temporal_tables
clib                                 httpx                                neomutt                              tendermint
click                                httrack                              neon                                 tengo
cliclick                             hub                                  neopop-sdl                           tenyr
clinfo                               huexpress                            neovim                               tepl
cling                                hugo                                 nesc                                 termbox
clingo                               hunspell                             nest                                 termcolor
clip                                 hwloc                                nestopia-ue                          terminal-notifier
clipper                              hy                                   net-snmp                             termius
clipsafe                             hydra                                netcat                               termrec
clisp                                hyperestraier                        netcdf                               termshare
cln                                  hyperfine                            netdata                              termshark
cloc                                 hyperkit                             nethack                              terracognita
clockywock                           hyperscan                            nethacked                            terraform
clog                                 hypre                                nethogs                              terraform-docs
clojure                              i2p                                  netlify-cli                          terraform-inventory
clojure-lsp                          i2pd                                 netpbm                               terraform-ls
cloog                                i2util                               netperf                              terraform-provider-libvirt
closure-compiler                     i386-elf-gdb                         netris                               terraform@0.11
cloud-nuke                           i686-elf-binutils                    nettle                               terraform@0.12
cloudformation-cli                   i686-elf-gcc                         nettoe                               terraform@0.13
cloudformation-guard                 iam-policy-json-to-terraform         networkit                            terraform_landscape
clozure-cl                           iamy                                 never                                terraformer
clp                                  iat                                  newlisp                              terraforming
clpbar                               ibex                                 newman                               terragrunt
clucene                              iblinter                             newrelic-cli                         terrahelp
clutter                              ical-buddy                           newsboat                             terrahub
clutter-gst                          icarus-verilog                       newt                                 terrascan
clutter-gtk                          icbirc                               nexus                                tesseract
clzip                                icdiff                               nfcutils                             tesseract-lang
cmake                                ice                                  nfdump                               testdisk
cmark                                icecast                              nfpm                                 texapp
cmark-gfm                            icecream                             nghttp2                              texi2html
cmatrix                              icemon                               nginx                                texinfo
cmdshelf                             icon                                 ngircd                               texlab
cmigemo                              icon-naming-utils                    ngrep                                texmath
cminpack                             icoutils                             ngs                                  textql
cmix                                 id3ed                                ngspice                              tfenv
cmocka                               id3lib                               ngt                                  tflint
cmockery                             id3tool                              nickle                               tfsec
cmockery2                            id3v2                                nicotine-plus                        tgif
cmt                                  ideviceinstaller                     nifi                                 tgui
cmu-pocketsphinx                     idris                                nift                                 thanos
cmu-sphinxbase                       idris2                               nim                                  the_platinum_searcher
cmuclmtk                             idutils                              ninja                                the_silver_searcher
cmus                                 ifstat                               ninvaders                            thefuck
cmusfm                               iftop                                nkf                                  theharvester
cnats                                ifuse                                nload                                theora
cntlm                                igraph                               nlohmann-json                        thors-serializer
cobalt                               ii                                   nlopt                                thrax
coccinelle                           ike-scan                             nmap                                 thrift
cocoapods                            ilmbase                              nmh                                  thrift@0.9
coconut                              imagejs                              nng                                  thrulay
cocot                                imagemagick                          nnn                                  tidy-html5
code-server                          imagemagick@6                        no-more-secrets                      tiff2png
codec2                               imageoptim-cli                       node-build                           tig
codemod                              imagesnap                            node-sass                            tiger-vnc
codequery                            imageworsener                        node@10                              tika
codespell                            imake                                node@12                              tile38
coffeescript                         imap-uw                              node@14                              timelimit
cogl                                 imapfilter                           node_exporter                        timewarrior
cointop                              imapsync                             nomad                                timidity
coinutils                            imessage-ruby                        nopoll                               tin
colfer                               imgproxy                             norm                                 tinc
collada-dom                          imlib2                               normalize                            tintin
collectd                             immortal                             noti                                 tiny-fugue
collector-sidecar                    immudb                               notifiers                            tinycdb
color-code                           inadyn                               notmuch                              tinyproxy
colordiff                            include-what-you-use                 notmuch-mutt                         tinysvm
colortail                            inetutils                            noweb                                tinyxml
comby                                infer                                npth                                 tinyxml2
commitizen                           influxdb                             npush                                tio
compface                             inform6                              nq                                   tippecanoe
composer                             infracost                            nqp                                  tivodecode
conan                                inframap                             nrg2iso                              tldr
concurrencykit                       iniparser                            nrpe                                 tlx
condure                              inja                                 nsd                                  tm
confd                                inko                                 nsnake                               tmpreaper
configen                             inlets                               nsq                                  tmpwatch
confuse                              innoextract                          nsuds                                tmux
conjure-up                           innotop                              ntfs-3g                              tmux-mem-cpu-load
connect                              insect                               ntl                                  tmux-xpanes
conserver                            inspectrum                           ntopng                               tmuxinator
console_bridge                       inspircd                             ntp                                  tmx
consul                               instalooter                          nu                                   tnef
consul-backinator                    instead                              nu-smv                               tnftp
consul-template                      intercal                             nudoku                               tnftpd
container-diff                       internetarchive                      nuget                                toast
container-structure-test             intltool                             num-utils                            todoman
contentful-cli                       inxi                                 numcpp                               tofrodos
convertlit                           io                                   numpy                                toilet
convmv                               ioctl                                numpy@1.16                           tokei
convox                               ioping                               nushell                              tokyo-cabinet
cookiecutter                         ios-class-guard                      nut                                  tokyo-dystopia
copilot                              ios-deploy                           nutcracker                           tomcat
coq                                  ios-sim                              nuttcp                               tomcat-native
coredns                              ios-webkit-debug-proxy               nuvie                                tomcat@7
coreutils                            iozone                               nvc                                  tomcat@8
corkscrew                            ipbt                                 nvi                                  toot
corral                               iperf                                nvm                                  topgit
corsixth                             iperf3                               nwchem                               topgrade
cortex                               ipfs                                 nxengine                             tor
coturn                               ipinfo                               nyancat                              torchvision
couchdb                              ipmitool                             nylon                                torsocks
couchdb-lucene                       ipmiutil                             nyx                                  tox
counterfeiter                        ipopt                                nzbget                               tpl
cowsay                               iprint                               oakc                                 tpp
cp2k                                 ipsumdump                            oath-toolkit                         tracebox
cpansearch                           ipv6calc                             oauth2_proxy                         tractorgen
cpio                                 ipv6toolkit                          oauth2l                              trader
cpl                                  ipython                              objc-codegenutils                    traefik
cpm                                  ircd-hybrid                          objfw                                traefik@1
cpmtools                             ircd-irc2                            ocaml                                trafficserver
cpp-gsl                              ircii                                ocaml-findlib                        trafshow
cppad                                ired                                 ocaml-num                            traildb
cppcheck                             ironcli                              ocamlbuild                           trailscraper
cppcms                               irrlicht                             oci-cli                              translate-shell
cppi                                 irrtoolset                           oclgrind                             translate-toolkit
cppman                               irssi                                ocp                                  transmission-cli
cppp                                 isc-dhcp                             ocproxy                              trash
cpprestsdk                           isl                                  ocrad                                trash-cli
cpptest                              iso-codes                            ocrmypdf                             travis
cppunit                              isort                                octant                               tre
cpputest                             ispc                                 octave                               tre-command
cpr                                  ispell                               octomap                              trec_eval
cproto                               istioctl                             ode                                  tree
cpu_features                         isync                                odin                                 tree-sitter
cpulimit                             itex2mml                             odo                                  treecc
cql                                  itk                                  odpi                                 treefrog
cracklib                             itpp                                 odt2txt                              trezor-agent
crc32c                               itstool                              offlineimap                          triangle
create-dmg                           ivykis                               oggz                                 trimage
credstash                            jabba                                ogmtools                             triton
creduce                              jack                                 oha                                  truecrack
crf++                                jags                                 ohcount                              truncate
crm114                               jailkit                              oil                                  trunk
croaring                             jam                                  okteto                               tsung
croc                                 janet                                ola                                  tta
cromwell                             jansson                              olsrd                                ttf2eot
cronolog                             jasper                               omake                                ttf2pt1
crosstool-ng                         javacc                               omega                                ttfautohint
crowdin                              jbig2dec                             omega-rpg                            tth
crunch                               jbig2enc                             omniorb                              tty-clock
crush-tools                          jbigkit                              ompl                                 tty-share
cryfs                                jc                                   ondir                                tty-solitaire
cryptol                              jcal                                 one-ml                               ttyd
cryptominisat                        jd                                   onednn                               ttygif
crystal                              jdnssec-tools                        onefetch                             ttyplot
crystal-icr                          jdupes                               onetime                              ttyrec
cscope                               jed                                  oniguruma                            tundra
csfml                                jemalloc                             onioncat                             tunnel
csmith                               jena                                 onnxruntime                          tup
csound                               jenkins                              onscripter                           tvnamer
cspice                               jenkins-job-builder                  ooniprobe                            twarc
cstore_fdw                           jenkins-lts                          opa                                  tweak
csvkit                               jerm                                 opam                                 twemcache
csvprintf                            jerryscript                          open-babel                           twine-pypi
csvq                                 jetty                                open-image-denoise                   two-lame
csvtomd                              jetty-runner                         open-jtalk                           twoping
ctags                                jfrog-cli                            open-mesh                            twtxt
ctail                                jhead                                open-mpi                             txr
ctemplate                            jhipster                             open-ocd                             txt2tags
ctl                                  jid                                  open-scene-graph                     typescript
ctop                                 jigdo                                open-sp                              typespeed
cuba                                 jimtcl                               open-tyrian                          u-boot-tools
cubeb                                jing-trang                           open-zwave                           uade
cubejs-cli                           jinja2-cli                           openal-soft                          ubertooth
cubelib                              jinx                                 openalpr                             ucg
cucumber-cpp                         jlog                                 openapi-generator                    uchardet
cucumber-ruby                        jmeter                               openblas                             ucl
cuetools                             jmxtrans                             opencascade                          ucloud
cunit                                jnethack                             opencbm                              ucommon
cups                                 jnettop                              opencc                               ucon64
curaengine                           jo                                   openclonk                            ucspi-tcp
curl                                 jobber                               opencoarrays                         udis86
curlftpfs                            joe                                  opencolorio                          udptunnel
curlpp                               john                                 openconnect                          udpxy
curseofwar                           john-jumbo                           opencore-amr                         udunits
cutter                               jolie                                opencsg                              ufraw
cvs                                  jose                                 opencv                               uftp
cvs-fast-export                      joshua                               opencv@3                             uggconv
cvsutils                             jove                                 opendbx                              ugrep
cvsync                               jp                                   opendetex                            uhd
cweb                                 jp2a                                 openexr                              ultralist
cxxopts                              jpeg                                 openfast                             um
cxxtest                              jpeg-archive                         openfortivpn                         unac
cython                               jpeg-turbo                           openfst                              unar
czmq                                 jpeginfo                             openh264                             unarj
daemon                               jpegoptim                            openhmd                              unbound
daemonize                            jq                                   openimageio                          uncrustify
daemonlogger                         jql                                  openjazz                             ungit
daemontools                          jrnl                                 openjdk                              uni
dafny                                jrtplib                              openjdk@11                           uni2ascii
dante                                jruby                                openjdk@8                            unibilium
daq                                  jsdoc3                               openjpeg                             unicorn
dar                                  jshon                                openkim-models                       unifdef
darcs                                jsmin                                openldap                             unison
dark-mode                            json-c                               openlibm                             unittest
darkhttpd                            json-fortran                         openmotif                            unittest-cpp
darkice                              json-glib                            openmsx                              uniutils
darksky-weather                      json-table                           openrct2                             unixodbc
darkstat                             json5                                opensaml                             unnethack
dartsim                              json_spirit                          opensc                               unoconv
dash                                 jsoncpp                              openshift-cli                        unpaper
dashing                              jsonlint                             openslide                            unrtf
dasm                                 jsonnet                              openslp                              unshield
datamash                             jsonnet-bundler                      openssh                              unum
datasette                            jsonpp                               openstackclient                      unyaffs
datetime-fortran                     jsonrpc-glib                         opensubdiv                           unzip
dateutils                            jsonschema2pojo                      opentracing-cpp                      up
dav1d                                jsvc                                 openttd                              upscaledb
davix                                jthread                              openvdb                              uptimed
dbacl                                juise                                openvpn                              uptoc
dbdeployer                           juju                                 operator-sdk                         upx
dbhash                               juju-wait                            ophcrack                             urdfdom
dbmate                               julius                               optipng                              urdfdom_headers
dbus                                 juman                                opus                                 urh
dbus-glib                            jumanpp                              opus-tools                           uriparser
dbxml                                jump                                 opusfile                             urlview
dc3dd                                jupyterlab                           oq                                   uru
dcadec                               just                                 or-tools                             urweb
dcd                                  jvgrep                               orc                                  usb.ids
dcfldd                               jxrlib                               orc-tools                            usbredir
dcled                                jython                               orientdb                             userspace-rcu
dcm2niix                             k3d                                  ormolu                               utf8cpp
dcmtk                                k3sup                                orocos-kdl                           utf8proc
dcos-cli                             k6                                   ortp                                 util-linux
dcraw                                k9s                                  ory-hydra                            util-macros
ddate                                kafka                                osc                                  utimer
ddclient                             kafkacat                             oscats                               uudeview
ddd                                  kahip                                osi                                  uutils-coreutils
ddgr                                 kakoune                              osm                                  uwsgi
ddrescue                             kallisto                             osm-gps-map                          v2ray
deark                                kamel                                osm-pbf                              v2ray-plugin
debianutils                          kanif                                osm2pgrouting                        v8
defaultbrowser                       kapacitor                            osm2pgsql                            v8@3.15
deheader                             karn                                 osmfilter                            vagrant-completion
dehydrated                           katago                               osmium-tool                          vala
deja-gnu                             kcgi                                 ospray                               valabind
delta                                kcov                                 osqp                                 vale
deno                                 kcptun                               osrm-backend                         valgrind
density                              keepassc                             osslsigncode                         vamp-plugin-sdk
dependency-check                     keepkey-agent                        ossp-uuid                            vapor
depqbf                               kepubify                             osx-cpu-temp                         vapoursynth
desktop-file-utils                   kerl                                 osxutils                             vapoursynth-imwri
detach                               keydb                                otf2                                 vapoursynth-ocr
detekt                               keystone                             otf2bdf                              vapoursynth-sub
detox                                khal                                 ott                                  varnish
devd                                 khard                                overmind                             vault
devdash                              khiva                                owamp                                vault-cli
device-mapper                        kibana                               owfs                                 vaulted
devil                                kibana@6                             ox                                   vbindiff
devspace                             killswitch                           oxipng                               vc
devtodo                              kim-api                              p0f                                  vc4asm
dex                                  kimwitu++                            p11-kit                              vcdimager
dfc                                  kind                                 p7zip                                vcftools
dfix                                 kitchen-sync                         pacapt                               vcpkg
dfmt                                 kite                                 pachi                                vcprompt
dfu-programmer                       klavaro                              packer                               vcs
dfu-util                             knock                                packetbeat                           vde
dgen                                 knot                                 packetq                              vdirsyncer
dgraph                               knot-resolver                        packmol                              veclibfort
dhall                                known_hosts                          packr                                vecx
dhall-bash                           kompose                              pacman4console                       vegeta
dhall-json                           kona                                 pacparser                            velero
dhall-lsp-server                     kondo                                pacvim                               vera++
dhall-yaml                           kops                                 pagmo                                vercel-cli
dhcpdump                             kore                                 pakchois                             verilator
dhcping                              kotlin                               pam-u2f                              vert
dhex                                 kpcli                                pam_yubico                           vert.x
di                                   kqwait                               pandoc                               vgmstream
dialog                               krakend                              pandoc-crossref                      vgrep
diamond                              krb5                                 pandoc-include-code                  vice
diceware                             krew                                 pandocomatic                         viennacl
dict                                 ksh                                  pango                                viewvc
diction                              kstart                               pangomm                              vifm
dieharder                            ksync                                paperkey                             vilistextum
diesel                               ktlint                               paps                                 vim
diff-pdf                             ktmpl                                par                                  vimpager
diff-so-fancy                        ktoblzcheck                          par2                                 vimpc
diffoscope                           kube-linter                          parallel                             vint
diffr                                kubeaudit                            parallel-hashmap                     vip
diffstat                             kubebuilder                          parallelstl                          vips
diffutils                            kubecfg                              pari                                 virgil
digdag                               kubecm                               parquet-tools                        virtualpg
digitemp                             kubectx                              parrot                               virtuoso
dirac                                kubeless                             partio                               virustotal-cli
direnv                               kubeprod                             pass                                 vis
direvent                             kubernetes-cli                       pass-git-helper                      visionmedia-watch
dirt                                 kubernetes-service-catalog-client    pass-otp                             visitors
discount                             kubeseal                             passenger                            visp
diskonaut                            kubespy                              passpie                              vit
disktype                             kubevela                             passwdqc                             vitetris
diskus                               kubie                                pastebinit                           vivid
dislocker                            kumactl                              pastel                               vlang
distcc                               kustomize                            patchelf                             vlmcsd
dita-ot                              kvazaar                              patchutils                           vmdktool
dive                                 kyma-cli                             pazpar2                              vmtouch
django-completion                    kyoto-cabinet                        pbc                                  vncsnapshot
djbdns                               kyoto-tycoon                         pbc-sig                              vnstat
djview4                              kytea                                pbzip2                               volatility
djvulibre                            kyua                                 pc6001vx                             voldemort
dlib                                 lab                                  pcal                                 volk
dmagnetic                            lablgtk                              pcapplusplus                         volt
dmalloc                              lame                                 pcb                                  volta
dmd                                  lammps                               pcb2gcode                            vorbis-tools
dmenu                                languagetool                         pce                                  vorbisgain
dmg2img                              lanraragi                            pcl                                  voro++
dmtx-utils                           lapack                               pcre                                 vowpal-wabbit
dns2tcp                              lasi                                 pcre++                               vpcs
dnscontrol                           lasso                                pcre2                                vpn-slice
dnscrypt-proxy                       lastpass-cli                         pcsc-lite                            vramsteg
dnscrypt-wrapper                     laszip                               pdal                                 vroom
dnsdist                              latex2html                           pdf2image                            vrpn
dnsmap                               latex2rtf                            pdf2json                             vsearch
dnsmasq                              latexdiff                            pdf2svg                              vsftpd
dnsperf                              latexindent                          pdfcpu                               vstr
dnstop                               latexml                              pdfcrack                             vsts-cli
dnstracer                            launch                               pdfgrep                              vtclock
dnstwist                             launch4j                             pdflib-lite                          vte3
dnsviz                               launch_socket_server                 pdfpc                                vtk
dnsx                                 launchdns                            pdfsandwich                          vtk@8.2
docbook                              lazydocker                           pdftk-java                           vttest
docbook-xsl                          lazygit                              pdftohtml                            vulkan-headers
docbook2x                            lbdb                                 pdftoipe                             vultr
docfx                                lbzip2                               pdm                                  vulture
docker                               lc0                                  pdns                                 w-calc
docker-completion                    lcdf-typetools                       pdnsd                                w3m
docker-compose                       lcdproc                              pdnsrec                              wabt
docker-compose-completion            lci                                  pdsh                                 wagyu
docker-credential-helper             lcm                                  peco                                 wait_on
docker-credential-helper-ecr         lcov                                 peg                                  wakatime-cli
docker-gen                           lcrack                               peg-markdown                         wakeonlan
docker-ls                            lcs                                  pegtl                                wal2json
docker-machine                       ldapvi                               pelikan                              wallpaper
docker-machine-driver-hyperkit       ldc                                  perceptualdiff                       wandio
docker-machine-driver-vmware         ldid                                 percol                               wangle
docker-machine-driver-vultr          ldns                                 percona-server                       waon
docker-machine-nfs                   ldpl                                 percona-toolkit                      wapm
docker-machine-parallels             le                                   percona-xtrabackup                   wartremover
docker-slim                          leaf                                 periscope                            wasm-pack
docker-squash                        leakcanary-shark                     perkeep                              wasm3
dockerize                            lean                                 perl                                 wasmer
dockviz                              lean-cli                             perl-build                           watch
dockward                             leaps                                perl@5.18                            watch-sim
doctest                              ledger                               perltidy                             watchexec
doctl                                ledit                                peru                                 watchman
docui                                leela-zero                           petsc                                watson
docutils                             legit                                petsc-complex                        wavpack
docx2txt                             lego                                 pev                                  wayland
dog                                  leiningen                            pex                                  wbox
doitlive                             lemon                                pfetch                               wcslib
dolt                                 lensfun                              pg_top                               wdc
dopewars                             lepton                               pgbadger                             wdfs
dos2unix                             leptonica                            pgbouncer                            wdiff
dosbox                               lerna                                pgcli                                weaver
dosbox-staging                       less                                 pgdbf                                web100clt
dosbox-x                             lesspipe                             pgformatter                          webalizer
dosfstools                           leveldb                              pgloader                             webarchiver
dotenv-linter                        lf                                   pgpdump                              webdis
dotnet                               lfe                                  pgpool-ii                            webfs
double-conversion                    lft                                  pgroonga                             webify
doublecpp                            lftp                                 pgrouting                            weboob
dovecot                              lgogdownloader                       pgweb                                webp
doxygen                              lha                                  phoon                                webpack
doxymacs                             lhasa                                phoronix-test-suite                  websocat
dpkg                                 lib3ds                               php                                  websocketd
dps8m                                libaacs                              php-code-sniffer                     webtorrent-cli
draco                                libagg                               php-cs-fixer                         weechat
drafter                              libantlr3c                           php@7.2                              wego
dromeaudio                           libao                                php@7.3                              weighttp
drone-cli                            libarchive                           php@7.4                              wellington
dropbear                             libart                               phpmyadmin                           wemux
druid                                libass                               phpstan                              wgcf
dscanner                             libassuan                            phpunit                              wget
dsh                                  libatomic_ops                        physfs                               whalebrew
dsocks                               libb2                                pianobar                             whatmask
dspdfviewer                          libb64                               pianod                               whatmp3
dssim                                libbdplus                            picard-tools                         when
dsvpn                                libbi                                picat                                whistle
dtach                                libbinio                             pick                                 whois
dtc                                  libbitcoin                           pickle                               widelands
dterm                                libbitcoin-blockchain                picoc                                wiggle
dub                                  libbitcoin-client                    picocom                              wiiuse
duc                                  libbitcoin-consensus                 pict                                 wiki
duck                                 libbitcoin-database                  pidgin                               wildfly-as
duckdb                               libbitcoin-explorer                  pidof                                wimlib
duckscript                           libbitcoin-network                   pigz                                 winetricks
duf                                  libbitcoin-node                      pike                                 winexe
duff                                 libbitcoin-protocol                  piknik                               wiredtiger
duktape                              libbitcoin-server                    pillar                               wireguard-go
dumb                                 libbladerf                           pilosa                               wireguard-tools
dune                                 libbluray                            pinboard-notes-backup                wireshark
dungeon                              libbpg                               pinentry                             wirouter_keyrec
duo_unix                             libbs2b                              pinentry-mac                         with-readline
duplicity                            libbsd                               pinfo                                wla-dx
duply                                libbtbb                              pioneer                              wmctrl
dupseek                              libcaca                              pioneers                             woff2
dust                                 libcanberra                          pipebench                            wolfmqtt
duti                                 libcapn                              pipemeter                            wolfssl
dvanalyzer                           libcbor                              pipenv                               wordgrinder
dvc                                  libccd                               pipes-sh                             wordnet
dvd+rw-tools                         libcddb                              pipgrip                              wordplay
dvd-vr                               libcdio                              pipx                                 wownero
dvdauthor                            libcdr                               pit                                  wput
dvdbackup                            libcds                               pius                                 wrangler
dvdrtools                            libcec                               pixman                               wren
dvm                                  libcello                             pixz                                 wren-cli
dvorak7min                           libcerf                              pjproject                            write-good
dwarf                                libchamplain                         pk                                   writerperfect
dwarfutils                           libchaos                             pkcrack                              wrk
dwatch                               libchewing                           pkcs11-helper                        wsk
dwdiff                               libcmph                              pkg-config                           wskdeploy
dwm                                  libcoap                              pkgdiff                              wslay
dxflib                               libconfig                            pkger                                wtf
dxpy                                 libcouchbase                         pktanon                              wtfutil
dyld-headers                         libcouchbase@2                       pla                                  wumpus
dylibbundler                         libcpuid                             planck                               wv
dynamips                             libcroco                             plank                                wv2
dynare                               libcsv                               plantuml                             wwwoffle
dynet                                libcue                               platformio                           wxmac
e2fsprogs                            libcuefile                           platypus                             wxmaxima
e2tools                              libdaemon                            ploticus                             wxpython
earthly                              libdap                               plotutils                            wy60
easy-rsa                             libdazzle                            plowshare                            x11vnc
easy-tag                             libdbi                               plplot                               x264
easyrpg-player                       libdc1394                            plzip                                x265
ebook-tools                          libdca                               pmccabe                              x3270
ecasound                             libde265                             pmd                                  x86_64-elf-binutils
eccodes                              libdeflate                           pmdmini                              x86_64-elf-gcc
ecl                                  libdill                              pms                                  x86_64-elf-gdb
ecm                                  libdiscid                            pnetcdf                              xa
ed                                   libdivecomputer                      png++                                xalan-c
editorconfig                         libdmtx                              png2ico                              xapian
efl                                  libdmx                               pngcheck                             xaric
efm-langserver                       libdnet                              pngcrush                             xbee-comm
eg                                   libdrawtext                          pngnq                                xbitmaps
eg-examples                          libdrm                               pngpaste                             xboard
eiffelstudio                         libdshconfig                         pngquant                             xcb-proto
eigen                                libdsk                               pnpm                                 xcb-util
einstein                             libdv                                po4a                                 xcb-util-cursor
ejabberd                             libdvbpsi                            poco                                 xcb-util-image
ejdb                                 libdvdcss                            pod2man                              xcb-util-keysyms
ekg2                                 libdvdnav                            podiff                               xcb-util-renderutil
ekhtml                               libdvdread                           podman                               xcb-util-wm
eksctl                               libebml                              podofo                               xcbeautify
elasticsearch                        libebur128                           poetry                               xcinfo
elasticsearch@6                      libedit                              points2grid                          xclip
elektra                              libelf                               pokerstove                           xclogparser
eleventy                             libepoxy                             polyglot                             xcodegen
elinks                               libestr                              polyml                               xcproj
elixir                               libetonyek                           ponyc                                xctool
elm                                  libetpan                             ponysay                              xdelta
elm-format                           libev                                poppler                              xdot
elvish                               libevhtp                             popt                                 xdotool
emacs                                libewf                               portaudio                            xdpyinfo
emacs-clang-complete-async           libexif                              portmidi                             xerces-c
embree                               libexosip                            posh                                 xgboost
emp                                  libextractor                         poster                               xhyve
empty                                libfabric                            postgis                              xinput
ems-flasher                          libfaketime                          postgresql                           xkeyboardconfig
emscripten                           libffcall                            postgresql@10                        xlearn
enca                                 libffi                               postgresql@11                        xlispstat
encfs                                libfido2                             postgresql@12                        xlslib
enchant                              libfishsound                         postgresql@9.5                       xmake
enet                                 libfixbuf                            postgresql@9.6                       xml-coreutils
enigma                               libfixposix                          postgrest                            xml-security-c
enscript                             libflowmanager                       potrace                              xml-tooling-c
ensmallen                            libfontenc                           povray                               xml2
ent                                  libforensic1394                      powerline-go                         xmlcatmgr
entityx                              libfreefare                          powerman                             xmlrpc-c
entr                                 libfreehand                          ppl                                  xmlsectool
envchain                             libfreenect                          pprint                               xmlstarlet
envconsul                            libfs                                ppsspp                               xmlto
envoy                                libftdi                              pqiv                                 xmltoman
envv                                 libftdi0                             pre-commit                           xmount
eot-utils                            libfuse                              precomp                              xmp
epeg                                 libgadu                              prefixsuffix                         xmrig
ephemeralpg                          libgaiagraphics                      prestodb                             xonsh
epic5                                libgccjit                            prettier                             xorgproto
eprover                              libgcrypt                            primer3                              xorgrgb
epsilon                              libgda                               primesieve                           xorriso
epstool                              libgdata                             prips                                xpa
epubcheck                            libgee                               privoxy                              xpdf
eralchemy                            libgeotiff                           procmail                             xplanet
erlang                               libgetdata                           procs                                xqilla
erlang@21                            libgfshare                           proctools                            xrick
erlang@22                            libghthash                           prodigal                             xrootd
eslint                               libgig                               profanity                            xsane
esniper                              libgit2                              proftpd                              xsd
espeak                               libgit2-glib                         progress                             xshogi
esptool                              libglade                             proj                                 xsimd
etcd                                 libglademm                           prometheus                           xsv
ethereum                             libgnomecanvas                       prometheus-cpp                       xsw
etl                                  libgnomecanvasmm                     promtail                             xtensor
etsh                                 libgnt                               proof-general                        xterm
ettercap                             libgosu                              proper                               xtrans
euler-py                             libgpg-error                         proselint                            xvid
eureka                               libgphoto2                           proteinortho                         xxh
eva                                  libgr                                protobuf                             xxhash
eventql                              libgraphqlparser                     protobuf-c                           xz
evernote2md                          libgsf                               protoc-gen-go                        yacas
evince                               libgsm                               protoc-gen-go-grpc                   yadm
ex-vi                                libgtop                              protoc-gen-gogo                      yaegi
exa                                  libgusb                              protoc-gen-gogofaster                yaf
exact-image                          libgweather                          protoc-gen-grpc-web                  yafc
exempi                               libgxps                              prototool                            yajl
exercism                             libhandy                             prover9                              yamcha
exif                                 libharu                              proxychains-ng                       yamdi
exiftags                             libhdhomerun                         proxytunnel                          yaml-cpp
exiftool                             libheif                              ps2eps                               yamllint
exiftran                             libhid                               psc-package                          yank
exim                                 libhttpserver                        psftools                             yapf
exiv2                                libhttpseverywhere                   pspg                                 yara
exodriver                            libical                              psqlodbc                             yarn-completion
expat                                libice                               pssh                                 yash
expect                               libicns                              pstoedit                             yasm
exploitdb                            libiconv                             pstree                               yaws
ext2fuse                             libid3tag                            psutils                              yaz
ext4fuse                             libident                             ptex                                 yaze-ag
extract_url                          libidl                               pth                                  yazpp
exult                                libidn                               ptunnel                              yconalyzer
eye-d3                               libidn2                              publish                              ydcv
ezstream                             libilbc                              pueue                                yelp-tools
f3                                   libimagequant                        puf                                  yetris
f3d                                  libimobiledevice                     pugixml                              yh
faac                                 libiodbc                             pulledpork                           yj
faad2                                libiptcdata                          pulp                                 ykclient
faas-cli                             libirecovery                         pulseaudio                           ykman
fabio                                libiscsi                             pulumi                               ykpers
fabric                               libjson-rpc-cpp                      pumba                                yle-dl
fades                                libjwt                               pup                                  yosys
fail2ban                             libkate                              pure-ftpd                            you-get
fairymax                             libkeccak                            purescript                           youtube-dl
faiss                                libkml                               pushpin                              youtube-dlc
falcon                               libksba                              putty                                youtubedr
fargatecli                           liblcf                               puzzles                              yq
fastbit                              liblinear                            pv                                   yubico-piv-tool
fastd                                liblo                                pwgen                                yydecode
fastjar                              liblockfile                          pwnat                                z.lua
fastlane                             liblouis                             pwncat                               z3
fastme                               liblqr                               pwntools                             z80asm
fastmod                              libltc                               pwsafe                               z80dasm
fasttext                             liblunar                             py3cairo                             zabbix
fatsort                              liblzf                               pybind11                             zabbix-cli
faudio                               libmaa                               pyenv                                zbackup
fauna-shell                          libmagic                             pyenv-pip-migrate                    zbar
faust                                libmatio                             pygitup                              zboy
fava                                 libmatroska                          pygments                             zebra
fb-client                            libmaxminddb                         pygobject3                           zeek
fblog                                libmemcached                         pyinstaller                          zelda-roth-se
fcct                                 libmetalink                          pyinvoke                             zenith
fceux                                libmicrohttpd                        pylint                               zenity
fcgi                                 libmikmod                            pympress                             zero-install
fcgiwrap                             libming                              pypy                                 zeromq
fcitx-remote-for-osx                 libmms                               pypy3                                zig
fcl                                  libmodbus                            pyqt                                 zile
fcrackzip                            libmodplug                           pyside                               zim
fd                                   libmonome                            python-markdown                      zimg
fdclone                              libmowgli                            python-yq                            zint
fdk-aac                              libmp3splt                           python@3.7                           zip
fdk-aac-encoder                      libmpc                               python@3.8                           zita-convolver
fdroidserver                         libmpd                               python@3.9                           zlib
fdupes                               libmpdclient                         pytouhou                             zlog
feedgnuplot                          libmpeg2                             pyvim                                zmap
feh                                  libmrss                              q                                    zmqpp
fennel                               libmspub                             qalculate-gtk                        znapzend
fetch                                libmtp                               qbs                                  znc
fetch-crl                            libmusicbrainz                       qca                                  zola
fetchmail                            libmwaw                              qcachegrind                          zookeeper
fex                                  libmxml                              qcli                                 zopfli
ffe                                  libmypaint                           qd                                   zorba
ffmpeg                               libnatpmp                            qdae                                 zork
ffmpeg2theora                        libnet                               qdbm                                 zoxide
ffmpeg@2.8                           libnetworkit                         qemu                                 zpaq
ffmpegthumbnailer                    libnfc                               qhull                                zrepl
ffms2                                libnfs                               qjackctl                             zsdx
ffsend                               libngspice                           qjson                                zsh
fftw                                 libnice                              qmmp                                 zsh-async
ffuf                                 libnids                              qp                                   zsh-navigation-tools
fibjs                                libnotify                            qpdf                                 zsh-syntax-highlighting
ficy                                 libnova                              qpid-proton                          zshdb
field3d                              libntlm                              qpm                                  zssh
fifechan                             libnxml                              qprint                               zstd
fig2dev                              liboauth                             qrcp                                 zsxd
figlet                               libodfgen                            qrencode                             zsync
file-formula                         libofx                               qrupdate                             zurl
file-roller                          libogg                               qscintilla2                          zxcc
filebeat                             liboil                               qsoas                                zydis
fileicon                             libolm                               qstat                                zyre
findent                              libomp                               qt                                   zzuf
findomain                            libopenmpt                           qtads
findutils                            libopennet                           qtfaststart
fio                                  liboping                             qtkeychain
==> Renamed Formulae
glibmm@2.64 -> glibmm@2.66                       kde-kdoctools -> kdoctools                       pangomm@2.42 -> pangomm@2.46
gtk+4 -> gtk4                                    kde-ki18n -> ki18n                               prest -> prestd
ht-rust -> xh                                    kde-threadweaver -> threadweaver                 pyqt5 -> pyqt@5
kde-extra-cmake-modules -> extra-cmake-modules   libsasl2 -> cyrus-sasl                           qt5 -> qt@5
kde-karchive -> karchive                         minizip2 -> minizip-ng
==> Deleted Formulae
atlassian-cli                                    avian                                            geant4

You have 9 outdated formulae installed.
You can upgrade them with brew upgrade
or list them with brew outdated.
robdaviswork@Roberts-MacBook-Pro theelders % brew upgrade
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 2 formulae.
Warning: Calling `cellar` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256` with a `cellar:` argument instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:16

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:17

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:18

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:19

Error: The following directories are not writable by your user:
/usr/local/etc/bash_completion.d
/usr/local/share/aclocal
/usr/local/share/doc
/usr/local/share/man
/usr/local/share/man/man1
/usr/local/share/man/man5
/usr/local/share/man/man7
/usr/local/share/zsh
/usr/local/share/zsh/site-functions

You should change the ownership of these directories to your user.
  sudo chown -R $(whoami) /usr/local/etc/bash_completion.d /usr/local/share/aclocal /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man5 /usr/local/share/man/man7 /usr/local/share/zsh /usr/local/share/zsh/site-functions

And make sure that your user has write permission.
  chmod u+w /usr/local/etc/bash_completion.d /usr/local/share/aclocal /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man5 /usr/local/share/man/man7 /usr/local/share/zsh /usr/local/share/zsh/site-functions
robdaviswork@Roberts-MacBook-Pro theelders % sudo chown -R $(whoami) /usr/local/etc/bash_completion.d /usr/local/share/aclocal /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man5 /usr/local/share/man/man7 /usr/local/share/zsh /usr/local/share/zsh/site-functions
Password:
Sorry, try again.
Password:
Sorry, try again.
Password:
sudo: 3 incorrect password attempts
robdaviswork@Roberts-MacBook-Pro theelders % sudo chown -R $(whoami) /usr/local/etc/bash_completion.d /usr/local/share/aclocal /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man5 /usr/local/share/man/man7 /usr/local/share/zsh /usr/local/share/zsh/site-functions
Password:
robdaviswork@Roberts-MacBook-Pro theelders % brew upgrade
Warning: Calling `cellar` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256` with a `cellar:` argument instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:16

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:17

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:18

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:19

==> Upgrading 9 outdated packages:
mkcert 1.4.2 -> 1.4.3
go 1.15.3 -> 1.16.3
icu4c 67.1 -> 68.2
nss 3.58 -> 3.63
drud/ddev/ddev 1.15.3 -> 1.17.0
libssh 0.9.5 -> 0.9.5_1
openssl@1.1 1.1.1h -> 1.1.1k
node 15.5.0 -> 15.14.0
nspr 4.29 -> 4.30
==> Upgrading icu4c 67.1 -> 68.2 
==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/68.2
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/blobs/sha256:ba2fd8c7d37025c93db6b03cb831bf414f0859a617c7ef179782a7fbf965a9d9
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:ba2fd8c7d37025c93db6b03cb831bf414f0859a617c7ef179782a7fbf96
######################################################################## 100.0%
==> Pouring icu4c--68.2.big_sur.bottle.tar.gz
cp: /usr/local/Cellar/icu4c/./68.2: Permission denied
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2: Permission denied
cp: /usr/local/Cellar/icu4c/./68.2/INSTALL_RECEIPT.json: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/LICENSE: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/bin: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/makeconv: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/gencnval: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/icu-config: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/gencfu: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/icuinfo: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/gendict: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/genrb: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/pkgdata: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/genbrk: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/derb: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/uconv: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/bin: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/.brew: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/.brew/icu4c.rb: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/.brew: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/license.html: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/include: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/include/unicode: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/translit.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ustdio.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utf_old.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucsdet.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tzfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ubrk.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ufieldpositer.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/localematcher.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/stringpiece.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucat.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tblcoll.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/stringoptions.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dtfmtsym.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unirepl.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ptypes.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/fmtable.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dtitvfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/choicfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unumberrangeformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/numberrangeformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/usetiter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/errorcode.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tznames.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dtintrv.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucurr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/icuplug.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uregion.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utext.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/edits.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/parsepos.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucal.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/fpositer.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dtitvinf.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/rbnf.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/udat.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/urep.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utf32.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/vtzone.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ustring.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ubiditransform.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uenum.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/umutablecptrie.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/appendable.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/usearch.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/numsys.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/timezone.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uset.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/casemap.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/coleitr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/schriter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/msgfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/fieldpos.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/simpletz.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucpmap.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uldnames.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unumberformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uiter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/umsg.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/sortkey.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/docmain.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uniset.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/basictz.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/udata.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/stringtriebuilder.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/chariter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/umisc.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/reldatefmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uloc.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/plurrule.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/bytestriebuilder.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/measunit.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utrace.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/locdspnm.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/gregocal.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uchriter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/enumset.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/nounit.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utf.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/measure.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tzrule.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/strenum.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/regex.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/gender.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dcfmtsym.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucnv_err.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/decimfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/bytestrie.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/udatpg.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/listformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uobject.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/calendar.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ures.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/normlzr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/usprep.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/urename.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/caniter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucol.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/upluralrules.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucharstrie.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tmunit.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unistr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/rbbi.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ulocdata.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/idna.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unorm2.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/localebuilder.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dtptngen.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dbbi.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/bytestream.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uversion.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/messagepattern.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uidna.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/filteredbrk.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tmutamt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/char16ptr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uformattedvalue.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/symtable.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucasemap.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucoleitr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/compactdecimalformat.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unum.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/udisplaycontext.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tztrans.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/umachine.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/numberformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/datefmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utmscale.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/coll.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/currpinf.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uregex.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tmutfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/plurfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ustringtrie.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/smpdtfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucptrie.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/icudataver.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uchar.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unorm.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ushape.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unifunct.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ugender.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/selfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uformattable.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ustream.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/simpleformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucnv_cb.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/curramt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/locid.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/udateintervalformat.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/resbund.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ubidi.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/stsearch.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/alphaindex.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uvernum.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unimatch.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/rbtz.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucnvsel.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uspoof.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/region.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ureldatefmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utrans.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/parseerr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/putil.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/format.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/scientificnumberformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/normalizer2.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dtrule.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucnv.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucharstriebuilder.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/search.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unumsys.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uconfig.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utf16.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/brkiter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/formattedvalue.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/platform.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/rep.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/std_string.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utf8.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/localpointer.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uclean.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uscript.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/numfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/currunit.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utypes.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ulistformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/measfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unifilt.h: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/include/unicode: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/include: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/sbin: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin/gennorm2: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin/escapesrc: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin/gensprep: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin/icupkg: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin/gencmn: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin/genccode: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/sbin: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/readme.html: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicui18n.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicui18n.a: No such file or directory
cp: symlink: libicudata.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib/pkgconfig: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig/icu-uc.pc: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig/icu-io.pc: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig/icu-i18n.pc: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib/pkgconfig: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: symlink: libicuio.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicutest.a: No such file or directory
cp: symlink: libicutest.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicuio.a: No such file or directory
cp: symlink: libicudata.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicudata.a: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicutu.68.2.dylib: No such file or directory
cp: symlink: libicui18n.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicuio.68.2.dylib: No such file or directory
cp: symlink: libicuuc.68.2.dylib: No such file or directory
cp: symlink: libicuuc.68.2.dylib: No such file or directory
cp: symlink: libicutest.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicuuc.a: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicutu.a: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicuuc.68.2.dylib: No such file or directory
cp: symlink: libicutu.68.2.dylib: No such file or directory
cp: symlink: libicutu.68.2.dylib: No such file or directory
cp: symlink: libicui18n.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicudata.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicutest.68.2.dylib: No such file or directory
cp: symlink: libicuio.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib/icu: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: symlink: current/pkgdata.inc: No such file or directory
cp: symlink: 68.2: No such file or directory
cp: symlink: current/Makefile.inc: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib/icu/68.2: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2/pkgdata.inc: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2/Makefile.inc: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib/icu/68.2: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib/icu: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/man: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/man/man8: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man8/gensprep.8: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man8/genccode.8: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man8/icupkg.8: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man8/gencmn.8: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/man/man8: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/man/man1: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/icu-config.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/pkgdata.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/gendict.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/genrb.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/genbrk.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/gencnval.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/uconv.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/makeconv.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/gencfu.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/derb.1: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/man/man1: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/man: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/icu: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/icu/68.2: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/install-sh: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/LICENSE: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/icu/68.2/config: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config/mh-darwin: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/icu/68.2/config: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/mkinstalldirs: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/icu/68.2: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/icu: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2: Permission denied
cp: utimes: /usr/local/Cellar/icu4c/.: Operation not permitted
Error: Failure while executing; `cp -pR /private/tmp/d20210412-21975-195f6t9/icu4c/. /usr/local/Cellar/icu4c` exited with 1. Here's the output:
cp: /usr/local/Cellar/icu4c/./68.2: Permission denied
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2: Permission denied
cp: /usr/local/Cellar/icu4c/./68.2/INSTALL_RECEIPT.json: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/LICENSE: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/bin: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/makeconv: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/gencnval: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/icu-config: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/gencfu: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/icuinfo: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/gendict: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/genrb: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/pkgdata: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/genbrk: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/derb: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/bin/uconv: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/bin: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/bin: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/.brew: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/.brew/icu4c.rb: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/.brew: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/.brew: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/license.html: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/include: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/include/unicode: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/translit.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ustdio.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utf_old.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucsdet.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tzfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ubrk.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ufieldpositer.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/localematcher.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/stringpiece.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucat.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tblcoll.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/stringoptions.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dtfmtsym.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unirepl.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ptypes.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/fmtable.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dtitvfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/choicfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unumberrangeformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/numberrangeformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/usetiter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/errorcode.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tznames.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dtintrv.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucurr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/icuplug.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uregion.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utext.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/edits.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/parsepos.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucal.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/fpositer.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dtitvinf.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/rbnf.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/udat.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/urep.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utf32.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/vtzone.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ustring.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ubiditransform.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uenum.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/umutablecptrie.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/appendable.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/usearch.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/numsys.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/timezone.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uset.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/casemap.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/coleitr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/schriter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/msgfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/fieldpos.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/simpletz.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucpmap.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uldnames.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unumberformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uiter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/umsg.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/sortkey.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/docmain.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uniset.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/basictz.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/udata.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/stringtriebuilder.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/chariter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/umisc.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/reldatefmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uloc.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/plurrule.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/bytestriebuilder.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/measunit.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utrace.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/locdspnm.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/gregocal.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uchriter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/enumset.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/nounit.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utf.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/measure.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tzrule.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/strenum.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/regex.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/gender.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dcfmtsym.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucnv_err.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/decimfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/bytestrie.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/udatpg.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/listformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uobject.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/calendar.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ures.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/normlzr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/usprep.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/urename.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/caniter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucol.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/upluralrules.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucharstrie.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tmunit.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unistr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/rbbi.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ulocdata.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/idna.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unorm2.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/localebuilder.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dtptngen.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dbbi.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/bytestream.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uversion.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/messagepattern.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uidna.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/filteredbrk.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tmutamt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/char16ptr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uformattedvalue.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/symtable.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucasemap.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucoleitr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/compactdecimalformat.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unum.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/udisplaycontext.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tztrans.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/umachine.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/numberformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/datefmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utmscale.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/coll.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/currpinf.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uregex.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/tmutfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/plurfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ustringtrie.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/smpdtfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucptrie.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/icudataver.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uchar.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unorm.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ushape.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unifunct.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ugender.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/selfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uformattable.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ustream.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/simpleformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucnv_cb.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/curramt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/locid.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/udateintervalformat.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/resbund.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ubidi.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/stsearch.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/alphaindex.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uvernum.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unimatch.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/rbtz.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucnvsel.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uspoof.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/region.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ureldatefmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utrans.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/parseerr.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/putil.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/format.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/scientificnumberformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/normalizer2.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/dtrule.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucnv.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ucharstriebuilder.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/search.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unumsys.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uconfig.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utf16.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/brkiter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/formattedvalue.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/platform.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/rep.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/std_string.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utf8.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/localpointer.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uclean.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/uscript.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/numfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/currunit.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/utypes.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/ulistformatter.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/measfmt.h: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/include/unicode/unifilt.h: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/include/unicode: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/include/unicode: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/include: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/include: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/sbin: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin/gennorm2: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin/escapesrc: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin/gensprep: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin/icupkg: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin/gencmn: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/sbin/genccode: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/sbin: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/sbin: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/readme.html: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicui18n.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicui18n.a: No such file or directory
cp: symlink: libicudata.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib/pkgconfig: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig/icu-uc.pc: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig/icu-io.pc: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig/icu-i18n.pc: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib/pkgconfig: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/lib/pkgconfig: No such file or directory
cp: symlink: libicuio.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicutest.a: No such file or directory
cp: symlink: libicutest.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicuio.a: No such file or directory
cp: symlink: libicudata.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicudata.a: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicutu.68.2.dylib: No such file or directory
cp: symlink: libicui18n.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicuio.68.2.dylib: No such file or directory
cp: symlink: libicuuc.68.2.dylib: No such file or directory
cp: symlink: libicuuc.68.2.dylib: No such file or directory
cp: symlink: libicutest.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicuuc.a: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicutu.a: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicuuc.68.2.dylib: No such file or directory
cp: symlink: libicutu.68.2.dylib: No such file or directory
cp: symlink: libicutu.68.2.dylib: No such file or directory
cp: symlink: libicui18n.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicudata.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/libicutest.68.2.dylib: No such file or directory
cp: symlink: libicuio.68.2.dylib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib/icu: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: symlink: current/pkgdata.inc: No such file or directory
cp: symlink: 68.2: No such file or directory
cp: symlink: current/Makefile.inc: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib/icu/68.2: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2/pkgdata.inc: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2/Makefile.inc: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib/icu/68.2: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/lib/icu/68.2: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib/icu: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/lib/icu: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/lib: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/lib: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/man: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/man/man8: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man8/gensprep.8: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man8/genccode.8: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man8/icupkg.8: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man8/gencmn.8: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/man/man8: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share/man/man8: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/man/man1: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/icu-config.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/pkgdata.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/gendict.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/genrb.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/genbrk.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/gencnval.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/uconv.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/makeconv.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/gencfu.1: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/man/man1/derb.1: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/man/man1: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share/man/man1: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/man: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share/man: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/icu: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/icu/68.2: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/install-sh: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/LICENSE: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/icu/68.2/config: unable to copy extended attributes to /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config/mh-darwin: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/icu/68.2/config: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/config: No such file or directory
cp: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2/mkinstalldirs: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/icu/68.2: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share/icu/68.2: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share/icu: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share/icu: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2/share: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2/share: No such file or directory
cp: utimes: /usr/local/Cellar/icu4c/./68.2: No such file or directory
cp: chown: /usr/local/Cellar/icu4c/./68.2: No such file or directory
cp: chmod: /usr/local/Cellar/icu4c/./68.2: No such file or directory
cp: chflags: /usr/local/Cellar/icu4c/./68.2: No such file or directory
cp: /private/tmp/d20210412-21975-195f6t9/icu4c/./68.2: unable to copy ACL to /usr/local/Cellar/icu4c/./68.2: Permission denied
cp: utimes: /usr/local/Cellar/icu4c/.: Operation not permitted

robdaviswork@Roberts-MacBook-Pro theelders % sudo chown -R robdaviswork /usr/local/Cellar/
robdaviswork@Roberts-MacBook-Pro theelders % brew upgrade                                 
Warning: Calling `cellar` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256` with a `cellar:` argument instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:16

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:17

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:18

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:19

==> Upgrading 9 outdated packages:
mkcert 1.4.2 -> 1.4.3
go 1.15.3 -> 1.16.3
icu4c 67.1 -> 68.2
nss 3.58 -> 3.63
drud/ddev/ddev 1.15.3 -> 1.17.0
libssh 0.9.5 -> 0.9.5_1
openssl@1.1 1.1.1h -> 1.1.1k
node 15.5.0 -> 15.14.0
nspr 4.29 -> 4.30
==> Upgrading icu4c 67.1 -> 68.2 
==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/68.2
Already downloaded: /Users/robdaviswork/Library/Caches/Homebrew/downloads/6cbefe2268beefa057e07f134a702cee66a3a3b524194a46c2c54d51119d847e--icu4c-68.2.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/blobs/sha256:ba2fd8c7d37025c93db6b03cb831bf414f0859a617c7ef179782a7fbf965a9d9
Already downloaded: /Users/robdaviswork/Library/Caches/Homebrew/downloads/b3ed5b27e98e12161081f823efe26f67c4beee5398d95219eaaa110996bad9db--icu4c--68.2.big_sur.bottle.tar.gz
==> Pouring icu4c--68.2.big_sur.bottle.tar.gz
==> Caveats
icu4c is keg-only, which means it was not symlinked into /usr/local,
because macOS provides libicucore.dylib (but nothing else).

If you need to have icu4c first in your PATH, run:
  echo 'export PATH="/usr/local/opt/icu4c/bin:$PATH"' >> ~/.zshrc
  echo 'export PATH="/usr/local/opt/icu4c/sbin:$PATH"' >> ~/.zshrc

For compilers to find icu4c you may need to set:
  export LDFLAGS="-L/usr/local/opt/icu4c/lib"
  export CPPFLAGS="-I/usr/local/opt/icu4c/include"

==> Summary
🍺  /usr/local/Cellar/icu4c/68.2: 259 files, 72.5MB
==> `brew cleanup` has not been run in 30 days, running now...
Removing: /Users/robdaviswork/Library/Caches/Homebrew/ddev--1.15.3.high_sierra.bottle.tar.gz... (9.5MB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/go--1.15.3.tar.gz... (21.9MB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/go--gobootstrap--64.tar.gz... (77.7MB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/go--gotools--git... (1,576 files, 46.5MB)
Removing: /usr/local/Cellar/icu4c/67.1... (258 files, 71.8MB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/icu4c--9... (27.1MB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/libevent--2.1.12.big_sur.bottle.tar.gz... (684.4KB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/libssh--0.9.5.big_sur.bottle.tar.gz... (220.0KB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/mkcert--1.4.2.tar.gz... (17.5KB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/mkcert--1.4.2.catalina.bottle.tar.gz... (2.7MB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/msgpack--3.3.0.big_sur.bottle.tar.gz... (399.4KB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/nspr--4.29.catalina.bottle.tar.gz... (346.8KB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/nss--3.58.catalina.bottle.tar.gz... (13MB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/openssl@1.1--1.1.1h.big_sur.bottle.tar.gz... (5.4MB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/tmate--2.4.0.big_sur.bottle.tar.gz... (271KB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/go_cache... (1,254 files, 98.7MB)
Removing: /Users/robdaviswork/Library/Logs/Homebrew/msgpack... (64B)
Removing: /Users/robdaviswork/Library/Logs/Homebrew/mkcert... (64B)
Removing: /Users/robdaviswork/Library/Logs/Homebrew/go... (6 files, 271.5KB)
Removing: /Users/robdaviswork/Library/Logs/Homebrew/tmate... (64B)
Removing: /Users/robdaviswork/Library/Logs/Homebrew/nss... (64B)
Removing: /Users/robdaviswork/Library/Logs/Homebrew/ddev... (64B)
Removing: /Users/robdaviswork/Library/Logs/Homebrew/libssh... (64B)
Removing: /Users/robdaviswork/Library/Logs/Homebrew/libevent... (64B)
Removing: /Users/robdaviswork/Library/Logs/Homebrew/openssl@1.1... (64B)
Removing: /Users/robdaviswork/Library/Logs/Homebrew/nspr... (64B)
Pruned 2 symbolic links and 3 directories from /usr/local
Error: Permission denied @ apply2files - /usr/local/lib/node_modules/gulp-cli/node_modules/extglob/lib/.DS_Store
robdaviswork@Roberts-MacBook-Pro theelders % sudo chown -R robdaviswork /usr/local/lib/node_modules/
robdaviswork@Roberts-MacBook-Pro theelders % brew upgrade                                           
Warning: Calling `cellar` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256` with a `cellar:` argument instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:16

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:17

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:18

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:19

==> Upgrading 8 outdated packages:
mkcert 1.4.2 -> 1.4.3
go 1.15.3 -> 1.16.3
nss 3.58 -> 3.63
drud/ddev/ddev 1.15.3 -> 1.17.0
libssh 0.9.5 -> 0.9.5_1
openssl@1.1 1.1.1h -> 1.1.1k
node 15.5.0 -> 15.14.0
nspr 4.29 -> 4.30
==> Upgrading openssl@1.1 1.1.1h -> 1.1.1k 
==> Downloading https://ghcr.io/v2/homebrew/core/openssl/1.1/manifests/1.1.1k
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/openssl/1.1/blobs/sha256:17d94c51ddfa8364baed5f3a754063e1ca75f807194f68d0b976619cf4e69c1a
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:17d94c51ddfa8364baed5f3a754063e1ca75f807194f68d0b976619cf4e
######################################################################## 100.0%
==> Pouring openssl@1.1--1.1.1k.big_sur.bottle.tar.gz
==> Regenerating CA certificate bundle from keychain, this may take a while...
==> Caveats
A CA file has been bootstrapped using certificates from the system
keychain. To add additional certificates, place .pem files in
  /usr/local/etc/openssl@1.1/certs

and run
  /usr/local/opt/openssl@1.1/bin/c_rehash

openssl@1.1 is keg-only, which means it was not symlinked into /usr/local,
because macOS provides LibreSSL.

If you need to have openssl@1.1 first in your PATH, run:
  echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >> ~/.zshrc

For compilers to find openssl@1.1 you may need to set:
  export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
  export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"

==> Summary
🍺  /usr/local/Cellar/openssl@1.1/1.1.1k: 8,071 files, 18.5MB
==> `brew cleanup` has not been run in 30 days, running now...
Removing: /usr/local/Cellar/openssl@1.1/1.1.1h... (8,067 files, 18.5MB)
Removing: /usr/local/Cellar/openssl@1.1/1.1.1k... (8,071 files, 18.5MB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/openssl@1.1--1.1... (5.4MB)
Pruned 1 symbolic links and 2 directories from /usr/local
==> Upgrading go 1.15.3 -> 1.16.3 
==> Downloading https://ghcr.io/v2/homebrew/core/go/manifests/1.16.3
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/go/blobs/sha256:ea37f33fd27369612a3e4e6db6adc46db0e8bdf6fac1332bf51bafaa66d43969
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:ea37f33fd27369612a3e4e6db6adc46db0e8bdf6fac1332bf51bafaa66d
######################################################################## 100.0%
==> Pouring go--1.16.3.big_sur.bottle.tar.gz
🍺  /usr/local/Cellar/go/1.16.3: 9,955 files, 503.5MB
Removing: /usr/local/Cellar/go/1.15.3... (9,780 files, 494.3MB)
==> Upgrading nss 3.58 -> 3.63 
==> Downloading https://ghcr.io/v2/homebrew/core/nspr/manifests/4.30
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/nspr/blobs/sha256:f2d71db58997266b9f0aa518ce1bdbd7648d4138e6673a01087f18967023f8ae
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:f2d71db58997266b9f0aa518ce1bdbd7648d4138e6673a01087f1896702
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/nss/manifests/3.63
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/nss/blobs/sha256:6d9c2f02962dba7dca8aab0aedb5cc40d39fac41b6e4402e9d913e138196fe82
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:6d9c2f02962dba7dca8aab0aedb5cc40d39fac41b6e4402e9d913e13819
######################################################################## 100.0%
==> Installing dependencies for nss: nspr
==> Installing nss dependency: nspr
==> Pouring nspr--4.30.big_sur.bottle.tar.gz
🍺  /usr/local/Cellar/nspr/4.30: 86 files, 1.2MB
==> Installing nss
==> Pouring nss--3.63.big_sur.bottle.tar.gz
🍺  /usr/local/Cellar/nss/3.63: 224 files, 42.2MB
Removing: /usr/local/Cellar/nss/3.47.1... (223 files, 28.6MB)
Removing: /usr/local/Cellar/nss/3.58... (223 files, 37.4MB)
==> Upgrading drud/ddev/ddev 1.15.3 -> 1.17.0 
==> Downloading https://ghcr.io/v2/homebrew/core/mkcert/manifests/1.4.3-1
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/mkcert/blobs/sha256:4dc2370651718c72f2484c81a6dd5813cb7fcf6a5ec6bb1bee94e1720d23d412
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:4dc2370651718c72f2484c81a6dd5813cb7fcf6a5ec6bb1bee94e1720d2
######################################################################## 100.0%
==> Downloading https://github.com/drud/ddev/releases/download/v1.17.0//ddev-1.17.0.high_sierra.bottle.tar.gz
==> Downloading from https://github-releases.githubusercontent.com/80669528/cda7b580-9720-11eb-956e-12da80935a76?X-Amz-Algorithm=AWS4-HMAC-SHA256&X
######################################################################## 100.0%
==> Installing dependencies for drud/ddev/ddev: mkcert
==> Installing drud/ddev/ddev dependency: mkcert
==> Pouring mkcert--1.4.3.big_sur.bottle.1.tar.gz
🍺  /usr/local/Cellar/mkcert/1.4.3: 6 files, 3.9MB
==> Installing drud/ddev/ddev
==> Pouring ddev-1.17.0.high_sierra.bottle.tar.gz
Warning: Calling `cellar` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256` with a `cellar:` argument instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:16

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:17

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:18

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:19

==> Caveats
Make sure to do a 'mkcert -install' if you haven't done it before, it may require your sudo password.

ddev requires docker and docker-compose.
Docker installation instructions at https://ddev.readthedocs.io/en/stable/users/docker_installation/

zsh completions have been installed to:
  /usr/local/share/zsh/site-functions
==> Summary
🍺  /usr/local/Cellar/ddev/1.17.0: 7 files, 14.8MB
Removing: /usr/local/Cellar/ddev/1.15.3... (7 files, 19.5MB)
==> Upgrading libssh 0.9.5 -> 0.9.5_1 
==> Upgrading node 15.5.0 -> 15.14.0 
==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.0.9
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:9d3009fd246d0f6cf9fd11d0a3bd388f6c043c75fa302decf0dd935163fb0f4b
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:9d3009fd246d0f6cf9fd11d0a3bd388f6c043c75fa302decf0dd935163f
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.17.1
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/blobs/sha256:514de64e48f4d2c6e448547a30ba03f613b899f30f97f9026740c59eb3f49aeb
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:514de64e48f4d2c6e448547a30ba03f613b899f30f97f9026740c59eb3f
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.41.0
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/libuv/blobs/sha256:74240126a16d9be316c69535e61fd1c000428b89b6e5a8f72198dc1ce86ddc99
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:74240126a16d9be316c69535e61fd1c000428b89b6e5a8f72198dc1ce86
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/jemalloc/manifests/5.2.1_1
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/jemalloc/blobs/sha256:7797788be2da677a8343ac6199e2f180c2e6b627c0b9abc9da133fbc34e86678
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:7797788be2da677a8343ac6199e2f180c2e6b627c0b9abc9da133fbc34e
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/libev/manifests/4.33
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/libev/blobs/sha256:95ddf4b85924a6a10d4a88b6eb52616fa8375e745c99d0752618d5bb82f5248a
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:95ddf4b85924a6a10d4a88b6eb52616fa8375e745c99d0752618d5bb82f
######################################################################## 100.0%
==> Upgrading mkcert 1.4.3 -> 1.4.3 
Removing: /usr/local/Cellar/mkcert/1.4.1... (6 files, 5.3MB)
Removing: /usr/local/Cellar/mkcert/1.4.2... (6 files, 5.1MB)
==> Upgrading nspr 4.30 -> 4.30 
Removing: /usr/local/Cellar/nspr/4.29... (86 files, 1.1MB)
Removing: /Users/robdaviswork/Library/Caches/Homebrew/nspr--... (348.2KB)
==> Upgrading 1 dependent:
libssh 0.9.5 -> 0.9.5_1
==> Upgrading libssh 0.9.5 -> 0.9.5_1 
==> Checking for dependents of upgraded formulae...
==> Reinstalling 1 broken dependent from source:
libevent
==> Caveats
==> openssl@1.1
A CA file has been bootstrapped using certificates from the system
keychain. To add additional certificates, place .pem files in
  /usr/local/etc/openssl@1.1/certs

and run
  /usr/local/opt/openssl@1.1/bin/c_rehash

openssl@1.1 is keg-only, which means it was not symlinked into /usr/local,
because macOS provides LibreSSL.

==> ddev
Make sure to do a 'mkcert -install' if you haven't done it before, it may require your sudo password.

ddev requires docker and docker-compose.
Docker installation instructions at https://ddev.readthedocs.io/en/stable/users/docker_installation/

zsh completions have been installed to:
  /usr/local/share/zsh/site-functions
robdaviswork@Roberts-MacBook-Pro theelders % history
 1053  brew update
 1054  git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
 1055  sudo git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
 1056  brew update
 1057  sudo chown -R $(whoami) /usr/local/var/homebrew
 1058  brew update
 1059  sudo chown -R robdaviswork  /usr/local/Homebrew
 1060  brew update
 1061  brew upgrade
 1062  sudo chown -R $(whoami) /usr/local/etc/bash_completion.d /usr/local/share/aclocal /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man5 /usr/local/share/man/man7 /usr/local/share/zsh /usr/local/share/zsh/site-functions
 1063  sudo chown -R $(whoami) /usr/local/etc/bash_completion.d /usr/local/share/aclocal /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man5 /usr/local/share/man/man7 /usr/local/share/zsh /usr/local/share/zsh/site-functions
 1064  brew upgrade
 1065  sudo chown -R robdaviswork /usr/local/Cellar/
 1066  brew upgrade
 1067  sudo chown -R robdaviswork /usr/local/lib/node_modules/
 1068  brew upgrade
robdaviswork@Roberts-MacBook-Pro theelders % brew config
HOMEBREW_VERSION: 3.1.0
ORIGIN: https://github.com/Homebrew/brew
HEAD: ccb05e5e0b7b925c3d6b531fa43b016fa4d0b72a
Last commit: 3 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 28080709c156550ffd0e78dbee80e68f4c418306
Core tap last commit: 8 minutes ago
Core tap branch: master
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: octa-core 64-bit skylake
Clang: 12.0 build 1200
Git: 2.24.3 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Curl: 7.64.1 => /usr/bin/curl
macOS: 11.2.3-x86_64
CLT: N/A
Xcode: 12.4
robdaviswork@Roberts-MacBook-Pro theelders % brew doctor
Warning: Calling `cellar` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256` with a `cellar:` argument instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:16

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:17

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:18

Warning: Calling `sha256 "digest" => :tag` in a bottle block is deprecated! Use `brew style --fix` on the formula to update the style or use `sha256 tag: "digest"` instead.
Please report this issue to the drud/ddev tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
  /usr/local/Homebrew/Library/Taps/drud/homebrew-ddev/Formula/ddev.rb:19

Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
  libevent

Warning: Homebrew's "sbin" was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting your PATH for example like so:
  echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.zshrc

Warning: Broken symlinks were found. Remove them with `brew cleanup`:
  /usr/local/opt/libevent

Warning: Some installed formulae are missing dependencies.
You should `brew install` the missing dependencies:
  brew install openssl@1.1

Run `brew missing` for more details.
robdaviswork@Roberts-MacBook-Pro theelders % 

What did you expect to happen?

My issue is only to advise that the help messages shown on running commands about changing permissions do cover all of the things that need changing. At the moment, only one help advice is shown which covers only some of the permissions changes necessary, it would appear.

For sudo chown -R $(whoami) /usr/local/var/homebrew to cover all necessary permissions changes, as shown in the help output. If it doesn't, then please update this help text output to say what other things need permissions changes to the user to own them for the command to run successfully.

Step-by-step reproduction instructions (by running brew commands)

I followed the step:  `sudo git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow` - had to do as sudo, as without didn't work - should the help message say that? (comment number 1)

Then I attempted `brew update` and was advised I needed to:
`sudo chown -R $(whoami) /usr/local/var/homebrew`

which I did, but on running `brew update`again, I got permission errors, so I looked for where these were and did:
`sudo chown -R robdaviswork  /usr/local/Homebrew` - where `robdaviswork` is my user. So my comment number 2 would be - should this step also be outputted as part of the help?

Then I attempted `brew update` and had to do these four permission changes to get it to work (I think):

`sudo chown -R $(whoami) /usr/local/etc/bash_completion.d /usr/local/share/aclocal /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man5 /usr/local/share/man/man7 /usr/local/share/zsh /usr/local/share/zsh/site-functions`

`sudo chown -R $(whoami) /usr/local/etc/bash_completion.d /usr/local/share/aclocal /usr/local/share/doc /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man5 /usr/local/share/man/man7 /usr/local/share/zsh /usr/local/share/zsh/site-functions`

`sudo chown -R robdaviswork /usr/local/Cellar/`

`sudo chown -R robdaviswork /usr/local/lib/node_modules/`

I haven't got to the update php 7.4 bit yet - my issue is that there should be more help output about what needs to be changed in terms of permissions
MikeMcQuaid commented 3 years ago

("The brew doctor above contains no "Warning" lines." - it does - see above - but this form has forced me to tick the box to allow me to submit"

That's because we require you to fix these before you submit an issue.

My issue is only to advise that the help messages shown on running commands about changing permissions do cover all of the things that need changing.

We cannot cover and detect every possible case. In this case: yes, you need to fix the permissions of more files and directories. sudo chown -R $(whoami) /usr/local/* should get you sorted in this case but: closing as it's an issue with your machine and not Homebrew.

therobyouknow commented 3 years ago

Thank you @MikeMcQuaid As far as I know, I'm not aware of anything unusual about my machine to require the further permissions adjustments I've mentioned, to be required. So I'd imagine therefore I might not be the only one who encounters this situation.

Once again, thank you very much @MikeMcQuaid for responding, I accept the feedback and closing of the issue.

MikeMcQuaid commented 3 years ago

You're welcome!