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 1Rt5n8-0001wv-JY for garchives@archives.gentoo.org; Thu, 02 Feb 2012 23:10:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CB8BE089E; Thu, 2 Feb 2012 23:09:52 +0000 (UTC) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id F0728E0880 for ; Thu, 2 Feb 2012 23:08:15 +0000 (UTC) Received: by eeke51 with SMTP id e51so974316eek.40 for ; Thu, 02 Feb 2012 15:08:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=4vN7qdHOaJVVdY3Gj6/xdSKR3j7qmzfHAxiRDg/0ggU=; b=jihrTtBVFlqxHMoLD+qyYgGm/K5nsAR/WkvNV3i9DVzAtB6tUyeDavtv8xYRNj+K8K F6Zo7tQeviBryW0cwN2VNPLxD5K5D3nJr677/PfghuL5mZc/EWJjFeYKNZtbVfohkIxo bTfiYWZpkClpvDyK+ePgzyP31ulBf0h/bgNt4= 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.14.135.140 with SMTP id u12mr1475960eei.73.1328224095143; Thu, 02 Feb 2012 15:08:15 -0800 (PST) Received: by 10.213.106.20 with HTTP; Thu, 2 Feb 2012 15:08:15 -0800 (PST) In-Reply-To: References: Date: Thu, 2 Feb 2012 15:08:15 -0800 Message-ID: Subject: [gentoo-user] Re: /usr/lib/libgdbm_compat.so.3: undefined symbol: __guard From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6e0f6daf-b33a-4468-8925-ba50b4a111e3 X-Archives-Hash: b17d5db448b66435bf4df1cdbbd9564a > I get this when emerging python on a system I'm bringing up to date > after 3 years of non-use: > > *** WARNING: renaming "dbm" since importing it failed: > /usr/lib/libgdbm_compat.so.3: undefined symbol: __guard > > The compile eventually fails with: > > Failed to find the necessary bits to build these modules: > _bsddb =A0 =A0 =A0 =A0 =A0 =A0 _tkinter =A0 =A0 =A0 =A0 =A0 bsddb185 > sunaudiodev > To find the necessary bits, look in setup.py in detect_modules() for > the module's name. > > Failed to build these modules: > dbm > > running build_scripts > creating build/scripts-2.6 > copying and adjusting > /var/tmp/portage/dev-lang/python-2.6.7-r2/work/Python-2.6.7/Tools/scripts= /pydoc > -> build/scripts-2.6 > copying and adjusting > /var/tmp/portage/dev-lang/python-2.6.7-r2/work/Python-2.6.7/Tools/scripts= /idle > -> build/scripts-2.6 > copying and adjusting > /var/tmp/portage/dev-lang/python-2.6.7-r2/work/Python-2.6.7/Tools/scripts= /2to3 > -> build/scripts-2.6 > copying and adjusting > /var/tmp/portage/dev-lang/python-2.6.7-r2/work/Python-2.6.7/Lib/smtpd.py > -> build/scripts-2.6 > changing mode of build/scripts-2.6/pydoc from 644 to 755 > changing mode of build/scripts-2.6/idle from 644 to 755 > changing mode of build/scripts-2.6/2to3 from 644 to 755 > changing mode of build/scripts-2.6/smtpd.py from 644 to 755 > make: *** [sharedmods] Error 1 > > This is python-2.6 but I get the same from 2.7 and 3.1. =A0I was able to > emerge python-2.6 earlier in the updating process so I'm not sure why > it's failing now. =A0I'm halfway through an emerge -e world to see if > that helps. =A0The system is up-to-date now and working fine although I > still need to update the kernel, gcc won't compile above 4.3.4, and > udev gets crazy above 141. =A0I'm on this profile: > > hardened/linux/x86 > > Any ideas? > > - Grant emerge -e world fixed this. - Grant