You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/24 09:41:55 UTC

[GitHub] [nifi-minifi-cpp] bakaid commented on issue #542: MINIFICPP-799 - Fixed bison install script in MacOS bootstrap

bakaid commented on issue #542: MINIFICPP-799 - Fixed bison install script in MacOS bootstrap
URL: https://github.com/apache/nifi-minifi-cpp/pull/542#issuecomment-486148029
 
 
   The install_bison function was copied from suse.sh and tried to use zypper. This has been removed.
   Bison version 3.0.4 has failed to compile with the latest XCode toolchain, so it has been updated to 3.0.5 
   There are also other issues with this script, but they are not blocking ones. We install curl via brew and then try to force link it to /usr/local, but that will actually fail, as brew refuses to link it, because there is a system-provided curl.
   If we would try to install bison via brew, it would also refuse to link it, because it is “keg-only” and may cause other formulae to fail if linked into /usr/local. The way we install bison causes it to be installed to /usr/local, so it could theoretically cause other brew formulae to fail as well.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services