You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Brian Brazil (JIRA)" <ji...@apache.org> on 2015/03/06 15:31:39 UTC

[jira] [Created] (AURORA-1175) Two python_binary targets called 'thermos' can cause build failure

Brian Brazil created AURORA-1175:
------------------------------------

             Summary: Two python_binary targets called 'thermos' can cause build failure
                 Key: AURORA-1175
                 URL: https://issues.apache.org/jira/browse/AURORA-1175
             Project: Aurora
          Issue Type: Bug
            Reporter: Brian Brazil
            Priority: Minor


If I do

{noformat}
./pants binary ::
{noformat}

Then I get:

{noformat}
FAILURE: Cannot build two binaries with the same name in a single invocation. PythonBinary(BuildFileAddress(/home/boxever/.jenkins/workspace/aurora/src/main/python/apache/thermos/cli/bin/BUILD, thermos)) and PythonBinary(BuildFileAddress(/home/boxever/.jenkins/workspace/aurora/src/main/python/apache/aurora/tools/BUILD, thermos)) both have the name thermos.
{noformat}

These are very similar targets, the one in aurora/tools appears to have more deps so I'm guessing that the one in cli/bin should be removed.



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