[esnacc-dev] [PATCH] travis: Work around libtoolize errors

Sagara Wickramasekara sagaraw at gmail.com
Thu Sep 29 14:34:57 UTC 2016


Does this actually fix the problem? I was looking at your branch and see
the travis build is broken there as well

On Fri, Sep 23, 2016 at 5:25 PM, Aaron Conole <aconole at bytheb.org> wrote:

> Recent travis update broke libtoolize, so we'll work around the
> libtool problems.
>
> Signed-off-by: Aaron Conole <aconole at bytheb.org>
> ---
>  .travis.yml       | 2 ++
>  travis-prepare.sh | 6 ++++++
>  2 files changed, 8 insertions(+)
>  create mode 100755 travis-prepare.sh
>
> diff --git a/.travis.yml b/.travis.yml
> index 0913ac3..464540a 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -27,6 +27,8 @@ addons:
>      build_command:   "make"
>      branch_pattern: coverity
>
> +before_script: ./travis-prepare.sh
> +
>  script:
>     - ./boot.sh
>     - ./configure
> diff --git a/travis-prepare.sh b/travis-prepare.sh
> new file mode 100755
> index 0000000..2dcf839
> --- /dev/null
> +++ b/travis-prepare.sh
> @@ -0,0 +1,6 @@
> +#!/bin/bash
> +
> +if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
> +    brew uninstall libtool && brew install libtool ||
> +            echo "Failed fixing libtool error"
> +fi
> --
> 2.7.4
>
> _______________________________________________
> dev mailing list
> dev at lists.esnacc.org
> http://mail.esnacc.org/mailman/listinfo/dev
>



-- 
-Sagara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.esnacc.org/pipermail/dev/attachments/20160929/c6a11437/attachment-0002.html>


More information about the dev mailing list