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 E688A138C48 for ; Sun, 12 Apr 2015 18:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD3B3E09FD; Sun, 12 Apr 2015 18:35:32 +0000 (UTC) Received: from lyseo.edu.ouka.fi (unknown [82.128.138.2]) by pigeon.gentoo.org (Postfix) with ESMTP id 6BDC6E0996 for ; Sun, 12 Apr 2015 18:35:31 +0000 (UTC) Received: from [100.98.81.0] (85-76-177-224-nat.elisa-mobile.fi [85.76.177.224]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by lyseo.edu.ouka.fi (Postfix) with ESMTPSA id 6DC4013F9952 for ; Sun, 12 Apr 2015 21:35:11 +0300 (EEST) Subject: Re: [gentoo-user] Re: Machine completely broken; Ncursed! References: <55292E11.9040202@verizon.net> <201504112204.26649.dilfridge@gentoo.org> <5529BF6C.7090909@verizon.net> <2227740.m4amG7ENkq@andromeda> <20150412122356.5cadb5d4@sepulchrave.remarqs> From: Matti Nykyri Content-Type: text/plain; charset=windows-1251 X-Mailer: iPhone Mail (11D201) In-Reply-To: <20150412122356.5cadb5d4@sepulchrave.remarqs> Message-Id: Date: Sun, 12 Apr 2015 21:35:07 +0300 To: "gentoo-user@lists.gentoo.org" Content-Transfer-Encoding: quoted-printable 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 (1.0) X-Archives-Salt: 71b959f1-f011-4572-bf65-f25a16361eee X-Archives-Hash: 6636ea549d0bbd2cd5665c9384edc9f8 > On Apr 12, 2015, at 20:23, =BBQ=AB wrote: >=20 > On Sun, 12 Apr 2015 11:12:38 +0200 > "J. Roeleveld" wrote: >=20 >> On Saturday, April 11, 2015 08:42:20 PM Alan Grimes wrote: >=20 >>> PYTHON_TARGETS=3D"${PYTHON_TARGETS} python2_7 python3_4" >>> PYTHON_SINGLE_TARGET=3D"python2_7" >>=20 >> These are set in your profile, please do not override this. >> In other words, please remove these 2 lines. >=20 > I'm not the OP. (I spend less time than him on maintaining my system.) >=20 > 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: >=20 > $ emerge -puDv --changed-use @world >=20 > These are the packages that would be merged, in order: >=20 > Calculating dependencies | >=20 > !!! Problem resolving dependencies for sys-apps/util-linux from @system > ... done! >=20 > !!! The ebuild selected to satisfy "sys-apps/util-linux" has unmet require= ments. > - sys-apps/util-linux-2.25.2-r2::gentoo USE=3D"ncurses nls pam (policykit)= python suid tty-helpers udev unicode -caps -cramfs -fdformat (-selinux) -sl= ang -static-libs -systemd -test" ABI_X86=3D"64 -32 -x32" PYTHON_SINGLE_TARGE= T=3D"-python2_7 -python3_3 -python3_4" PYTHON_TARGETS=3D"-python2_7 -python3= _3 -python3_4" >=20 > 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 ) ) >=20 > 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_pyth= on3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python= _targets_python3_4 ) python_single_target_python2_7? ( python_targets_python= 2_7 ) ) >=20 > (dependency required by "@system" [set]) > (dependency required by "@world" [argument]) This is because you have set the "python" use flag in your make.conf (or pac= kage.use). Remove the python useflag and the problem goes away. It is not set by the pr= ofile but by you. Do you really need it? --=20 -Matti=