public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] dev-lang/v8 SONAME
@ 2010-10-27 10:49 "Paweł Hajdan, Jr."
  2010-10-27 11:05 ` [gentoo-dev] " Diego Elio Pettenò
  2010-10-27 18:59 ` [gentoo-dev] " James Rowe
  0 siblings, 2 replies; 8+ messages in thread
From: "Paweł Hajdan, Jr." @ 2010-10-27 10:49 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 941 bytes --]

There is one issue that keeps dev-lang/v8 in hard mask and prevents its
broader usage (I think www-client/chromium could start using it). I hope
you'll help me find the best solution.

Some context first. Upstream does not promise any binary compatibility
between releases, so each version has a different SONAME, if any.

Currently dev-lang/v8 does not use SONAME (I think that's the default),
because I'm not sure what's the best way to handle it.

When present, the SONAME will look like libv8-1.2.3.so, and the
resulting shared library will be named the same way, i.e. libv8-1.2.3.so.

Without SONAME, it's just libv8.so, so when linking it's sufficient to
pass -lv8 to the linker.

With the SONAME-d library, I guess I'd need to pass -lv8-1.2.3. I was
thinking about making a symlink libv8.so -> libv8-1.2.3.so, but I'm not
sure if that's the right thing to do.

What do you think? Do you need some more details?


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-11-23 15:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-27 10:49 [gentoo-dev] dev-lang/v8 SONAME "Paweł Hajdan, Jr."
2010-10-27 11:05 ` [gentoo-dev] " Diego Elio Pettenò
2010-10-29  9:02   ` "Paweł Hajdan, Jr."
2010-10-29 15:56     ` [gentoo-dev] " Diego Elio Pettenò
2010-10-27 18:59 ` [gentoo-dev] " James Rowe
2010-10-29  9:05   ` "Paweł Hajdan, Jr."
2010-10-29  9:33     ` James Rowe
2010-11-23 15:01       ` "Paweł Hajdan, Jr."

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox