From: Vladislav Zavjalov <slazav@altlinux.org>
To: ALT Linux Sisyphus discussions <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] broken pipe при сборке пакета
Date: Wed, 03 Jun 2009 14:18:24 +0400
Message-ID: <4A264DF0.4090004@altlinux.org> (raw)
In-Reply-To: <4A0C85F2.1090201@altlinux.org>
On 05/15/09 00:58, Vitaly Ostanin wrote:
> Здравствуйте.
>
> Собираю пакет в hasher, в логе вижу:
> find-requires: running scripts
> (files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
> /usr/lib/rpm/files.req: line 33: echo: write error: Broken pipe
> /usr/lib/rpm/files.req: line 33: echo: write error: Broken pipe
> /usr/lib/rpm/files.req: line 33: echo: write error: Broken pipe
> /usr/lib/rpm/lib.req: line 58: printf: write error: Broken pipe
> ...
> + /usr/lib/rpm/find-provides
> find-provides: empty file list, nothing to do
>
> Воспроизводится регулярно. Это как-нибудь лечится?
Недавно лечил похожее. Может и тут пригодится...
a | b
а много пишет, b удовлетворяется и закрывает pipe раньше времени. Если
a - отдельный процесс, то он получает SIGPIPE и тихо умирает, и все
довольны.
Если a - команда shell, то SIGPIPE получает shell и молчать не хочет.
Убивает эту команду и страшно ругается.
Я ради чистоты логов делал так:
(a) | b
Возникает лишний subshell, который по SIGPIPE убивается тихо, и все
довольны...
prev parent reply other threads:[~2009-06-03 10:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-14 20:58 Vitaly Ostanin
2009-05-14 22:02 ` Dmitry V. Levin
2009-05-15 17:44 ` Vitaly Ostanin
2009-05-15 17:59 ` Dmitry V. Levin
2009-05-15 18:34 ` Vitaly Ostanin
2009-05-15 18:46 ` Afanasov Dmitry
2009-05-15 20:29 ` Led
2009-05-16 5:49 ` Andrey Rahmatullin
2009-05-20 12:25 ` Kirill A. Shutemov
2009-05-20 12:29 ` Andrey Rahmatullin
2009-06-02 21:29 ` Dmitry V. Levin
2009-06-03 10:18 ` Vladislav Zavjalov [this message]
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=4A264DF0.4090004@altlinux.org \
--to=slazav@altlinux.org \
--cc=sisyphus@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 Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git