[ 
https://issues.apache.org/jira/browse/HAWQ-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15650433#comment-15650433
 ] 

Xiang Sheng commented on HAWQ-1150:
-----------------------------------

for the latest release of brew.  
https://github.com/Homebrew/brew/releases/tag/1.1.0
The commit 
https://github.com/Homebrew/brew/commit/fcaa48d80b0c2989ca95528def6d0c8fbd65aa79
 disable sha-1 check.  And the brew tap brona/iproute2mac failed. Since it was 
accepted to brew master branch. So we should install the iprout2mac use brew 
install directly without tap before it. 

> 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
>
> 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)

Reply via email to