Description of problem: The same spec file that builds OK on all other architectures fails when attempted on ppc64 or s390x. Here is the portion of te log on ppc64: build-webapps-precompile: [mkdir] Created dir: /builddir/build/BUILD/tomcat5-5.5.17/apache-tomcat-5.5.17-src/build/build/server/webapps/admin/WEB-INF/src/admin [mkdir] Created dir: /builddir/build/BUILD/tomcat5-5.5.17/apache-tomcat-5.5.17-src/build/build/webapps/ROOT/WEB-INF/src [mkdir] Created dir: /builddir/build/BUILD/tomcat5-5.5.17/apache-tomcat-5.5.17-src/build/build/webapps/ROOT/WEB-INF/classes [mkdir] Created dir: /builddir/build/BUILD/tomcat5-5.5.17/apache-tomcat-5.5.17-src/build/build/webapps/jsp-examples/WEB-INF/src BUILD FAILED /builddir/build/BUILD/tomcat5-5.5.17/apache-tomcat-5.5.17-src/build/build.xml:841: The following error occurred while executing this line: /builddir/build/BUILD/tomcat5-5.5.17/apache-tomcat-5.5.17-src/build/build.xml:464: org.apache.jasper.JasperException: The absolute uri: http://struts.apache.org/tags-bean cannot be resolved in either web.xml or the jar files deployed with this application Version-Release number of selected component (if applicable): rawhide How reproducible: always Steps to Reproduce: 1. submit a build of the latest tomcat5 tag on devel 2. 3. Actual results: Build fails on either ppc64 or s390x (others get cancelled) Expected results: Builds on all arches ("ExcludeArches: ppc64 s390x" is currently required to build tomcat5). Additional info: pon request