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 1RC67R-0000gf-15 for garchives@archives.gentoo.org; Fri, 07 Oct 2011 08:49:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07ABA21C074; Fri, 7 Oct 2011 08:49:06 +0000 (UTC) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) by pigeon.gentoo.org (Postfix) with ESMTP id ECED421C06F for ; Fri, 7 Oct 2011 08:47:40 +0000 (UTC) Received: by yxk30 with SMTP id 30so4677076yxk.40 for ; Fri, 07 Oct 2011 01:47:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ezZvgfVyHzkKlxnWUPNR0r71KcrD5qsbc+pOsASk5X8=; b=KRMWzIslyjvD9sHTPzPkfDMB0DcKGnlkVUtd//wTAV8wuenP7PY4Dn++fX1l6p9gFB NYbJU2G7r6fIcSfue031n0G/Wt/7zMeSCAQmRQAvlNwTHw/3lpx0rGVn2YqnixDLz50v kCsmu+W/CJrU1u56nMSh4l3FOG2yioDptw/Ck= Received: by 10.236.146.4 with SMTP id q4mr8376517yhj.17.1317977260506; Fri, 07 Oct 2011 01:47:40 -0700 (PDT) Received: from [192.168.2.5] (adsl-98-95-215-244.jan.bellsouth.net. [98.95.215.244]) by mx.google.com with ESMTPS id z15sm11888368yhg.21.2011.10.07.01.47.39 (version=SSLv3 cipher=OTHER); Fri, 07 Oct 2011 01:47:39 -0700 (PDT) Message-ID: <4E8EBCAA.2090702@gmail.com> Date: Fri, 07 Oct 2011 03:47:38 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111002 Firefox/7.0.1 SeaMonkey/2.4.1 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] kscd-4.7.2 fails to build SOLVED References: <4E8EB23B.8070600@gmail.com> <4E8EB499.4080500@gmx.net> In-Reply-To: <4E8EB499.4080500@gmx.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: dffc96df299365fb4d91c29ffce00827 Jonas de Buhr wrote: > Am 07.10.2011 10:03, schrieb Dale: >> /usr/lib64/libneon.so.27: undefined reference to >> `gnutls_certificate_verify_peers' > gnutls_certificate_verify_peers is deprecated in gnutls. > > you could try emerging net-libs/neon with > > USE="-gnutls ssl" > > for a quick workaround. > > For those who run into this, just remove the gnutls flag and do a emerge -uvaDN world. I had it in make.conf so I must have needed it at some point in the past. Man that is a old USE line. lol Thanks for the tip. It worked. Dale :-) :-)