Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Will profile 17.0 break 3rd party binaries?
Date: Tue, 05 Dec 2017 19:20:13
Message-Id: p06rdq$u2j$1@blaine.gmane.org
In Reply to: [gentoo-user] Re: Will profile 17.0 break 3rd party binaries? by Ian Zimmerman
1 On 2017-12-05, Ian Zimmerman <itz@××××××××××××.org> wrote:
2 > On 2017-12-05 00:05, Holger Hoffstätte wrote:
3 >
4 >> > There are a number of third-party binary executables that I use
5 >> > regularly on my Gentoo systems.
6 >> > [...]
7 >> > Is switching to the new 17.0 profile likely to break them?
8 >>
9 >> Good question. I've been using a pie-enabled gcc 7.2 for months before
10 >> the 17.0 profile switch and both acroread and skype (the new one)
11 >> still work, so chances are your stuff will too.
12 >
13 > Years ago when I used acroread I found it quite irritating that it
14 > came with its own bundled gtk and pretty much everything else. If
15 > it's still that way it's probably the reason why it is unaffected by
16 > the change.
17 >
18 > I don't know if Grant's binaries are of similar persuasion.
19
20 No, they depend on the host environment for all libraries that are not
21 unique to the application: libc, libstdc++, Qt, gtk, xml, crypto, ssl,
22 etc. If necissary, I could grab the required libraires from a Centos
23 or Ubuntu installation and set LD_LIBRARY_PATH appropriately in a
24 wrapper, but that's annoying...
25
26 --
27 Grant

Replies

Subject Author
[gentoo-user] Re: Will profile 17.0 break 3rd party binaries? Grant Edwards <grant.b.edwards@×××××.com>