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.54) id 1ErAHy-0000Wv-OR for garchives@archives.gentoo.org; Tue, 27 Dec 2005 08:34:35 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jBR8XrYt001973; Tue, 27 Dec 2005 08:33:53 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jBR8Xqr4007675 for ; Tue, 27 Dec 2005 08:33:53 GMT Received: from localhost ([127.0.0.1] helo=home.wh0rd.org) by smtp.gentoo.org with esmtp (Exim 4.54) id 1ErAHI-0007Wo-Is for gentoo-embedded@lists.gentoo.org; Tue, 27 Dec 2005 08:33:52 +0000 Received: (qmail 18961 invoked from network); 27 Dec 2005 03:33:26 -0500 Received: from unknown (HELO vapier) (192.168.0.2) by 192.168.0.1 with SMTP; 27 Dec 2005 03:33:26 -0500 From: Mike Frysinger Organization: wh0rd.org To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] linking against gdbm fails when emerging python Date: Tue, 27 Dec 2005 03:33:59 -0500 User-Agent: KMail/1.9 Cc: Natanael Copa References: <43327A5D.9090807@tanael.org> <200509260104.22167.vapier@gentoo.org> <4337A410.6030400@tanael.org> In-Reply-To: <4337A410.6030400@tanael.org> 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512270333.59015.vapier@gentoo.org> X-Archives-Salt: 34521bdd-c87c-47e2-8480-084b32d5131c X-Archives-Hash: f97c74952b0b845386244e903e8c885d On Monday 26 September 2005 03:32, Natanael Copa wrote: > 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 > > ... > > 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) just for python-2.3.x ? using uclibc-0.9.28 / python-2.4.x over here and it emerges fine with USE=berkdb ... -mike -- gentoo-embedded@gentoo.org mailing list