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 13AD7138A1F for ; Sun, 27 Apr 2014 07:20:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C842E0984; Sun, 27 Apr 2014 07:20:39 +0000 (UTC) Received: from mail-wi0-f193.google.com (mail-wi0-f193.google.com [209.85.212.193]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12059E0954 for ; Sun, 27 Apr 2014 07:20:37 +0000 (UTC) Received: by mail-wi0-f193.google.com with SMTP id n15so1151618wiw.0 for ; Sun, 27 Apr 2014 00:20:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=1QbnW+n6fBBde7ofLw83dEc8QeXonDHvnA+oNIJRles=; b=t7iqa2fTIdow09oBKSc62eyXlxv7azPrVpupEJ3gWEajuNLR0FKn7OsK29eQq9a9Mp LjiZA7hHcJbkCKLqVxsLHm1YAAuqi2q2cF1vi4JzBfiedzR4jbJ4rZ2jpWFx+KV5WSqB 4BAY2dCUS9iFRnopeczwOkzFlLwHAoFD0q9i6YB9OUqnLHxoFsvjgBhCDi24g2P6a0Ac gRU1wl0aay/dol3uUeYRqHqRbRY8UiIaZRfcjzQIk2B51yAMhOTl47MjXQplJtCSZTF3 rLoVRKUVyfCH706uVjdOVPQlVskMeUeRYo5b7mSPlT1tjSvoxOAj4ZrASaAT9yVBtEzu QloA== 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 X-Received: by 10.181.5.6 with SMTP id ci6mr10254652wid.39.1398583236506; Sun, 27 Apr 2014 00:20:36 -0700 (PDT) Received: by 10.194.249.98 with HTTP; Sun, 27 Apr 2014 00:20:36 -0700 (PDT) In-Reply-To: References: <29DDFC49-0411-450E-97D3-A30C5BD7A7A4@stellar.eclipse.co.uk> <336F5E53-2948-49A3-95F7-9BDF4284F5A7@stellar.eclipse.co.uk> <412DEBC3-2892-4783-8433-FC256B56125A@stellar.eclipse.co.uk> Date: Sun, 27 Apr 2014 10:20:36 +0300 Message-ID: Subject: Re: [gentoo-user] OpenSP build fails From: Nikita Tropin To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 58b8bb84-e629-4d56-87c4-1eac8e683f7a X-Archives-Hash: 6e8ebb7dfafa13b07a6a56aef6f6f93b gcc-config -l: [1] x86_64-pc-linux-gnu-4.6.3 [2] x86_64-pc-linux-gnu-4.7.3 * These are installed: gcc-4.7.3, gcc-4.6.3, clang-3.3. I'm using 4.7.3 and not redefine CC or CXX in make.conf or elsewhere. I found that getting out `pam' flag from `shadow' flags removes block. Is it suitable fix(add `-pam' for `shadow' in package.use)? Or ... As I can understand from bugtracker(https://bugs.gentoo.org/show_bug.cgi?id=3D412721) I need to: su # For doing administrative tasks while /etc/pam.d/{su,login,passwd} will= gone emerge shadow emerge pambase dispatch-conf && etc-update PS Thanks Edward, it helps. 2014-04-27 4:44 GMT+03:00 Stroller : > > On Sat, 26 April 2014, at 10:07 pm, Nikita Tropin wrote: > >> I didn't touch pambase/shadow block for a while, trying to simply `emerg= e --update @world' and packages that you tell, which doesn't include this p= air. =E2=80=A6 > > No, IMO you need to address the pambase/shadow block first. > > They're important packages and the transition is important. > > There's no point in getting everything else updated, only to find you can= 't boot the system because of these. > > Right now, I would only worry about anything else if it prevented me addr= essing this matter. > > >> The only thing I'm noticed from above is weechat and conky depends from = ncurses but glibc is not and other packages that depends builds fine(zsh, b= ash, mc). > > The glibc error looks to be related to gcc. > > What versions of gcc are installed, what does `gcc-config -l` say? > > Stroller. > > --=20 Regards, Nikita