Gentoo Archives: gentoo-user

From: Sergei Trofimovich <slyfox@g.o>
To: Alarig Le Lay <alarig@××××××××××.fr>
Cc: gentoo-user@l.g.o
Subject: Re: [gentoo-user] static-libs for sys-libs/zlib and app-arch/bzip2
Date: Thu, 02 Apr 2020 23:13:48
Message-Id: 20200403001338.2cea925b@sf
In Reply to: [gentoo-user] static-libs for sys-libs/zlib and app-arch/bzip2 by Alarig Le Lay
1 On Thu, 2 Apr 2020 23:38:20 +0200
2 Alarig Le Lay <alarig@××××××××××.fr> wrote:
3
4 > Hi,
5 >
6 > All in a sudden, sys-libs/zlib and app-arch/bzip2 are required to have
7 > static-libs to upgrade:
8 >
9 > Calculating dependencies... done!
10 > [ebuild R ] app-arch/bzip2-1.0.6-r11:0/1::gentoo USE="(split-usr)
11 > static-libs* -static" ABI_X86="(64) -32 (-x32)" 0 KiB
12 > [ebuild U ] dev-lang/go-1.13.9:0/1.13.9::gentoo
13 > [1.13.8:0/1.13.8::gentoo] 21,192 KiB
14 > [ebuild R ] sys-libs/zlib-1.2.11-r2:0/1::gentoo USE="minizip
15 > (split-usr) static-libs*" ABI_X86="(64) -32 (-x32)" 0 KiB
16 > [ebuild U ] net-libs/gnutls-3.6.13:0/30::gentoo
17 > [3.6.7-r1:0/30::gentoo] USE="cxx dane idn nls openssl seccomp
18 > tls-heartbeat -doc -examples -guile -pkcs11 -sslv2 -sslv3 -static-libs
19 > -test (-test-full) -tools -valgrind" ABI_X86="(64) -32 (-x32)" 5,820 KiB
20 >
21 > Total: 4 packages (2 upgrades, 2 reinstalls), Size of downloads: 27,011 KiB
22 >
23 > The following USE changes are necessary to proceed:
24 > (see "package.use" in the portage(5) man page for more details)
25 > # required by dev-libs/elfutils-0.177::gentoo
26 > # required by virtual/libelf-3::gentoo
27 > # required by dev-libs/glib-2.60.7-r2::gentoo
28 > # required by gnome-extra/polkit-gnome-0.105-r2::gentoo
29 > # required by sys-auth/polkit-0.115-r4::gentoo[gtk]
30 > # required by sys-fs/udisks-2.8.4::gentoo
31 > # required by media-sound/mpd-0.21.20::gentoo[udisks]
32 > # required by @selected
33 > # required by @world (argument)
34 > >=sys-libs/zlib-1.2.11-r2 static-libs
35 > # required by dev-libs/elfutils-0.177::gentoo[bzip2]
36 > # required by virtual/libelf-3::gentoo
37 > # required by dev-libs/glib-2.60.7-r2::gentoo
38 > # required by gnome-extra/polkit-gnome-0.105-r2::gentoo
39 > # required by sys-auth/polkit-0.115-r4::gentoo[gtk]
40 > # required by sys-fs/udisks-2.8.4::gentoo
41 > # required by media-sound/mpd-0.21.20::gentoo[udisks]
42 > # required by @selected
43 > # required by @world (argument)
44 > >=app-arch/bzip2-1.0.6-r11 static-libs
45 >
46 > Would you like to add these changes to your config files? [Yes/No]
47 >
48 > Why is this needed? I prefer to keep dynamic libs on my systems.
49
50 Probably an effect of fixed deps in:
51 https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-libs/elfutils?id=261f473f807caef944d126c23438181bdf699d6b
52
53 You probably already have USE=static-libs for elfutils. You need
54 to track it down locally.
55
56 --
57
58 Sergei

Replies

Subject Author
Re: [gentoo-user] static-libs for sys-libs/zlib and app-arch/bzip2 Alarig Le Lay <alarig@××××××××××.fr>