Hello

I have problems building the mysql package for the Debian distribution on
powerpc. More infos below. Feel free to contact me for further details.

bye,

    -christian-

make[3]: Entering directory `/home/ch/debian/mysql-3.23.42/sql'
g++ -DMYSQL_SERVER                      -DDEFAULT_MYSQL_HOME="\"/usr\""
-DDATADIR="\"/var/lib/mysql\""
-DSHAREDIR="\"/usr/share/mysql\""                       -DHAVE_CONFIG_H
-I../innobase/include                  -I./../include
-I./../regex                    -I. -I../include -I.. -I.    -O3 -DDBUG_OFF
-O2  -g -felide-constructors  -fno-rtti  -fno-implicit-templates
-fno-exceptions -fno-rtti -c mysqld.cc
In file included from mysqld.cc:80:
/usr/include/tcpd.h:39: invalid exception specifications
/usr/include/tcpd.h:40: invalid exception specifications
/usr/include/tcpd.h:41: invalid exception specifications
/usr/include/tcpd.h:42: invalid exception specifications
make[3]: *** [mysqld.o] Error 1
make[3]: Leaving directory `/home/ch/debian/mysql-3.23.42/sql'
make[2]: *** [all-recursive] Error 1

the relevant lines in tcpd.h are *sink to *cleanup:

struct request_info {
    int     fd;                         /* socket handle */
    char    user[STRING_LENGTH];        /* access via eval_user(request) */
    char    daemon[STRING_LENGTH];      /* access via eval_daemon(request)
*/
    char    pid[10];                    /* access via eval_pid(request) */
    struct host_info client[1];         /* client endpoint info */
    struct host_info server[1];         /* server endpoint info */
    void  (*sink) __P((int));           /* datagram sink function or 0 */
    void  (*hostname) __P((struct host_info *)); /* address to printable
hostname */
    void  (*hostaddr) __P((struct host_info *)); /* address to printable
address */
    void  (*cleanup) __P((struct request_info *)); /* cleanup function or 0
*/
    struct netconfig *config;           /* netdir handle */
};

I'm using:
ii  libwrap0-dev   7.6-8.2        Wietse Venema's TCP wrappers library,
ii  libc6-dev      2.2.4-1        GNU C Library: Development Libraries 
ii  gcc            2.95.4-6       The GNU C compiler.
ii  g++            2.95.4-6       The GNU C++ compiler.
ii  libstdc++2.10  2.95.2-13      The GNU stdc++ library

ch@voltaire:~/debian/mysql-3.23.42$ cat /proc/cpuinfo 
processor       : 0
cpu             : 7400 (G4, altivec supported)
clock           : 500MHz
revision        : 2.9 (pvr 000c 0209)
bogomips        : 992.87

processor       : 1
cpu             : 7400 (G4, altivec supported)
clock           : 500MHz
revision        : 2.9 (pvr 000c 0209)
bogomips        : 992.87

total bogomips  : 1985.74
zero pages      : total: 0 (0Kb) current: 0 (0Kb) hits: 0/0 (0%)
machine         : PowerMac3,3
motherboard     : PowerMac3,3 MacRISC Power Macintosh
L2 cache        : 1024K unified
memory          : 320MB
pmac-generation : NewWorld


-- 
Rome did not create a great empire by having meetings,
they did it by killing all those who opposed them.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to