robotology-legacy / codyco-superbuild

Software repository for FP7 project CoDyCo - Whole-body Compliant Dynamical Contacts in Cognitive Humanoids - http://www.codyco.eu
13 stars 17 forks source link

[travis] Problem in installing octave with homebrew #146

Closed traversaro closed 8 years ago

traversaro commented 8 years ago

Since ~ 16 August, macOS builds have failed for a problem in installing sip (a dependency of octave) in homebrew (for example : https://travis-ci.org/robotology/codyco-superbuild/jobs/152904059 ):

==> Installing homebrew/science/octave dependency: sip
==> Using the sandbox
==> Downloading https://downloads.sourceforge.net/project/pyqt/sip/sip-4.18.1/si
==> Downloading from http://pilotfiber.dl.sourceforge.net/project/pyqt/sip/sip-4
==> python configure.py --deployment-target=10.9 --destdir=/usr/local/Cellar/sip
==> make
==> make install
==> make clean
==> python3 configure.py --deployment-target=10.9 --destdir=/usr/local/Cellar/si
Last 15 lines from /Users/travis/Library/Logs/Homebrew/sip/05.python3:
2016-08-17 08:21:47 +0000

python3
configure.py
--deployment-target=10.9
--destdir=/usr/local/Cellar/sip/4.18.1/lib/python/site-packages
--bindir=/usr/local/Cellar/sip/4.18.1/bin
--incdir=/usr/local/Cellar/sip/4.18.1/include
--sipdir=/usr/local/share/sip

READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/brew):
  https://github.com/Homebrew/homebrew-core/issues

I will try to repliate the problem in my machine, but for now I think the easiest option is to avoid installing octave in macOS builds.

traversaro commented 8 years ago

Apparently this was fixed, see https://github.com/robotology/codyco-superbuild/commit/6af140926b86edf378f02cb2b0c1dbbdf70e92e0 .