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 1MgPAZ-0004qc-Jd for garchives@archives.gentoo.org; Wed, 26 Aug 2009 20:32:36 +0000 Received: by pigeon.gentoo.org (Postfix, from userid 207) id E46D3E09EE; Thu, 27 Aug 2009 02:11:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB301E0CFE; Wed, 26 Aug 2009 10:19:54 +0000 (UTC) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by pigeon.gentoo.org (Postfix) with ESMTP id 51845E0CFF for ; Wed, 26 Aug 2009 10:19:54 +0000 (UTC) Received: by mail-ew0-f218.google.com with SMTP id 18so14442ewy.14 for ; Wed, 26 Aug 2009 03:19:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=lTZRBhhdxEQfxd/HP3mljK1NcpCOU5zzNq953Mu2gLM=; b=iwOkabkMG1k2RwHT9tU1yFQvYbv2uhhNJiLV4Yi8Dn8+zyADpegH4XMIw5hScPicmS XBvMXAiLPYpzOdamCaFBJa58eQ0jmkiN4FklWwgTvyhMujzWj4GwJ1mBwTdnWOugKIok UPR3FKyS8lzzW96gXpckDur6oczfg+kDRaTTM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=n/Gz9GoJRB6UtWGfAwfshrVpt5bz6w1ut07ylqmU57ATIgSnfrUzOBeYCzj2pLXW17 5EGtqhuoqSNnKccilBCV6OoIkanDTXrAA2naEgs08HHSgtKcL5BmYORFTxjElkvp3NU/ 70VdQ+CrmwgQe3RFog7ZRI4ZTwh69xxlXM0kw= Received: by 10.210.36.10 with SMTP id j10mr7962505ebj.90.1251281994086; Wed, 26 Aug 2009 03:19:54 -0700 (PDT) Received: from nazgul.localnet ([196.210.202.145]) by mx.google.com with ESMTPS id 7sm2500962eyb.4.2009.08.26.03.19.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 Aug 2009 03:19:51 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Masked package needs itsself ? Date: Wed, 26 Aug 2009 12:14:16 +0200 User-Agent: KMail/1.12.0 (Linux/2.6.30-gentoo-r4; KDE/4.3.0; x86_64; ; ) References: <20090826023245.GA5818@solfire> <200908260946.26624.alan.mckinnon@gmail.com> <75F7AE35-5963-47FD-879E-DB85EB3B0A1D@wright.org> In-Reply-To: <75F7AE35-5963-47FD-879E-DB85EB3B0A1D@wright.org> 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 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200908261214.16447.alan.mckinnon@gmail.com> X-Archives-Salt: 33949daa-5431-49ce-b1c8-8ac2730ea189 X-Archives-Hash: 778dbab664f11f8ab6c56ee60869560b On Wednesday 26 August 2009 11:00:35 Roy Wright wrote: > On Aug 26, 2009, at 2:46 AM, Alan McKinnon wrote: > > On Wednesday 26 August 2009 05:10:18 meino.cramer@gmx.de wrote: > >>> Sorry, I'm not following what you're trying to say :P > >> > >> jpeg-7 is masked, Without it any update process stops with this > >> failure. jpeg-7 needs itsself to update jpeg-7 (according the output > >> I posted). > > > > Incorrect. Something else is pulling it in and you snipped that > > output. Your > > initial post only says that emerge wants to include jpeg and it > > won't emerge > > version 7 as it is unstable and your box is stable. > > > > It's from some package that specifically wants jpeg-7 as opposed to > > just jpeg. > > Most likely netpbm which is hardcoded to DEPEND on jpeg-7. > > In my case, it was netpbm. Here's the steps I took to resolve the > problem: > > 1) emerge -1 -av jpeg > 2) Do NOT run "emerge @preserved-rebuild" > 3) emerge -av jpeg-compat > 4) revdep-rebuild > > I hit a problem when trying the "emerge @preserved-rebuild" in that > tightvnc had a jpeg-6b dependency, so pretty much had to use jpeg- > compat. tightvnc works just fine with jpeg-7. You can do what I did and copy the tightvnc ebuild to a local overlay, patch with this, and let it rip: # diff -u net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild local/alan/net- misc/tightvnc/tightvnc-1.3.10-r1.ebuild --- net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild 2009-04-20 20:52:22.000000000 +0200 +++ local/alan/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild 2009-08-25 17:00:54.000000000 +0200 @@ -16,7 +16,10 @@ LICENSE="GPL-2" SLOT="0" -CDEPEND="~media-libs/jpeg-6b +CDEPEND="|| ( + ~media-libs/jpeg-6b + ~media-libs/jpeg-7 + ) server? ( media-fonts/font-misc-misc media-fonts/font-cursor-misc -- alan dot mckinnon at gmail dot com