You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2019/12/09 01:39:07 UTC

[jira] [Deleted] (HBASE-23517) CLONE - buck complains about Build target path containing double slash

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

Duo Zhang deleted HBASE-23517:
------------------------------


> CLONE - buck complains about Build target path containing double slash
> ----------------------------------------------------------------------
>
>                 Key: HBASE-23517
>                 URL: https://issues.apache.org/jira/browse/HBASE-23517
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: guanyun
>            Assignee: Ted Yu
>            Priority: Major
>
> When I use buck built from latest git repo, I get the following build error:
> {code}
> BUILD FAILED: Build target path cannot contain // other than at the start (or after a cell name) (found //connection//...)
> This error happened while trying to get dependency '//exceptions:exceptions' of target '//connection:connection'
> {code}
> It was due to the following line from hbase-native-client/exceptions/BUCK
> {code}
>     visibility=['//core/...', '//connection//...'],)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)