From: Gary Thomas <gary@mlbassoc.com>
To: Poky Project <poky@yoctoproject.org>
Subject: Duplicated error messages
Date: Thu, 02 Jun 2011 07:50:00 -0600 [thread overview]
Message-ID: <4DE79508.7010305@mlbassoc.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1101 bytes --]
I just ran 'bitbake core-image-minimal' on a new machine, running a fresh install of
Fedora 15. I got some errors at the start about missing pieces, but the build carried on:
ERROR: Poky's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Please install following missing utilities: help2man,texi2html,hg,chrpath
Fair enough, I'll install those. As I said, the build carried on, but failed
with a pretty useless error, log attached. Notice how every line is duplicated,
plus there is not enough information to tell what file caused the error of
'No such file or directory'
Note: this was on Poky master 484c4e73245c93a08413cd204513bf5c5698b994,
updated this morning.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
[-- Attachment #2: log.do_populate_sysroot --]
[-- Type: text/plain, Size: 3492 bytes --]
ERROR: Error executing a python function in /home/local/my-poky/meta/recipes-devtools/quilt/quilt-native_0.48.bb:
OSError: [Errno 2] No such file or directory
ERROR: Error executing a python function in /home/local/my-poky/meta/recipes-devtools/quilt/quilt-native_0.48.bb:
OSError: [Errno 2] No such file or directory
ERROR: The stack trace of python calls that resulted in this exception/failure was:
ERROR: The stack trace of python calls that resulted in this exception/failure was:
ERROR: File "relocatable_binaries_preprocess", line 6, in <module>
ERROR: File "relocatable_binaries_preprocess", line 6, in <module>
ERROR:
ERROR:
ERROR: File "relocatable_binaries_preprocess", line 3, in relocatable_binaries_preprocess
ERROR: File "relocatable_binaries_preprocess", line 3, in relocatable_binaries_preprocess
ERROR:
ERROR:
ERROR: File "relocatable.bbclass", line 7, in rpath_replace
ERROR: File "relocatable.bbclass", line 7, in rpath_replace
ERROR:
ERROR:
ERROR: File "relocatable.bbclass", line 36, in process_dir
ERROR: File "relocatable.bbclass", line 36, in process_dir
ERROR:
ERROR:
ERROR: File "/usr/lib/python2.7/subprocess.py", line 672, in __init__
ERROR: File "/usr/lib/python2.7/subprocess.py", line 672, in __init__
ERROR: errread, errwrite)
ERROR: errread, errwrite)
ERROR:
ERROR:
ERROR: File "/usr/lib/python2.7/subprocess.py", line 1202, in _execute_child
ERROR: File "/usr/lib/python2.7/subprocess.py", line 1202, in _execute_child
ERROR: raise child_exception
ERROR: raise child_exception
ERROR:
ERROR:
ERROR: The code that was being executed was:
ERROR: The code that was being executed was:
ERROR: 0002:def relocatable_binaries_preprocess(d):
ERROR: 0002:def relocatable_binaries_preprocess(d):
ERROR: 0003: rpath_replace(bb.data.expand('/home/local/p60_test/tmp-eglibc/work/i686-linux/quilt-native-0.48-r0/sysroot-destdir/', d), d)
ERROR: 0003: rpath_replace(bb.data.expand('/home/local/p60_test/tmp-eglibc/work/i686-linux/quilt-native-0.48-r0/sysroot-destdir/', d), d)
ERROR: 0004:
ERROR: 0004:
ERROR: 0005:
ERROR: 0005:
ERROR: *** 0006:relocatable_binaries_preprocess(d)
ERROR: *** 0006:relocatable_binaries_preprocess(d)
ERROR: 0007:
ERROR: 0007:
ERROR: (file: 'relocatable_binaries_preprocess', lineno: 6, function: <module>)
ERROR: (file: 'relocatable_binaries_preprocess', lineno: 6, function: <module>)
ERROR: 0001:
ERROR: 0001:
ERROR: 0002:def relocatable_binaries_preprocess(d):
ERROR: 0002:def relocatable_binaries_preprocess(d):
ERROR: *** 0003: rpath_replace(bb.data.expand('/home/local/p60_test/tmp-eglibc/work/i686-linux/quilt-native-0.48-r0/sysroot-destdir/', d), d)
ERROR: *** 0003: rpath_replace(bb.data.expand('/home/local/p60_test/tmp-eglibc/work/i686-linux/quilt-native-0.48-r0/sysroot-destdir/', d), d)
ERROR: 0004:
ERROR: 0004:
ERROR: 0005:
ERROR: 0005:
ERROR: 0006:relocatable_binaries_preprocess(d)
ERROR: 0006:relocatable_binaries_preprocess(d)
ERROR: 0007:
ERROR: 0007:
ERROR: (file: 'relocatable_binaries_preprocess', lineno: 3, function: relocatable_binaries_preprocess)
ERROR: (file: 'relocatable_binaries_preprocess', lineno: 3, function: relocatable_binaries_preprocess)
ERROR: Function 'relocatable_binaries_preprocess' failed
ERROR: Function 'relocatable_binaries_preprocess' failed
next reply other threads:[~2011-06-02 13:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-02 13:50 Gary Thomas [this message]
2011-06-02 14:17 ` Duplicated error messages Chris Larson
2011-06-02 14:22 ` Gary Thomas
2011-06-02 14:32 ` Chris Larson
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=4DE79508.7010305@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=poky@yoctoproject.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.