Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7774 - mysql ebuild fails with tcpwrappers
Summary: mysql ebuild fails with tcpwrappers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-10 18:15 UTC by Jay Christopherson
Modified: 2003-02-04 19:42 UTC (History)
2 users (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 Jay Christopherson 2002-09-10 18:15:20 UTC
An attempt to emerge mysql with default options resulted in this:

usr/include/tcpd.h: In function `void* handle_connections_sockets(void*)':
/usr/include/tcpd.h:135: too many arguments to function `void sock_host()'
mysqld.cc:2428: at this point in file
/usr/include/tcpd.h:73: too many arguments to function `int hosts_access()'
mysqld.cc:2429: at this point in file
/usr/include/tcpd.h:128: too many arguments to function `char* eval_client()'
mysqld.cc:2437: at this point in file
make[3]: *** [mysqld.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/mysql-3.23.51-r4/work/mysql-3.23.51/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/mysql-3.23.51-r4/work/mysql-3.23.51/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mysql-3.23.51-r4/work/mysql-3.23.51'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -96, Exitcode 2
!!! compile problem

To workaround and successfully emerge mysql, I had to USE="-tcpd"...
Comment 1 Tobias Sager 2002-10-21 13:00:35 UTC
same error here, same workaround works for me[tm].
Comment 2 Donny Davies (RETIRED) gentoo-dev 2002-10-27 01:55:02 UTC
no longer an issue.