From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b3) Gecko/20050827 Fedora/1.1-0.2.8.deerpark.alpha2 Firefox/1.0+ Description of problem: xalan-j2 fails to build on Rawhide: RPM build errors: File not found by glob: /var/tmp/xalan-j2-2.6.0-3jpp_3fc.src.rpm-root/usr/lib64/gcj/xalan-j2/xalan-j2-2.6.0.jar.* File not found by glob: /var/tmp/xalan-j2-2.6.0-3jpp_3fc.src.rpm-root/usr/lib64/gcj/xalan-j2/xsltc-2.6.0.jar.* Version-Release number of selected component (if applicable): xalan-j2-2.6.0-3jpp_3fc How reproducible: Always Steps to Reproduce: 1.build xalan-j2 on a minimal system (mock) 2. 3. Actual Results: see attached log Additional info:
Created attachment 120046 [details] log of failed build
Someone asked me about this on IRC on Friday. There's a copy of the main xalan jarfile embedded in xalan-j2-servlet.war, one of the demo files. The latest aot-compile-rpm finds this, and excludes the main jarfile because the war has all of its classes and more. Personally I'd just not package the war: it's only a demo file, and I doubt anyone has ever used it. If you don't want to do this then you can pass "--exclude /usr/share/xalan-j2/xalan-j2-servlet.war" to the aot-compile-rpm command line.
fixed in xalan-j2-2.6.0-3jpp_4fc with the latter of gbenson's suggestions