From: Martin Wegner <martinator.de@arcor.de>
To: openembedded-devel@lists.openembedded.org
Subject: bitbake error "The type package-info is already defined" :(
Date: Sat, 22 Aug 2009 15:58:57 +0200 [thread overview]
Message-ID: <4A8FF9A1.8050800@arcor.de> (raw)
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@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@martin-desktop:/stuff/sources$
Thank you so much!
Greetings!
Martin
next reply other threads:[~2009-08-22 14:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-22 13:58 Martin Wegner [this message]
2009-08-22 17:02 ` bitbake error "The type package-info is already defined" :( Xerxes Rånby
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A8FF9A1.8050800@arcor.de \
--to=martinator.de@arcor.de \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.