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 1EJlA7-0004FO-H8 for garchives@archives.gentoo.org; Mon, 26 Sep 2005 05:04:23 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j8Q4uw4Y006366; Mon, 26 Sep 2005 04:56:58 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 j8Q4uwSN010511 for ; Mon, 26 Sep 2005 04:56:58 GMT Received: from localhost ([127.0.0.1] helo=home.wh0rd.org) by smtp.gentoo.org with esmtp (Exim 4.43) id 1EJl9V-00075C-8E for gentoo-embedded@lists.gentoo.org; Mon, 26 Sep 2005 05:03:45 +0000 Received: (qmail 22521 invoked from network); 26 Sep 2005 01:01:09 -0400 Received: from unknown (HELO vapier) (192.168.0.2) by 192.168.0.1 with SMTP; 26 Sep 2005 01:01:09 -0400 From: Mike Frysinger Organization: wh0rd.org To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] linking against gdbm fails when emerging python Date: Mon, 26 Sep 2005 01:04:22 -0400 User-Agent: KMail/1.8.2 References: <43327A5D.9090807@tanael.org> In-Reply-To: <43327A5D.9090807@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: <200509260104.22167.vapier@gentoo.org> X-Archives-Salt: 63b06d50-c548-4c76-8d96-6ade93176261 X-Archives-Hash: f45a2a2266705eaf02a62b9aeb69f526 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 -- gentoo-embedded@gentoo.org mailing list