From: Alexey Tourbin <at@altlinux.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] shell req/prov
Date: Fri, 28 Sep 2007 01:16:13 +0400
Message-ID: <20070927211613.GE17468@solemn.turbinal> (raw)
In-Reply-To: <20070927211220.GA2529@basalt.office.altlinux.org>
[-- Attachment #1: Type: text/plain, Size: 1444 bytes --]
On Fri, Sep 28, 2007 at 01:12:20AM +0400, Dmitry V. Levin wrote:
> Когда я в апреле 2003-го реализовал тот алгоритм, который вы сейчас
> критикуете, я счёл возможным пренебречь теми побочными эффектами, о
> которых идёт речь, ради того чтобы зависимости пакетов стали лучше в
> целом.
>
> А к тем, Алексей, кто демонстрирует понимание предмета, предъявляется
> повышенный спрос: если вас не устраивает действующий алгоритм, предлагайте
> улучшенные алгоритмы.
У меня есть вариант минимального изменения к 'sh --rpm-requires' (при
сохранении совместимости), котрое в результате позволяет реализовать
self-requires elimination.
--- make_cmd.c- 2007-09-27 21:04:30 +0000
+++ make_cmd.c 2007-09-27 21:06:32 +0000
@@ -778,6 +778,8 @@ make_function_def (name, command, lineno
bind_function_def (name->word, temp);
temp->source_file = 0;
+ if (rpm_requires) /* each function is possibly required */
+ output_requirement ("function", name);
return (make_command (cm_function_def, (SIMPLE_COM *)temp));
}
Это пока я не знаю, работает или нет.
Потом в shell.req все function(...) являются потенциальными Provides.
Если executable(...) в скобках совпадает с какой-либо функцией, то
его не нужно искать.
Если же нарушить совместимость, то можно реализовать более хитрые
алгоритмы. Например, в exec и source не может быть имени функции.
А вот когда есть просто WORD, тогда это может быть и функция.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2007-09-27 21:16 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-27 10:36 [devel] U: кривости генерялки зависимостей Stanislav Ievlev
2007-09-27 10:41 ` Dmitry V. Levin
2007-09-27 10:49 ` Stanislav Ievlev
2007-09-27 11:04 ` Alexey Tourbin
2007-09-27 11:28 ` Stanislav Ievlev
2007-09-27 20:41 ` Michael Shigorin
2007-09-27 10:59 ` Alexey Tourbin
2007-09-27 11:16 ` Stanislav Ievlev
2007-09-27 11:17 ` Alexey Tourbin
2007-09-27 12:22 ` Damir Shayhutdinov
2007-09-27 12:48 ` Alexey Gladkov
2007-09-27 16:02 ` Alexey Tourbin
2007-09-27 18:52 ` Alexey Gladkov
2007-09-27 19:12 ` Alexey Tourbin
2007-09-27 20:42 ` Michael Shigorin
2007-09-27 20:51 ` Alexey Tourbin
2007-09-27 20:55 ` Alexey Gladkov
2007-09-27 21:08 ` Alexey Gladkov
2007-09-27 21:12 ` [devel] shell req/prov Dmitry V. Levin
2007-09-27 21:16 ` Alexey Tourbin [this message]
2007-09-28 13:03 ` [devel] U: кривости генерялки зависимостей Epiphanov Sergei
2007-09-27 13:11 ` Damir Shayhutdinov
2007-09-28 13:23 ` Epiphanov Sergei
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=20070927211613.GE17468@solemn.turbinal \
--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