Hi All, Master RPM build failing from Dec 3rd onwards http://jenkins.buildacloud.org/job/package-rhel63-master/
Install script unable to find "jasypt-1.9.2.jar" while creating RPMs + mv /var/lib/jenkins/workspace/package-rhel63-master/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/share/cloudstack-management/webapps/client/WEB-INF/classes/environment.properties /var/lib/jenkins/workspace/package-rhel63-master/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/etc/cloudstack/management/environment.properties + ln -s /etc/cloudstack/management/log4j-cloud.xml /var/lib/jenkins/workspace/package-rhel63-master/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/share/cloudstack-management/webapps/client/WEB-INF/classes/log4j-cloud.xml + mv /var/lib/jenkins/workspace/package-rhel63-master/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/share/cloudstack-management/webapps/client/WEB-INF/classes/context.xml /var/lib/jenkins/workspace/package-rhel63-master/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/etc/cloudstack/management/Catalina/localhost/client + install python/bindir/cloud-external-ipallocator.py /var/lib/jenkins/workspace/package-rhel63-master/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/bin/cloudstack-external-ipallocator.py + install -D client/target/pythonlibs/jasypt-1.9.2.jar /var/lib/jenkins/workspace/package-rhel63-master/dist/rpmbuild/BUILDROOT/cloudstack-4.6.0-SNAPSHOT.el6.x86_64/usr/share/cloudstack-common/lib/jasypt-1.9.2.jar install: cannot stat `client/target/pythonlibs/jasypt-1.9.2.jar': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.8ElQzF (%install) Looks like, this issue got introduced after below check-in [root@build packaging]# git show 518853ab4364eab34a95ed41df33e793a2d59402 commit 518853ab4364eab34a95ed41df33e793a2d59402 Author: Rohit Yadav <rohit.ya...@shapeblue.com> Date: Thu Dec 4 04:02:46 2014 +0530 packaging: updated hardcoded jasypt version to 1.9.2 Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> (cherry picked from commit 43f39a1ec37de08e5b8e97dfd74a853c0aae76c7) Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> diff --git a/debian/rules b/debian/rules index 197e243..08fca4c 100755 Regards, Rayees