Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-14850 C++ client implementation
  3. HBASE-18603

buck complains about Build target path containing double slash

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      When I use buck built from latest git repo, I get the following build error:

      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'
      

      It was due to the following line from hbase-native-client/exceptions/BUCK

          visibility=['//core/...', '//connection//...'],)
      

      Attachments

        Activity

          People

            yuzhihong@gmail.com Ted Yu
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: