You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Travis CI <bu...@travis-ci.com> on 2020/11/19 01:30:47 UTC

Fixed: apache/geode-native#2802 (support/1.13 - ba85630)

Build Update for apache/geode-native
-------------------------------------

Build: #2802
Status: Fixed

Duration: 1 hr, 19 mins, and 31 secs
Commit: ba85630 (support/1.13)
Author: Mario Salazar de Torres
Message: GEODE-8724: Fix compilation using docker image (#696)

- As latest tag for ubuntu base image was recently change from 18.04 to
   20.04 it seems that some libraries version changed, like for example
   libc++.
 - As it seems with this new version libc++ headers are either not
   anymore located within /usr/include/c++/v1 or the symlink is missing.
 - So in order to solve that a symlink is manually created to ensure
   clang is able to find libc++ headers.

(cherry picked from commit 4e241ffe6f6bda0254f97cdfe18929ce81d04ace)

View the changeset: https://github.com/apache/geode-native/compare/62b51b19cc6a...ba85630388e5

View the full build log and details: https://travis-ci.com/github/apache/geode-native/builds/202594061?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the apache/geode-native repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=16807653&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.