[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] MySQL 3.23.55 build FAILS
- Subject: [cobalt-users] MySQL 3.23.55 build FAILS
- From: "Leslie Herps" <herps@xxxxxxxxxxxx>
- Date: Tue Mar 4 15:24:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hello all
I try to recompile the SRPM for mySQL 3.23.55
I upgraded libtool (1.4.3), automake (1.7) and autoconf (2.57) to the latest
versions.
I STILL get the following errors when compiling:
========================================
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
make[1]: Leaving directory `/home/redhat/BUILD/mysql-3.23.55'
rm -f config.status config.cache config.log
+ mv Docs/manual.ps.save Docs/manual.ps
+ automake
configure.in:8: warning: do not use m4_patsubst: use patsubst or
m4_bpatsubst
configure.in:717: warning: AC_LANG_CALL: no function given
configure.in:2316: warning: do not use m4_regexp: use regexp or m4_bregexp
configure.in:7: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:7: old Automake version. You should recreate aclocal.m4
configure.in:7: with aclocal and run automake again.
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCXX does not appear in
AM_COND
ITIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCXX does not appear in
AM_COND
ITIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
/usr/share/automake-1.7/am/depend2.am: am__fastdepCXX does not appear in
AM_COND
ITIONAL
sql/Makefile.am:94: `YFLAGS' is a user variable, you should not override it;
sql/Makefile.am:94: use `AM_YFLAGS' instead.
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
AM_CONDI
TIONAL
strings/Makefile.am: Assembler source seen but `CCAS' is undefined.
strings/Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS'
strings/Makefile.am: to `configure.in' and run `aclocal' and `autoconf'
again.
strings/Makefile.am: Assembler source seen but `CCASFLAGS' is undefined.
strings/Makefile.am: The usual way to define `CCASFLAGS' is to add
`AM_PROG_AS'
strings/Makefile.am: to `configure.in' and run `aclocal' and `autoconf'
again.
Bad exit status from /var/tmp/rpm-tmp.45746 (%build)
========================================
Does anyone have a clue? gcc is 2.95.x... (the default on a patched raq4)
Which on the mysql.com site is said to be good...
I tried so much, and I ran out of ideas...