Hi Joe, Thanks for the pointer.
The listed dependencies have been installed. W.r.t to tomcat6 -- I came across this link that suggests "Tomcat 6.0.33 since 6.0.35 has some issues with Cloudstack" (http://cloudstack.apache.org/develop/environment.html#maven). As per instructions here, I've untarred and set CATALINA_HOME and CATALINA_BASE. Should I be doing anything else so that dpkg-buildpackage recognizes this tomcat6 install? Regards, Preethi On 4/19/13 5:07 PM, "Joe Brockmeier" <[email protected]> wrote: >On Fri, Apr 19, 2013, at 06:48 PM, Preethi Natarajan wrote: >> Hi Joe, >> >> Thanks for getting back. >> >> dpkg-buildpackage complained about unmet build dependencies for tomcat6. >> >> I don't understand since CATALINA_HOME and CATALINA_BASE are set to the >> install locations of tomcat-6.0.33 (in my HOME). Any ideas what may be >> happening? Many thanks. > >You're building a debian package - dpkg-buildpackage doesn't know about >your install of Tomcat. You need to install the dependencies as >specified in the install guide for building Debian packages: > >http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating >/html/Installation_Guide/sect-source-builddebs.html > >sudo apt-get install ant debhelper openjdk-6-jdk tomcat6 >libws-commons-util-java genisoimage python-mysqldb libcommons-codec-java >libcommons-httpclient-java liblog4j1.2-java maven3 > >You may already have some of those packages, and it's possible that >4.2.0 requires different dependencies - but that's where I'd start. > >Best, > >jzb >-- >Joe Brockmeier >[email protected] >Twitter: @jzb >http://www.dissociatedpress.net/
