Description of problem: Attempting to build eclipse-cdt for FC6 is getting bogged down with access restriction warnings of the type: [javac] 74. WARNING in /builddir/build/BUILD/eclipse-cdt-3.1.1/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.core/src/org/eclipse/cdt/core/CConventions.java [javac] (at line 181) [javac] return new Status(IStatus.WARNING, CCorePlugin.PLUGIN_ID, -1, Util.bind("convention.namespace.dollarName"), null); //$NON-NLS-1$ [javac] ^^^^^^^ [javac] Access restriction: The field WARNING from the type IStatus is not accessible due to restriction on classpath entry /builddir/build/BUILD/eclipse-cdt-3.1.1/SDK/plugins/org.eclipse.equinox.common_3.2.0.v20060603.jar Version-Release number of selected component (if applicable): How reproducible: Attempt to build eclipse-cdt rpm under FC6 brew. Actual results: Very slow build with warnings on every line. Expected results: Reasonably quick build. Additional info: Problem does not appear to be in rawhide. Same rpm sources built quickly there.
This is caused by a bug in the ecj-square-brakets patch. I just fixed it in rawhide so I'll push an update to FC6 with the updated patch. Thanks.
This is fixed in the upcoming 3.2.2-1.fc6 update. Thanks.