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

Bug 15094

Summary: mysql will not compile on fresh gentoo 1.4_rc3
Product: Gentoo Linux Reporter: Douglas R. Hoffman <douglas.hoffman>
Component: New packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: VERIFIED FIXED    
Severity: critical CC: mysql-bugs
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Douglas R. Hoffman 2003-02-04 01:10:49 UTC
Since Late December I have not been able to compile mysql on freshly built 
Gentoo boxen.  I've built several gentoo boxen since that time, all of which 
fail to compile mysql aswell.  This is the onyl e-build i've run into that 
fails to compile.

This is not the same issue as bug #14773.  This compile fails in a differnet 
location entirely

original in the forums from a month ago ( yes it has been that long ). http://
forums.gentoo.org/viewtopic.php?t=28421&highlight=&sid=
0f6694b5bd4bb2d68ee88807074a22d7

I'ev tried the default USE and CFLAGS with the same results.  I'm plum out of 
ideas. I'm eager and willing to try other alternatives, and/or provide 
supervised remote access to a machine to view said problem ( gimmie your pub 
ssh key, and im ).

Thanks in advance,
-Doug

p.s. I rated this BLOCKER severity as I have been stalled over a month on my 
mysql activites...  If this is wrong interpretation of the severity codes, I 
appologize for my mistake in advance!

p.s.s. I can also provide the shell scripts I used to build one particular 
gentoo box ( yes i've tried so many combinations to solve this one problem, 
I've written scripts to do the entier gentoo build )


Reproducible: Always
Steps to Reproduce:
1.emerge -b -a mysql

Actual Results:  
[...snip...]
mkdir .libs
gcc -O3 -DDBUG_OFF -mcpu=athlon-xp -march=athlon-xp -pipe -fomit-frame-pointer 
-funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -O3 
-rdynamic -o isamchk isamchk.o sort.o  -lstdc++ libnisam.a ../mysys/libmysys.a 
../dbug/libdbug.a ../strings/libmystrings.a -lpthread -lz -lcrypt -lnsl -lm -
lpthread
../mysys/libmysys.a(my_tempnam.o)(.text+0x4a): In function `my_tempnam':
: the use of `tempnam' is dangerous, better use `mkstemp'
../mysys/libmysys.a(raid.o)(.text+0x93): In function `my_raid_create':
: undefined reference to `operator new(unsigned)'
../mysys/libmysys.a(raid.o)(.text+0x12b): In function `my_raid_create':
: undefined reference to `operator delete(void*)'
../mysys/libmysys.a(raid.o)(.text+0x183): In function `my_raid_open':
: undefined reference to `operator new(unsigned)'
../mysys/libmysys.a(raid.o)(.text+0x213): In function `my_raid_open':
: undefined reference to `operator delete(void*)'
../mysys/libmysys.a(raid.o)(.text+0x7ca): In function `my_raid_close':
: undefined reference to `operator delete(void*)'
collect2: ld returned 1 exit status
make[2]: *** [isamchk] Error 1
make[2]: Leaving directory `/var/tmp/portage/mysql-3.23.54a/work/mysql-
3.23.54a/isam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mysql-3.23.54a/work/mysql-
3.23.54a'
make: *** [all] Error 2

!!! ERROR: dev-db/mysql-3.23.54a failed.
!!! Function src_compile, Line 98, Exitcode 2
!!! compile problem

Expected Results:  
compile sucessfully

segfault mysql # emerge info
Portage 2.0.46-r9 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-gentoo-r10 i686 AMD Athlon(tm) XP 1800+
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/
config /usr/kde/3/share/config"
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=""
USE="x86 oss 3dnow apm avi crypt encode gif gtk imlib java jpeg libg++ mikmod 
mmx mpeg ncurses nls opengl png qt qtmt sdl spell truetype X xml2 xmms xv zlib 
gdbm berkdb slang readline gpm tcpd pam ssl perl python -arts -cups -kde -gnome 
-libwww -motif -oggvorbis -pdflib -quicktime sse static -svga"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-xp -march=athlon-xp -O3 -pipe -fomit-frame-pointer -
funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4"
CXXFLAGS="-mcpu=athlon-xp -march=athlon-xp -O3 -pipe -fomit-frame-pointer -
funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 SpanKY gentoo-dev 2003-02-04 11:34:37 UTC
what if you `env CFLAGS="" CXXFLAGS="" emerge mysql` ?

blocker is reserved for people who cant install gentoo
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2003-02-04 16:27:11 UTC
the problem is that g++ needs to used or include -lstdc++.... I'll look into it.
Comment 3 Douglas R. Hoffman 2003-02-05 03:21:13 UTC
same failure occurs with 'env CFLAGS="" CXXFLAGS="" emerge mysql', as comment 
#1 suggested.

'-lstdc++' is present on the noted gcc failure.  So I'm how it is missing as 
comment #2 mentioned.

Comment 4 Joshua Brindle (RETIRED) gentoo-dev 2003-02-27 09:16:42 UTC
Does this still happen? i built a fresh machine with mysql 4.0.10 just a couple days ago, could you try to install that version (you'll have to take it out of /usr/portage/profiles/package.mask) and add ACCEPT_KEYWORDS="~x86" before emerge. 
Comment 5 Douglas R. Hoffman 2003-03-01 04:29:31 UTC
Give me a few days to try the new version.  My testing boxen is not accessable at the 
moment.

Any chance the changes can be rolled back to the 3.x ebuilds ( presumes that the 
_problem_ was in the e-build )?  I really hadn't planned on jumping a major rev until I 
had some decent amount of hours on the new version.
Comment 6 Robert Davis 2003-03-05 11:31:28 UTC
Why is tcp-wrappers r4 not emerging?  This has the stdc patch to fix this problem.  Only r5 seems to be masked but emerge -p tcp-wrappers only show r3 being latest.
Comment 7 Robert Davis 2003-03-05 11:50:28 UTC
To answer my own question.  In packages under profiles is <=sys-apps/tcp-wrappers-r3.  Will open a new bug to fix.  You can change the r3 to r4 and then r4 will emerge and fix this mysql problem.
Comment 8 Douglas R. Hoffman 2003-03-31 01:11:20 UTC
problem one:

i have static directive in my USE as well as ssl ( for apache ).  this unfortuantley results in 

'You can't use the --all-static link option when using openssl.

!!! ERROR: dev-db/mysql-4.0.12 failed.
!!! Function econf, Line 262, Exitcode 1
!!! econf failed'

Problem two:

temporary fudging using 'USE="-arts -cups -kde -gnome -libwww -motif -oggvorbis -pdflib 
-quicktime sse static -svga -ssl' 

essentially the same place it blew up last time.

mkdir .libs
gcc -O3 -DDBUG_OFF -mcpu=athlon-xp -march=athlon-xp -pipe -fomit-frame-pointer -
funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -
DHAVE_ERRNO_AS_DEFINE=1 -DUSE_OLD_FUNCTIONS -O3 -rdynamic -o isamchk 
isamchk.o sort.o  -lstdc++ libnisam.a ../mysys/libmysys.a ../dbug/libdbug.a ../strings/
libmystrings.a -lpthread -lz -lcrypt -lnsl -lm -lpthread
../mysys/libmysys.a(my_tempnam.o)(.text+0x4a): In function `my_tempnam':
: the use of `tempnam' is dangerous, better use `mkstemp'
../mysys/libmysys.a(raid.o)(.text+0xa5): In function `my_raid_create':
: undefined reference to `operator new(unsigned)'
../mysys/libmysys.a(raid.o)(.text+0x132): In function `my_raid_create':
: undefined reference to `operator delete(void*)'
../mysys/libmysys.a(raid.o)(.text+0x185): In function `my_raid_open':
: undefined reference to `operator new(unsigned)'
../mysys/libmysys.a(raid.o)(.text+0x20f): In function `my_raid_open':
: undefined reference to `operator delete(void*)'
../mysys/libmysys.a(raid.o)(.text+0x780): In function `my_raid_close':
: undefined reference to `operator delete(void*)'
collect2: ld returned 1 exit status
make[2]: *** [isamchk] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/mysql-4.0.12/work/mysql-4.0.12/isam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mysql-4.0.12/work/mysql-4.0.12'
make: *** [all] Error 2

!!! ERROR: dev-db/mysql-4.0.12 failed.
!!! Function src_compile, Line 115, Exitcode 2
!!! compile problem
Comment 9 Gustavo Ribeiro Alves 2003-05-17 02:06:11 UTC
I'm having exactly the same problem on a PII box.

The system:

Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Pentium II (Klamath)
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ http://distro.ibiblio.org/pub/Lin
ux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/confi
g /usr/kde/3/share/config"
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=""
USE="x86 crypt cups gif imlib java jpeg libg++ libwww mmx motif mpeg ncurses nls
 oggvorbis pdflib png qt sdl spell truetype xml2 zlib gdbm berkdb slang readline
 tcpd ssl perl python emacs imap maildir mysql sasl xml zeo -oss -3dnow -apm -ar
ts -avi -encode -gpm -gtk -kde -gnome -mikmod -opengl -quicktime -svga -X -xmms
-xv -pam"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"

----------------------------

The error: 

make[2]: Leaving directory `/var/tmp/portage/mysql-4.0.12/work/mysql-4.0.12/libmysql_r'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mysql-4.0.12/work/mysql-4.0.12'
make: *** [all] Error 2
 
!!! ERROR: dev-db/mysql-4.0.12 failed.
!!! Function src_compile, Line 116, Exitcode 2
!!! compile problem

I had the same error with mysql-3.23.56. (only the Line was different)
Comment 10 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-05-17 02:58:08 UTC
Could you try to turn off the 'static' use flag?
Comment 11 Douglas R. Hoffman 2003-06-09 00:39:35 UTC
Is there anything i can do to help out?  Is this bug even active anymore?
Comment 12 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-06-09 01:16:30 UTC
Douglas: I asked if you could try without the static flag.
Comment 13 Douglas R. Hoffman 2003-06-09 02:12:23 UTC
So sorry about missing that comment.  please accept my sincerest appologies.  i'm 
running the requested emerge now on a test box, and tomorrow ( tuesday ) i'll try them on 
a fresh build.
Comment 14 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-06-12 18:59:12 UTC
Douglas: any results?
Comment 15 Douglas R. Hoffman 2003-06-12 21:04:22 UTC
nope, static still fails, but it's soooo close I can taste it.  The following pertains to mysql 
3.23.56 only...

1. On fresh build ( same make.conf ), bootstrap.sh fails on sed compile when USE 
contains static ( bug reported ).  could not continue test scenario.  =(

2. On fresh build ( same make.conf less 'static', same machine):

2a. mysql 3.23.56 compiles with 'USE="static" emerge mysql.  However, 
mysql_install_db crashes ( /var/lib/mysql/mysql/ is empty afterwards ).  I have the emerge 
tbz2 if you would like it...  i have the whole tree of bz2's too if you would like...

2b. when mysql is unmerged, then recompiled with 'emerge mysql' ( remember 
make.conf has no static in it ), mysql_install_db works as expected...

/d
 
As mysql 4 has failed in the past as well, would you like me to test those scenarios too?
Comment 16 Douglas R. Hoffman 2003-06-27 00:59:15 UTC
anything else I can try to test out?
Comment 17 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-08-11 03:44:09 UTC
Please try the very latest 4.0.14.
Comment 18 Douglas R. Hoffman 2003-08-11 14:55:51 UTC
no dice...

mysqld.o(.text+0x23d6): In function `handle_connections_sockets':
: undefined reference to `deny_severity'
/usr/lib/libwrap.a(options.o)(.text+0x8ee): In function `twist_option':
: undefined reference to `deny_severity'
/usr/lib/libwrap.a(options.o)(.text+0xc38): In function `severity_option':
: undefined reference to `allow_severity'
/usr/lib/libwrap.a(options.o)(.text+0xc3e): In function `severity_option':
: undefined reference to `deny_severity'
collect2: ld returned 1 exit status
make[4]: *** [mysqld] Error 1
make[4]: Leaving directory `/tmp/portage/mysql-4.0.14-r1/work/mysql-4.0.14/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/portage/mysql-4.0.14-r1/work/mysql-4.0.14/sql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/portage/mysql-4.0.14-r1/work/mysql-4.0.14/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/portage/mysql-4.0.14-r1/work/mysql-4.0.14'
make: *** [all] Error 2
Comment 19 Douglas R. Hoffman 2003-08-11 14:59:18 UTC
woops..  clicked commit too soon..  here is some more info....

# ACCEPT_KEYWORDS="~x86" emerge info 
Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
============================================================
=====
System uname: 2.4.20-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
GENTOO_MIRRORS="ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/ http://
gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/
3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt encode foomaticdb gif jpeg libg++ mad mikmod mmx mpeg 
ncurses png slang spell truetype xml2 xmms xv zlib gdbm berkdb readline tetex java mysql X sdl 
gpm tcpd pam ssl perl python esd imlib gnome gtk qt opengl mozilla cdr -arts -cups -kde -
libwww -motif -oggvorbis -pdflib -quicktime sse sse2 -svga -nls"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=pentium4 -march=pentium4 -O3 -pipe -fomit-frame-pointer -funroll-loops -
frerun-cse-after-loop -frerun-loop-opt -falign-functions=4"
CXXFLAGS="-mcpu=pentium4 -march=pentium4 -O3 -pipe -fomit-frame-pointer -funroll-loops 
-frerun-cse-after-loop -frerun-loop-opt -falign-functions=4"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
FEATURES="sandbox buildpkg ccache"
Comment 20 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-08-11 17:30:54 UTC
Do you have tcpwrappers installed ?
Comment 21 Douglas R. Hoffman 2003-08-12 15:24:57 UTC
I originally thought not, but apparently I do have tcp-wrappers-7.6-r4 installed.  for hte full 
monty:

# emerge -e -p -v world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild  N   ] sys-devel/gnuconfig-20030708  
[ebuild  N   ] sys-devel/patch-2.5.9  -build -static 
[ebuild  N   ] sys-devel/libtool-1.4.3-r1  
[ebuild  N   ] sys-libs/zlib-1.1.4-r1  
[ebuild  N   ] dev-python/python-fchksum-1.6.1-r1  
[ebuild  N   ] sys-apps/bzip2-1.0.2-r2  
[ebuild  N   ] sys-apps/debianutils-1.16.7-r2  -static -build 
[ebuild  N   ] sys-libs/ncurses-5.3-r1  -debug 
[ebuild  N   ] app-shells/bash-2.05b-r5  -nls -build 
[ebuild  N   ] sys-libs/readline-4.3-r4  
[ebuild  N   ] sys-devel/m4-1.4  -nls 
[ebuild  N   ] sys-libs/db-1.85-r1  
[ebuild  N   ] sys-libs/db-3.2.9-r2  
[ebuild  N   ] dev-libs/expat-1.95.6-r1  
[ebuild  N   ] dev-lang/python-2.2.3-r1  +readline -tcltk +berkdb -bootstrap -build -doc 
[ebuild  N   ] sys-apps/portage-2.0.48-r5  -build 
[ebuild  N   ] sys-libs/gdbm-1.8.0-r5  +berkdb 
[ebuild  N   ] sys-apps/texinfo-4.5  -nls -build 
[ebuild  N   ] sys-apps/groff-1.18.1-r3  +X -cjk 
[ebuild  N   ] sys-devel/libperl-5.8.0  +berkdb +gdbm 
[ebuild  N   ] dev-lang/perl-5.8.0-r12  +berkdb -doc +gdbm -threads 
[ebuild  N   ] sys-devel/binutils-2.14.90.0.2  -nls -bootstrap -build 
[ebuild  N   ] sys-devel/gcc-config-1.3.3-r1  
[ebuild  N   ] sys-devel/gcc-3.2.3-r1  -static -nls -bootstrap +java -build 
[ebuild  N   ] sys-kernel/linux-headers-2.4.19-r1  
[ebuild  N   ] sys-apps/gawk-3.1.3  -nls -build 
[ebuild  N   ] sys-apps/baselayout-1.8.6.8-r1  -bootstrap -build 
[ebuild  N   ] sys-libs/glibc-2.3.2-r1  -nls -pic -build -nptl 
[ebuild  N   ] sys-apps/sed-4.0.7  -nls -static -build 
[ebuild  N   ] sys-apps/cronbase-0.2.1-r2  
[ebuild  N   ] sys-apps/man-1.5l-r6  -nls 
[ebuild  N   ] sys-apps/man-pages-1.56  
[ebuild  N   ] sys-apps/grep-2.5.1-r1  -nls -build 
[ebuild  N   ] sys-devel/autoconf-2.57-r1  
[ebuild  N   ] sys-libs/gpm-1.20.1  
[ebuild  N   ] sys-apps/reiserfsprogs-3.6.8  
[ebuild  N   ] media-libs/jpeg-6b-r3  
[ebuild  N   ] media-libs/libpng-1.2.5-r4  
[ebuild  N   ] media-libs/tiff-3.5.7-r1  
[ebuild  N   ] media-libs/netpbm-9.12-r4  
[ebuild  N   ] sys-devel/flex-2.5.4a-r5  
[ebuild  N   ] x11-base/opengl-update-1.5  
[ebuild  N   ] media-libs/freetype-2.1.4  -doc +zlib -bindist 
[ebuild  N   ] x11-misc/ttmkfdir-3.0.9  
[ebuild  N   ] sys-apps/miscfiles-1.3-r1  
[ebuild  N   ] sys-libs/cracklib-2.7-r7  
[ebuild  N   ] dev-libs/glib-1.2.10-r5  
[ebuild  N   ] sys-libs/pwdb-0.61-r4  
[ebuild  N   ] sys-devel/automake-1.7.5-r2  
[ebuild  N   ] sys-libs/pam-0.75-r11  +berkdb 
[ebuild  N   ] sys-apps/ed-0.2-r3  
[ebuild  N   ] media-libs/fontconfig-2.2.0-r2  -doc 
[ebuild  N   ] app-arch/unzip-5.50-r2  
[ebuild  N   ] app-arch/cabextract-0.6  
[ebuild  N   ] x11-base/xfree-4.3.0-r2  -3dfx +sse +mmx +3dnow -xml +truetype -nls -cjk -doc 
-bindist 
[ebuild  N   ] dev-util/pkgconfig-0.15.0  
[ebuild  N   ] dev-libs/glib-2.2.2  -doc -debug 
[ebuild  N   ] x11-libs/pango-1.2.1-r1  -doc -debug 
[ebuild  N   ] dev-libs/atk-1.2.3  -doc 
[ebuild  N   ] x11-libs/gtk+-2.2.1  -tiff -doc +jpeg -debug 
[ebuild  N   ] dev-libs/libIDL-0.8.2  
[ebuild  N   ] dev-util/indent-2.2.9  
[ebuild  N   ] dev-libs/popt-1.7-r1  -nls 
[ebuild  N   ] dev-libs/openssl-0.9.6j  
[ebuild  N   ] net-libs/linc-1.0.2  -doc +ssl 
[ebuild  N   ] gnome-base/ORBit2-2.6.2  
[ebuild  N   ] dev-libs/libxml2-2.5.8  +python +readline -ipv6 
[ebuild  N   ] gnome-base/gconf-2.2.0  -doc 
[ebuild  N   ] gnome-base/bonobo-activation-2.2.2  -doc 
[ebuild  N   ] dev-util/intltool-0.26  
[ebuild  N   ] gnome-base/libbonobo-2.2.2  -doc 
[ebuild  N   ] dev-python/PyXML-0.8.2  
[ebuild  N   ] app-text/docbook-xsl-stylesheets-1.60.1  
[ebuild  N   ] app-text/docbook-xml-dtd-4.1.2-r3  
[ebuild  N   ] gnome-base/libglade-2.0.1  -doc -nls 
[ebuild  N   ] media-libs/libart_lgpl-2.3.12  
[ebuild  N   ] gnome-base/libgnomecanvas-2.2.0.2  -doc 
[ebuild  N   ] dev-libs/libxslt-1.0.31  +python 
[ebuild  N   ] sys-apps/tcp-wrappers-7.6-r4  
[ebuild  N   ] media-libs/audiofile-0.2.3-r1  
[ebuild  N   ] media-sound/esound-0.2.29-r1  +tcpd -alsa 
[ebuild  N   ] gnome-base/gnome-mime-data-2.2.0  
[ebuild  N   ] net-nds/portmap-5b-r7  
[ebuild  N   ] app-admin/fam-oss-2.6.9-r3  
[ebuild  N   ] gnome-base/gnome-vfs-2.2.4  -doc +ssl 
[ebuild  N   ] gnome-base/libgnome-2.2.2  -doc 
[ebuild  N   ] gnome-base/libbonoboui-2.2.2  -doc 
[ebuild  N   ] gnome-base/libgnomeui-2.2.1  -doc 
[ebuild  N   ] x11-themes/gnome-icon-theme-1.0.5  
[ebuild  N   ] x11-themes/gtk-engines-metal-2.2.0  
[ebuild  N   ] x11-themes/gtk-engines-thinice-2.0.2  
[ebuild  N   ] x11-themes/gtk-engines-redmond95-2.2.0  
[ebuild  N   ] x11-themes/gtk-engines-pixbuf-2.2.0  
[ebuild  N   ] x11-themes/gnome-themes-2.2.1  
[ebuild  N   ] x11-libs/startup-notification-0.5  
[ebuild  N   ] app-text/sgml-common-0.6.3-r3  
[ebuild  N   ] app-text/opensp-1.5-r1  -nls 
[ebuild  N   ] app-text/openjade-1.3.2-r1  
[ebuild  N   ] app-text/docbook-sgml-dtd-3.0-r1  
[ebuild  N   ] app-text/docbook-xml-simple-dtd-4.1.2.4  
[ebuild  N   ] app-text/docbook-sgml-dtd-3.1-r1  
[ebuild  N   ] app-text/docbook-sgml-dtd-4.1-r1  
[ebuild  N   ] dev-perl/SGMLSpm-1.03-r4  
[ebuild  N   ] dev-util/dialog-0.9_beta20030308-r1  
[ebuild  N   ] app-text/tetex-1.0.7-r12  +ncurses +X -libwww +png +zlib 
[ebuild  N   ] app-text/jadetex-3.12  
[ebuild  N   ] app-text/docbook-dsssl-stylesheets-1.77-r2  
[ebuild  N   ] app-text/docbook-sgml-dtd-4.0-r1  
[ebuild  N   ] app-text/docbook-sgml-utils-0.6.12  +tetex 
[ebuild  N   ] app-text/scrollkeeper-0.3.11-r1  -nls 
[ebuild  N   ] gnome-base/gnome-desktop-2.2.1-r1  
[ebuild  N   ] media-libs/libungif-4.1.0.1b  +X +gif 
[ebuild  N   ] app-editors/emacs-21.3-r1  +X -nls -motif -leim +gnome -Xaw3d 
[ebuild  N   ] media-gfx/gqview-1.3.1  -nls 
[ebuild  N   ] sys-devel/make-3.80  -nls -static -build 
[ebuild  N   ] app-admin/addpatches-0.2  
[ebuild  N   ] sys-apps/modutils-2.4.25  
[ebuild  N   ] sys-kernel/gentoo-sources-2.4.20-r5  -build +crypt -evms2 -aavm -usagi -doc -
tcltk 
[ebuild  N   ] media-video/nvidia-kernel-1.0.4363-r2  
[ebuild  N   ] media-video/nvidia-glx-1.0.4363  
[ebuild  N   ] media-libs/glut-3.7.1  
[ebuild  N   ] media-libs/gle-3.0.1-r2  
[ebuild  N   ] dev-libs/libxml-1.8.17-r2  
[ebuild  N   ] gnome-base/ORBit-0.5.17  -nls 
[ebuild  N   ] x11-libs/gtk+-1.2.10-r10  -nls -debug 
[ebuild  N   ] media-libs/giflib-4.1.0-r3  +X +gif 
[ebuild  N   ] media-libs/imlib-1.9.14-r1  
[ebuild  N   ] gnome-base/gnome-libs-1.4.2  -doc -nls -kde 
[ebuild  N   ] gnome-base/libglade-0.17-r6  -nls -bonobo 
[ebuild  N   ] sys-devel/bc-1.06-r5  +readline 
[ebuild  N   ] media-libs/gdk-pixbuf-0.21.0  -doc 
[ebuild  N   ] gnome-base/gnome-common-1.2.4-r3  
[ebuild  N   ] gnome-base/oaf-0.6.10  -nls 
[ebuild  N   ] gnome-base/gconf-1.0.8-r5  -nls 
[ebuild  N   ] gnome-base/gnome-vfs-1.0.5-r3  +ssl -nls 
[ebuild  N   ] gnome-base/control-center-1.4.0.5-r1  -nls 
[ebuild  N   ] x11-misc/xscreensaver-4.10  +pam -kerberos -krb4 +gtk -gtk2 +gnome +opengl 
+jpeg -xinerama 
[ebuild  N   ] dev-libs/elfutils-0.76-r2  
[ebuild  N   ] app-games/gnuchess-5.05  -dedicated 
[ebuild  N   ] app-games/xboard-4.2.6  
[ebuild  N   ] sys-apps/gzip-1.3.3-r2  -nls -build 
[ebuild  N   ] app-arch/ncompress-4.2.4  
[ebuild  N   ] sys-apps/tar-1.13.25-r3  -nls -static -build -selinux 
[ebuild  N   ] net-misc/telnet-bsd-1.0  
[ebuild  N   ] sys-devel/gettext-0.11.5-r1  -nls 
[ebuild  N   ] sys-apps/procps-3.1.9  -selinux 
[ebuild  N   ] dev-db/mysql-4.0.13-r3  -static +readline -innodb +berkdb +tcpd +ssl +perl -
debug 
[ebuild  N   ] dev-perl/Net-Daemon-0.37  
[ebuild  N   ] dev-perl/File-Spec-0.84-r1  
[ebuild  N   ] dev-perl/Test-Harness-2.28-r1  
[ebuild  N   ] dev-perl/Test-Simple-0.47-r1  
[ebuild  N   ] dev-perl/Storable-2.07-r1  
[ebuild  N   ] dev-perl/PlRPC-0.2016-r1  
[ebuild  N   ] dev-perl/DBI-1.37  
[ebuild  N   ] dev-perl/DBD-mysql-2.1027  
[ebuild  N   ] net-mail/mailbase-0.00-r5  
[ebuild  N   ] net-mail/ssmtp-2.48  
[ebuild  N   ] sys-apps/vcron-3.0.1-r1  -selinux 
[ebuild  N   ] sys-apps/grub-0.93.20030118  -static 
[ebuild  N   ] sys-apps/findutils-4.1.7-r4  -nls -build -afs -selinux 
[ebuild  N   ] sys-apps/file-4.02  
[ebuild  N   ] app-editors/vim-core-6.2-r1  +ncurses -nls 
[ebuild  N   ] app-editors/gvim-6.2  +ncurses -nls -cscope +gpm +perl +python -ruby +gnome 
+gtk -gtk2 -motif 
[ebuild  N   ] net-dns/bind-tools-9.2.2  
[ebuild  N   ] net-misc/host-991529  
[ebuild  N   ] app-misc/dnetc-2.9005.483  
[ebuild  N   ] net-misc/wget-1.8.2-r2  +ssl -nls -static -ipv6 -debug 
[ebuild  N   ] sys-apps/pciutils-2.1.10-r1  
[ebuild  N   ] dev-util/yacc-1.9.1-r1  
[ebuild  N   ] net-www/apache-2.0.47  +berkdb +gdbm -ldap 
[ebuild  N   ] net-firewall/iptables-1.2.8-r1  -ipv6 
[ebuild  N   ] sys-apps/kbd-1.06-r1  -nls 
[ebuild  N   ] sys-apps/sharutils-4.2.1-r6  -nls 
[ebuild  N   ] dev-util/ccache-2.2  
[ebuild  N   ] sys-apps/lvm-user-1.0.7  -static 
[ebuild  N   ] sys-apps/shadow-4.0.3-r6  
[ebuild  N   ] sys-apps/setserial-2.17-r2  
[ebuild  N   ] sys-apps/e2fsprogs-1.33  -nls 
[ebuild  N   ] app-cdr/cdrtools-2.01_alpha14  
[ebuild  N   ] net-misc/openssh-3.6.1_p2  -ipv6 -static +pam +tcpd -kerberos -selinux 
[ebuild  N   ] sys-apps/which-2.14  
[ebuild  N   ] sys-apps/help2man-1.29  
[ebuild  N   ] sys-apps/diffutils-2.8.4-r3  -nls -build -static 
[ebuild  N   ] dev-python/PyOpenGL-2.0.0.44  
[ebuild  N   ] x11-libs/wxGTK-2.4.0  -nls -odbc +opengl -gtk2 
[ebuild  N   ] dev-python/wxPython-2.4.0.7  +opengl -gtk2 
[ebuild  N   ] net-p2p/bittorrent-3.2.1b-r4  +X 
[ebuild  N   ] app-text/aspell-0.50.3  
[ebuild  N   ] app-dicts/aspell-en-0.51.0  
[ebuild  N   ] app-text/gnome-spell-1.0.4  
[ebuild  N   ] net-libs/libsoup-1.99.23  
[ebuild  N   ] gnome-base/libgnomeprint-2.2.1.2  -cups -doc 
[ebuild  N   ] gnome-base/libgnomeprintui-2.2.1.2  -doc 
[ebuild  N   ] gnome-extra/gal-1.99.8  -doc 
[ebuild  N   ] dev-libs/nspr-4.3  
[ebuild  N   ] app-arch/zip-2.3-r1  
[ebuild  N   ] dev-libs/nss-3.8  
[ebuild  N   ] gnome-base/gail-1.2.1  -doc 
[ebuild  N   ] gnome-extra/libgtkhtml-3.0.7  
[ebuild  N   ] net-mail/evolution-1.4.3  +ssl +mozilla -ldap -doc +spell -pda -ipv6 -kerberos -
kde 
[ebuild  N   ] app-crypt/mhash-0.8.18-r1  
[ebuild  N   ] media-libs/lcms-1.09  
[ebuild  N   ] media-libs/libmng-1.0.4  
[ebuild  N   ] x11-libs/qt-3.1.2-r4  -cups -nas -postgres +opengl +mysql -odbc +gif -debug 
[ebuild  N   ] dev-perl/XML-Parser-2.31-r1  
[ebuild  N   ] app-text/sablotron-0.97  
[ebuild  N   ] dev-java/java-config-0.2.8  
[ebuild  N   ] media-libs/t1lib-1.3.1  +X +tetex 
[ebuild  N   ] dev-java/blackdown-jdk-1.4.1  -doc 
[ebuild  N   ] dev-libs/libmcrypt-2.5.7  
[ebuild  N   ] media-libs/freetype-1.3.1-r3  -nls 
[ebuild  N   ] net-libs/libwww-5.4.0-r1  +ssl +mysql 
[ebuild  N   ] dev-php/mod_php-4.3.2-r4  -apache2 +X +crypt -curl -firebird -flash -freetds -gd 
-gd-external +gdbm -imap -informix -ipv6 +java +jpeg -ldap -mcal -memlimit +mysql -nls -
oci8 -odbc +pam -pdflib +png -postgres +qt -snmp +spell +ssl -tiff +truetype +xml2 
[ebuild  N   ] media-libs/jbigkit-1.4  
[ebuild  N   ] app-text/dgs-0.5.10-r1  
[ebuild  N   ] media-video/mpeg2vidcodec-12-r1  
[ebuild  N   ] media-gfx/imagemagick-5.5.6-r1  +X -cups +jpeg -lcms +mpeg +png +truetype -
tiff +xml2 -wmf 
[ebuild  N   ] media-gfx/jhead-2.0  
[ebuild  N   ] app-misc/gallery-1.3.3  
[ebuild  N   ] app-shells/sash-3.4-r5  +readline 
[ebuild  N   ] sys-apps/pam-login-3.11  -nls -selinux 
[ebuild  N   ] sys-apps/util-linux-2.11z-r6  +crypt -nls -static +pam 
[ebuild  N   ] sys-devel/bin86-0.16.0  
[ebuild  N   ] app-text/acroread-5.07  
[ebuild  N   ] net-misc/iputils-020927  
[ebuild  N   ] sys-apps/fileutils-4.1.11-r1  -acl -nls -build 
[ebuild  N   ] dev-libs/libpcre-4.2-r1  
[ebuild  N   ] app-admin/metalog-0.6-r10  
[ebuild  N   ] x11-misc/xloadimage-4.1-r1  -tiff +jpeg +png 
[ebuild  N   ] app-crypt/gnupg-1.2.2-r1  +X +zlib -ldap -nls 
[ebuild  N   ] dev-libs/libsigc++-1.0.4-r2  -debug 
[ebuild  N   ] net-im/centericq-4.9.4  -nls 
[ebuild  N   ] sys-apps/cpio-2.5  
[ebuild  N   ] app-arch/rpm-4.2_pre069  -nls +python -doc 
[ebuild  N   ] dev-lang/icc-7.1.006  
[ebuild  N   ] sys-devel/distcc-2.8-r2  +gtk 
[ebuild  N   ] sys-devel/bison-1.35  -nls -static -build 
[ebuild  N   ] app-editors/xemacs-21.4.12  +gpm -postgres -ldap -xface -nas -dnd +X +jpeg -
tiff +png -mule -motif -freewnn -canna -athena -neXt -Xaw3d 
[ebuild  N   ] app-xemacs/xemacs-base-1.75  
[ebuild  N   ] app-xemacs/sh-script-1.17  
[ebuild  N   ] app-xemacs/ecrypto-0.12  
[ebuild  N   ] app-xemacs/eterm-1.13  
[ebuild  N   ] app-xemacs/fsf-compat-1.12  
[ebuild  N   ] app-xemacs/mail-lib-1.56  
[ebuild  N   ] app-xemacs/cc-mode-1.32  
[ebuild  N   ] app-xemacs/ilisp-1.29  
[ebuild  N   ] app-xemacs/w3-1.28  
[ebuild  N   ] app-xemacs/apel-1.26  
[ebuild  N   ] app-xemacs/edebug-1.15  
[ebuild  N   ] app-xemacs/speedbar-1.26  
[ebuild  N   ] app-xemacs/mh-e-1.17  
[ebuild  N   ] app-xemacs/vm-7.07  
[ebuild  N   ] app-xemacs/cookie-1.14  
[ebuild  N   ] app-xemacs/mailcrypt-2.12  
[ebuild  N   ] app-xemacs/tm-1.35  
[ebuild  N   ] app-xemacs/rmail-1.13  
[ebuild  N   ] app-xemacs/gnus-1.65  
[ebuild  N   ] app-xemacs/xemacs-ispell-1.24  
[ebuild  N   ] app-xemacs/xemacs-devel-1.50  
[ebuild  N   ] app-xemacs/elib-1.10  
[ebuild  N   ] app-xemacs/edit-utils-1.98  
[ebuild  N   ] app-xemacs/pcl-cvs-1.64  
[ebuild  N   ] app-xemacs/ediff-1.46  
[ebuild  N   ] app-xemacs/vc-1.35  
[ebuild  N   ] app-xemacs/emerge-1.09  
[ebuild  N   ] app-xemacs/prog-modes-1.72  
[ebuild  N   ] app-xemacs/dired-1.13  
[ebuild  N   ] app-xemacs/efs-1.29  
[ebuild  N   ] sys-apps/psmisc-21.2-r3  -nls -selinux 
[ebuild  N   ] net-misc/rsync-2.5.6-r2  
[ebuild  N   ] sys-apps/slocate-2.7-r2  
[ebuild  N   ] net-ftp/ncftp-3.1.5  -cjk 
[ebuild  N   ] dev-perl/Text-Balanced-1.95  
[ebuild  N   ] dev-perl/Parse-RecDescent-1.94  
[ebuild  N   ] dev-perl/XML-Writer-0.4-r2  
[ebuild  N   ] dev-perl/gtk-perl-0.7008-r9  
[ebuild  N   ] media-libs/mpeg-lib-1.3.1-r1  
[ebuild  N   ] dev-perl/Data-Dumper-2.101  
[ebuild  N   ] dev-perl/Digest-MD5-2.24  
[ebuild  N   ] dev-perl/Inline-0.44  
[ebuild  N   ] dev-perl/Filter-1.29  
[ebuild  N   ] dev-perl/ExtUtils-F77-1.14-r1  
[ebuild  N   ] dev-perl/PDL-2.4.0-r1  +opengl 
[ebuild  N   ] media-gfx/gimp-1.2.4  +python -nls +gnome -aalib +perl -doc +jpeg +png -tiff -
doc 
[ebuild  N   ] dev-util/cvs-1.11.6  
[ebuild  N   ] net-misc/dhcpcd-1.3.22_p4  -build 
[ebuild  N   ] x11-wm/metacity-2.4.34  
[ebuild  N   ] app-arch/file-roller-2.2.4  
[ebuild  N   ] app-text/ghostscript-7.05.6-r3  +X -cups -cjk 
[ebuild  N   ] app-text/ggv-2.0.1  
[ebuild  N   ] gnome-extra/gconf-editor-0.4.1  
[ebuild  N   ] media-sound/cdparanoia-3.9.8  
[ebuild  N   ] dev-lang/nasm-0.98.36  -doc -build 
[ebuild  N   ] media-libs/gstreamer-0.6.1-r1  -doc 
[ebuild  N   ] media-libs/libmikmod-3.1.10-r1  +oss +esd -alsa 
[ebuild  N   ] media-sound/mad-0.14.2b-r2  -nls +esd 
[ebuild  N   ] media-libs/libsdl-1.2.5-r2  -arts +xv +opengl -fbcon -aalib -nas +esd +X -svga -
ggi -alsa 
[ebuild  N   ] media-libs/libmpeg2-0.3.1  +sdl +X 
[ebuild  N   ] media-sound/lame-3.93.1-r1  +gtk -debug 
[ebuild  N   ] media-libs/hermes-1.3.2-r2  
[ebuild  N   ] media-libs/jpeg-mmx-1.1.2-r1  
[ebuild  N   ] media-libs/libmovtar-0.1.3-r1  +mmx 
[ebuild  N   ] media-libs/libdv-0.99  +sdl +gtk +xv 
[ebuild  N   ] media-libs/win32codecs-0.90.1-r2  -quicktime 
[ebuild  N   ] media-libs/xvid-0.9.1  
[ebuild  N   ] media-libs/divx4linux-20020418-r2  
[ebuild  N   ] media-libs/imlib2-1.0.6.20030220-r1  +mmx +gif +png +jpeg -tiff -static +X 
[ebuild  N   ] media-video/ffmpeg-0.4.7_pre20030624  +mmx +encode -oggvorbis -doc -faad -
dvd -static +sdl +imlib +truetype 
[ebuild  N   ] media-video/avifile-0.7.32.20030219  -static +truetype +xv +sdl -dvd +mmx +sse 
+3dnow +zlib -oggvorbis +X +qt -alsa +esd -debug 
[ebuild  N   ] media-video/mjpegtools-1.6.0-r7  +sse -arts +gtk +mmx +sdl +X -quicktime 
+3dnow +avi -svga 
[ebuild  N   ] media-libs/gst-plugins-0.6.1  +encode -quicktime +mpeg +jpeg +esd +gnome 
+mikmod +sdl +png -alsa -arts -dvd -aalib -oggvorbis +mmx 
[ebuild  N   ] gnome-extra/libgtkhtml-2.2.3  
[ebuild  N   ] gnome-extra/yelp-2.2.2  
[ebuild  N   ] gnome-extra/libgsf-1.8.1  +gnome -doc 
[ebuild  N   ] gnome-base/librsvg-2.2.5  -doc 
[ebuild  N   ] x11-libs/libwnck-2.2.1  
[ebuild  N   ] gnome-base/gnome-panel-2.2.2.1  -doc 
[ebuild  N   ] gnome-extra/gnome-utils-2.2.3  
[ebuild  N   ] gnome-base/eel-2.2.3  
[ebuild  N   ] app-editors/gedit-2.2.1  +spell 
[ebuild  N   ] gnome-extra/gnome-games-2.2.1  -guile 
[ebuild  N   ] gnome-extra/at-spi-1.1.8  -doc 
[ebuild  N   ] gnome-extra/libgail-gnome-1.0.2  
[ebuild  N   ] gnome-extra/gnome2-user-docs-2.0.6  
[ebuild  N   ] x11-libs/vte-0.10.27  -doc 
[ebuild  N   ] x11-terms/gnome-terminal-2.2.1  
[ebuild  N   ] gnome-base/gnome-session-2.2.1  
[ebuild  N   ] sys-apps/eject-2.0.12-r1  
[ebuild  N   ] gnome-base/nautilus-2.2.3  -oggvorbis 
[ebuild  N   ] gnome-extra/gnome-media-2.2.1.1  
[ebuild  N   ] gnome-base/libgtop-2.0.1  
[ebuild  N   ] gnome-extra/gnome-system-monitor-2.0.4-r1  
[ebuild  N   ] gnome-base/control-center-2.2.2  
[ebuild  N   ] gnome-base/gdm-2.4.1.4  
[ebuild  N   ] gnome-base/gnome-applets-2.2.1  -doc 
[ebuild  N   ] gnome-extra/acme-2.0.4  
[ebuild  N   ] gnome-extra/bug-buddy-2.2.106  
[ebuild  N   ] gnome-extra/nautilus-media-0.2.2  
[ebuild  N   ] media-gfx/eog-2.2.1  +jpeg +png 
[ebuild  N   ] gnome-base/gnome-2.2.1  
[ebuild  N   ] x11-libs/openmotif-2.2.2-r1  
[ebuild  N   ] sys-apps/hdparm-5.4  
[ebuild  N   ] sys-apps/net-tools-1.60-r7  -nls -build -static 
[ebuild  N   ] net-www/mozilla-1.4-r3  +java +crypt -ipv6 -gtk2 +ssl -ldap +gnome -debug -
mozsvg -mozcalendar -mozaccess -mozp3p -mozxmlterm -moznoirc -moznomail -
moznocompose -moznoxft 
[ebuild  N   ] net-analyzer/nmap-3.30  +gtk +gnome 
[ebuild  N   ] sys-apps/textutils-2.1  -nls -static -build 
[ebuild  N   ] sys-apps/sh-utils-2.0.15  -nls -static -build 
[ebuild  N   ] app-editors/nano-1.2.1  -nls -build +spell -justify 
[ebuild  N   ] net-p2p/mutella-0.4.3  
[ebuild  N   ] sys-apps/devfsd-1.3.25-r3  
[ebuild  N   ] app-shells/tcsh-6.12-r2  -cjk +perl 
[ebuild  N   ] net-print/cups-1.1.19-r1  +ssl -slp +pam 
[ebuild  N   ] app-office/openoffice-1.0.3-r1  +gnome -kde 
[ebuild  N   ] sys-apps/less-381  
[ebuild  N   ] net-misc/ntp-4.1.1b-r6  -parse-clocks 
[ebuild  N   ] dev-libs/libgcrypt-1.1.3  -nls 
[ebuild  N   ] app-admin/aide-0.9  -nls -postgres +zlib +crypt 
[ebuild  N   ] app-editors/vim-6.2  +ncurses -nls -cscope +gpm +perl +python -ruby -vim-with-
x 
[ebuild  N   ] app-misc/screen-3.9.15  +pam 
[ebuild  N   ] sys-apps/fbset-2.1
Comment 22 John Ottander 2003-08-17 18:49:07 UTC
I would like to add that I have the exact same problem as comment #19 describes.
Comment 23 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-17 00:16:08 UTC
somebody mind testing on 4.0.15 now?
Comment 24 Douglas R. Hoffman 2003-09-17 08:34:48 UTC
ok, I've got the compile build running now...

FYI

# ACCEPT_KEYWORDS="~x86" emerge mysql -v -p

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] sys-apps/tcp-wrappers-7.6-r6 [7.6-r4] -ipv6 -static 
[ebuild     U ] dev-db/mysql-4.0.15 [4.0.13-r4] -static +readline -innodb +berkdb +tcpd +ssl 
+perl -debug

# emerge info
Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r5)
============================================================
=====
System uname: 2.4.20-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
distcc 2.9 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=pentium4 -march=pentium4 -O3 -pipe -fomit-frame-pointer -funroll-loops -
frerun-cse-after-loop -frerun-loop-opt -falign-functions=4"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/
3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=pentium4 -march=pentium4 -O3 -pipe -fomit-frame-pointer -funroll-loops 
-frerun-cse-after-loop -frerun-loop-opt -falign-functions=4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs sandbox buildpkg ccache"
GENTOO_MIRRORS="ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/ http://
gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt encode gif jpeg libg++ mad mmx ncurses png slang spell truetype 
xml2 zlib gdbm berkdb readline java mysql X sdl gpm tcpd pam ssl perl python imlib gnome gtk 
opengl mozilla cdr -3dnow -foomaticdb -xmms -esd -xv -mpeg -mikmod tetex -arts -cups -kde 
-qt -libwww -motif -oggvorbis -pdflib -quicktime sse sse2 -svga -nls"
Comment 25 Douglas R. Hoffman 2003-09-17 22:22:11 UTC
well, It compiled w/o error on this dev box... i ran sql-bench w/o issue so it should be ok.

i'll do a fresh gentoo install tomorrow, as that was the original problem reported in this BuG.

A question about the included my.cnf file for 4.x mysql ebuilds...  why does they use the 
depreciated set-variable syntax ( i've been reading the manual )?

I'll update this bug again tomorrow with the results of the fresh build, as that is the original 
problem this bug addressed.  Your efforts are GREATLY appreciated!

/d
Comment 26 Douglas R. Hoffman 2003-09-21 20:33:41 UTC
I have not had the time to do a full build from scratch yet.  I hope I can have this done for you this 
week.

Aditionally, I get three errors on the sql-bench specified by the sql-bench/readme...  admittedly, I 
have not had the time to lookin to this to see if it's a config issue on my end, ebuild issue, or just a 
plain old mysql issue.

/d

Benchmark DBD suite: 2.14
Date of test:        2003-09-21 23:06:31
Running tests on:    Linux 2.4.20-gentoo-r5 i686
Arguments:           
Comments:            
Limits from:         mysql,pg,solid
Server version:      MySQL 4.0.15/
Optimization:        None
Hardware:            

alter-table: Failed (output/alter-table-mysql-Linux_2.4.20_gentoo_r5_i686-cmp-mysql,pg,solid)
ATIS: Failed (output/ATIS-mysql-Linux_2.4.20_gentoo_r5_i686-cmp-mysql,pg,solid)
big-tables: Failed (output/big-tables-mysql-Linux_2.4.20_gentoo_r5_i686-cmp-mysql,pg,solid)
connect: Total time: 67 wallclock secs (19.89 usr 12.29 sys +  0.00 cusr  0.00 csys = 32.18 CPU)
create: Total time: 36 wallclock secs ( 3.07 usr  0.73 sys +  0.00 cusr  0.00 csys =  3.80 CPU)
insert: Total time: 721 wallclock secs (226.99 usr 89.60 sys +  0.00 cusr  0.00 csys = 316.59 CPU)
select: Total time: 63 wallclock secs (17.80 usr  7.60 sys +  0.00 cusr  0.00 csys = 25.40 CPU)
transactions: Test skipped because the database doesn't support transactions
wisconsin: Total time:  4 wallclock secs ( 1.33 usr  0.70 sys +  0.00 cusr  0.00 csys =  2.03 CPU)
Comment 27 Douglas R. Hoffman 2003-10-06 16:51:52 UTC
ok, it builds from scratch fine.  as a POR, here is a copy of the emerge
info output.

thanks again for everyone's hard work on this.  I do appreciate it very much.
 I would like to close this bug now, but I can not figure out how to change
the status in this ui.


-Doug

p.s.  emerge info output...
Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r5)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
distcc[24803] (dcc_trace_version) distcc 2.9 i686-pc-linux-gnu; built Aug
22 2003 03:57:35 [disabled]
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=pentium4 -march=pentium4 -O3 -pipe -fomit-frame-pointer -funroll-loops
-frerun-cse-after-loop -frerun-loop-opt -falign-functions=4"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=pentium4 -march=pentium4 -O3 -pipe -fomit-frame-pointer -funroll-loops
-frerun-cse-after-loop -frerun-loop-opt -falign-functions=4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs sandbox buildpkg ccache"
GENTOO_MIRRORS="ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/ http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt encode gif jpeg libg++ mad mmx ncurses png slang
spell truetype xml2 zlib gdbm berkdb readline java mysql X sdl gpm tcpd pam
ssl perl python imlib gnome gtk opengl mozilla cdr -3dnow -foomaticdb -xmms
-esd -xv -mpeg -mikmod tetex -arts -cups -kde -qt -libwww -motif -oggvorbis
-pdflib -quicktime sse sse2 -svga -nls"
Comment 28 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-10-06 18:00:42 UTC
closing as noted by user.
Comment 29 Douglas R. Hoffman 2004-01-25 21:46:08 UTC
I thought Robin was going to close this...  any rate, thanks again for the fix...