All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Amy Fong <amy.fong@windriver.com>
Cc: "meta-virtualization@yoctoproject.org"
	<meta-virtualization@yoctoproject.org>
Subject: Re: [PATCH 7/7] python-greenlet: uprev to 0.4.9
Date: Tue, 13 Oct 2015 16:02:49 -0400	[thread overview]
Message-ID: <561D6369.6010207@windriver.com> (raw)
In-Reply-To: <20151013190000.GA4662@windriver.com>

On 15-10-13 03:00 PM, Amy Fong wrote:
> It appears that 0.4.7 works.
>

ok good. I'll merge the series, minus the greenlet patch!

Bruce

> Amy
>
> On Tue, Oct 13, 2015 at 01:08:20PM -0400, Amy Fong wrote:
>> I'll have to test to verify this one (no changelog in the src)....
>>
>> Amy
>>
>> On Tue, Oct 13, 2015 at 11:31:12AM -0400, Bruce Ashfield wrote:
>>> meta-python already has 0.4.7. Is there any reason why that version shouldn't
>>> work here ? .. versus carrying a meta-virt specific version.
>>>
>>> Bruce
>>>
>>> On Tue, Oct 6, 2015 at 2:34 PM, Amy Fong <amy.fong@windriver.com> wrote:
>>>> python-greenlet bugfixes from 0.3.4 - unstable issues. This resulted in
>>>> the docker-registry (in some build scenarios) crashing repeatedly.
>>>>
>>>>      Traceback (most recent call last):
>>>>        File "/usr/lib64/python2.7/site-packages/gunicorn/arbiter.py", line 507, in spawn_worker
>>>>          worker.init_process()
>>>>        File "/usr/lib64/python2.7/site-packages/gunicorn/workers/ggevent.py", line 193, in init_process
>>>>          super(GeventWorker, self).init_process()
>>>>        File "/usr/lib64/python2.7/site-packages/gunicorn/workers/base.py", line 120, in init_process
>>>>          self.run()
>>>>        File "/usr/lib64/python2.7/site-packages/gunicorn/workers/ggevent.py", line 117, in run
>>>>          gevent.sleep(1.0)
>>>>        File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 75, in sleep
>>>>          hub.wait(loop.timer(seconds, ref=ref))
>>>>        File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 341, in wait
>>>>          result = waiter.get()
>>>>        File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 568, in get
>>>>          return self.hub.switch()
>>>>        File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 331, in switch
>>>>          return greenlet.switch(self)
>>>>      SystemError: NULL result without error in PyObject_Call
>>>>
>>>>      <repeat>
>>>>
>>>> Signed-off-by: Amy Fong <amy.fong@windriver.com>
>>>> ---
>>>>   recipes-devtools/python/python-greenlet_0.4.9.bb | 14 ++++++++++++++
>>>>   1 file changed, 14 insertions(+)
>>>>   create mode 100644 recipes-devtools/python/python-greenlet_0.4.9.bb
>>>>
>>>> diff --git a/recipes-devtools/python/python-greenlet_0.4.9.bb b/recipes-devtools/python/python-greenlet_0.4.9.bb
>>>> new file mode 100644
>>>> index 0000000..fa35fa8
>>>> --- /dev/null
>>>> +++ b/recipes-devtools/python/python-greenlet_0.4.9.bb
>>>> @@ -0,0 +1,14 @@
>>>> +SUMMARY = "Python lightweight in-process concurrent programming"
>>>> +HOMEPAGE = "http://pypi.python.org/pypi/greenlet"
>>>> +SECTION = "devel/python"
>>>> +LICENSE = "MIT & PSF"
>>>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \
>>>> +                    file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
>>>> +SRC_URI = "http://pypi.python.org/packages/source/g/greenlet/greenlet-${PV}.tar.gz"
>>>> +SRC_URI[md5sum] = "00bb1822d8511cc85f052e89d1fd919b"
>>>> +SRC_URI[sha256sum] = "79f9b8bbbb1c599c66aed5e643e8b53bae697cae46e0acfc4ee461df48a90012"
>>>> +
>>>> +S = "${WORKDIR}/greenlet-${PV}"
>>>> +
>>>> +inherit distutils
>>>> +
>>>> --
>>>> 2.5.3
>>>>
>>>> --
>>>> _______________________________________________
>>>> meta-virtualization mailing list
>>>> meta-virtualization@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>>>
>>>
>>>
>>> --
>>> "Thou shalt not follow the NULL pointer, for chaos and madness await
>>> thee at its end"



  reply	other threads:[~2015-10-13 20:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-06 18:34 [PATCHES] docker/docker-registry issues Amy Fong
2015-10-06 18:34 ` [PATCH 1/7] docker: needs go 1.3 Amy Fong
2015-10-06 18:34 ` [PATCH 2/7] Backport go-cross: fix the bug of cross building error Amy Fong
2015-10-06 18:34 ` [PATCH 3/7] Backport go-cross: fix the building failed for quark bsp Amy Fong
2015-10-06 18:34 ` [PATCH 4/7] Backport go-cross: set alignment for the .rel.plt section on 32-bit architectures Amy Fong
2015-10-06 18:34 ` [PATCH 5/7] Enable go-cross 1.3 to coexist with later versions Amy Fong
2015-10-06 18:34 ` [PATCH 6/7] docker: fix paths for cross compile Amy Fong
2015-10-06 18:34 ` [PATCH 7/7] python-greenlet: uprev to 0.4.9 Amy Fong
2015-10-13 15:31   ` Bruce Ashfield
2015-10-13 17:08     ` Amy Fong
2015-10-13 19:00       ` Amy Fong
2015-10-13 20:02         ` Bruce Ashfield [this message]
2015-10-06 18:40 ` [PATCHES] docker/docker-registry issues Amy Fong
  -- strict thread matches above, loose matches on Subject: below --
2015-10-06 18:41 [v2] " Amy Fong
2015-10-06 18:41 ` [PATCH 7/7] python-greenlet: uprev to 0.4.9 Amy Fong

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=561D6369.6010207@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=amy.fong@windriver.com \
    --cc=meta-virtualization@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.