Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264916 - dev-tcltk/expect-5.42.1-r1 compilation fails with >=dev-lang/tcl-8.5
Summary: dev-tcltk/expect-5.42.1-r1 compilation fails with >=dev-lang/tcl-8.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-04 22:56 UTC by Pacho Ramos
Modified: 2010-04-13 10:04 UTC (History)
1 user (show)

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


Attachments
expect 5.42.1-r1 build log (build.log,19.97 KB, text/plain)
2010-04-13 10:04 UTC, Etaoin Shrdlu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2009-04-04 22:56:27 UTC
I get the following error (testing version seems to merge ok):
In file included from exp_command.h:26,
                 from expect.c:34:
/usr/lib64/tcl8.5/include/generic/tclPort.h:27:28: error: tclUnixPort.h: No such file or directory
In file included from expect.c:34:
exp_command.h:117: error: expected specifier-qualifier-list before 'WAIT_STATUS_TYPE'
expect.c: In function 'exp_eval_with_one_arg':
expect.c:346: warning: assignment discards qualifiers from pointer target type
expect.c: In function 'ecmd_remove_state':
expect.c:1049: error: 'ExpState' has no member named 'bg_ecount'
expect.c:1050: error: 'ExpState' has no member named 'bg_ecount'
expect.c:1052: error: 'ExpState' has no member named 'bg_interp'
expect.c: In function 'state_list_arm':
expect.c:1094: error: 'ExpState' has no member named 'bg_ecount'
expect.c:1096: error: 'ExpState' has no member named 'bg_interp'
expect.c:1098: error: 'ExpState' has no member named 'bg_ecount'
expect.c: In function 'expAdjust':
expect.c:1515: error: 'ExpState' has no member named 'key'
expect.c: In function 'expRead':
expect.c:1758: error: 'ExpState' has no member named 'close_on_eof'
expect.c: In function 'exp_indirect_update1':
expect.c:2052: error: 'ExpState' has no member named 'bg_ecount'
expect.c:2053: error: 'ExpState' has no member named 'bg_ecount'
expect.c:2055: error: 'ExpState' has no member named 'bg_ecount'
expect.c:2057: error: 'ExpState' has no member named 'bg_interp'
expect.c: In function 'expMatchProcess':
expect.c:2246: error: 'ExpState' has no member named 'close_on_eof'
expect.c: In function 'exp_background_channelhandler':
expect.c:2288: error: 'ExpState' has no member named 'bg_interp'
expect.c:2300: error: 'ExpState' has no member named 'notifiedMask'
expect.c:2301: error: 'ExpState' has no member named 'notified'
expect.c:2379: error: 'ExpState' has no member named 'freeWhenBgHandlerUnblocked'
expect.c:2379: error: 'ExpState' has no member named 'bg_status'
expect.c:2379: error: 'blocked' undeclared (first use in this function)
expect.c:2379: error: (Each undeclared identifier is reported only once
expect.c:2379: error: for each function it appears in.)
expect.c:2386: error: 'ExpState' has no member named 'freeWhenBgHandlerUnblocked'
expect.c: In function 'Exp_ExpectObjCmd':
expect.c:2575: error: 'ExpState' has no member named 'force_read'
expect.c: In function 'Exp_ParityCmd':
expect.c:2880: error: 'ExpState' has no member named 'parity'
expect.c:2895: error: 'ExpState' has no member named 'parity'
expect.c: In function 'Exp_CloseOnEofCmd':
expect.c:2949: error: 'ExpState' has no member named 'close_on_eof'
expect.c:2964: error: 'ExpState' has no member named 'close_on_eof'
exp_main_exp.c: In function 'main':
exp_main_exp.c:28: warning: incompatible implicit declaration of built-in function 'exit'
exp_main_exp.c:33: warning: incompatible implicit declaration of built-in function 'exit'
x86_64-pc-linux-gnu-gcc -c  -I. -I. -I/usr/lib64/tcl8.5/include/generic   -DEXP_VERSION=\"5.42.1\" -DSCRIPTDIR=\"/usr/lib/expect5.42\" -DEXECSCRIPTDIR=\"/usr/lib64/expect5.42\" -DTCL_DEBUGGER -DUSE_NON_CONST -DSTTY_BIN=\"/bin/stty\" -O2 -pipe -march=native -O2 -pipe -march=native -pipe  -DDFLT_STTY="\"sane\""  pty_termios.c
In file included from /usr/lib64/tcl8.5/include/generic/tclInt.h:3886,
                 from exp_command.c:62:
/usr/lib64/tcl8.5/include/generic/tclPort.h:27:28: error: tclUnixPort.h: No such file or directory
In file included from /usr/lib64/tcl8.5/include/generic/tclInt.h:3888,
                 from exp_command.c:62:
/usr/lib64/tcl8.5/include/generic/tclIntPlatDecls.h:98: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
/usr/lib64/tcl8.5/include/generic/tclIntPlatDecls.h:113: warning: 'struct in_addr' declared inside parameter list
/usr/lib64/tcl8.5/include/generic/tclIntPlatDecls.h:113: warning: its scope is only this definition or declaration, which is probably not what you want
/usr/lib64/tcl8.5/include/generic/tclIntPlatDecls.h:388: error: expected specifier-qualifier-list before 'Tcl_DirEntry'
In file included from exp_command.c:72:
exp_command.h:117: error: expected specifier-qualifier-list before 'WAIT_STATUS_TYPE'
exp_command.c: In function 'exp_wait_zero':
exp_command.c:244: error: expected declaration specifiers before 'WAIT_STATUS_TYPE'
exp_command.c:248: error: 'WAIT_STATUS_TYPE' undeclared (first use in this function)
exp_command.c:248: error: (Each undeclared identifier is reported only once
exp_command.c:248: error: for each function it appears in.)
exp_command.c:249: warning: cast to pointer from integer of different size
exp_command.c: In function 'exp_state_prep_for_invalidation':
exp_command.c:263: error: 'ExpState' has no member named 'fg_armed'
exp_command.c: In function 'expBusy':
exp_command.c:314: error: 'ExpState' has no member named 'fdBusy'
exp_command.c: In function 'exp_close':
exp_command.c:339: error: 'ExpState' has no member named 'leaveopen'
exp_command.c: In function 'exp_init_spawn_ids':
exp_command.c:456: error: 'ExpState' has no member named 'keepForever'
exp_command.c:459: error: 'ExpState' has no member named 'keepForever'
exp_command.c:463: error: 'ExpState' has no member named 'keepForever'
exp_command.c: In function 'Exp_SpawnCmd':
exp_command.c:805: warning: cast from pointer to integer of different size
exp_command.c:811: warning: cast from pointer to integer of different size
exp_command.c:843: error: 'ExpState' has no member named 'leaveopen'
exp_command.c:850: error: 'ExpState' has no member named 'wait'
exp_command.c:1228: error: 'ExpState' has no member named 'wait'
make: *** [expect.o] Error 1
make: *** Waiting for unfinished jobs....
exp_command.c: At top level:
exp_command.c:2459: error: expected specifier-qualifier-list before 'WAIT_STATUS_TYPE'
exp_command.c: In function 'fork_clear_all':
exp_command.c:2469: error: 'struct forked_proc' has no member named 'next'
exp_command.c:2470: error: 'struct forked_proc' has no member named 'link_status'
exp_command.c:2470: error: 'not_in_use' undeclared (first use in this function)
exp_command.c: In function 'fork_init':
exp_command.c:2480: error: 'struct forked_proc' has no member named 'link_status'
exp_command.c:2480: error: 'wait_not_done' undeclared (first use in this function)
exp_command.c: In function 'fork_add':
exp_command.c:2490: error: 'struct forked_proc' has no member named 'next'
exp_command.c:2491: error: 'struct forked_proc' has no member named 'link_status'
exp_command.c:2491: error: 'not_in_use' undeclared (first use in this function)
exp_command.c:2497: error: 'struct forked_proc' has no member named 'next'
exp_command.c: In function 'Exp_WaitCmd':
exp_command.c:2571: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2579: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2610: error: 'struct forked_proc' has no member named 'next'
exp_command.c:2611: error: 'struct forked_proc' has no member named 'link_status'
exp_command.c:2611: error: 'not_in_use' undeclared (first use in this function)
exp_command.c:2613: error: 'struct forked_proc' has no member named 'wait_status'
exp_command.c:2645: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2645: error: 'struct forked_proc' has no member named 'wait_status'
exp_command.c:2659: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2659: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2660: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2660: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2662: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2662: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2663: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2663: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2664: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2664: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2666: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2666: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2667: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2667: error: 'struct ExpState' has no member named 'wait'
exp_command.c:2672: error: 'struct forked_proc' has no member named 'link_status'
exp_command.c: In function 'Exp_DisconnectCmd':
exp_command.c:2769: error: 'ExpState' has no member named 'valid'
exp_command.c:2784: error: 'ExpState' has no member named 'valid'
exp_command.c: In function 'Exp_OpenCmd':
exp_command.c:3026: warning: cast to pointer from integer of different size
make: *** [exp_command.o] Error 1
pty_termios.c: In function 'exp_getptymaster':
pty_termios.c:475: warning: incompatible implicit declaration of built-in function 'strcpy'
if [ "xlibexpect5.42.a" != "xlibexpect5.42.so" ] ; then \
	   if [ ! -d shared ] ; then \
		mkdir shared ; \
	   else true; fi ; \
	   x86_64-pc-linux-gnu-gcc -c  -I. -I. -I/usr/lib64/tcl8.5/include/generic   -DEXP_VERSION=\"5.42.1\" -DSCRIPTDIR=\"/usr/lib/expect5.42\" -DEXECSCRIPTDIR=\"/usr/lib64/expect5.42\" -DTCL_DEBUGGER -DUSE_NON_CONST -DSTTY_BIN=\"/bin/stty\" -O2 -pipe -march=native -O2 -pipe -march=native -pipe  -fPIC -DDFLT_STTY="\"sane\""  pty_termios.c -o shared/pty_termios.o ; \
	fi
pty_termios.c: In function 'exp_getptymaster':
pty_termios.c:475: warning: incompatible implicit declaration of built-in function 'strcpy'
 * 
 * ERROR: dev-tcltk/expect-5.42.1-r1 failed.
 * Call stack:
 *               ebuild.sh, line   48:  Called src_compile
 *             environment, line 2672:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed"
 *  The die message:
 *   emake failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-tcltk/expect-5.42.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-tcltk/expect-5.42.1-r1/temp/environment'.

Maybe it's because I am using tcl/tk-8.5*

My emerge --info:
Portage 2.1.6.11 (default/linux/amd64/2008.0/desktop, gcc-4.3.2, glibc-2.8_p20080602-r1, 2.6.28-tuxonice-r8 x86_64)
=================================================================
System uname: Linux-2.6.28-tuxonice-r8-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T9300_@_2.50GHz-with-glibc2.2.5
Timestamp of tree: Sat, 04 Apr 2009 15:00:01 +0000
distcc 3.0 x86_64-pc-linux-gnu [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-java/java-config: 2.1.7
dev-lang/python:     2.5.2-r7
dev-python/pycrypto: 2.0.1-r8
dev-util/ccache:     2.4-r7
dev-util/cmake:      2.6.2-r1
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -march=native"
DISTDIR="/usr/distfiles"
FEATURES="autoaddcvs ccache collision-protect cvs distlocks fixpackages multilib-strict parallel-fetch protect-owned sandbox sfperms strict test test-fail-continue unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org"
LANG="es_ES.UTF-8"
LC_ALL="es_ES.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="es es_ES en_US"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise /usr/portage/local/layman/wschlich-testing /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 applet avahi bash-completion berkdb bluetooth branding bzip2 cairo cdda cddb cdinstall cdr cleartype cli consolekit cracklib crypt cups daap dbus dell djvu dri dts dvd dvdr dvdread dvi eds emboss encode evo exif fam fat ffmpeg firefox flac fortran fuse gdbm gif git glitz gnome gnome-keyring gpm gstreamer gtk hal iconv ieee1394 imagemagick isdnlog java jpeg jpeg2k kdeenablefinal kdehiddenvisibility kpathsea laptop latex libnotify lyx lzma mad midi mikmod mmx mmxext mono mp3 mpeg mudflap multilib musicbrainz nautilus ncurses network network-cron networkmanager nls nptl nptlonly ntfs nvidia ogg opengl openmp pam pango pch pcre pdf perl png ppds pppd python qt3support qt4 quicktime readline reflection reiserfs scanner sdl session spell spl sse sse2 ssl ssse3 startup-notification subversion svg sysfs t1lib tcpd threads tiff truetype unicode usb v4l2 vcd vorbis webkit xattr xcb xinetd xml xmp xorg xpm xulrunner xv xvid zeroconf zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="es es_ES en_US" USERLAND="GNU" VIDEO_CARDS="nvidia nv"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS



Reproducible: Always
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-04 23:01:57 UTC
Does the package compile when you disable ccache beforehand?
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-05 20:35:07 UTC
Please reopen this bug when compiling with disabled ccache still fails.
Comment 3 Pacho Ramos gentoo-dev 2009-04-07 09:19:39 UTC
I erased all ccache before merging it, also, testing version worked fine for me :-)
Comment 4 Federico Ferri (RETIRED) gentoo-dev 2009-08-08 02:55:12 UTC
is this issue fixed?

it seems yes. reopen if not.
Comment 5 Etaoin Shrdlu 2010-04-13 10:02:18 UTC
Failed for me this morning. I don't use ccache.

[root@rowlf Tue Apr 13 10:56:58 ~]# emerge -pqv =dev-tcltk/expect-5.42.1-r1
[ebuild     UD] dev-tcltk/expect-5.42.1-r1 [5.43.0] USE="X doc"            

[root@rowlf Tue Apr 13 10:57:03 ~]# emerge --info =dev-tcltk/expect-5.42.1-r1                               
Portage 2.1.7.17 (default/linux/amd64/10.0, gcc-4.3.4, glibc-2.10.1-r1, 2.6.31-gentoo-r10 x86_64)           
=================================================================                                           
                        System Settings                                                                     
=================================================================                                           
System uname: Linux-2.6.31-gentoo-r10-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E6750_@_2.66GHz-with-gentoo-1.12.13 
Timestamp of tree: Tue, 13 Apr 2010 08:15:01 +0000                                                          
app-shells/bash:     4.0_p37                                                                                
dev-java/java-config: 2.1.10                                                                                
dev-lang/python:     2.6.4-r1                                                                               
dev-util/cmake:      2.6.4-r3                                                                               
sys-apps/baselayout: 1.12.13                                                                                
sys-apps/sandbox:    1.6-r2                                                                                 
sys-devel/autoconf:  2.13, 2.63-r1                                                                          
sys-devel/automake:  1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1                                                     
sys-devel/binutils:  2.18-r3                                                                                
sys-devel/gcc:       4.3.4                                                                                  
sys-devel/gcc-config: 1.4.1                                                                                 
sys-devel/libtool:   2.2.6b                                                                                 
virtual/os-headers:  2.6.33                                                                                 
ACCEPT_KEYWORDS="amd64"                                                                                     
ACCEPT_LICENSE="*"                                                                                          
CBUILD="x86_64-pc-linux-gnu"                                                                                
CFLAGS="-march=native -O2 -pipe"                                                                            
CHOST="x86_64-pc-linux-gnu"                                                                                 
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"                                                  
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"                                                                                                                                                           
CXXFLAGS="-march=native -O2 -pipe"                                                                                                                          
DISTDIR="/usr/portage/distfiles"                                                                                                                            
FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch userpriv usersandbox"                                                                                                                                                    
GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo                 http://ftp.snt.ipv6.utwente.nl/pub/os/linux/gentoo                 http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo"                                                                                                                       
LANG="en_GB.utf8"                                                                                                                                           
LC_ALL="en_GB.utf8"                                                                                                                                         
LDFLAGS="-Wl,-O1"                                                                                                                                           
LINGUAS="en_GB"                                                                                                                                             
MAKEOPTS="-j3"                                                                                                                                              
PKGDIR="/usr/portage/packages"                                                                                                                              
PORTAGE_CONFIGROOT="/"                                                                                                                                      
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"                                                                                                                          
PORTAGE_TMPDIR="/var/tmp"                                                                                                                                   
PORTDIR="/usr/portage"                                                                                                                                      
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"                                                                                                           
USE="X accessibility acpi additions alsa amd64 avi branding bzip2 caps cdr chm cracklib crypt curl cxx dbus dri dvd dvdr exceptions ffmpeg firefox flac font-server ftp gif glib gtk gtk2 gzip handbook idn iproute2 ipv6 jabber java java6 jpeg kde kdehiddenvisibility kdexdeltas ldap lzo mad mmx mng mozbranding mp3 mp4 mpeg multilib musepack ncurses nls nptl nptlonly nsplugin ogg opengl pam pcap pcre pdf perl png posix ps python qt qt3support qt4 rdesktop rdp readline samba sdl smp sockets socks5 sql sqlite sse sse2 ssl startup-notification svg syslog tcl theora threads threadsafe tiff tk truetype truetype-fonts type1-fonts unicode usb userlocales video vim-syntax vnc vorbis wav webkit wireshark xcb xine xinerama xml xml2 xorg zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB" QEMU_SOFTMMU_TARGETS="i386 ppc ppc64 x86_64" QEMU_USER_TARGETS="i386 ppc ppc64 x86_64" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="vesa fbdev nvidia"                                        
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY   

See attachment for the build log. I can't reopen the bug though as I don't have enough privileges.
Comment 6 Etaoin Shrdlu 2010-04-13 10:04:20 UTC
Created attachment 227575 [details]
expect 5.42.1-r1 build log