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 1EJnUg-00072C-42 for garchives@archives.gentoo.org; Mon, 26 Sep 2005 07:33:46 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j8Q7Pk2G010794; Mon, 26 Sep 2005 07:25:46 GMT Received: from mail47.e.nsc.no (mail47.e.nsc.no [193.213.115.47]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j8Q7PjGs008808 for ; Mon, 26 Sep 2005 07:25:45 GMT Received: from mail.nor.wtbts.org (dsl-static-126-131.oeke.tiscali.no [213.234.126.131] (may be forged)) by mail47.nsc.no (8.12.11/8.12.11) with ESMTP id j8Q7WWEl015799 for ; Mon, 26 Sep 2005 09:32:33 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.nor.wtbts.org (Postfix) with ESMTP id D10583FA05 for ; Mon, 26 Sep 2005 09:32:32 +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 03382-08 for ; Mon, 26 Sep 2005 09:32:32 +0200 (CEST) Received: from [192.168.65.211] (unknown [192.168.65.211]) by mail.nor.wtbts.org (Postfix) with ESMTP id B419D3FA04 for ; Mon, 26 Sep 2005 09:32:32 +0200 (CEST) Message-ID: <4337A410.6030400@tanael.org> Date: Mon, 26 Sep 2005 09:32:32 +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: Re: [gentoo-embedded] linking against gdbm fails when emerging python References: <43327A5D.9090807@tanael.org> <200509260104.22167.vapier@gentoo.org> In-Reply-To: <200509260104.22167.vapier@gentoo.org> 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: aa83aeb4-cbf2-4891-906a-b1bb0c3861bc X-Archives-Hash: 75e93f7c8cbd3715ebc9981ceb10f925 Mike Frysinger wrote: >On Thursday 22 September 2005 05:33 am, Natanael Copa wrote: > > >>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 >> >> > >so you're still hitting this linker bug ? just wondering whether i should >start poking at it or assume that it's been resolved one way or another ... >-mike > > Yes. It still fails whenever berkdb are in useflags. It looks like it works with or without gdbm in useflags (as long berkdb is disabled) I worked around it by adding "dev-lang/python -berkdb" in /etc/portage/package.use so its no stopper for me. I can report a bug if you'd like. -- Natanael Copa -- gentoo-embedded@gentoo.org mailing list