From: Alan McKinnon <alan.mckinnon@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: Masked package needs itsself ?
Date: Wed, 26 Aug 2009 12:14:16 +0200 [thread overview]
Message-ID: <200908261214.16447.alan.mckinnon@gmail.com> (raw)
In-Reply-To: <75F7AE35-5963-47FD-879E-DB85EB3B0A1D@wright.org>
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
next prev parent reply other threads:[~2009-08-26 20:32 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-26 2:32 [gentoo-user] Masked package needs itsself ? meino.cramer
2009-08-26 2:37 ` [gentoo-user] " Nikos Chantziaras
2009-08-26 2:41 ` Volker Armin Hemmann
2009-08-26 2:52 ` meino.cramer
2009-08-26 2:55 ` Nikos Chantziaras
2009-08-26 3:10 ` meino.cramer
2009-08-26 3:17 ` Chris Reffett
2009-08-26 3:22 ` Volker Armin Hemmann
2009-08-26 3:23 ` Nikos Chantziaras
2009-08-26 7:46 ` Alan McKinnon
2009-08-26 9:00 ` Roy Wright
2009-08-26 10:14 ` Alan McKinnon [this message]
2009-08-26 7:43 ` Alan McKinnon
2009-08-26 15:50 ` Volker Armin Hemmann
2009-08-26 16:24 ` Paul Hartman
2009-08-26 17:02 ` meino.cramer
2009-08-26 17:14 ` Volker Armin Hemmann
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=200908261214.16447.alan.mckinnon@gmail.com \
--to=alan.mckinnon@gmail.com \
--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