Andrey wrote:
> Hi, guys!
> I'm emering python and recieving:
> [ebuild R ] dev-lang/python-2.4.3-r4 USE="ssl -berkdb -bootstrap -build
> -doc
> -gdbm -ipv6 -ncurses -nocxx -readline -tk -ucs2" 0 kB
> <snip>
> running build
> running build_ext
> db.h: found (4, 2) in /usr/include
> db.h: found (4, 1) in /usr/include/db4.1
> db lib: using (4, 2) db-4.2
> INFO: Can't locate Tcl/Tk libs and/or headers
> running build_scripts
> Creating directory /usr/lib/python2.4/config
> /bin/install -c -m 644 Modules/config.c /var/tmp/portage/python-2.4.3-r4
> /image//usr/lib/python2.4/config/config.c
> /bin/install -c -m 644 Modules/python.o /var/tmp/portage/python- 2.4.3-r4
> /image//usr/lib/python2.4/config/python.o
> /bin/install -c -m 644 ./Modules/config.c.in /var/tmp/portage/python-
> 2.4.3-r4/image//usr/lib/python2.4/config/config.c.in
> /bin/install -c -m 644 Makefile /var/tmp/portage/python- 2.4.3-r4
> /image//usr/lib/python2.4/config/Makefile
> /bin/install -c -m 644 Modules/Setup /var/tmp/portage/python-2.4.3-r4
> /image//usr/lib/python2.4/config/Setup
> /bin/install -c -m 644 Modules/Setup.local /var/tmp/portage/python-
> 2.4.3-r4
> /image//usr/lib/python2.4/config/Setup.local
> /bin/install -c -m 644 Modules/Setup.config
> /var/tmp/portage/python-2.4.3-r4
> /image//usr/lib/python2.4/config/Setup.config
> /bin/install -c ./Modules/makesetup /var/tmp/portage/python- 2.4.3-r4
> /image//usr/lib/python2.4/config/makesetup
> /bin/install -c ./install-sh /var/tmp/portage/python-2.4.3-r4
> /image//usr/lib/python2.4/config/install-sh
> LD_LIBRARY_PATH=/var/tmp/portage/python-2.4.3-r4/work/Python- 2.4.3:
> ./python -E ./setup.py install \
> --prefix=/usr \
> --install-scripts=/usr/bin \
> --install-platlib=/usr/lib/python2.4/lib-dynload \
> --root=//var/tmp/portage/python- 2.4.3-r4/image/
> running install
> running build
> running build_ext
> db.h: found (4, 2) in /usr/include
> db.h: found (4, 1) in /usr/include/db4.1
> db lib: using (4, 2) db-4.2
> INFO: Can't locate Tcl/Tk libs and/or headers
> make: *** [sharedinstall] Segmentation fault
> 
> !!! ERROR: dev-lang/python-2.4.3-r4 failed.
> Call stack:
> ebuild.sh, line 1546: Called dyn_install
> ebuild.sh, line 1020: Called src_install
> python-2.4.3-r4.ebuild , line 190: Called die
> 
> !!! (no error message)
> !!! If you need support, post the topmost build error, and the call
> stack if
> relevant.
> 
> Any ideas?
> 

Try enabling the tk use flag:

euse -E tk

Then install dev-lang/tk and dev-lang/python:

emerge -Dva dev-lang/tk dev-lang/python
-- 
gentoo-user@gentoo.org mailing list

Reply via email to