When building mysql on a x86 solaris 9 server and running make I get the following error:

make[2]: Entering directory `/kit1/software/mysql-5.0.18/strings'
gcc -c  -o strings-x86.o strings-x86.s
Assembler:
"strings-x86.s", line 1 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 2 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 3 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 4 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 5 : Warning: Error in the # lineno from preprocessor
        "strings-x86.s", line 6 : Syntax error
"strings-x86.s", line 7 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 8 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 9 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 10 : Warning: Error in the # lineno from preprocessor
        "strings-x86.s", line 11 : Syntax error
"strings-x86.s", line 12 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 13 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 14 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 16 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 19 : Inappropriate assembler version: have 02.01 expect 1.00 or greater
        "strings-x86.s", line 23 : Syntax error
        "strings-x86.s", line 24 : Syntax error
        "strings-x86.s", line 31 : Syntax error
        "strings-x86.s", line 32 : Syntax error
        "strings-x86.s", line 33 : Syntax error
        "strings-x86.s", line 34 : Syntax error
        "strings-x86.s", line 37 : Illegal mnemonic
        "strings-x86.s", line 37 : Syntax error
"strings-x86.s", line 50 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 51 : Warning: Error in the # lineno from preprocessor
        "strings-x86.s", line 56 : Syntax error
        "strings-x86.s", line 58 : Syntax error
        "strings-x86.s", line 59 : Syntax error
        "strings-x86.s", line 60 : Syntax error
        "strings-x86.s", line 63 : Syntax error
        "strings-x86.s", line 66 : Illegal mnemonic
        "strings-x86.s", line 66 : Syntax error
"strings-x86.s", line 78 : Warning: Error in the # lineno from preprocessor "strings-x86.s", line 79 : Warning: Error in the # lineno from preprocessor
        "strings-x86.s", line 85 : Syntax error
        "strings-x86.s", line 86 : Syntax error
        "strings-x86.s", line 87 : Syntax error
        "strings-x86.s", line 88 : Illegal mnemonic
        "strings-x86.s", line 88 : Syntax error
        "strings-x86.s", line 90 : Syntax error
        "strings-x86.s", line 91 : Illegal mnemonic
        "strings-x86.s", line 91 : Syntax error
        "strings-x86.s", line 92 : Syntax error
        "strings-x86.s", line 93 : Syntax error
        "strings-x86.s", line 95 : Syntax error
        "strings-x86.s", line 96 : Syntax error
        "strings-x86.s", line 97 : Syntax error
Too many errors - Goodbye
make[2]: *** [strings-x86.o] Error 1
make[2]: Leaving directory `/kit1/software/mysql-5.0.18/strings'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/kit1/software/mysql-5.0.18'
make: *** [all] Error 2


After this I ran scripts/mysqlbug

SEND-PR: -*- send-pr -*-
SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
SEND-PR: will all comments (text enclosed in `<' and `>').
SEND-PR:
From: root
To: mysql@lists.mysql.com
Subject: [50 character or so descriptive subject here (for reference)]

>Description:
        <precise description of the problem (multiple lines)>
>How-To-Repeat:
        <code/input/activities to reproduce the problem (multiple lines)>
>Fix:
<how to correct or work around the problem, if known (multiple lines)>

>Submitter-Id:  <submitter ID>
>Originator:    Super-User
>Organization:
 <organization of PR author (multiple lines)>
>MySQL support: [none | licence | email support | extended email support ]
>Synopsis:      <synopsis of the problem (one line)>
>Severity:      <[ non-critical | serious | critical ] (one line)>
>Priority:      <[ low | medium | high ] (one line)>
>Category:      mysql
>Class: <[ sw-bug | doc-bug | change-request | support ] (one line)>
>Release:       mysql-5.0.18 (Source distribution)

>C compiler:    gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
>C++ compiler:  gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
>Environment:
        <machine, os, target, libraries (multiple lines)>
System: SunOS kit 5.9 Generic_112234-10 i86pc i386 i86pc
Architecture: i86pc

Some paths:  /usr/bin/perl /opt/make/bin/make /opt/gcc/bin/gcc
GCC: Reading specs from /opt/gcc/bin/../lib/gcc-lib/i386-pc-solaris2.9/3.3.2/specs Configured with: ./configure --prefix=/opt/gcc-3.3.2 : (reconfigured) ./configure --prefix=/opt/gcc-3.3.2
Thread model: posix
gcc version 3.3.2
Compilation info: CC='ccache gcc' CFLAGS='' CXX='ccache gcc' CXXFLAGS='-felide-constructors -fno-exceptions -fno-rtti' LDFLA
GS=''  ASFLAGS=''
LIBC:
-rw-r--r--   1 root     bin      1891764 Aug 24  2003 /lib/libc.a
lrwxrwxrwx 1 root root 11 Mar 16 2004 /lib/libc.so -> ./libc.so.1
-rwxr-xr-x   1 root     bin       800464 Aug 24  2003 /lib/libc.so.1
-rw-r--r--   1 root     bin      1891764 Aug 24  2003 /usr/lib/libc.a
lrwxrwxrwx 1 root root 11 Mar 16 2004 /usr/lib/libc.so -> ./libc.so.1
-rwxr-xr-x   1 root     bin       800464 Aug 24  2003 /usr/lib/libc.so.1
Configure command: ./configure '--with-embedded-server' '--with-berkeley-db' '--with-innodb' '--enable-thread-safe-client' '--wi th-extra-charsets=complex' '--with-ndbcluster' 'CC=ccache gcc' 'CXXFLAGS=-felide-constructors -fno-exceptions -fno-rtti' 'CXX=cc
ache gcc'


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to