Does any of you have an idea on this? I get the same error in 4.0.15. I could find that the problematic code was in mysql-test/mysql-test-run.sh:
sleep_until_file_created $MASTER_MYPID $wait_for_master wait_for_master=$SLEEP_TIME_FOR_SECOND_MASTER MASTER_RUNNING=1
I guess I could probably disable that code from the test program and compile anyway, but would the resulting MySQL installation work?
Also, there are currently RPMs of MySQL installed on the server. Should these be removed before compiling?
Any help would be greatly appreciated.
Pierre-Luc Soucy
Pierre-Luc Soucy wrote:
Hi,
I'm trying to compile MySQL 4.0.14 on a server which was previously using RPMs, and although the ./configure (with no arguments) and make steps went fine, make test does not want to work. The error I am getting is : "/home/programs/mysql/4.0.14/mysql-4.0.14/mysql-test/var/run/master.pid was not created in 30 seconds; Aborting" (full make test output at the bottom of this message). What's wrong, and what should I do to correct this?
Thanks!
Pierre-Luc Soucy
======================== Full make test output:
[EMAIL PROTECTED] mysql-4.0.14]# 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 --language=../sql/share/english/
030905 22:18:12 ../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 --language=../sql/share/english/
030905 22:18:12 ../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/programs/mysql/4.0.14/mysql-4.0.14/mysql-test/var/run/master.pid was not created in 30 seconds; Aborting
make: *** [test] Error 1
[EMAIL PROTECTED] mysql-4.0.14]#
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]