public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Holly Bostick <motub@planet.nl>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] how to kernel update when executing emerge -u world?
Date: Tue, 14 Mar 2006 10:16:45 +0100	[thread overview]
Message-ID: <441689FD.1050900@planet.nl> (raw)
In-Reply-To: <20060314083355.GA15775@localhost>

scwang@ios.ac.cn schreef:
> Every time when I run emerge -u world, the kernel will be updated if
>  it have some update.

This is normal; you're asking for updates ("-u"), so Portage is offering
you the available update you asked for. Why is this a problem?

Are you running a different kernel? Not suspend2-sources, but something
else and you simply don't want suspend2-sources present on your system
anymore, or is there an issue with the specific version of
suspend2-sources that's being offered, so the issue is that you don't
want to upgrade?

If the former (you used to use suspend2-sources, but you switched to
another kernel variant like gentoo-sources or ck-sources, and you don't
want to upgrade suspend2-sources anymore), the solution is to emerge -C
(unmerge) the version of suspend2-sources you had installed (delete the
source in /usr/src before unmerging to speed up the process). Then it
won't be "updatable", because it's no longer present (but since the
source of the kernel variant you are using is still present, that will
continue to be upgraded)..

If the latter (you are still using suspend2-sources, but you don't want
to upgrade it beyond a certain version), the solution is to mask the
versions beyond what you want manually, using /etc/portage/package.mask:
(not with quotes)
"> =sys-kernel/suspend2-sources-2.6.15-r7"
(since you're using -r6 and attempting to upgrade to -r8, this will mask
everything including to and above the version beyond the one you're using).

The downside of this is that you have to keep an eye on the package to
see if the problem has been solved in order to get any further updates,
as Portage will no longer tell you or offer you updates to this package.

Hope this helps,
Holly
-- 
gentoo-user@gentoo.org mailing list



      reply	other threads:[~2006-03-14  9:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-14  8:33 [gentoo-user] how to kernel update when executing emerge -u world? scwang
2006-03-14  9:16 ` Holly Bostick [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=441689FD.1050900@planet.nl \
    --to=motub@planet.nl \
    --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