All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jamie Lenehan <lenehan@twibble.org>
To: openembedded-devel@openembedded.org
Subject: patcher changes - quilt patching breakage?
Date: Tue, 29 Aug 2006 09:59:51 +1000	[thread overview]
Message-ID: <20060828235951.GA16344@twibble.org> (raw)

I've got huge amounts of breakage from quilt due to the patching
related changs. Is anyone else seeing this. It looks like I can't
apply any patches more than one.. which is rather wierd.

Example:

[nynaeve][ 9:41AM]/data/oe/build/titan-glibc-24%> ./bb -b packages/iputils/iputils_20020927.bb
NOTE: package iputils-20020927: started
NOTE: package iputils-20020927-r4: task do_fetch: started
NOTE: package iputils-20020927-r4: task do_fetch: completed
Updating /data/oe/build/titan-glibc-24/tmp/stamps/iputils-20020927-r4.do_fetch
NOTE: package iputils-20020927-r4: task do_unpack: started
NOTE: Unpacking /data/oe/sources/iputils-ss020927.tar.gz to /data/oe/build/titan-glibc-24/tmp/work/iputils-20020927-r4/
NOTE: package iputils-20020927-r4: task do_unpack: completed
Updating /data/oe/build/titan-glibc-24/tmp/stamps/iputils-20020927-r4.do_unpack
NOTE: package iputils-20020927-r4: task do_patch: started
NOTE: Applying patch 'debian-fixes.patch'
ERROR: Error in executing: /data/oe/build/titan-glibc-24/packages/iputils/iputils_20020927.bb
ERROR: Exception:exceptions.IOError Message:[Errno 2] No such file or directory: '/data/oe/build/titan-glibc-24/tmp/work/iputils-20020927-r4/iputils/patches/debian-fixes.patch'
ERROR: Printing the environment of the function
ERROR:  0003:   import bb.fetch
ERROR:  0004:
ERROR:  0005:   patch_init(d)
ERROR:  0006:
ERROR:  0007:   src_uri = (bb.data.getVar('SRC_URI', d, 1) or '').split()
ERROR:  0008:   if not src_uri:
ERROR:  0009:           return
ERROR:  0010:
ERROR:  0011:   patchsetmap = {
ERROR: Error in executing: /data/oe/build/titan-glibc-24/packages/iputils/iputils_20020927.bb
ERROR: Exception:exceptions.IOError Message:[Errno 2] No such file or directory: '/data/oe/build/titan-glibc-24/tmp/work/iputils-20020927-r4/iputils/patches/debian-fixes.patch'
ERROR: Printing the environment of the function
ERROR:  0003:
ERROR: Error in executing: /data/oe/build/titan-glibc-24/packages/iputils/iputils_20020927.bb
ERROR: Exception:exceptions.IOError Message:[Errno 2] No such file or directory: '/data/oe/build/titan-glibc-24/tmp/work/iputils-20020927-r4/iputils/patches/debian-fixes.patch'
ERROR: Printing the environment of the function
ERROR:  0003:
Traceback (most recent call last):
  File "/data/oe/src/bitbake/latest/bin/bitbake", line 1161, in ?
    main()
  File "/data/oe/src/bitbake/latest/bin/bitbake", line 1156, in main
    cooker.cook( BBConfiguration( options ), args[1:] )
  File "/data/oe/src/bitbake/latest/bin/bitbake", line 899, in cook
    self.tryBuildPackage( bf, item, bbfile_data )
  File "/data/oe/src/bitbake/latest/bin/bitbake", line 233, in tryBuildPackage
    bb.build.exec_task('do_%s' % self.configuration.cmd, the_data)
  File "/data/oe/src/bitbake/bitbake-1.6.0/lib/bb/build.py", line 285, in exec_task
    task_graph.walkdown(task, execute)
  File "/usr/lib64/python2.4/site-packages/PIL/__init__.py", line 1193, in walkdown

  File "/usr/lib64/python2.4/site-packages/PIL/__init__.py", line 1193, in walkdown

  File "/usr/lib64/python2.4/site-packages/PIL/__init__.py", line 1193, in walkdown

  File "/usr/lib64/python2.4/site-packages/PIL/__init__.py", line 1193, in walkdown

  File "/usr/lib64/python2.4/site-packages/PIL/__init__.py", line 1193, in walkdown

  File "/usr/lib64/python2.4/site-packages/PIL/__init__.py", line 1193, in walkdown

  File "/usr/lib64/python2.4/site-packages/PIL/__init__.py", line 1198, in walkdown

  File "/data/oe/src/bitbake/bitbake-1.6.0/lib/bb/build.py", line 264, in execute
    exec_task(item, d)
  File "/data/oe/src/bitbake/bitbake-1.6.0/lib/bb/build.py", line 285, in exec_task
    task_graph.walkdown(task, execute)
  File "/usr/lib64/python2.4/site-packages/PIL/__init__.py", line 1198, in walkdown

  File "/data/oe/src/bitbake/bitbake-1.6.0/lib/bb/build.py", line 274, in execute
    exec_func(item, localdata)
  File "/data/oe/src/bitbake/bitbake-1.6.0/lib/bb/build.py", line 98, in exec_func
    exec_func_python(func, d)
  File "/data/oe/src/bitbake/bitbake-1.6.0/lib/bb/build.py", line 117, in exec_func_python
    utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
  File "./lib/bb/utils.py", line 142, in better_exec
  File "do_patch", line 4, in ?
  File "do_patch", line 2, in do_patch
  File "/data/oe/src/bitbake/bitbake-1.6.0/lib/bb/build.py", line 98, in exec_func
    exec_func_python(func, d)
  File "/data/oe/src/bitbake/bitbake-1.6.0/lib/bb/build.py", line 117, in exec_func_python
    utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
  File "./lib/bb/utils.py", line 142, in better_exec
  File "base_do_patch", line 4, in ?
  File "base_do_patch", line 2, in base_do_patch
  File "/data/oe/src/bitbake/bitbake-1.6.0/lib/bb/build.py", line 98, in exec_func
    exec_func_python(func, d)
  File "/data/oe/src/bitbake/bitbake-1.6.0/lib/bb/build.py", line 117, in exec_func_python
    utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
  File "./lib/bb/utils.py", line 142, in better_exec
  File "patch_do_patch", line 97, in ?
  File "patch_do_patch", line 91, in patch_do_patch
  File "<bb>", line 230, in Import
  File "<bb>", line 7, in md5sum
IOError: [Errno 2] No such file or directory: '/data/oe/build/titan-glibc-24/tmp/work/iputils-20020927-r4/iputils/patches/debian-fixes.patch'
[nynaeve][ 9:41AM]/data/oe/build/titan-glibc-24%>

-- 
 Jamie Lenehan <lenehan@twibble.org>



             reply	other threads:[~2006-08-29  0:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-28 23:59 Jamie Lenehan [this message]
2006-08-29  0:41 ` patcher changes - quilt patching breakage? Jamie Lenehan
2006-08-30  8:21   ` Koen Kooi
2006-08-30 18:08     ` cyril Romain
2006-09-01  1:43     ` Jamie Lenehan

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=20060828235951.GA16344@twibble.org \
    --to=lenehan@twibble.org \
    --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.