From: Andrey Rahmatullin <wrar-alt@mail.ru>
To: devel@lists.altlinux.org
Subject: Re: [devel] Versioning (mono)
Date: Fri, 9 Nov 2007 10:40:13 +0500
Message-ID: <20071109054013.GA27597@wrars-comp.wrarsdomain> (raw)
In-Reply-To: <1194585815l.8825l.2l@ildar.innovations.kz>
[-- Attachment #1: Type: text/plain, Size: 2083 bytes --]
On Fri, Nov 09, 2007 at 11:23:35AM +0600, Ildar Mulyukov wrote:
> > > 1. Значащие цифры для ABI - первые две (Major.Minor). Это - строгое
> > > требование.
> > Баян.
> Я рад, что это всем уже понятно. Хотя судя по тому, какие выводы сделал
> Алексей, тут ещё надо разъяснять. :-(
Я не вижу, как эти рекомендации помогут в простановке зависимостей.
Зависимости должны отражать _достаточное_ для запуску программы. В данном
случае это fully qualified имя сборки из .assembly, включающее все 4 цифры
версии.
> > > 2. /Желательно/ учитывать последние две при (динамической) линковке.
> > Не понял, что в данном случае названо динамической линковкой.
> Загрузка *.dll, нужных для запуска данной программы.
Загрузка производится кодом mono, как можно при этом что-то учитывать или
не учитывать?
> > Прошу пояснить, как предлагается бороться с тем, что при обновлении
> > библиотеки не запустится ничего, с ней связанного, даже если её ABI
> > не поменялся.
> Можно примеры? У меня есть обратные примеры.
wrar@wrars-comp ~/tmp $ >1.cs
class A { public static void Main() { ByteFX.Data.Common.Connection c = new ByteFX.Data.Common.Connection(); }}
wrar@wrars-comp ~/tmp $ gmcs 1.cs -r:ByteFX.Data
1.cs(1,70): warning CS0219: The variable `c' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
wrar@wrars-comp ~/tmp $ monodis 1.exe>1.il
wrar@wrars-comp ~/tmp $ subst 's,\(.*\.module\).*,\1,' 1.il
wrar@wrars-comp ~/tmp $ subst 's,0:7:6:2,0:7:6:0,' 1.il
wrar@wrars-comp ~/tmp $ ilasm2 1.il /exe /output:2.exe
Assembling '1.il' , no listing file, to exe --> '2.exe'
Operation completed successfully
wrar@wrars-comp ~/tmp $ mono 2.exe
** (2.exe:349): WARNING **: The following assembly referenced from
/home/wrar/tmp/2.exe could not be loaded:
Assembly: ByteFX.Data (assemblyref_index=1)
Version: 0.7.6.0
Public Key: 0738eb9f132ed756
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
Виноват, забыл, что у меня alias xmms=beep-media-player.
-- avm in devel@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2007-11-09 5:40 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-02 21:46 [devel] rpm 4.0.4-alt79 Alexey Tourbin
2007-11-02 21:59 ` Alexey Tourbin
2007-11-02 22:04 ` [devel] alsa-utils-1.0.14-alt3 Alexey Tourbin
2007-11-02 22:20 ` [devel] backupninja-0.9.4-alt1 Alexey Tourbin
2007-11-02 22:25 ` [devel] bmpx-devel-0.40.9-alt1 Alexey Tourbin
2007-11-02 22:28 ` [devel] compiz-devel-0.6.2-alt2 Alexey Tourbin
2007-11-02 22:38 ` [devel] compizconfig-python-devel-0.6.0-alt1 Alexey Tourbin
2007-11-02 22:57 ` [devel] emerald-devel-0.5.2-alt1 Alexey Tourbin
2007-11-02 23:10 ` [devel] etcnet-0.9.4-alt1 Alexey Tourbin
2007-11-03 20:28 ` Denis Ovsienko
2007-11-03 20:38 ` Alexey Tourbin
2007-11-02 23:26 ` [devel] f-spot-0.3.5-alt2 (mono) Alexey Tourbin
2007-11-03 9:04 ` Andrey Rahmatullin
2007-11-03 19:10 ` Alexey Tourbin
2007-11-04 9:27 ` Andrey Rahmatullin
2007-11-04 14:44 ` Alexey Tourbin
2007-11-04 18:38 ` Andrey Rahmatullin
2007-11-04 19:53 ` Alexey Tourbin
2007-11-04 21:59 ` Alexey Tourbin
2007-11-05 11:29 ` Andrey Rahmatullin
2007-11-08 13:43 ` [devel] Versioning (mono) Ildar Mulyukov
2007-11-08 13:49 ` Alexey Tourbin
2007-11-08 16:00 ` Andrey Rahmatullin
2007-11-08 16:15 ` Alexey Tourbin
2007-11-09 5:23 ` Ildar Mulyukov
2007-11-09 5:40 ` Andrey Rahmatullin [this message]
2007-11-09 5:49 ` Ildar Mulyukov
2007-11-09 5:59 ` Andrey Rahmatullin
2007-11-09 6:17 ` Ildar Mulyukov
2007-11-05 7:29 ` [devel] f-spot-0.3.5-alt2 (mono) Ildar Mulyukov
2007-11-05 9:28 ` Victor Forsyuk
2007-11-05 9:51 ` Ildar Mulyukov
2007-11-05 9:58 ` Alexey Tourbin
2007-11-05 14:33 ` Victor Forsyuk
2007-11-06 6:13 ` Ildar Mulyukov
2007-11-03 0:29 ` [devel] fedora-ds-1.1.0-alt0.20071030 Alexey Tourbin
2007-11-03 0:40 ` [devel] gstreamer-devel-0.10.14-alt1 Alexey Tourbin
2007-11-03 1:25 ` [devel] распил пакетов Alexey Tourbin
2007-11-03 14:39 ` [devel] gstreamer-devel-0.10.14-alt1 Dmitry V. Levin
2007-11-03 19:57 ` Alexey Rusakov
2007-11-04 23:49 ` Alexey Tourbin
2007-11-03 0:51 ` [devel] gtkglarea2-devel-1.99.0-alt3 Alexey Tourbin
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=20071109054013.GA27597@wrars-comp.wrarsdomain \
--to=wrar-alt@mail.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