Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70417 - dev-tcltk/mysqltcl-2.40: broken test phase in package
Summary: dev-tcltk/mysqltcl-2.40: broken test phase in package
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-07 22:24 UTC by Ilya Hegai
Modified: 2007-03-03 19:16 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Hegai 2004-11-07 22:24:03 UTC
It seems that test phase is broken in mysqltcl-2.40 emerging

file tests/libload.tcl contains 
"set file libmysqltcl2.31"
in the first line, though libmysqltcl2.40 has been compiled. 
As well that what I've got "couldn't load file "../libmysqltcl2.31.so": ../libmysqltcl2.31.so: cannot open shared object file: No such file or directory"

so I had to change that

also I did 
#mysql -u root
>create database uni;
#mysql -u root -D uni <test.sql 

actually before emerging as it written in file tests/test.tcl (but -D option is missing there)

Since that had been corrected everything looked ok, and I've merged this package successfully

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51-r3 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.
8-gentoo-r10 i686)
=================================================================
System uname: 2.6.8-gentoo-r10 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/
share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/
control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs candy ccache distlocks maketest sandbox"
GENTOO_MIRRORS="http://ftp.linux.ee/pub/gentoo/distfiles/ http://ds.thn.htu.se/
linux/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apache apm avi berkdb bitmap-fonts cdr crypt cups curl directfb 
encode esd f77 foomaticdb gd-external gdbm gif gpm imlib jpeg kde libg++ libwww 
mad mikmod mmx mmx2 mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam 
pdflib perl php png qt quicktime readline samba sdl slang spell sse sse2 ssl 
svga tcpd truetype unicode vhosts x86 xml xml2 xmms xv zlib video_cards_nvidia"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-27 07:45:47 UTC
Re-assign.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-10-25 10:09:52 UTC
Can someone restrict test there and be done with it? 
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-03-03 19:16:03 UTC
Try w/ 3.02 please.