Tom Williams wrote:
Hi! I'm trying to build MySQL 4.0.20 on RedHat 5.2 (I think) Linux
system with glibc-2.2.5 and gcc-3.4.0 (which I recently upgraded
to). The compile runs smoothly, but make test fails. Here is my
configure command:
$ ./configure --prefix=/usr/local/mysql-4.0.20 --enable-assembler
--enable-thread-safe-client --with-mysqld-user=mysql
Here is the output from make test:
[EMAIL PROTECTED] mysql-4.0.20]$ make test
cd mysql-test ; ./mysql-test-run
Installing Test Databases
Removing Stale Files
Installing Master Databases
running ../sql/mysqld --no-defaults --bootstrap
--skip-grant-tables --basedir=. --datadir=./var/master-data
--skip-innodb --skip-bdb --skip-warni ngs
--language=../sql/share/english/
040619 7:39:33 ../sql/mysqld: Shutdown Complete
Installing Slave Databases
running ../sql/mysqld --no-defaults --bootstrap
--skip-grant-tables --basedir=. --datadir=./var/slave-data
--skip-innodb --skip-bdb --skip-warnin gs
--language=../sql/share/english/
040619 7:39:33 ../sql/mysqld: Shutdown Complete
Manager disabled, skipping manager start.
Loading Standard Test Databases
Starting Tests
TEST RESULT
------------------------------------------
alias [ pass ]
alter_table [ pass ]
analyse [ pass ]
ansi [ pass ]
auto_increment [ pass ]
backup [ pass ]
bdb-alter-table-1 [ skipped ]
bdb-alter-table-2 [ skipped ]
bdb-crash [ skipped ]
bdb-deadlock [ skipped ]
bdb [ skipped ]
bdb_cache [ skipped ]
bench_count_distinct [ pass ]
bigint [ pass ]
binary [ pass ]
bool [ pass ]
bulk_replace [ pass ]
case [ pass ]
cast [ pass ]
check [ pass ]
comments [ pass ]
compare [ pass ]
constraints [ pass ]
convert [ pass ]
count_distinct [ pass ]
count_distinct2 [ pass ]
create [ pass ]
ctype_cp1251 [ pass ]
ERROR: /home/tom/mysql-4.0.20/mysql-test/var/run/master.pid was not
created in 30 seconds; Aborting
make: *** [test] Error 1
[EMAIL PROTECTED] mysql-4.0.20]$
I've been trying to find info on the test suite in the online doc and
I decided to post this question here while I continue pouring over the
doc. If "make test" is failing, does that mean I shouldn't use the
server I just built?
Thanks in advance for your time and assistance! :)
Peace...
Tom
Well, I found the solution to this problem:
http://bugs.mysql.com/bug.php?id=1838
Recompiling with "--with-extra-charsets=all" seems to have worked!
Peace...
Tom
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]