public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Alexander Kapshuk <alexander.kapshuk@gmail.com>
To: Gentoo mailing list <gentoo-user@lists.gentoo.org>
Subject: Re: [gentoo-user] Updateing linux-headers ...
Date: Tue, 14 Jun 2016 09:24:50 +0300	[thread overview]
Message-ID: <CAJ1xhMVPnrTFVynbrnk_LAkXXQKdNjAQMHOxY3ZsS0pOo+7SDQ@mail.gmail.com> (raw)
In-Reply-To: <4715715.0PrbbM1V2A@andromeda>

On Mon, Jun 13, 2016 at 9:40 AM, J. Roeleveld <joost@antarean.org> wrote:
> On Saturday, June 11, 2016 03:54:32 PM Alexander Kapshuk wrote:
>> On Sat, Jun 11, 2016 at 2:09 PM,  <Meino.Cramer@gmx.de> wrote:
>> > Hi,
>> >
>> > I want to update my linux-headers (I am using the vanilla-kernel).
>> >
>> > I did a
>> >
>> > solfire:/root>equery depends '=sys-kernel/linux-headers-4.6'
>> >
>> >  * These packages depend on sys-kernel/linux-headers-4.6:
>> > app-misc/srm-1.2.11-r2 (sys-kernel/linux-headers)
>> > dev-qt/qtgui-5.5.1-r1 (evdev ? sys-kernel/linux-headers)
>> >
>> >                       (udev ? sys-kernel/linux-headers)
>> >
>> > dev-util/strace-4.9 (sys-kernel/linux-headers)
>> > media-video/ffmpeg-2.8.6 (v4l ? sys-kernel/linux-headers)
>> > media-video/transcode-1.1.7-r3 (v4l ? >=sys-kernel/linux-headers-2.6.11)
>> > sys-apps/busybox-1.24.2 (>=sys-kernel/linux-headers-2.6.39)
>> > sys-apps/iproute2-4.4.0 (>=sys-kernel/linux-headers-3.16)
>> > sys-apps/keyutils-1.5.9-r2 (!prefix ? >=sys-kernel/linux-headers-2.6.11)
>> > sys-fs/udev-225-r1 (>=sys-kernel/linux-headers-3.9)
>> > sys-fs/udisks-2.1.7 (>=sys-kernel/linux-headers-3.1)
>> > sys-libs/libcap-2.24-r2 (sys-kernel/linux-headers)
>> > sys-libs/libcap-ng-0.7.7 (sys-kernel/linux-headers)
>> > sys-libs/libseccomp-2.3.0 (>=sys-kernel/linux-headers-4.3)
>> > sys-libs/mtdev-1.1.5 (>=sys-kernel/linux-headers-2.6.31)
>> > sys-power/acpid-2.0.23 (>=sys-kernel/linux-headers-3)
>> > virtual/linuxtv-dvb-headers-5.8 (>=sys-kernel/linux-headers-3.7)
>> > virtual/os-headers-0 (kernel_linux ? sys-kernel/linux-headers:0)
>> > x11-drivers/xf86-input-evdev-2.9.2 (>=sys-kernel/linux-headers-2.6)
>> >
>> > How can I tell emerge just to recompile those packages since
>> >
>> > emerge --update --newuse --deep --with-bdeps=y --tree --keep-going
>> > --backtrack=30 @world -v
>> >
>> > does not do anything.
>> >
>> > Thanks a lot for any help in advance!
>> > Best regards,
>> > Meino
>>
>> If what you're after is rebuilding all the packages that depend on
>> linux-headers, a command line below might be one way of doing it:
>>
>> emerge -a `equery -q d '=sys-kernel/linux-headers-4.3' | sed
>> 's/\-[0-9].*//'`           `
>>
>> These are the packages that would be merged, in order:
>>
>> Calculating dependencies  ..... done!
>> [ebuild   R    ] virtual/os-headers-0
>> [ebuild   R    ] sys-apps/busybox-1.24.2
>> [ebuild   R    ] sys-libs/mtdev-1.1.5
>> [ebuild   R    ] dev-util/strace-4.9
>> [ebuild   R    ] sys-apps/hwinfo-21.4
>> [ebuild   R    ] sys-libs/libcap-ng-0.7.7
>> [ebuild   R    ] sys-libs/libseccomp-2.3.0
>> [ebuild   R    ] sys-apps/iproute2-4.4.0
>> [ebuild   R    ] sys-libs/libcap-2.24-r2
>> [ebuild   R    ] media-gfx/sane-backends-1.0.24-r6
>> [ebuild   R    ] media-video/ffmpeg-2.8.6
>> [ebuild   R    ] x11-drivers/xf86-input-evdev-2.9.2
>> [ebuild   R    ] sys-fs/udev-225-r1
>> [ebuild   R    ] sys-fs/udisks-2.1.4
>>
>> Would you like to merge these packages? [Yes/No]
>
> Please ensure you pass " --oneshot " or " -1 " to emerge. Otherwise all these
> will end up in your world-file causing interesting blockers later.
>
> --
> Joost
>

Understood. Thanks.


      parent reply	other threads:[~2016-06-14  6:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-11 11:09 [gentoo-user] Updateing linux-headers Meino.Cramer
2016-06-11 11:59 ` Dale
2016-06-11 12:07   ` Meino.Cramer
2016-06-11 12:54 ` Alexander Kapshuk
2016-06-13  6:40   ` J. Roeleveld
2016-06-13  8:29     ` Dale
2016-06-14  6:25       ` Alexander Kapshuk
2016-06-14  6:24     ` Alexander Kapshuk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ1xhMVPnrTFVynbrnk_LAkXXQKdNjAQMHOxY3ZsS0pOo+7SDQ@mail.gmail.com \
    --to=alexander.kapshuk@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox