when building:```[+] brew package patchelf installing new version: 0.9_1
==> Downloading
https://linuxbrew.bintray.com/bottles/patchelf-0.9_1.x86_64_linux.bottle.tar.gz
######################################################################## 100.0%
==> Pouring patchelf-0.9_1.x86_64_linux.bottle.tar.gz
/usr/local/osquery/Cellar/patchelf/0.9_1: 6 files, 1.2MB
<several lines later>
==> Installing glibc-legacy from osquery/osquery-local
==> Downloading
https://osquery-packages.s3.amazonaws.com/bottles/glibc-legacy-2.13_201.x86_64_linux.bottle.tar.gz
######################################################################## 100.0%
==> Pouring glibc-legacy-2.13_201.x86_64_linux.bottle.tar.gz
Error: patchelf must be installed: brew install patchelf
Error: exit
Warning: Bottle installation failed: building from source.
Error: The following formula:
glibc-legacy
cannot be installed as a binary package and must be built from source.```
I know that I can install gcc on top and this would work, but why does it install the patchelf bottle but later says i have to install it on top?