From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NHkxY-0004oh-Bq for garchives@archives.gentoo.org; Mon, 07 Dec 2009 21:17:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E402E0781; Mon, 7 Dec 2009 21:17:11 +0000 (UTC) Received: from mail-px0-f197.google.com (mail-px0-f197.google.com [209.85.216.197]) by pigeon.gentoo.org (Postfix) with ESMTP id 11ED7E0781 for ; Mon, 7 Dec 2009 21:17:11 +0000 (UTC) Received: by pxi35 with SMTP id 35so889657pxi.18 for ; Mon, 07 Dec 2009 13:17:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=kEiY7DX1dFTEx0s2t28F41sVEMiAyiayn1GSfhkmYXk=; b=xPgUP2Q48pdl0yRGr2V7hJBPJmYQxsC2J9IcNZjQV64ExJUcA+mamDC9cdQiznqe2P zdLvGshbHbJAr+LoDGg/ckp4rjVtfbPDZyRCMGWmX686AN++Pk+pE32K11JTS/YidCZv 4bqYWxPE4oYsJVUFd4EK6A+AF3+g9rMxGItuU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=gTGY3AlFBV/nV9e1F7oC1KfXBuko3Vgejf2NabGPfza49nklDBhn+0j/P8T20f91Uw d7Q4t3K4gPju9gx/OzQMkDIjemaVRiTCRV0D5ChdnTGO2PLTZ3Kp3KpyHSzgNAuJcSbx YmidYcp3tSAeJ061MDo/zASynEeT27h/n7Jhk= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.142.8.12 with SMTP id 12mr820518wfh.70.1260220630499; Mon, 07 Dec 2009 13:17:10 -0800 (PST) In-Reply-To: <4B1D4517.2010506@gmail.com> References: <4B1D4517.2010506@gmail.com> Date: Mon, 7 Dec 2009 13:17:10 -0800 Message-ID: <5bdc1c8b0912071317l4189c8c0v9283c5b4ec406b9f@mail.gmail.com> Subject: Re: [gentoo-user] How can I solve "emerge @preserved-rebuild" loop? From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ff0a16f5-7edf-45c4-9cb4-fdf9b46ff96d X-Archives-Hash: 493d9a0d51ba29dc94c24330bfd5f7d6 On Mon, Dec 7, 2009 at 10:10 AM, Jarry wrote: > Hi, > I update my server quite frequently without any problem, but > today after running "emerge -uDN world" I got these messages: > > ----- > !!! existing preserved libs: >>>> package: sys-libs/e2fsprogs-libs-1.41.9 > =C2=A0* =C2=A0- /lib64/libuuid.so > =C2=A0* =C2=A0 =C2=A0 =C2=A0used by /bin/mount (sys-apps/util-linux-2.16.= 1) > =C2=A0* =C2=A0 =C2=A0 =C2=A0used by /bin/umount (sys-apps/util-linux-2.16= .1) > =C2=A0* =C2=A0 =C2=A0 =C2=A0used by /sbin/blkid (sys-apps/util-linux-2.16= .1) > =C2=A0* =C2=A0 =C2=A0 =C2=A0used by 16 other files > =C2=A0* =C2=A0- /lib64/libblkid.so > =C2=A0* =C2=A0 =C2=A0 =C2=A0used by /bin/mount (sys-apps/util-linux-2.16.= 1) > =C2=A0* =C2=A0 =C2=A0 =C2=A0used by /bin/umount (sys-apps/util-linux-2.16= .1) > =C2=A0* =C2=A0 =C2=A0 =C2=A0used by /sbin/blkid (sys-apps/util-linux-2.16= .1) > =C2=A0* =C2=A0 =C2=A0 =C2=A0used by 8 other files > Use emerge @preserved-rebuild to rebuild packages using these libraries > ----- > > So I did run "emerge @preserved-rebuild", but at the end > of it I got the very same messages. How can I solve this? > > Jarry I saw this on every machine I updated recently. I did emerge -C e2fsprogs-libs and then emerge -DuN world revdep-rebuild -i HTH, Mark