[oe] bitbake error "The type package-info is already defined" :(

Xerxes Rånby xerxes at zafena.se
Sat Aug 22 17:02:01 UTC 2009


Hi Martin

What you are experiencing are probably the Icedtea6 problem report 375
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=375

Your distribution (ångstrom) have upgraded the eclipse compiler to 
ecj-3.5.x in the org.openembedded.dev tree during the summer and this
causes your problems.

Only the next release and yet unreleased released icedtea6-1.6 supports
building with such a recent eclipse javac compiler.

possible solutions for you are:

1. help the jalimo project create a new icedtea6-native package using the icedtea 1.6
release branch.
2. use an older version of the org.openembedded.dev tree that still uses
ECJ 3.4 for ångstrom
3. backport the patch from icedtea6 1.6 to icedtea6 1.3.1

Cheers and have a great day!
Xerxes


Den 2009-08-22 15:58, Martin Wegner skrev:
> Hi,
>
> I try to cross compile jalimo/icedtea but I get an "The type
> package-info is already defined" error and google is not my friend :(
>
> Who can help me please? Here is the log:
>
> martin at martin-desktop:/stuff/sources$ bitbake openjdk-6
> /var/lib/python-support/python2.6/bb/COW.py:29: DeprecationWarning: the
> sets module is deprecated
> import types, sets
> WARNING: No matches in filesystem for /stuff/jalimo-trunk/oe-overlay in
> COLLECTIONS
> /var/lib/python-support/python2.6/bb/COW.py:29: DeprecationWarning: the
> sets module is deprecated
> import types, sets
> NOTE: Handling BitBake files: \ (7184/7184) [100 %]
> NOTE: Parsing finished. 6899 cached, 0 parsed, 285 skipped, 2 masked.
> NOTE: Cache is clean, not saving.
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> ERROR: Multiple .bb files are due to be built which each provide
> virtual/javac-native
> (/stuff/openembedded/recipes/ecj/ecj-bootstrap-native.bb
> /stuff/openembedded/recipes/openjdk-langtools/openjdk-javac-native_0.0+jdk7-b31.bb).
> This usually means one provides something the other doesn't and should.
> NOTE: Executing runqueue
> NOTE: Running task 1481 of 2097 (ID: 259,
> /stuff/jalimo/trunk/oe-overlay/packages/icedtea/icedtea6-native_1.3.1.bb,
> do_compile)
> ERROR: function do_compile failed
> ERROR: log data follows
> (/stuff/tmp/work/i686-linux/icedtea6-native-1.3.1-r2/temp/log.do_compile.28821)
> | 1/2 Building Hotspot
> | NOTE: make hotspot
> OE_PATH=/stuff/tmp/staging/i686-linux/usr/bin:/stuff/tmp/staging/i686-linux/usr/bin/i686-linux:/stuff/tmp/staging/i686-linux/usr/sbin:/stuff/tmp/staging/i686-linux/usr/bin:/stuff/tmp/cross/i686/bin:/stuff/tmp/staging/i686-linux/sbin:/stuff/tmp/staging/i686-linux/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
> | rm -f stamps/bootstrap-directory-symlink-ecj.stamp
> | rm -f stamps/icedtea-ecj.stamp
> | rm -f stamps/icedtea-against-ecj.stamp
> | /usr/bin/make hotspot-helper
> | make[1]: Entering directory
> `/stuff/tmp/work/i686-linux/icedtea6-native-1.3.1-r2/icedtea6-1.3.1'
> | rm -f bootstrap/jdk1.6.0
> | ln -sf ecj bootstrap/jdk1.6.0
> | mkdir -p stamps
> | touch stamps/bootstrap-directory-symlink-ecj.stamp
> | if ! test -d
> /stuff/tmp/work/i686-linux/icedtea6-native-1.3.1-r2/icedtea6-1.3.1/bootstrap/jdk1.6.0
> ; \
> | then \
> | /stuff/tmp/staging/i686-linux/usr/bin/ecj-bootstrap -g -d
> lib/hotspot-tools \
> | -source 1.5 \
> | -sourcepath \
> |
> 'hotspot-tools:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:/stuff/tmp/work/i686-linux/icedtea6-native-1.3.1-r2/icedtea6-1.3.1/generated:/stuff/tmp/work/i686-linux/icedtea6-native-1.3.1-r2/icedtea6-1.3.1/rt'
> \
> | -bootclasspath '' @hotspot-tools-source-files.txt ; \
> | else \
> |
> /stuff/tmp/work/i686-linux/icedtea6-native-1.3.1-r2/icedtea6-1.3.1/bootstrap/jdk1.6.0/bin/javac
>
> -g \
> | -d lib/hotspot-tools \
> | -source 1.5 \
> | -sourcepath \
> |
> 'hotspot-tools:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:/stuff/tmp/work/i686-linux/icedtea6-native-1.3.1-r2/icedtea6-1.3.1/generated:/stuff/tmp/work/i686-linux/icedtea6-native-1.3.1-r2/icedtea6-1.3.1/rt'
> \
> | -bootclasspath '' @hotspot-tools-source-files.txt ; \
> | fi
> | incorrect classpath:
> hotspot-tools/com/sun/codemodel/internal/ClassType.java
> | ----------
> | 1. ERROR in hotspot-tools/com/sun/codemodel/internal/package-info.java
> (at line 1)
> | /*
> | ^
> | The type package-info is already defined
> | ----------
> | ----------
> | 2. ERROR in hotspot-tools/com/sun/source/tree/package-info.java (at
> line 1)
> | /*
> | ^
> | The type package-info is already defined
> | ----------
> | ----------
> | 3. ERROR in hotspot-tools/com/sun/source/util/package-info.java (at
> line 1)
> | /*
> | ^
> | The type package-info is already defined
> | ----------
> | ----------
> | 4. ERROR in
> hotspot-tools/com/sun/tools/internal/xjc/model/package-info.java (at line 1)
> | /*
> | ^
> | The type package-info is already defined
> | ----------
> | ----------
> | 5. ERROR in hotspot-tools/com/sun/tools/internal/xjc/package-info.java
> (at line 1)
> | /*
> | ^
> | The type package-info is already defined
> | ----------
> | ----------
> | 6. ERROR in
> hotspot-tools/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/package-info.java
> (at line 1)
> | /*
> | ^
> | The type package-info is already defined
> | ----------
> | 6 problems (6 errors)make[1]: ***
> [stamps/hotspot-tools-class-files.stamp] Error 255
> | make[1]: Leaving directory
> `/stuff/tmp/work/i686-linux/icedtea6-native-1.3.1-r2/icedtea6-1.3.1'
> | make: *** [hotspot] Error 2
> | FATAL: oe_runmake failed
> NOTE: Task failed:
> /stuff/tmp/work/i686-linux/icedtea6-native-1.3.1-r2/temp/log.do_compile.28821
> ERROR: TaskFailed event exception, aborting
> ERROR: Build of
> /stuff/jalimo/trunk/oe-overlay/packages/icedtea/icedtea6-native_1.3.1.bb
> do_compile failed
> ERROR: Task 259
> (/stuff/jalimo/trunk/oe-overlay/packages/icedtea/icedtea6-native_1.3.1.bb,
> do_compile) failed
> NOTE: Tasks Summary: Attempted 1480 tasks of which 1480 didn't need to
> be rerun and 1 failed.
> ERROR:
> '/stuff/jalimo/trunk/oe-overlay/packages/icedtea/icedtea6-native_1.3.1.bb'
> failed
> martin at martin-desktop:/stuff/sources$
>
> Thank you so much!
>
> Greetings!
>
> Martin
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>   





More information about the Openembedded-devel mailing list