From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 16 Nov 2009 03:27:23 +0300 From: "Dmitry V. Levin" To: ALT Linux Team development discussions Message-ID: <20091116002722.GB32432@wo.int.altlinux.org> Mail-Followup-To: ALT Linux Team development discussions References: <1258101392.3733.55.camel@marsh.altlinux.lan> <200911160047.42541.ledest@gmail.com> <20091115231156.GS10659@altlinux.org> <200911160143.52687.ledest@gmail.com> <20091116001642.GT10659@altlinux.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jho1yZJdad60DJr+" Content-Disposition: inline In-Reply-To: <20091116001642.GT10659@altlinux.org> X-fingerprint: FE4C 93AB E19A 2E4C CB5D 3E4E 7CAB E6AC 9E35 361E Subject: Re: [devel] symbols into dependencies X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 00:27:24 -0000 Archived-At: List-Archive: List-Post: --jho1yZJdad60DJr+ Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 16, 2009 at 03:16:42AM +0300, Alexey Tourbin wrote: [...] > =E4=C1, "=CB=CF=CE=C3=C5=D0=D4=D5=C1=CC=D8=CE=C1=D1" =CD=CF=C4=C5=CC=D8 = =C9=CD=C5=CE=CE=CF =D4=C1=CB=C1=D1 -- =CF=D4=D3=CC=C5=D6=C9=D7=C1=D4=D8 =D3= =C9=CD=D7=CF=CC=D9 > =D7=CE=D5=D4=D2=C9 =D3=CF=CE=C5=CA=CD=C1. >=20 > Provides: (libfoo.so.1;foo_sym1,foo_sym2,foo_sym3,...) > Requires: (libfoo.so.1;foo_sym1,foo_sym2) To match ELF semantics, we have to implement smth more complicated: libfoo Provides(ELF): foo_sym1,foo_sym2,... libbar Provides(ELF): bar_sym1,bar_sym2,... client Requires(ELF): libfoo,libbar:foo_sym1,...,bar_sym1,... And there is also symbol versioning that makes the picture even more complex. --=20 ldv --jho1yZJdad60DJr+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAksAnGoACgkQfKvmrJ41Nh7TEwCZAYcDqbsyZo1RBq7zVDFPQhrH wIAAnij4HXyR+AvG/Gb7JrCw8HMFZf0x =Iz4l -----END PGP SIGNATURE----- --jho1yZJdad60DJr+--