Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Updateing linux-headers ...
Date: Mon, 13 Jun 2016 08:29:46
Message-Id: 575E6EED.5060204@gmail.com
In Reply to: Re: [gentoo-user] Updateing linux-headers ... by "J. Roeleveld"
1 J. Roeleveld wrote:
2 > On Saturday, June 11, 2016 03:54:32 PM Alexander Kapshuk wrote:
3 >>
4 >> If what you're after is rebuilding all the packages that depend on
5 >> linux-headers, a command line below might be one way of doing it:
6 >>
7 >> emerge -a `equery -q d '=sys-kernel/linux-headers-4.3' | sed
8 >> 's/\-[0-9].*//'` `
9 >>
10 >> These are the packages that would be merged, in order:
11 >>
12 >> Calculating dependencies ..... done!
13 >> [ebuild R ] virtual/os-headers-0
14 >> [ebuild R ] sys-apps/busybox-1.24.2
15 >> [ebuild R ] sys-libs/mtdev-1.1.5
16 >> [ebuild R ] dev-util/strace-4.9
17 >> [ebuild R ] sys-apps/hwinfo-21.4
18 >> [ebuild R ] sys-libs/libcap-ng-0.7.7
19 >> [ebuild R ] sys-libs/libseccomp-2.3.0
20 >> [ebuild R ] sys-apps/iproute2-4.4.0
21 >> [ebuild R ] sys-libs/libcap-2.24-r2
22 >> [ebuild R ] media-gfx/sane-backends-1.0.24-r6
23 >> [ebuild R ] media-video/ffmpeg-2.8.6
24 >> [ebuild R ] x11-drivers/xf86-input-evdev-2.9.2
25 >> [ebuild R ] sys-fs/udev-225-r1
26 >> [ebuild R ] sys-fs/udisks-2.1.4
27 >>
28 >> Would you like to merge these packages? [Yes/No]
29 > Please ensure you pass " --oneshot " or " -1 " to emerge. Otherwise all these
30 > will end up in your world-file causing interesting blockers later.
31 >
32 > --
33 > Joost
34 >
35 >
36
37
38 One other option, add it to emerge options in make.conf. Then if you
39 really want it in world, use --select or add it to the world file
40 manually. I added it to my make.conf file a long time ago. It makes it
41 much easier to keep a clean world file. I would always forget to add
42 that option.
43
44 Dale
45
46 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Updateing linux-headers ... Alexander Kapshuk <alexander.kapshuk@×××××.com>