Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126496 - configure from tcl and tk fails
Summary: configure from tcl and tk fails
Status: RESOLVED DUPLICATE of bug 117744
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-16 23:45 UTC by Phillip Berndt
Modified: 2006-03-17 02:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Config.log for tcl 8.4.9 (config.log.tcl,3.64 KB, text/plain)
2006-03-17 01:54 UTC, Phillip Berndt
Details
Config.log for tk 8.4.9 (config.log.tk,1.72 KB, text/plain)
2006-03-17 01:55 UTC, Phillip Berndt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Phillip Berndt 2006-03-16 23:45:03 UTC
Compiling TCL fails:
dev-lang/tcl-8.4.9
...
checking if 64bit Sparc VIS support is requested... no
checking system version (for dynamic loading)... ./configure: line 7338: syntax error near unexpected token `)'
./configure: line 7338: `       OSF*)'

Compiling Tk fails:
dev-lang/tk-8.4.9
...
checking if 64bit support is requested... no
checking if 64bit Sparc VIS support is requested... no
checking system version (for dynamic loading)... ./configure: line 5261: syntax error near unexpected token `('
./configure: line 5261: `  case `(ac_space=' '; set | grep ac_space) 2>&1` in'

I think both bugs have the same orign; both merges worked before, but they stopped after emerging the ~x86 libc (2.4) when doing emerge -e world.
My sh is from Bash 3.1_p11.

emerge --info follows 
-----
Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.4.5, glibc-2.4-r0, 2.6.15.5 i686)
=================================================================
System uname: 2.6.15.5 i686 Intel(R) Pentium(R) M processor 1.60GHz
Gentoo Base System version 1.12.0_pre16
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=pentium-m -fomit-frame-pointer -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -march=pentium-m -fomit-frame-pointer -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.wh2.uni-dresden.de/pub/mirrors/gentoo http://gentoo.inode.at/ ftp://ftp.uni-erlangen.de/mirrors/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib acpi alsa apm arts audiofile avi berkdb bitmap-fonts bzip2 cdb cdr crypt cups curl directfb divx4linux dri dts dvd dvdr eds emboss encode esd ethereal exif expat fam ffmpeg flac foomaticdb fortran gd gdbm ggi gif glut gpm gstreamer gtk gtk2 idn imagemagick imlib ipv6 jabber jack java jpeg junit lcms libcaca libg++ libwww lua mad matroska mhash mikmod mng motif mozilla mp3 mpeg mysql ncurses nls nptl nptlonly ogg oggvorbis openal opengl oss pam pcre pdflib perl php plotutils png posix postgres python qt quicktime readline samba sdl speex spell sqlite ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts udev usb vorbis xinerama xml2 xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Phillip Berndt 2006-03-17 01:54:14 UTC
Created attachment 82347 [details]
Config.log for tcl 8.4.9
Comment 2 Phillip Berndt 2006-03-17 01:55:39 UTC
Created attachment 82351 [details]
Config.log for tk 8.4.9
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-03-17 02:25:19 UTC
So don't mix stable and arch ebuilds, it works just fine w/ stable bash.

*** This bug has been marked as a duplicate of 117744 ***