Daily Shaarli

All links of one day in a single page.

October 13, 2020

Istio / Install with Istioctl

One day, to play with Istio locally and learn more about it

fail to bundle install puma 4.3.5 or gem puma with ruby-2.6.6 on macos-10.15.6 - Stack Overflow
thumbnail

how to fix the bundle install, quote:

It seems that the latest version of XCode tools (12 Beta 3) installs a version of Clang (the C compiler used by default on MacOS) that throws an error on implicit functions used on the native extension code of Puma.

Running the following:

bundle config build.puma --with-cflags="-Wno-error=implicit-function-declaration"
bundle install

Fixed the issue