ecj bootstrap

Gary Benson gbenson at redhat.com
Fri Nov 9 00:28:26 PST 2007


Hi all,

Are people managing to build with the ecj bootstrap stuff?  I've
tried it on three different platforms (Fedora 7 i386 and ppc, and
Fedora 8 ppc), and I get the same error each time: ecj bombs out
during the langtools build because its source level is wrong.  I
attached the end of a log.  I can only build if I apply something
like the attached patch.

Any clues?

Cheers,
Gary
-------------- next part --------------
make[2]: Entering directory `/home/gbenson/mixtec/openjdk-ecj/langtools/make'
JAVAC=/home/gbenson/mixtec/bootstrap/jdk1.6.0/bin/javac ANT_OPTS=-Djava.io.tmpdir='/home/gbenson/mixtec/openjdk-ecj/control/build/linux-ppc/langtools/build/ant-tmp' ant -diagnostics > /home/gbenson/mixtec/openjdk-ecj/control/build/linux-ppc/langtools/build/ant-diagnostics.log
JAVAC=/home/gbenson/mixtec/bootstrap/jdk1.6.0/bin/javac ANT_OPTS=-Djava.io.tmpdir='/home/gbenson/mixtec/openjdk-ecj/control/build/linux-ppc/langtools/build/ant-tmp' ant -Djdk.version=1.7.0 -Dfull.version='1.7.0-b22'  -Dmilestone=internal -Dbuild.number=b22 -Djavac.target=5 -Dboot.java.home=/home/gbenson/mixtec/bootstrap/jdk1.6.0 -Dbuild.dir=/home/gbenson/mixtec/openjdk-ecj/control/build/linux-ppc/langtools/build -Ddist.dir=/home/gbenson/mixtec/openjdk-ecj/control/build/linux-ppc/langtools/dist -Dfindbugs.home=/NOT-SET/devtools/share/findbugs/latest build
Buildfile: build.xml

-def-check:

-check-boot.java.home:

-def-pcompile:
    [mkdir] Created dir: /home/gbenson/mixtec/openjdk-ecj/control/build/linux-ppc/langtools/build/toolclasses
    [javac] Compiling 2 source files to /home/gbenson/mixtec/openjdk-ecj/control/build/linux-ppc/langtools/build/toolclasses
    [javac] ----------
    [javac] 1. ERROR in /home/gbenson/mixtec/openjdk-ecj/langtools/make/tools/CompileProperties/CompileProperties.java (at line 220)
    [javac] 	List<String> sortedKeys = new ArrayList<String>();
    [javac] 	^^^^
    [javac] The type List is not generic; it cannot be parameterized with arguments <String>
    [javac] ----------
    [javac] 2. ERROR in /home/gbenson/mixtec/openjdk-ecj/langtools/make/tools/CompileProperties/CompilePropertie
    [javac] s.java (at line 220)
    [javac] 	List<String> sortedKeys = new ArrayList<String>();
    [javac] 	     ^^^^^^
    [javac] Syntax error, parameterized types are only available if source level is 5.0
    [javac] ----------
    [javac] 3. ERROR in /home/gbenson/mixtec/openjdk-ecj/langtools/make/tools/CompileProperties/CompileProperties.java (at line 220)
    [javac] 	List<String> sortedKeys = new ArrayList<String>();
    [javac] 	                              ^^^^^^^^^
    [javac] The type ArrayList is not generic; it cannot be parameterized with arguments <String>
    [javac] ----------
    [javac] 4. ERROR in /home/gbenson/mixtec/openjdk-ecj/langtools/make/tools/CompileProperties/CompilePropertie
    [javac] s.java (at line 220)
    [javac] 	List<String> sortedKeys = new ArrayList<String>();
    [javac] 	                                        ^^^^^^
    [javac] Syntax error, parameterized types are only available if source level is 5.0
    [javac] ----------
    [javac] 5. ERROR in /home/gbenson/mixtec/openjdk-ecj/langtools/make/tools/CompileProperties/CompileProperties.java (at line 221)
    [javac] 	for ( Object key : p.keySet() ) {
    [javac] 	      ^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Syntax error, 'for each' statements are only available if source level is 5.0
    [javac] ----------
    [javac] 6. ERROR in /home/gbenson/mixtec/openjdk-ecj/langtools/make/tools/CompileProperties/CompilePropertie
    [javac] s.java (at line 221)
    [javac] 	for ( Object key : p.keySet() ) {
    [javac] 	                   ^^^^^^^^^^
    [javac] Can only iterate over an array or an instance of java.lang.Iterable
    [javac] ----------
    [javac] ----------
    [javac] 7. ERROR in /home/gbenson/mixtec/openjdk-ecj/langtools/make/tools/CompileProperties/CompilePropertiesTask.java (at line 60)
    [javac] 	List<String> mainOpts = new ArrayList<String>();
    [javac] 	^^^^
    [javac] The type List is not generic; it cannot be parameterized with arguments <String>
    [javac] ----------
    [javac] 8. ERROR in /home/gbenson/mixtec/openjdk-ecj/langtools/make/tools/CompileProperties/CompilePropertie
    [javac] sTask.java (at line 60)
    [javac] 	List<String> mainOpts = new ArrayList<String>();
    [javac] 	     ^^^^^^
    [javac] Syntax error, parameterized types are only available if source level is 5.0
    [javac] ----------
    [javac] 9. ERROR in /home/gbenson/mixtec/openjdk-ecj/langtools/make/tools/CompileProperties/CompilePropertiesTask.java (at line 60)
    [javac] 	List<String> mainOpts = new ArrayList<String>();
    [javac] 	                            ^^^^^^^^^
    [javac] The type ArrayList is not generic; it cannot be parameterized with arguments <String>
    [javac] ----------
    [javac] 10. ERROR in /home/gbenson/mixtec/openjdk-ecj/langtools/make/tools/CompileProperties/CompileProperti
    [javac] esTask.java (at line 60)
    [javac] 	List<String> mainOpts = new ArrayList<String>();
    [javac] 	                                      ^^^^^^
    [javac] Syntax error, parameterized types are only available if source level is 5.0
    [javac] ----------
    [javac] 11. ERROR in /home/gbenson/mixtec/openjdk-ecj/langtools/make/tools/CompileProperties/CompilePropertiesTask.java (at line 63)
    [javac] 	for (String path: s.getIncludedFiles()) {
    [javac] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Syntax error, 'for each' statements are only available if source level is 5.0
    [javac] ----------
    [javac] 11 problems (11 errors)

BUILD FAILED
/home/gbenson/mixtec/openjdk-ecj/langtools/make/build.xml:566: Compile failed; see the compiler error output for details.

Total time: 4 seconds
make[2]: *** [build] Error 1
make[2]: Leaving directory `/home/gbenson/mixtec/openjdk-ecj/langtools/make'
make[1]: *** [langtools-build] Error 2
make[1]: Leaving directory `/home/gbenson/mixtec/openjdk-ecj/control/make'
make: *** [stamps/icedtea-ecj.stamp] Error 2
-------------- next part --------------
diff -r 96f81d7529ad openjdk-ecj/langtools/make/build.xml
--- openjdk/langtools/make/build.xml	Thu Nov 08 13:09:11 2007 +0000
+++ openjdk/langtools/make/build.xml	Thu Nov 08 13:15:07 2007 +0000
@@ -497,7 +497,8 @@
                        includes="@{includes}"
                        sourcepath=""
                        includeAntRuntime="no"
-                       target="@{javac.target}">
+                       target="@{javac.target}"
+		       source="1.5">
                     <compilerarg value="-J-Xbootclasspath/p:@{javac.bootclasspath}"/>
                     <compilerarg line="${javac.version.opt}"/>
                     <compilerarg line="-Xlint"/>
@@ -511,7 +512,8 @@
                        includeAntRuntime="no"
                        target="@{javac.target}"
                        debug="${javac.debug}" 
-                       debuglevel="${javac.debuglevel}">
+                       debuglevel="${javac.debuglevel}"
+		       source="1.5">
                     <compilerarg value="-J-Xbootclasspath/p:@{javac.bootclasspath}"/>
                     <compilerarg value="-Xbootclasspath/p:@{classes.dir}"/>
                     <compilerarg line="${javac.no.jdk.warnings}"/>
@@ -563,7 +565,8 @@
         <mkdir dir="${build.toolclasses.dir}"/>
         <javac srcdir="${make.tools.dir}/CompileProperties"
                destdir="${build.toolclasses.dir}/"
-               classpath="${ant.home}/lib/ant.jar"/>
+               classpath="${ant.home}/lib/ant.jar"
+	       source="1.5"/>
         <taskdef name="pcompile"
                  classname="CompilePropertiesTask" 
                  classpath="${build.toolclasses.dir}/"/>
diff -r 96f81d7529ad openjdk-ecj/langtools/make/build.properties
--- openjdk/langtools/make/build.properties	Thu Nov 08 13:09:11 2007 +0000
+++ openjdk/langtools/make/build.properties	Thu Nov 08 13:18:12 2007 +0000
@@ -66,7 +66,7 @@ javac.no.jdk.warnings = -XDignore.symbol
 # set the following to -version to verify the versions of javac being used
 javac.version.opt = 
 # in time, there should be no exceptions to -Xlint:all
-javac.lint.opts = -Xlint:all,-unchecked,-deprecation,-fallthrough,-cast,-serial -Werror
+javac.lint.opts = -Xlint:all,-unchecked,-deprecation,-fallthrough,-cast,-serial
 
 # options for the <javadoc> task for javac
 javadoc.jls3.url=http://java.sun.com/docs/books/jls/
diff -r 96f81d7529ad openjdk-ecj/jaxp/make/build.xml
--- openjdk/jaxp/make/build.xml	Thu Nov 08 13:09:11 2007 +0000
+++ openjdk/jaxp/make/build.xml	Thu Nov 08 13:26:57 2007 +0000
@@ -71,7 +71,8 @@
       <mkdir dir="${build.toolclasses.dir}"/>
       <javac srcdir="${make.tools.dir}/StripProperties"
 		destdir="${build.toolclasses.dir}/"
-		classpath="${ant.home}/lib/ant.jar"/>
+		classpath="${ant.home}/lib/ant.jar"
+		source="1.5"/>
       <taskdef name="pstrip"
 		 classname="StripPropertiesTask"
 		 classpath="${build.toolclasses.dir}/"/>
@@ -85,7 +86,8 @@
              destdir="${build.classes.dir}"
              memoryInitialSize="${javac.memoryInitialSize}"
              memoryMaximumSize="${javac.memoryMaximumSize}"
-             target="${javac.target}">
+             target="${javac.target}"
+	     source="1.5">
          <compilerarg value="-J-Xbootclasspath/p:${bootstrap.dir}/lib/javac.jar"/>
          <compilerarg line="${javac.version.opt}"/>
       </javac>


More information about the distro-pkg-dev mailing list