You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "ilya musayev (JIRA)" <ji...@apache.org> on 2012/10/16 22:11:03 UTC

[jira] [Created] (CLOUDSTACK-362) Jenkins Build CloudStack-non-OSS-137 Upgrade Script fails

ilya musayev created CLOUDSTACK-362:
---------------------------------------

             Summary: Jenkins Build CloudStack-non-OSS-137 Upgrade Script fails
                 Key: CLOUDSTACK-362
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-362
             Project: CloudStack
          Issue Type: Bug
          Components: Install and Setup
    Affects Versions: 4.0.0
         Environment: CentOS 6.3 and Jenkins Build CloudStack-non-OSS-137 (other versions could be affected)
            Reporter: ilya musayev
            Priority: Minor


I've installed Jenkins Build CloudStack-non-OSS-101 few week back and today attempted to upgrade to 	CloudStack-non-OSS-137.

The install script has an option for the upgrade, however, after it goes through all dep resolutions, it finds a conflict with antlr.


Transaction Check Error:
  file /usr/share/java/antlr-2.7.7.jar from install of cloud-deps-4.0.0-0.137.el6.4.0.x86_64 conflicts with file from package antlr-0:2.7.7-6.5.el6.x86_64


To resolve this issue, i had to run "yum remove antlr" and then to an install of fresh.

Regards
ilya

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CLOUDSTACK-362) Jenkins Build CloudStack-non-OSS-137 Upgrade Script fails

Posted by "ilya musayev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLOUDSTACK-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ilya musayev updated CLOUDSTACK-362:
------------------------------------

    Description: 
I've installed Jenkins Build CloudStack-non-OSS-101 few week back and today attempted to upgrade to 	CloudStack-non-OSS-137.

The install script has an option for the upgrade, however, after it goes through all dep resolutions, it finds a conflict with antlr.


Transaction Check Error:
  file /usr/share/java/antlr-2.7.7.jar from install of cloud-deps-4.0.0-0.137.el6.4.0.x86_64 conflicts with file from package antlr-0:2.7.7-6.5.el6.x86_64


To resolve this issue, i had to run "yum remove antlr" and then install fresh.

Regards
ilya

  was:
I've installed Jenkins Build CloudStack-non-OSS-101 few week back and today attempted to upgrade to 	CloudStack-non-OSS-137.

The install script has an option for the upgrade, however, after it goes through all dep resolutions, it finds a conflict with antlr.


Transaction Check Error:
  file /usr/share/java/antlr-2.7.7.jar from install of cloud-deps-4.0.0-0.137.el6.4.0.x86_64 conflicts with file from package antlr-0:2.7.7-6.5.el6.x86_64


To resolve this issue, i had to run "yum remove antlr" and then install of fresh.

Regards
ilya

    
> Jenkins Build CloudStack-non-OSS-137 Upgrade Script fails
> ---------------------------------------------------------
>
>                 Key: CLOUDSTACK-362
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-362
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Install and Setup
>    Affects Versions: 4.0.0
>         Environment: CentOS 6.3 and Jenkins Build CloudStack-non-OSS-137 (other versions could be affected)
>            Reporter: ilya musayev
>            Priority: Minor
>
> I've installed Jenkins Build CloudStack-non-OSS-101 few week back and today attempted to upgrade to 	CloudStack-non-OSS-137.
> The install script has an option for the upgrade, however, after it goes through all dep resolutions, it finds a conflict with antlr.
> Transaction Check Error:
>   file /usr/share/java/antlr-2.7.7.jar from install of cloud-deps-4.0.0-0.137.el6.4.0.x86_64 conflicts with file from package antlr-0:2.7.7-6.5.el6.x86_64
> To resolve this issue, i had to run "yum remove antlr" and then install fresh.
> Regards
> ilya

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CLOUDSTACK-362) Jenkins Build CloudStack-non-OSS-137 Upgrade Script fails

Posted by "Rohit Yadav (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLOUDSTACK-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rohit Yadav resolved CLOUDSTACK-362.
------------------------------------

    Resolution: Won't Fix
      Assignee: Rohit Yadav

With present packaging structure on 4.0, it is not possible [0] as some distros may have those packages and some don't, further if there is a package preinstalled (antlr) on a distro and is included in cloud-deps, yum remove <package> is the suggested workaround.

[0] http://markmail.org/message/n7ea7y6hhhgnmwgc
                
> Jenkins Build CloudStack-non-OSS-137 Upgrade Script fails
> ---------------------------------------------------------
>
>                 Key: CLOUDSTACK-362
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-362
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Install and Setup
>    Affects Versions: 4.0.0
>         Environment: CentOS 6.3 and Jenkins Build CloudStack-non-OSS-137 (other versions could be affected)
>            Reporter: ilya musayev
>            Assignee: Rohit Yadav
>            Priority: Minor
>
> I've installed Jenkins Build CloudStack-non-OSS-101 few week back and today attempted to upgrade to 	CloudStack-non-OSS-137.
> The install script has an option for the upgrade, however, after it goes through all dep resolutions, it finds a conflict with antlr.
> Transaction Check Error:
>   file /usr/share/java/antlr-2.7.7.jar from install of cloud-deps-4.0.0-0.137.el6.4.0.x86_64 conflicts with file from package antlr-0:2.7.7-6.5.el6.x86_64
> To resolve this issue, i had to run "yum remove antlr cloud*" and then perform install fresh.
> Regards
> ilya

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CLOUDSTACK-362) Jenkins Build CloudStack-non-OSS-137 Upgrade Script fails

Posted by "ilya musayev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLOUDSTACK-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ilya musayev updated CLOUDSTACK-362:
------------------------------------

    Description: 
I've installed Jenkins Build CloudStack-non-OSS-101 few week back and today attempted to upgrade to 	CloudStack-non-OSS-137.

The install script has an option for the upgrade, however, after it goes through all dep resolutions, it finds a conflict with antlr.


Transaction Check Error:
  file /usr/share/java/antlr-2.7.7.jar from install of cloud-deps-4.0.0-0.137.el6.4.0.x86_64 conflicts with file from package antlr-0:2.7.7-6.5.el6.x86_64


To resolve this issue, i had to run "yum remove antlr cloud*" and then perform install fresh.

Regards
ilya

  was:
I've installed Jenkins Build CloudStack-non-OSS-101 few week back and today attempted to upgrade to 	CloudStack-non-OSS-137.

The install script has an option for the upgrade, however, after it goes through all dep resolutions, it finds a conflict with antlr.


Transaction Check Error:
  file /usr/share/java/antlr-2.7.7.jar from install of cloud-deps-4.0.0-0.137.el6.4.0.x86_64 conflicts with file from package antlr-0:2.7.7-6.5.el6.x86_64


To resolve this issue, i had to run "yum remove antlr" and then install fresh.

Regards
ilya

    
> Jenkins Build CloudStack-non-OSS-137 Upgrade Script fails
> ---------------------------------------------------------
>
>                 Key: CLOUDSTACK-362
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-362
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Install and Setup
>    Affects Versions: 4.0.0
>         Environment: CentOS 6.3 and Jenkins Build CloudStack-non-OSS-137 (other versions could be affected)
>            Reporter: ilya musayev
>            Priority: Minor
>
> I've installed Jenkins Build CloudStack-non-OSS-101 few week back and today attempted to upgrade to 	CloudStack-non-OSS-137.
> The install script has an option for the upgrade, however, after it goes through all dep resolutions, it finds a conflict with antlr.
> Transaction Check Error:
>   file /usr/share/java/antlr-2.7.7.jar from install of cloud-deps-4.0.0-0.137.el6.4.0.x86_64 conflicts with file from package antlr-0:2.7.7-6.5.el6.x86_64
> To resolve this issue, i had to run "yum remove antlr cloud*" and then perform install fresh.
> Regards
> ilya

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CLOUDSTACK-362) Jenkins Build CloudStack-non-OSS-137 Upgrade Script fails

Posted by "ilya musayev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLOUDSTACK-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ilya musayev updated CLOUDSTACK-362:
------------------------------------

    Description: 
I've installed Jenkins Build CloudStack-non-OSS-101 few week back and today attempted to upgrade to 	CloudStack-non-OSS-137.

The install script has an option for the upgrade, however, after it goes through all dep resolutions, it finds a conflict with antlr.


Transaction Check Error:
  file /usr/share/java/antlr-2.7.7.jar from install of cloud-deps-4.0.0-0.137.el6.4.0.x86_64 conflicts with file from package antlr-0:2.7.7-6.5.el6.x86_64


To resolve this issue, i had to run "yum remove antlr" and then install of fresh.

Regards
ilya

  was:
I've installed Jenkins Build CloudStack-non-OSS-101 few week back and today attempted to upgrade to 	CloudStack-non-OSS-137.

The install script has an option for the upgrade, however, after it goes through all dep resolutions, it finds a conflict with antlr.


Transaction Check Error:
  file /usr/share/java/antlr-2.7.7.jar from install of cloud-deps-4.0.0-0.137.el6.4.0.x86_64 conflicts with file from package antlr-0:2.7.7-6.5.el6.x86_64


To resolve this issue, i had to run "yum remove antlr" and then to an install of fresh.

Regards
ilya

    
> Jenkins Build CloudStack-non-OSS-137 Upgrade Script fails
> ---------------------------------------------------------
>
>                 Key: CLOUDSTACK-362
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-362
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Install and Setup
>    Affects Versions: 4.0.0
>         Environment: CentOS 6.3 and Jenkins Build CloudStack-non-OSS-137 (other versions could be affected)
>            Reporter: ilya musayev
>            Priority: Minor
>
> I've installed Jenkins Build CloudStack-non-OSS-101 few week back and today attempted to upgrade to 	CloudStack-non-OSS-137.
> The install script has an option for the upgrade, however, after it goes through all dep resolutions, it finds a conflict with antlr.
> Transaction Check Error:
>   file /usr/share/java/antlr-2.7.7.jar from install of cloud-deps-4.0.0-0.137.el6.4.0.x86_64 conflicts with file from package antlr-0:2.7.7-6.5.el6.x86_64
> To resolve this issue, i had to run "yum remove antlr" and then install of fresh.
> Regards
> ilya

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira