From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 96921138C48 for ; Sun, 12 Apr 2015 17:24:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05F8FE0D61; Sun, 12 Apr 2015 17:24:09 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A551CE0CE5 for ; Sun, 12 Apr 2015 17:24:07 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YhLc4-0002be-N2 for gentoo-user@lists.gentoo.org; Sun, 12 Apr 2015 19:24:04 +0200 Received: from wsip-174-76-82-7.no.no.cox.net ([174.76.82.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Apr 2015 19:24:04 +0200 Received: from boxcars by wsip-174-76-82-7.no.no.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Apr 2015 19:24:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: =?UTF-8?B?wrtRwqs=?= Subject: [gentoo-user] Re: Machine completely broken; Ncursed! Date: Sun, 12 Apr 2015 12:23:56 -0500 Organization: none Message-ID: <20150412122356.5cadb5d4@sepulchrave.remarqs> References: <55292E11.9040202@verizon.net> <201504112204.26649.dilfridge@gentoo.org> <5529BF6C.7090909@verizon.net> <2227740.m4amG7ENkq@andromeda> 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=US-ASCII Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: wsip-174-76-82-7.no.no.cox.net X-Newsreader: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-pc-linux-gnu) X-Archives-Salt: 4ec34da3-6d40-447d-a234-285c94954ba6 X-Archives-Hash: fadbe3c99d2c28ff41efbbd0f087e4dc On Sun, 12 Apr 2015 11:12:38 +0200 "J. Roeleveld" wrote: > On Saturday, April 11, 2015 08:42:20 PM Alan Grimes wrote: > > PYTHON_TARGETS="${PYTHON_TARGETS} python2_7 python3_4" > > PYTHON_SINGLE_TARGET="python2_7" > > These are set in your profile, please do not override this. > In other words, please remove these 2 lines. I'm not the OP. (I spend less time than him on maintaining my system.) Should those variables really not be set in make.conf? I added them to make.conf some time back because portage complained about them, and if I comment them out, it complains again, like so: $ emerge -puDv --changed-use @world These are the packages that would be merged, in order: Calculating dependencies | !!! Problem resolving dependencies for sys-apps/util-linux from @system ... done! !!! The ebuild selected to satisfy "sys-apps/util-linux" has unmet requirements. - sys-apps/util-linux-2.25.2-r2::gentoo USE="ncurses nls pam (policykit) python suid tty-helpers udev unicode -caps -cramfs -fdformat (-selinux) -slang -static-libs -systemd -test" ABI_X86="64 -32 -x32" PYTHON_SINGLE_TARGET="-python2_7 -python3_3 -python3_4" PYTHON_TARGETS="-python2_7 -python3_3 -python3_4" The following REQUIRED_USE flag constraints are unsatisfied: python? ( exactly-one-of ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) ) The above constraints are a subset of the following complete expression: python? ( exactly-one-of ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) ) (dependency required by "@system" [set]) (dependency required by "@world" [argument])