ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] E: incoming i586 reject: ruby-xmpp4r-0.4-alt1
Date: Tue, 2 Sep 2008 13:53:41 +0400
Message-ID: <20080902095341.GP6477@altlinux.org> (raw)
In-Reply-To: <20080902094801.GC5135@localhost.localdomain>

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

On Tue, Sep 02, 2008 at 12:48:02PM +0300, Kirill A. Shutemov wrote:
> > > > Тесты создают сервер на порту 65005, видимо собиралось это
> > > > одновременно и на одном хосту.  Надо такие тесты вырезать?
> > > 
> > > перехвати Errno::EADDRINUSE и сделай +=1 к порту.
> > 
> > А при одновременной сборке на трёх архитектурах?  Можно попробовать
> > задействовать фактор случайности.  С другой стороны, фактор случайности
> > привносить и нежелательно, потому что сборка пакета должна быть
> > воспроизводимой.  (Лучше пусть явно не соберётся, чем будет собираться
> > через раз.)
> 
> Я имел ввиду такой код: 
> 
> require 'socket'
> 
> include Socket::Constants
> 
> server = Socket.new(AF_INET, SOCK_STREAM, 0)
> port = 1234
> begin
>   sockaddr = Socket.pack_sockaddr_in(port, 'localhost')
>   server.bind(sockaddr)
> rescue Errno::EADDRINUSE
>   port += 1
>   retry
> end

Да, в цикле увеличивать порт на 1 -- лучше.

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2008-09-02  9:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-02  9:25   ` Alexey I. Froloff
2008-09-02  9:30     ` Kirill A. Shutemov
2008-09-02  9:37       ` Alexey Tourbin
2008-09-02  9:48         ` Kirill A. Shutemov
2008-09-02  9:53           ` Alexey Tourbin [this message]
2008-09-02  9:31     ` Alexey Tourbin
2008-09-02  9:41       ` Alexey I. Froloff

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=20080902095341.GP6477@altlinux.org \
    --to=at@altlinux.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