You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "翁翊成 (JIRA)" <ji...@apache.org> on 2014/03/28 16:48:16 UTC

[jira] [Comment Edited] (CLOUDSTACK-6302) Missing dependency on libmysql-java for management debian package.

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

翁翊成 edited comment on CLOUDSTACK-6302 at 3/28/14 3:47 PM:
----------------------------------------------------------

It seems like it was resolved in master branch.

{code}
@@ -15,14 +15,14 @@ Description: A common package which contains files which are shared by several C

 Package: cloudstack-management
 Architecture: all
-Depends: cloudstack-common (= ${source:Version}), tomcat6, sysvinit-utils, sudo, jsvc, python-mysqldb, libmysql-java, python-paramiko, augea
+Depends: cloudstack-common (= ${source:Version}), tomcat6, sysvinit-utils, sudo, jsvc, python-mysqldb, python-paramiko, augeas-tools
 Conflicts: cloud-server, cloud-client, cloud-client-ui
 Description: CloudStack server library
  The CloudStack management server
{code}


was (Author: wengych):
It seems like it was resolved in master branch.

@@ -15,14 +15,14 @@ Description: A common package which contains files which are shared by several C

 Package: cloudstack-management
 Architecture: all
-Depends: cloudstack-common (= ${source:Version}), tomcat6, sysvinit-utils, sudo, jsvc, python-mysqldb, libmysql-java, python-paramiko, augea
+Depends: cloudstack-common (= ${source:Version}), tomcat6, sysvinit-utils, sudo, jsvc, python-mysqldb, python-paramiko, augeas-tools
 Conflicts: cloud-server, cloud-client, cloud-client-ui
 Description: CloudStack server library
  The CloudStack management server

> Missing dependency on libmysql-java for management debian package.
> ------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-6302
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6302
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.3.0
>         Environment: Ubuntu 12.04
>            Reporter: 翁翊成
>              Labels: deb
>
> The debian package of Cloud Stack 4.3.0 management does not has dependency on libmysql-java, so that it will cause the tomcat application start failed.
> $ dpkg --info cloudstack-management_4.3.0_all.deb
>  new debian package, version 2.0.
>  size 155760322 bytes: control archive= 21171 bytes.
>      800 bytes,    19 lines      conffiles
>      470 bytes,    13 lines      control
>    78077 bytes,   642 lines      md5sums
>     2062 bytes,    55 lines   *  postinst             #!/bin/sh
>      279 bytes,    14 lines   *  prerm                #!/bin/sh
>  Package: cloudstack-management
>  Source: cloudstack
>  Version: 4.3.0
>  Architecture: all
>  Maintainer: Wido den Hollander <wi...@widodh.nl>
>  Installed-Size: 167408
>  Depends: cloudstack-common (= 4.3.0), tomcat6, sysvinit-utils, sudo, jsvc, python-mysqldb, python-paramiko, augeas-tools
>  Conflicts: cloud-client, cloud-client-ui, cloud-server
>  Section: libs
>  Priority: extra
>  Homepage: http://www.cloudstack.org/
>  Description: CloudStack server library
>   The CloudStack management server



--
This message was sent by Atlassian JIRA
(v6.2#6252)