Patching fails for zaurusd. Because of this building any image other
than the base-image fails.
Also another dependency gst-plugins-bad_0.10.6.bb fails because of a
compilation error.
Log for zaurusd follows.

tovarish

[~/zaurus/openembedded/openembedded $]bitbake zaurusd
NOTE: Handling BitBake files: \ (6561/6561) [100 %]
NOTE: Parsing finished. 6284 cached, 0 parsed, 277 skipped, 0 masked.
NOTE: Cache is clean, not saving.
NOTE: build 200903050850: started

OE Build Configuration:
BB_VERSION        = "1.8.12"
METADATA_BRANCH   = "org.openembedded.dev"
METADATA_REVISION = "e0890f15eea858e7eb1e6e7c17c1b34ad8126c72"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "c7x0"
DISTRO            = "angstrom"
DISTRO_VERSION    = "2009.X-test-20090305"
TARGET_FPU        = "soft"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 354 of 539 (ID: 4,
/home/kundun/zaurus/openembedded/openembedded/packages/zaurusd/zaurusd_svn.bb,
do_patch)
NOTE: package zaurusd-0.0+svn20090305: started
NOTE: package zaurusd-0.0+svn20090305-r18: task do_patch: started
NOTE: Running task 527 of 539 (ID: 13,
/home/kundun/zaurus/openembedded/openembedded/packages/zaurusd/zaurusd_svn.bb,
do_distribute_sources)
NOTE: package zaurusd-0.0+svn20090305: started
NOTE: package zaurusd-0.0+svn20090305-r18: task do_distribute_sources: started
NOTE: Applying patch 'add-poodle.patch'
(/home/kundun/zaurus/openembedded/openembedded/packages/zaurusd/files/add-poodle.patch)
ERROR: Error in executing:
/home/kundun/zaurus/openembedded/openembedded/packages/zaurusd/zaurusd_svn.bb
ERROR: Exception:<class 'CmdError'> Message:Command Error: exit
status: 1  Output:
Applying patch add-poodle.patch
The next patch would create the file config/mach-config/mach-poodle-functions,
which already exists!  Applying it anyway.
patching file config/mach-config/mach-poodle-functions
Patch attempted to create file
config/mach-config/mach-poodle-functions, which already exists.
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- rejects in file
config/mach-config/mach-poodle-functions
patching file config/mach-config/mach-poodle-vars
patching file scripts/detect-machine
Hunk #1 succeeded at 33 with fuzz 2 (offset 6 lines).
Patch add-poodle.patch does not apply (enforce with -f)
ERROR: Printing the environment of the function
ERROR: Error in executing:
/home/kundun/zaurus/openembedded/openembedded/packages/zaurusd/zaurusd_svn.bb
ERROR: Exception:<class 'CmdError'> Message:Command Error: exit
status: 1  Output:
Applying patch add-poodle.patch
The next patch would create the file config/mach-config/mach-poodle-functions,
which already exists!  Applying it anyway.
patching file config/mach-config/mach-poodle-functions
Patch attempted to create file
config/mach-config/mach-poodle-functions, which already exists.
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- rejects in file
config/mach-config/mach-poodle-functions
patching file config/mach-config/mach-poodle-vars
patching file scripts/detect-machine
Hunk #1 succeeded at 33 with fuzz 2 (offset 6 lines).
Patch add-poodle.patch does not apply (enforce with -f)
ERROR: Printing the environment of the function
ERROR: Error in executing:
/home/kundun/zaurus/openembedded/openembedded/packages/zaurusd/zaurusd_svn.bb
ERROR: Exception:<class 'CmdError'> Message:Command Error: exit
status: 1  Output:
Applying patch add-poodle.patch
The next patch would create the file config/mach-config/mach-poodle-functions,
which already exists!  Applying it anyway.
patching file config/mach-config/mach-poodle-functions
Patch attempted to create file
config/mach-config/mach-poodle-functions, which already exists.
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- rejects in file
config/mach-config/mach-poodle-functions
patching file config/mach-config/mach-poodle-vars
patching file scripts/detect-machine
Hunk #1 succeeded at 33 with fuzz 2 (offset 6 lines).
Patch add-poodle.patch does not apply (enforce with -f)
ERROR: Printing the environment of the function
ERROR: Build of
/home/kundun/zaurus/openembedded/openembedded/packages/zaurusd/zaurusd_svn.bb
do_patch failed
Traceback (most recent call last):
  File "/usr/bin/bitbake", line 143, in <module>
    main()
  File "/usr/bin/bitbake", line 140, in main
    cooker.cook()
  File "/var/lib/python-support/python2.5/bb/cooker.py", line 643, in cook
    return self.buildTargets(pkgs_to_build)
  File "/var/lib/python-support/python2.5/bb/cooker.py", line 550, in
buildTargets
    failures = rq.execute_runqueue()
  File "/var/lib/python-support/python2.5/bb/runqueue.py", line 841,
in execute_runqueue
    self.execute_runqueue_internal()
  File "/var/lib/python-support/python2.5/bb/runqueue.py", line 950,
in execute_runqueue_internal
    self.cooker.tryBuild(fn)
  File "/var/lib/python-support/python2.5/bb/cooker.py", line 136, in tryBuild
    return self.tryBuildPackage(fn, item, self.configuration.cmd, the_data)
  File "/var/lib/python-support/python2.5/bb/cooker.py", line 110, in
tryBuildPackage
    bb.build.exec_task('do_%s' % task, the_data)
  File "/var/lib/python-support/python2.5/bb/build.py", line 278, in exec_task
    exec_func(task, localdata)
  File "/var/lib/python-support/python2.5/bb/build.py", line 113, in exec_func
    exec_func_python(func, d)
  File "/var/lib/python-support/python2.5/bb/build.py", line 136, in
exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/var/lib/python-support/python2.5/bb/utils.py", line 171, in better_exec
    exec code in context
  File "do_patch", line 4, in <module>
  File "do_patch", line 2, in do_patch
  File "/var/lib/python-support/python2.5/bb/build.py", line 113, in exec_func
    exec_func_python(func, d)
  File "/var/lib/python-support/python2.5/bb/build.py", line 136, in
exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/var/lib/python-support/python2.5/bb/utils.py", line 171, in better_exec
    exec code in context
  File "base_do_patch", line 4, in <module>
  File "base_do_patch", line 2, in base_do_patch
  File "/var/lib/python-support/python2.5/bb/build.py", line 113, in exec_func
    exec_func_python(func, d)
  File "/var/lib/python-support/python2.5/bb/build.py", line 136, in
exec_func_python
    utils.better_exec(comp, g, tmp, bbfile)
  File "/var/lib/python-support/python2.5/bb/utils.py", line 171, in better_exec
    exec code in context
  File "patch_do_patch", line 100, in <module>
  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 add-poodle.patch
The next patch would create the file config/mach-config/mach-poodle-functions,
which already exists!  Applying it anyway.
patching file config/mach-config/mach-poodle-functions
Patch attempted to create file
config/mach-config/mach-poodle-functions, which already exists.
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- rejects in file
config/mach-config/mach-poodle-functions
patching file config/mach-config/mach-poodle-vars
patching file scripts/detect-machine
Hunk #1 succeeded at 33 with fuzz 2 (offset 6 lines).
Patch add-poodle.patch does not apply (enforce with -f)
ERROR: Task 4 
(/home/kundun/zaurus/openembedded/openembedded/packages/zaurusd/zaurusd_svn.bb,
do_patch) failed
NOTE: Waiting for 1 active tasks to finish
NOTE: 1: 
/home/kundun/zaurus/openembedded/openembedded/packages/zaurusd/zaurusd_svn.bb,
do_distribute_sources (11601)
NOTE: package zaurusd-0.0+svn20090305-r18: task do_distribute_sources: completed
NOTE: package zaurusd-0.0+svn20090305: completed
NOTE: Tasks Summary: Attempted 525 tasks of which 525 didn't need to
be rerun and 1 failed.
ERROR: 
'/home/kundun/zaurus/openembedded/openembedded/packages/zaurusd/zaurusd_svn.bb'
failed
NOTE: build 200903050850: completed

_______________________________________________
Angstrom-distro-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to