Seems to be a similar problem as on ppc64 and s390x, so the fix is the same. Just add alpha to all places where ppc64 is. :-) Index: tomcat5.spec =================================================================== RCS file: /cvs/pkgs/devel/tomcat5/tomcat5.spec,v retrieving revision 1.101 diff -u -p -r1.101 tomcat5.spec --- tomcat5.spec 9 Aug 2007 20:40:20 -0000 1.101 +++ tomcat5.spec 22 Aug 2007 08:11:44 -0000 @@ -98,7 +98,7 @@ Patch12: %{name}-%{majversion}-util-buil Patch13: %{name}-%{version}-http11-build.patch Patch14: %{name}-%{majversion}-jk-build.patch Patch16: %{name}-%{majversion}-jspc-classpath.patch -#FIXME Disable JSP pre-compilation on ppc64 and x390x +#FIXME Disable JSP pre-compilation on ppc64, s390x and alpha Patch18: %{name}-%{majversion}-skip-jsp-precompile.patch # XXX: # Seems to be only needed when building with ECJ for java 1.5 since @@ -444,7 +444,7 @@ cd %{packdname} %patch13 -b .p13 %patch14 -b .p14 %patch16 -b .p16 -%ifarch ppc64 s390x +%ifarch ppc64 s390x alpha %patch18 -b .p18 %endif %patch19 -b .p19 @@ -1217,7 +1217,7 @@ fi %dir %{appdir}/webdav %{appdir}/webdav/* %if %{gcj_support} -%ifnarch ppc64 s390x +%ifnarch ppc64 s390x alpha %attr(-,root,root) %{_libdir}/gcj/%{name}/catalina-root* %endif %endif
And this hunk as well: @@ -591,7 +591,7 @@ unzip -qq ../apache-tomcat-5.5.23-src/bu -x META-INF/MANIFEST.MF org/apache/jasper/compiler/Localizer.class unzip -qq %{_javadir}/jdtcore.jar -x META-INF/MANIFEST.MF cp %{SOURCE6} META-INF/MANIFEST.MF -rm plugin.properties plugin.xml about.html jdtCompilerAdapter.jar META-INF/eclipse.inf +rm -f plugin.properties plugin.xml about.html jdtCompilerAdapter.jar META-INF/eclipse.inf zip -qq -r ../org.apache.jasper_5.5.17.v200706111724.jar . popd %endif For some reason META-INF/eclipse.inf doesn't exist, when I build it here and build fails at that point, because it cannot remove the file :-(
ping!
Thanks. These fixes will appear in next Tomcat5 build.
tomcat5-5.5.25-2jpp.1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update tomcat5'
tomcat5-5.5.25-2jpp.1.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update tomcat5'
tomcat5-5.5.26-1jpp.1.fc7 has been submitted as an update for Fedora 7
tomcat5-5.5.26-1jpp.1.fc8 has been submitted as an update for Fedora 8
tomcat5-5.5.26-1jpp.2.fc8 has been submitted as an update for Fedora 8
tomcat5-5.5.26-1jpp.2.fc7 has been submitted as an update for Fedora 7
tomcat5-5.5.26-1jpp.2.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.
tomcat5-5.5.26-1jpp.2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.