Thanks! Yeah. The MacOS environment relies on XCode tool chain which seems to have some changes in the latest version. :(
On Fri, Nov 8, 2019 at 10:39 AM Dave Fisher <[email protected]> wrote: > +1 (binding) > > Incubating in name > Signature and checksum are correct > Rat Check passes > LICENSE present > NOTICE present - only the last year of a copyright actually applies, but a > range is ok > DISCLAIMER present > > Could not build on Catalina 10.15.1 with Xcode 11.2 - Bazel_configure.py > fails. > > Code is : > # on mac, /usr/bin/cpp --version returns this: > # Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn) > mac_line = re.search('^(Apple LLVM version\s+[\d\.]+)\s+\(clang.*', > first_line) > if mac_line: > version = get_trailing_version(mac_line.group(1)) > if version: > return version > > But error message is: > FAILED: Could not determine the version of /usr/bin/clang from the > following output > /usr/bin/clang --version > Apple clang version 11.0.0 (clang-1100.0.33.12) > Target: x86_64-apple-darwin19.0.0 > Thread model: posix > InstalledDir: /Library/Developer/CommandLineTools/usr/bin > > Regards, > Dave > > On Nov 6, 2019, at 10:15 AM, Josh Fischer <[email protected]> wrote: > > > > Hello Heron Community, > > > > This is a call for a vote to the 1st release candidate for Apache Heron, > > version v0.20.2-incubating. We request project mentors (binded) as well > as > > all contributors (unbinded) and users to review and vote on this > incubator > > release. > > > > * The tag to be voted upon:0.20.2-incubating-rc1 > > (1dbf1ce1860725827004c7047bf714b87c9df6d7) > > The full list of changes and release notes are available > > at: > > > https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1 > > > > > > Files can be found in dist.apache.org > > Source: > > > https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/ > > > > SHA-512 > > checksums: > > > > > 30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865 > > incubator-heron-0.20.2-incubating-rc1.tar.gz > > > > > > Please download the source package, and follow the compiling guide > > > https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/ > > to > > setup the environment, build and run locally. > > > > Note that currently Bazel 0.26.0 is required to build this version. > After > > Bazel is set up and works correctly, you can use these release check > scripts > > > https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks > > to > > verify the build. The vote will be open for at least 72 hours or until > the > > necessary number of votes are reached. > > > > Please vote accordingly: > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove with the reason > > > > Thank you, > > > > The Apache Heron (Incubating) Team > >
