Bug 523218

Summary: geronimo-specs-1.0-2.M2 failed to build during RHEL-6 mass rebuild
Product: Red Hat Enterprise Linux 6 Reporter: Karsten Hopp <karsten>
Component: geronimo-specsAssignee: Jeff Johnston <jjohnstn>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 6.0CC: pknirsch
Target Milestone: beta   
Target Release: ---   
Hardware: s390x   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-20 12:27:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 522407    

Description Karsten Hopp 2009-09-14 14:04:09 UTC
Description of problem:

39. ERROR in /builddir/build/BUILD/geronimo-1.0-M2/specs/j2ee-jacc/src/java/javax/security/jacc/WebUserDataPermissionCollection.java (at line 70)
	Enumeration enum = permissions.elements();
	            ^^^^
Syntax error on token "enum", delete this token
----------
40. ERROR in /builddir/build/BUILD/geronimo-1.0-M2/specs/j2ee-jacc/src/java/javax/security/jacc/WebUserDataPermissionCollection.java (at line 72)
	while (enum.hasMoreElements()) {
	       ^^^^
Syntax error on token "enum", invalid Expression
----------
41. ERROR in /builddir/build/BUILD/geronimo-1.0-M2/specs/j2ee-jacc/src/java/javax/security/jacc/WebUserDataPermissionCollection.java (at line 73)
	if (((WebUserDataPermission)enum.nextElement()).implies(p)) return true;
	                            ^^^^
Syntax error on token "enum", delete this token


Steps to Reproduce:
1. run a brew scratch build with the target RHEL-6-rebuild, don't try without --scratch as that won't work

  
Actual results:
https://brewweb.devel.redhat.com/taskinfo?taskID=1981054


Additional info:
We need the exact n-v-r of the fixed package so that we can import it into our RHEL-6 tree.

Comment 1 RHEL Program Management 2009-09-14 14:27:42 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 2 Phil Knirsch 2010-01-20 12:27:09 UTC
Fixed in current tree. Closing.

Thanks & regards, Phil