You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Ed Espino (JIRA)" <ji...@apache.org> on 2016/11/09 09:45:59 UTC

[jira] [Resolved] (HAWQ-1150) Recent changes to "brew" have caused all HAWQ Travis CI builds to break.

     [ https://issues.apache.org/jira/browse/HAWQ-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ed Espino resolved HAWQ-1150.
-----------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.1.0-incubating

Pushed to master.

> Recent changes to "brew" have caused all HAWQ Travis CI builds to break.
> ------------------------------------------------------------------------
>
>                 Key: HAWQ-1150
>                 URL: https://issues.apache.org/jira/browse/HAWQ-1150
>             Project: Apache HAWQ
>          Issue Type: Task
>          Components: Build
>            Reporter: Ed Espino
>            Assignee: Lei Chang
>             Fix For: 2.0.1.0-incubating
>
>
> Problem: A recent update to brew has exposed an issue with the 'brew tap brona/iproute2mac' command. This causes an Travis error for all branches and PRs using Travis to build.
> Solution: We can simply remove the command and allow the iproute2mac module to come from the main brew repository.
> Here is the error encountered.
> {code}
> $ brew outdated libyaml || brew upgrade libyaml
> $ brew outdated json-c || brew upgrade json-c
> $ brew outdated boost || brew upgrade boost
> $ brew outdated maven || brew upgrade maven
> $ brew tap brona/iproute2mac
> ==> Tapping brona/iproute2mac
> Cloning into '/usr/local/Homebrew/Library/Taps/brona/homebrew-iproute2mac'...
> remote: Counting objects: 5, done.
> remote: Compressing objects: 100% (5/5), done.
> remote: Total 5 (delta 0), reused 4 (delta 0), pack-reused 0
> Unpacking objects: 100% (5/5), done.
> Error: Invalid formula: /usr/local/Homebrew/Library/Taps/brona/homebrew-iproute2mac/iproute2mac.rb
> Calling Formula.sha1 is disabled!
> Use Formula.sha256 instead.
> /usr/local/Homebrew/Library/Taps/brona/homebrew-iproute2mac/iproute2mac.rb:6:in `<class:Iproute2mac>'
> Please report this to the brona/iproute2mac tap!
> Error: Cannot tap brona/iproute2mac: invalid syntax in tap!
> The command "brew tap brona/iproute2mac" failed and exited with 1 during .
> Your build has been stopped.
> /Users/travis/build.sh: line 138: shell_session_update: command not found
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)