All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Edwards <grante@visi.com>
To: openembedded-devel@openembedded.org
Subject: How do you find a rev of OE that will build?
Date: Wed, 19 Dec 2007 02:02:45 +0000 (UTC)	[thread overview]
Message-ID: <fk9u44$rgn$1@ger.gmane.org> (raw)

How does one find a rev of OE that builds?

I've been following the GettingStarted page trying to build
task-bask for about a week now, and I always hit errors due to
failed patches.  Here's the error du jour after doing a
pull/update about a half hour ago:

[...]
NOTE: Running task 284 of 976 (ID: 650, /home/grante/quarq/oe/org.openembedded.dev/packages/python/python-native_2.5.1.bb, do_patch)
NOTE: package python-native-2.5.1: started
NOTE: package python-native-2.5.1-ml1: task do_patch: started
NOTE: Applying patch 'bindir-libdir.patch'
ERROR: Error in executing: 
ERROR: Exception:__builtin__.CmdError Message:Command Error: exit status: 1  Output:
Applying patch bindir-libdir.patch
patching file Makefile.pre.in
Hunk #1 FAILED at 78.
1 out of 1 hunk FAILED -- rejects in file Makefile.pre.in
Patch bindir-libdir.patch can be reverse-applied
ERROR: Printing the environment of the function
ERROR: Error in executing: 
ERROR: Exception:__builtin__.CmdError Message:Command Error: exit status: 1  Output:
Applying patch bindir-libdir.patch
patching file Makefile.pre.in
Hunk #1 FAILED at 78.
1 out of 1 hunk FAILED -- rejects in file Makefile.pre.in
Patch bindir-libdir.patch can be reverse-applied
ERROR: Printing the environment of the function
ERROR: Error in executing: 
ERROR: Exception:__builtin__.CmdError Message:Command Error: exit status: 1  Output:
Applying patch bindir-libdir.patch
patching file Makefile.pre.in
Hunk #1 FAILED at 78.
1 out of 1 hunk FAILED -- rejects in file Makefile.pre.in
Patch bindir-libdir.patch can be reverse-applied
ERROR: Printing the environment of the function
ERROR: Build of /home/grante/quarq/oe/org.openembedded.dev/packages/python/python-native_2.5.1.bb do_patch failed
Traceback (most recent call last):
  File "/usr/bin/bitbake", line 134, in ?
    main()
  File "/usr/bin/bitbake", line 131, in main
    cooker.cook()
  File "usr/lib/python2.4/site-packages/bb/cooker.py", line 552, in cook
  File "usr/lib/python2.4/site-packages/bb/cooker.py", line 466, in buildTargets
  File "usr/lib/python2.4/site-packages/bb/runqueue.py", line 403, in execute_runqueue
  File "usr/lib/python2.4/site-packages/bb/runqueue.py", line 531, in execute_runqueue_internal
  File "usr/lib/python2.4/site-packages/bb/cooker.py", line 125, in tryBuild
  File "usr/lib/python2.4/site-packages/bb/cooker.py", line 98, in tryBuildPackage
  File "usr/lib/python2.4/site-packages/bb/build.py", line 292, in exec_task
  File "usr/lib/python2.4/site-packages/bb/build.py", line 281, in execute
  File "usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
  File "usr/lib/python2.4/site-packages/bb/build.py", line 117, in exec_func_python
  File "usr/lib/python2.4/site-packages/bb/utils.py", line 144, in better_exec
  File "do_patch", line 4, in ?
  File "do_patch", line 2, in do_patch
  File "usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
  File "usr/lib/python2.4/site-packages/bb/build.py", line 117, in exec_func_python
  File "usr/lib/python2.4/site-packages/bb/utils.py", line 144, in better_exec
  File "base_do_patch", line 4, in ?
  File "base_do_patch", line 2, in base_do_patch
  File "usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
  File "usr/lib/python2.4/site-packages/bb/build.py", line 117, in exec_func_python
  File "usr/lib/python2.4/site-packages/bb/utils.py", line 144, in better_exec
  File "patch_do_patch", line 100, in ?
  File "patch_do_patch", line 98, in patch_do_patch
  File "<bb>", line 339, in Resolve
__builtin__.CmdError: Command Error: exit status: 1  Output:
Applying patch bindir-libdir.patch
patching file Makefile.pre.in
Hunk #1 FAILED at 78.
1 out of 1 hunk FAILED -- rejects in file Makefile.pre.in
Patch bindir-libdir.patch can be reverse-applied

NOTE: Parsing finished. 4718 cached, 0 parsed, 218 skipped, 0 masked.
NOTE: build 200712181957: started

OE Build Configuration:
BB_VERSION     = "1.8.8"
OE_REVISION    = "6834c8854d34a28405ba69e170089d3a873e3d1a"
TARGET_ARCH    = "arm"
TARGET_OS      = "linux"
MACHINE        = "collie"
DISTRO         = "angstrom"
DISTRO_VERSION = "2007.11RC1.2"
TARGET_FPU     = "soft"

NOTE: Resolving missing task queue dependencies
NOTE: preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-libc-for-gcc)
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 284 of 976 (ID: 650, /home/grante/quarq/oe/org.openembedded.dev/packages/python/python-native_2.5.1.bb, do_patch)
ERROR: Task 650 (/home/grante/quarq/oe/org.openembedded.dev/packages/python/python-native_2.5.1.bb, do_patch) failed
NOTE: Tasks Summary: Attempted 283 tasks of which 283 didn't need to be rerun and 1 failed.
ERROR: '/home/grante/quarq/oe/org.openembedded.dev/packages/python/python-native_2.5.1.bb' failed

-- 
Grant Edwards
grante@visi.com





             reply	other threads:[~2007-12-19  2:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-19  2:02 Grant Edwards [this message]
2007-12-20 22:51 ` How do you find a rev of OE that will build? Grant Edwards
2007-12-21  0:47   ` Paul Sokolovsky
2007-12-21  2:40     ` Grant Edwards

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='fk9u44$rgn$1@ger.gmane.org' \
    --to=grante@visi.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@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.