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 1MlMNY-0006Wz-DM for garchives@archives.gentoo.org; Wed, 09 Sep 2009 12:34:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0D84E0841; Wed, 9 Sep 2009 12:34:26 +0000 (UTC) Received: from mail-yx0-f174.google.com (mail-yx0-f174.google.com [209.85.210.174]) by pigeon.gentoo.org (Postfix) with ESMTP id 900DFE0841 for ; Wed, 9 Sep 2009 12:34:26 +0000 (UTC) Received: by yxe4 with SMTP id 4so3516213yxe.32 for ; Wed, 09 Sep 2009 05:34:26 -0700 (PDT) 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=5Hwbz/jtq47sn267LYoGxDYfUQy5MgOKMNlR7rZIvnw=; b=ouVSzz6VYA0Mf2sP14CppWPbp1HpvoRmC0fBgrNNfFYc+I/Ry2Il5//SIzVtDX18/2 GprEipzt6ciOOYyVIKkdZGvxpxl/MX/ARuCScaR8UJK8XuYJx/6/ImVhBHaIdNzTYU7B jZLQjzbCjsHWsVCXOy2FozVq8AhJFGe3rztsY= 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=jLbk02pwRiMBG6jMMvkZxMehYOuCuB9H6YbVv+Z9Mx/Xd94a3sxIxz7VSRlvhVZ6bY zNzP5L80jtPZCJ5nklkVPnF76/+EsHcTLlx5XoQUR1H919oJJ3RATbIrSb+4oXc6XTYW p2PLj7/8yAYoA0QdsgCRtxgh8AvCVEfMLxscI= 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.150.114.19 with SMTP id m19mr465158ybc.4.1252499665078; Wed, 09 Sep 2009 05:34:25 -0700 (PDT) In-Reply-To: <4AA794D1.10104@gmail.com> References: <4AA794D1.10104@gmail.com> Date: Wed, 9 Sep 2009 05:34:25 -0700 Message-ID: <5bdc1c8b0909090534y27e559e7k13a0fa013a8c12a6@mail.gmail.com> Subject: Re: [gentoo-user] --depclean and python needed by scribus. From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4ffd8e12-074c-470c-837c-fe9bfa51613a X-Archives-Hash: 2dd4bc0c5481e32b5c09b374096798c4 On Wed, Sep 9, 2009 at 4:43 AM, Dale wrote: > Hi folks, > > Can someone tell me what this means? > > root@smoker / # emerge -p --depclean > > =C2=A0* Always study the list of packages to be cleaned for any obvious > =C2=A0* mistakes. Packages that are part of the world set will always > =C2=A0* be kept. =C2=A0They can be manually added to this set with > =C2=A0* `emerge --noreplace `. =C2=A0Packages that are listed in > =C2=A0* package.provided (see portage(5)) will be removed by > =C2=A0* depclean, even if they are part of the world set. > =C2=A0* > =C2=A0* As a safety measure, depclean will not remove any packages > =C2=A0* unless *all* required dependencies have been resolved. =C2=A0As a > =C2=A0* consequence, it is often necessary to run `emerge --update > =C2=A0* --newuse --deep @system @world` prior to depclean. > > Calculating dependencies... done! >>>> Checking for lib consumers... >>>> Assigning files to packages... > =C2=A0* In order to avoid breakage of link level dependencies, one or mor= e > =C2=A0* packages will not be removed. This can be solved by rebuilding th= e > =C2=A0* packages that pulled them in. > =C2=A0* > =C2=A0* =C2=A0 dev-lang/python-2.5.4-r3 pulled in by: > =C2=A0* =C2=A0 =C2=A0 app-office/scribus-1.3.3.11 > =C2=A0* >>>> Adding lib providers to graph... > =C2=A0\ > Calculating dependencies... done! > > > I have re-compiled scribus about three times now. =C2=A0I have also ran > python-updater a few times and it just keeps rebuilding scribus and > boost in a endless loop. =C2=A0What am I missing here? > > Thanks. > > Dale > > :-) =C2=A0:-) > > Possibly scribus isn't compatible with python-2.6? The few times I've run into this with depclean I've removed the app (scribus in this case) cleaned up the machine with depclean and revdep-rebuild, and then reinstalled the app from scratch. If it tries to pull in phython-2.5 then you just have to make a choice whether you want it or not. (Or look for a mased ebuild, etc. - Mark