From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EINSl-0005L3-JB for garchives@archives.gentoo.org; Thu, 22 Sep 2005 09:33:56 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j8M9RCcd004082; Thu, 22 Sep 2005 09:27:12 GMT Received: from mail43.e.nsc.no (mail43.e.nsc.no [193.213.115.43]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j8M9RBZX005874 for ; Thu, 22 Sep 2005 09:27:11 GMT Received: from mail.nor.wtbts.org (dsl-static-126-131.oeke.tiscali.no [213.234.126.131] (may be forged)) by mail43.nsc.no (8.12.11/8.12.11) with ESMTP id j8M9XI9H005395 for ; Thu, 22 Sep 2005 11:33:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.nor.wtbts.org (Postfix) with ESMTP id 746883FA05 for ; Thu, 22 Sep 2005 11:33:17 +0200 (CEST) Received: from mail.nor.wtbts.org ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01854-09 for ; Thu, 22 Sep 2005 11:33:17 +0200 (CEST) Received: from [192.168.65.211] (unknown [192.168.65.211]) by mail.nor.wtbts.org (Postfix) with ESMTP id 58B543FA04 for ; Thu, 22 Sep 2005 11:33:17 +0200 (CEST) Message-ID: <43327A5D.9090807@tanael.org> Date: Thu, 22 Sep 2005 11:33:17 +0200 From: Natanael Copa User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050823) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 To: gentoo-embedded@lists.gentoo.org Subject: [gentoo-embedded] linking against gdbm fails when emerging python Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at example.com X-Archives-Salt: e3805594-090b-401f-9f53-097e8131d7da X-Archives-Hash: 77ab0ec304526dd85020ba6bd205aefa I am trying to upgrade to python 2.3.5-r2 but I get this error: i386-gentoo-linux-uclibc-gcc -pthread -DNDEBUG -march=i386 -Os -pipe -fomit-frame-pointer -fPIC -fno-strict-aliasing -DHAVE_GDBM_NDBM_H -I. -I/var/tmp/portage/python-2.3.5-r2/work/Python-2.3.5/./Include -I/var/tmp/portage/python-2.3.5-r2/work/Python-2.3.5/Include -I/var/tmp/portage/python-2.3.5-r2/work/Python-2.3.5 -c /var/tmp/portage/python-2.3.5-r2/work/Python-2.3.5/Modules/dbmmodule.c -o build/temp.linux-i686-2.3/dbmmodule.o i386-gentoo-linux-uclibc-gcc -pthread -shared build/temp.linux-i686-2.3/dbmmodule.o -L/usr/local/lib -lgdbm -o build/lib.linux-i686-2.3/dbm.so ./python: can't resolve symbol 'dbm_firstkey' make: *** [sharedmods] Error 1 I dont have gdbm in the useflags. I tried to reemerge gdbm, same thing happens. I tried to enable gdbm in the useflags but same thing happens. So I tried to re-emerge the current python with emerge =dev-lang/python-2.3.5 but the same thing happens. So I suspect that my build environment is broken somwhere somehow. Maybe I used to have gdbm in the useflags but it have been removed? Anyone experienced the same thing? Shouldn't there be a -L/usr/lib instead of -L/usr/local/lib? Does anyone have a suggestion how to bypass? -- Natanael Copa -- gentoo-embedded@gentoo.org mailing list