Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35967 - mysql emerge probelm
Summary: mysql emerge probelm
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-16 14:01 UTC by Patrick Davis
Modified: 2003-12-21 13:05 UTC (History)
0 users

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 Patrick Davis 2003-12-16 14:01:46 UTC
This happens to me also.  Although I have enough ram/swap.

The command I run is "USE="-ssl -static" emerge mysql"

"free -m" outputs:
            total       used       free     shared    buffers     cached
Mem:           376        297         79          0         45        119
-/+ buffers/cache:        132        243
Swap:          494          0        494

When I ran the "free -t -s .5" it showed that the swap file was never touched.


desktop root # emerge info
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.6.0-test11-gentoo-r2)
=================================================================
System uname: 2.6.0-test11-gentoo-r2 i686 AMD Athlon(TM) XP1700+
Gentoo Base System version 1.4.3.10
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss crypt encode foomaticdb libg++ mikmod ncurses nls xml2 xmms zlib gdbm berkdb slang readline arts aalib svga gpm tcpd pam ssl esd imlib oggvorbis gtk qt motif 3dnow alsa apache2 apm avi bonobo dr cups directfb dvd flash gnome gd gif gphoto2 imap jikes java jpeg kde libwww lirc mad mmx mozilla mpeg mysql nocd opengl pa ppds pdflib perl png quicktime samba sdl snmp spell static tiff truetype us video wmf X gtk2 xv python ruby"



This is the Error Message I get for version 4.0.14:
/usr/include/tcpd.h: In function `void* handle_connections_sockets(void*)':
/usr/include/tcpd.h:131: too many arguments to function `void sock_host()'
mysqld.cc:2915: at this point in file
/usr/include/tcpd.h:69: too many arguments to function `int hosts_access()'
mysqld.cc:2916: at this point in file
/usr/include/tcpd.h:124: too many arguments to function `char* eval_client()'
mysqld.cc:2924: at this point in file
make[4]: *** [mysqld.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/mysql-4.0.14-r2/work/mysql-4.0.14/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/mysql-4.0.14-r2/work/mysql-4.0.14/sql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/mysql-4.0.14-r2/work/mysql-4.0.14/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mysql-4.0.14-r2/work/mysql-4.0.14'
make: *** [all] Error 2

!!! ERROR: dev-db/mysql-4.0.14-r2 failed.
!!! Function src_compile, Line 140, Exitcode 2
!!! compile problem

Error I get for version 4.0.16:
/usr/include/tcpd.h: In function `void* handle_connections_sockets(void*)':
/usr/include/tcpd.h:131: too many arguments to function `void sock_host()'
mysqld.cc:2956: at this point in file
/usr/include/tcpd.h:69: too many arguments to function `int hosts_access()'
mysqld.cc:2957: at this point in file
/usr/include/tcpd.h:124: too many arguments to function `char* eval_client()'
mysqld.cc:2965: at this point in file
make[4]: *** [mysqld.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/mysql-4.0.16/work/mysql-4.0.16/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/mysql-4.0.16/work/mysql-4.0.16/sql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/mysql-4.0.16/work/mysql-4.0.16/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mysql-4.0.16/work/mysql-4.0.16'
make: *** [all] Error 2

!!! ERROR: dev-db/mysql-4.0.16 failed.
!!! Function src_compile, Line 142, Exitcode 2
!!! compile problem

Any Ideas?
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-12-16 15:16:50 UTC
What version of sys-apps/tcp-wrappers do you have installed?
Comment 2 Patrick Davis 2003-12-16 15:59:42 UTC
tcp-wrappers-7.6-r6
Comment 3 Patrick Davis 2003-12-21 13:04:46 UTC
I started over on the system because of some other larger problems.  This time mysql installed.
Comment 4 Patrick Davis 2003-12-21 13:05:20 UTC
closed per submitter