From: Sergey Vlasov <vsu@altlinux.ru>
To: devel@lists.altlinux.org
Subject: Re: [devel] dev/pts в hasher
Date: Fri, 4 Oct 2013 12:16:35 +0400
Message-ID: <20131004081635.GC16548@newmaster.mivlgu.local> (raw)
In-Reply-To: <524E5A11.1050603@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1778 bytes --]
On Fri, Oct 04, 2013 at 09:02:57AM +0300, Motsyo Gennadi aka Drool wrote:
> Собираю софтину, которая требует для сборки (вернее, при сборке)
> /dev/pts. Поспрашивал у духов в онлайне, почитал наше руководство,
> засунул в ~/.hasher/config
> known_mountpoints=/dev/pts
> Не помогло. Тогда засунул в /etc/hasher-priv/fstab целый букет на всякий:
> known_mountpoints=/proc
> known_mountpoints=/dev/pts
> known_mountpoints=/sys
А теперь ещё раз прочитайте руководство:
http://www.altlinux.org/Hasher/%D0%A0%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE#.D0.9C.D0.BE.D0.BD.D1.82.D0.B8.D1.80.D0.BE.D0.B2.D0.B0.D0.BD.D0.B8.D0.B5_.D1.84.D0.B0.D0.B9.D0.BB.D0.BE.D0.B2.D1.8B.D1.85_.D1.81.D0.B8.D1.81.D1.82.D0.B5.D0.BC_.D0.B2.D0.BD.D1.83.D1.82.D1.80.D0.B8_hasher
Трогать /etc/hasher-priv/fstab вообще не нужно, а вот в
/etc/hasher-priv/system нужна запись:
allowed_mountpoints=/dev/pts
Устанавливать known_mountpoints=/dev/pts в ~/.hasher/config тоже нужно
(если вы не собираетесь каждый раз передавать --mountpoints=/dev/pts).
Кроме того, либо непосредственно в собираемом пакете должна быть сборочная
зависимость BuildRequires: /dev/pts, либо в каком-либо из используемых при
сборке пакетов должна быть зависимость Requires: /dev/pts (второй вариант
используется для пакетов типа dejagnu, которые обращаются к /dev/pts при
своей работе, из-за чего их применение при сборке других пакетов требует
монтирования /dev/pts в hasher, даже если сам собираемый пакет явным
образом не обращается к /dev/pts).
А для засовывания целого букета нужно устанавливать переменную только один
раз, перечислив все требуемые пути через запятую:
allowed_mountpoints=/proc,/dev/pts
и в ~/.hasher/config:
known_mountpoints=/proc,/dev/pts
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 190 bytes --]
prev parent reply other threads:[~2013-10-04 8:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-04 6:02 Motsyo Gennadi aka Drool
2013-10-04 8:16 ` Sergey Vlasov [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=20131004081635.GC16548@newmaster.mivlgu.local \
--to=vsu@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