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 1Rscee-0006cY-PN for garchives@archives.gentoo.org; Wed, 01 Feb 2012 16:03:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E379E0692; Wed, 1 Feb 2012 16:03:08 +0000 (UTC) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) by pigeon.gentoo.org (Postfix) with ESMTP id E9704E0517 for ; Wed, 1 Feb 2012 16:01:39 +0000 (UTC) Received: by eaab15 with SMTP id b15so665374eaa.40 for ; Wed, 01 Feb 2012 08:01:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=L5thx9XR213STOArZP1mbgN0e6xffPO443ir4xjFqvA=; b=HAOIsn1da+Eee+ODOorNUT55wv5ntqJHHctcyuZxrZsgQSHDUaCjOP8mkR6wLa4uKL 95BHC+tIglaFVHxnc9pztuI8dijaI00Uu/1eFjrzV8U2NJs6GVWv4p3tn60nC7/wKJVO JNT17tdiVRhSlMB5afb6loLhh4BAjOWF/59pM= 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.213.26.78 with SMTP id d14mr1229220ebc.72.1328112099065; Wed, 01 Feb 2012 08:01:39 -0800 (PST) Received: by 10.213.106.20 with HTTP; Wed, 1 Feb 2012 08:01:39 -0800 (PST) Date: Wed, 1 Feb 2012 08:01:39 -0800 Message-ID: Subject: [gentoo-user] /usr/lib/libgdbm_compat.so.3: undefined symbol: __guard From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 57fbdf4f-5be4-4c14-b5a0-45efe67bbd21 X-Archives-Hash: dc96be3e181df3afdd5d16489aa7ef02 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 _tkinter 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. I was able to emerge python-2.6 earlier in the updating process so I'm not sure why it's failing now. I'm halfway through an emerge -e world to see if that helps. The 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. I'm on this profile: hardened/linux/x86 Any ideas? - Grant