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 1O7rcF-0008J1-I8 for garchives@archives.gentoo.org; Fri, 30 Apr 2010 14:54:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E718E0869; Fri, 30 Apr 2010 14:54:21 +0000 (UTC) Received: from mail-qy0-f183.google.com (mail-qy0-f183.google.com [209.85.221.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 54CABE0869 for ; Fri, 30 Apr 2010 14:54:21 +0000 (UTC) Received: by qyk13 with SMTP id 13so310332qyk.1 for ; Fri, 30 Apr 2010 07:54:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=Eksv8CbYFRXFpXe10L5hsvJlEm8A9I9zmpAe/eu/axU=; b=vw2sUL3G5EAcUlHMk2A9DbBCcosYTPJFNedx71OrySqsdj9V6wAA75B6+3eQjMMw+h +AjMHBZkZvPnXEqDAIMTXfsN8cwdOEJBXYAK8Oqil8pwxxGGU1gUEAZFoQsZesVdvNNO lwuTGYAzCOzXqzNp3EqgONmrHsSutjBbT18fM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=DtDNnSd69SnH1Wm6Yh9G06ozfM8fEIV1Af0+AShLY5eyHojaVzuskcnJVqrPZsmNMi ZN5gcMUwjx5ZnvLGmfWmvROhWyuYfnutXXQEe/hL871cbSQ5JJJeqtKkQmi4E0DQZ3Zw o8YF92JUtpEGhdTfQxwWbm6NqVSEPSSm+ZP2Y= 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.224.79.95 with SMTP id o31mr4074347qak.269.1272639260882; Fri, 30 Apr 2010 07:54:20 -0700 (PDT) Sender: paul.hartman@gmail.com Received: by 10.151.98.3 with HTTP; Fri, 30 Apr 2010 07:54:20 -0700 (PDT) In-Reply-To: <20100429222751.Y54476@shell.bway.net> References: <20100429222751.Y54476@shell.bway.net> Date: Fri, 30 Apr 2010 09:54:20 -0500 X-Google-Sender-Auth: 8bacd6c7a0b66d23 Message-ID: Subject: Re: [gentoo-user] Can't resolve package blocks From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: ff3bb6aa-78bd-4cfa-8f33-99861e3ed7b6 X-Archives-Hash: 6cc4368bae564b9a8e19f84844b5b153 On Thu, Apr 29, 2010 at 9:32 PM, Ajai Khattri wrote: > > I have unmerged ffmpeg, libraw1394 and libdc1394 and I still can't resolve > this block: > > [nomerge ] media-video/ffmpeg-0.5_p20373 USE="X alsa amr encode > hardcoded-tables ieee1394 ipv6 network theora threads vorbis x264 zlib > (-3dnow) (-3dnowext) -altivec -bindist -cpudetection -custom-cflags -debug > -dirac -doc -faac -faad -gsm -jack -jpeg2k (-mmx) (-mmxext) -mp3 -oss -pic > -schroedinger -sdl -speex (-ssse3) -test -v4l -v4l2 -vdpau -xvid" > VIDEO_CARDS="(-nvidia)" [0] > [ebuild N ] media-libs/opencore-amr-0.1.2 849 kB [0] > [ebuild N ] sys-libs/libraw1394-2.0.4 368 kB [0] > [nomerge ] x11-libs/gtk+-2.18.7 [2.16.6] USE="cups jpeg tiff (-aqua) > -debug -doc -jpeg2k -test -vim-syntax -xinerama (-X%*)" [0] > [ebuild N ] media-libs/tiff-3.9.2-r1 USE="cxx jpeg zlib -jbig" 1,387 > kB [0] > [ebuild N ] media-libs/jpeg-8a 951 kB [0] > [blocks B ] is blocking sys-libs/libraw1394-2.0.4) > > Total: 79 packages (68 upgrades, 10 new, 1 in new slot, 6 uninstalls), Size > of downloads: 174,892 kB > Conflict: 13 blocks (1 unsatisfied) > Portage tree and overlays: > [0] /usr/portage > [?] indicates that the source repository could not be determined > > * Error: The above package list contains packages which cannot be > * installed at the same time on the same system. > > ('ebuild', '/', 'media-libs/libdc1394-1.2.1', 'merge') pulled in by > media-libs/libdc1394 required by ('ebuild', '/', > 'media-video/ffmpeg-0.5_p20373', 'merge') > > ('ebuild', '/', 'sys-libs/libraw1394-2.0.4', 'merge') pulled in by > sys-libs/libraw1394 required by ('ebuild', '/', > 'media-video/ffmpeg-0.5_p20373', 'merge') > >=sys-libs/libraw1394-0.9.0 required by ('ebuild', '/', > 'media-libs/libdc1394-1.2.1', 'merge') Use the --tree option in your emerge commandline so it will show which packages are trying to pull in these. It looks like you're using stable, I'm on ~amd64 and don't have these blocks so maybe it's something worked out by newer versions. On the other hand, if you have unmasked any unstable packages maybe they're trying to pull in the conflictiong versions?