Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 15822

Summary: app-text/uudeview-0.5.18 breaks during compilation
Product: Gentoo Linux Reporter: Thomas Nilsson <thomas>
Component: New packagesAssignee: Nick Hadaway <grandmasterlinux>
Status: RESOLVED DUPLICATE    
Severity: normal CC: esigra, mholzer
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Nilsson 2003-02-16 22:28:44 UTC
While emerging uudeview:

make[1]: Entering directory
`/var/tmp/portage/uudeview-0.5.18/work/uudeview-0.5.18/tcl'
gcc -c -mcpu=athlon-xp -O3 -pipe -I.  -I/usr/include  -I../uulib  uuwish.c
uuwish.c:47: parse error before '*' token
uuwish.c: In function `Tcl_AppInit':
uuwish.c:49: parse error before '*' token
uuwish.c:51: `interp' undeclared (first use in this function)
uuwish.c:51: (Each undeclared identifier is reported only once
uuwish.c:51: for each function it appears in.)
uuwish.c:51: `TCL_ERROR' undeclared (first use in this function)
uuwish.c:71: `TCL_OK' undeclared (first use in this function)
make[1]: *** [uuwish.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/uudeview-0.5.18/work/uudeview-0.5.18/tcl'
make: *** [xdeview] Error 2

!!! ERROR: app-text/uudeview-0.5.18 failed.
!!! Function src_compile, Line 29, Exitcode 2
!!! (no error message)

---

Portage 2.0.46-r12 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.20 i686 AMD Athlon(tm) XP 1700+
GENTOO_MIRRORS="http://gentoo.linux.no/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mc /usr/X11R6/lib/X11/xkb
/usr/kde/3.1/share/config /usr/share/config /opt/quake3/cpma/server.cfg"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/my.ports"
USE="x86 3dnow apm avi crypt encode gif jpeg libg++ libwww mikmod mmx mpeg
ncurses nls pdflib png qtmt quicktime spell truetype xml2 xv zlib gdbm berkdb
slang readline tcltk java X sdl gpm tcpd pam ssl perl python esd imlib oggvorbis
gtk qt kde motif opengl mozilla esound -gnome oss alsa arts -svga -cups -rpm -xmms"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CXXFLAGS="-mcpu=athlon-xp -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-02-17 05:21:35 UTC
could this be a missing depend ?

try emerge tcl/tk, then try again
Comment 2 Thomas Nilsson 2003-03-28 17:29:41 UTC
qpkg -c -v tk :
dev-lang/tk-8.3.4 *
/usr/share/man/mann/dialog.n.gz !md5! !mtime!
/usr/share/man/mann/menubar.n.gz !md5! !mtime!
2/547

TCL had a tonne of modified files. (doh, lost the output)

So I reemerged TCL and tried again. Same thing.
Reemerged TK and tried again, voila, that made it work.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-04-22 06:32:56 UTC

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