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 1MlMfN-00008S-8F for garchives@archives.gentoo.org; Wed, 09 Sep 2009 12:52:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32E80E084B; Wed, 9 Sep 2009 12:52:52 +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 11D50E084B for ; Wed, 9 Sep 2009 12:52:52 +0000 (UTC) Received: by yxe4 with SMTP id 4so3533860yxe.32 for ; Wed, 09 Sep 2009 05:52:51 -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=tGTJXCcVdIwPu372XTd8WCV4FYrLIsQbE/YeGlvYKxc=; b=RS6CjbTj9ono/HMlwEhKxXp8+PRA0ABeRMnkRF69uTuSXVR4gaKGH2zNyBFmzApsMo jbJ4vPM1nCH+fbSGFxDficFEbnN3j3wVDvlFQ+rKNUW7Sa0CoPLJCFIxcOqLBEDqsrGY bs5dBtoKLXB40hhsGDFkIpbotGr0OLVKupaxg= 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=nZGf+U9MT+8qL+4VJzsMOdrjVeRIlXFkIOJgss7YqjEZmFJns+4K/7iBd0Lzb8LilU cvXcrohs5lJhKhD0aOn8ZeBgfH5kYYBfHxDtjMRwPacGD9VQeE1bjItbT5LejKbDHXhF AnclosBOMQu6SViLmWvVrgIs5HrQlaTwo4dbQ= 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.103.4 with SMTP id a4mr429885ybc.217.1252500771462; Wed, 09 Sep 2009 05:52:51 -0700 (PDT) In-Reply-To: <4AA7A370.6010905@gmail.com> References: <4AA794D1.10104@gmail.com> <5bdc1c8b0909090534y27e559e7k13a0fa013a8c12a6@mail.gmail.com> <4AA7A370.6010905@gmail.com> Date: Wed, 9 Sep 2009 05:52:51 -0700 Message-ID: <5bdc1c8b0909090552h62d413e6m3aad5bcae0727a7f@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: cd1b9039-dd00-4b4b-85c5-6af9e5b46971 X-Archives-Hash: bffdd3316ee12f5996f408fd0a130eb7 On Wed, Sep 9, 2009 at 5:45 AM, Dale wrote: > Mark Knecht wrote: >> 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 m= ore >>> =C2=A0* packages will not be removed. This can be solved by rebuilding = the >>> =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 >> >> >> > > LOL =C2=A0Since I would rather try to remove Scribus than python, I'll re= move > Scribus, do some cleaning, then reinstall and see what happens. =C2=A0We = all > know what could happen if I remove python that portage is using. =C2=A0o_= O > > I'll report back if it continues after all this. =C2=A0Thanks to both Ala= n > and Mark on this one. =C2=A0I was getting drunk going around in circles w= ith > this. > > Dale > > :-) =C2=A0:-) > > I assume you've installed python-2.6 as part of emerge @system or @world and then run python-updater? That process has worked on my machines but I don't use too many office apps. Good luck! Cheers, Mark