Bug 44382

Summary: Can't compile mysql-server-3.23.53 port on current
Product: Ports & Packages Reporter: Ed Culp <eculp>
Component: Individual Port(s)Assignee: dirk
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ed Culp 2002-10-22 17:40:01 UTC
When doing a make on the mysql-server port, I get the following compile error:

 c++ -DMYSQL_SERVER                      -DDEFAULT_MYSQL_HOME="\"/usr/local\""                   -DDATADIR="\"/var/db/mysql\""                   -DSHAREDIR="\"/usr/local/share/mysql\""                  -DHAVE_CONFIG_H -I../bdb/build_unix -I../innobase/include                       -I./../include                  -I./../regex            -I. -I../include -I.. -I.    -DDBUG_OFF -O -pipe -felide-constructors -fno-rtti -fno-exceptions  -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -c mysqld.cc
/usr/include/tcpd.h: In function `void* handle_connections_sockets(void*)':
/usr/include/tcpd.h:137: too many arguments to function `void sock_host()'
mysqld.cc:2444: at this point in file
/usr/include/tcpd.h:75: too many arguments to function `int hosts_access()'
mysqld.cc:2445: at this point in file
/usr/include/tcpd.h:130: too many arguments to function `char* eval_client()'
mysqld.cc:2453: at this point in file
*** Error code 1

Stop in /usr/ports/databases/mysql323-server/work/mysql-3.23.53/sql.
*** Error code 1

How-To-Repeat: Try to make ports/databases/mysql323-server.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2002-10-23 13:18:44 UTC
Responsible Changed
From-To: freebsd-ports->dirk

Over to Maintainer
Comment 2 dirk freebsd_committer freebsd_triage 2002-11-10 22:28:51 UTC
State Changed
From-To: open->closed

Fixed!