Gentoo Archives: gentoo-embedded

From: Mike Frysinger <vapier@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] linking against gdbm fails when emerging python
Date: Thu, 22 Sep 2005 14:00:57
Message-Id: 200509220959.51222.vapier@gentoo.org
In Reply to: Re: [gentoo-embedded] linking against gdbm fails when emerging python by Natanael Copa
1 On Thursday 22 September 2005 09:43 am, Natanael Copa wrote:
2 > Mike Frysinger wrote:
3 > >On Thursday 22 September 2005 05:33 am, Natanael Copa wrote:
4 > >>Does anyone have a suggestion how to bypass?
5 > >
6 > >do you have USE=gdbm ?
7 >
8 > No.
9 >
10 > # portageq envvar USE
11 > x86 X509 bitmap-fonts cracklib hardened jpeg mad minimal ncurses pcmcia
12 > pic png readline rrdtool snmp truetype truetype-fonts uclibc winbind
13 > zlib userland_GNU kernel_linux elibc_uclibc
14 >
15 > Or... actually I have...???
16 >
17 > alpine-testing:/ # emerge --info | grep USE
18 > USE="x86 X509 berkdb bitmap-fonts cdr cracklib curl gd gdbm hardened
19 > jpeg mad minimal ncurses ogg pcmcia pic png readline rrdtool snmp sqlite
20 > ssl truetype truetype-fonts uclibc vorbis winbind xml2 zlib userland_GNU
21 > kernel_linux elibc_uclibc"
22 >
23 > How come?
24
25 use.defaults, see info in portage(5) about the file
26
27 if you do not explicitly have '-gdbm' in your USE and you have gdbm emerged,
28 then 'gdbm' will be added to USE automagically for you
29
30 so put -gdbm into USE in /etc/make.conf
31
32 > # emerge -pv python | grep gdbm
33 > [ebuild U ] dev-lang/python-2.3.5-r2 [2.3.5] -X +berkdb -bootstrap
34 > -build -doc -gdbm -ipv6 +ncurses -nocxx +readline +ssl -tcltk -ucs2 0 kB
35
36 this wrong output is a bug which should be filed at bugs.gentoo.org
37 -mike
38 --
39 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] linking against gdbm fails when emerging python Natanael Copa <mlists@××××××.org>
Re: [gentoo-embedded] linking against gdbm fails when emerging python Natanael Copa <mlists@××××××.org>