ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Aleksey Avdeev <solo@solin.spb.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Q: Что делать с python-module-gevent?
Date: Sat, 23 Mar 2013 18:02:26 +0400
Message-ID: <514DB5F2.1040504@solin.spb.ru> (raw)
In-Reply-To: <514D8A92.1050507@solin.spb.ru>

[-- Attachment #1: Type: text/plain, Size: 3912 bytes --]

23.03.2013 14:57, Aleksey Avdeev пишет:
> Приветствую.
> 
>   python-module-gevent собирается через раз (см. приложенные  логи с
> people: gear.{err,good}.log.bz2). Есть ли способ это поправить, кроме
> как проводя в спеке несколько попыток сборки?

  Дополнение:

1. Нестабильность сборки наблюдается в среде python3-3.3 (#89971), в
среде python3-3.2 (текущий Сизиф) пакет собирается нормально.

2. Наблюдаемая картина не зависит от версии Cython: проверял сборку  как
с Cython-0.16 (см.
<http://git.altlinux.org/tasks/89971/gears/5710/python-module-Cython-0.16-alt1.1.src.rpm>),
так и с Cython-0.18 (см.
<http://git.altlinux.org/tasks/89971/gears/5750/git>).

  Корень проблемы. Следующий вызов (см. Makefile) генерирует :

$(PYTHON) util/cythonpp.py -o gevent.core.c gevent/core.ppyx

  Данная команда (см. Makefile) генирит _разные_ gevent/gevent.core.c --
иногда корректные, иногда нет.

> 
> 23.03.2013 13:43, Girar Builder robot пишет:
>> http://git.altlinux.org/tasks/89971/logs/events.97.1.log
>>
>> 2013-Mar-22 23:23:28 :: test-only shared task #89971 for sisyphus resumed by solo:
> ...
>> #103 build 3.3.0-alt1 from /people/solo/packages/python3.git
> ...
>> #25400 build 1.0-alt3.git20130221.1 from /people/solo/packages/python-module-gevent.git
>> 2013-Mar-22 23:23:42 :: created build repo
> ...
>> 2013-Mar-23 09:32:44 :: [i586] #24700 python-module-zope.testrunner.git 4.0.4-alt2.1: build start
>> libev/ev.c:4564:27: warning: "/*" within comment [-Wcomment]
>> gevent/gevent.core.c:1088:8: error: redefinition of 'struct PyGeventStatObject'
>> gevent/gevent.core.c:421:8: note: originally defined here
>> gevent/gevent.core.c:1147:8: error: redefinition of 'struct PyGeventChildObject'
>> gevent/gevent.core.c:424:8: note: originally defined here
>> gevent/gevent.core.c:1224:8: error: redefinition of 'struct PyGeventPrepareObject'
>> gevent/gevent.core.c:427:8: note: originally defined here
>> gevent/gevent.core.c:1268:8: error: redefinition of 'struct __pyx_obj_6gevent_4core___pyx_scope_struct__genexpr'
>> gevent/gevent.core.c:430:8: note: originally defined here
>> --
>> libev/ev.c:1987:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
>> error: command 'x86_64-alt-linux-gcc' failed with exit status 1
>> 2013-Mar-23 09:33:05 :: [x86_64] python-module-gevent.git 1.0-alt3.git20130221.1: remote: build failed
>> 2013-Mar-23 09:33:05 :: [x86_64] #25400 python-module-gevent.git 1.0-alt3.git20130221.1: build FAILED
> ...
>> 2013-Mar-23 09:39:26 :: [i586] #25400 python-module-gevent.git 1.0-alt3.git20130221.1: build start
>> libev/ev.c:4564:27: warning: "/*" within comment [-Wcomment]
>> gevent/gevent.core.c:883:8: error: redefinition of 'struct PyGeventForkObject'
>> gevent/gevent.core.c:375:8: note: originally defined here
>> gevent/gevent.core.c:967:8: error: redefinition of 'struct PyGeventSignalObject'
>> gevent/gevent.core.c:384:8: note: originally defined here
>> gevent/gevent.core.c:987:8: error: redefinition of 'struct PyGeventIOObject'
>> gevent/gevent.core.c:387:8: note: originally defined here
>> gevent/gevent.core.c:1007:8: error: redefinition of 'struct PyGeventAsyncObject'
>> gevent/gevent.core.c:388:8: note: originally defined here
>> --
>> libev/ev.c:1987:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
>> error: command 'i586-alt-linux-gcc' failed with exit status 1
>> 2013-Mar-23 09:43:07 :: [i586] python-module-gevent.git 1.0-alt3.git20130221.1: remote: build failed
>> 2013-Mar-23 09:43:07 :: [i586] #25400 python-module-gevent.git 1.0-alt3.git20130221.1: build FAILED
>> 2013-Mar-23 09:33:05 :: [x86_64] build FAILED
>> 2013-Mar-23 09:43:07 :: [i586] build FAILED
>> 2013-Mar-23 09:43:07 :: task #89971 for sisyphus FAILED

-- 

С уважением. Алексей.




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 897 bytes --]

  reply	other threads:[~2013-03-23 14:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-23 10:57 ` [devel] Q: Что делать с python-module-gevent? (was: Re: [#89971] FAILED (try 97) python3.git=3.3.0-alt1 boost.git=1.53.0-alt3 ...) Aleksey Avdeev
2013-03-23 14:02   ` Aleksey Avdeev [this message]
2013-03-23 14:58     ` [devel] Q: Что делать с python-module-gevent? Aleksey Avdeev
2013-03-23 15:31       ` Paul Wolneykien
2013-03-23 16:36         ` Aleksey Avdeev
2013-03-23 17:14           ` Paul Wolneykien
2013-03-23 17:32             ` Aleksey Avdeev
2013-03-23 17:35               ` Paul Wolneykien
2013-03-23 19:19           ` Sergey Vlasov

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=514DB5F2.1040504@solin.spb.ru \
    --to=solo@solin.spb.ru \
    --cc=devel@lists.altlinux.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

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git