Gentoo Archives: gentoo-user

From: Mike Gilbert <floppym@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gnutls / Google Chrome
Date: Mon, 07 Aug 2017 13:55:00
Message-Id: CAJ0EP40o08xJP-Cb=kSCY1AcYKeOJR4YbfaMgVoV4XCG_tOW7A@mail.gmail.com
In Reply to: [gentoo-user] Gnutls / Google Chrome by "siefke_listen@web.de"
1 On Thu, Aug 3, 2017 at 3:56 PM, siefke_listen@×××.de
2 <siefke_listen@×××.de> wrote:
3 > Hello,
4 >
5 > I have updated gnutls v. 3.5.13 and after rebuild google-chrome want not
6 > started.
7 >
8 > Okay link check
9 >
10 > sisibox lib64 # ldd /opt/google/chrome/chrome | grep gnu
11 > libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libstdc++.so.6 (0x00007fd05e7db000)
12 > libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libgcc_s.so.1 (0x00007fd05e5c4000)
13 > libgnutls.so.28 => not found
14 >
15 > So Gnutls missed, I reinstall chrome and become same. I understand not
16 > why because on my package Server:
17 >
18 > (amd64) ks3374456 www-client # ldd /opt/google/chrome/chrome | grep gnu
19 > libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libstdc++.so.6 (0x00007f339c499000)
20 > libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libgcc_s.so.1 (0x00007f339c282000)
21 > libgnutls.so.30 => /usr/lib64/libgnutls.so.30 (0x00007f3399ac9000)
22 >
23 > all work. I have deinstall and install, I have use "Source" and Binary
24 > Package. What can do now?
25
26 google-chrome does not depend on gnutls directly.
27
28 Use the lddtree utility from app-misc/pax-utils to determine what
29 library is pulling it in.
30
31 % lddtree /opt/google/chrome/chrome