Description:
i using icc 8.1 (gcc3.4) compiled, run testing get error:
mysql-test-run: *** ERROR: Failed to wait for start of ndb_mgmd
make: *** [test-ns] Error 1
make test
cd mysql-test ; \
/usr/bin/perl ./mysql-test-run.pl
Logging: ./mysql-test-run.pl
MySQL Version 5.0.74
Using ndbcluster when necessary, mysqld supports it
Skipping SSL, mysqld not compiled with SSL
Using MTR_BUILD_THREAD = 0
Using MASTER_MYPORT = 9306
Using MASTER_MYPORT1 = 9307
Using SLAVE_MYPORT = 9308
Using SLAVE_MYPORT1 = 9309
Using SLAVE_MYPORT2 = 9310
Using NDBCLUSTER_PORT = 9311
Using IM_PORT = 9313
Using IM_MYSQLD1_PORT = 9314
Using IM_MYSQLD2_PORT = 9315
Killing Possible Leftover Processes
Removing Stale Files
Creating Directories
Installing Master Database
Installing Master Database
Installing Slave1 Database
Installing Master Cluster
mysql-test-run: *** ERROR: Failed to wait for start of ndb_mgmd
make: *** [test-ns] Error 1
How to repeat:
compile and testing with :
./configure '--prefix=/usr/local/mysql' '--localstatedir=/usr/local/mysql/data' '--libexecdir=/usr/local/mysql/bin' '--with-comment=MySQL Testing Server' '--with-server-suffix=icc' '--enable-thread-safe-client' '--enable-local-infile' '--enable-assembler' '--with-pic' '--with-fast-mutexes' '--with-client-ldflags=-static' '--with-mysqld-ldflags=-static' '--with-zlib-dir=bundled' '--with-big-tables' '--with-raid' '--with-readline' '--with-partition' '--with-innodb' '--with-ndbcluster' '--without-archive-storage-engine' '--without-blackhole-storage-engine' '--without-csv-storage-engine' '--without-example-storage-engine' '--without-federated-storage-engine' '--with-extra-charsets=complex' CC="icc" CFLAGS="-O3 -axW -xK -static-libgcc -static-libcxa -i-static -unroll -ip -mp -gcc-name=gcc34 -restrict" CXX="icpc" CXXFLAGS="-O3 -axW -xK -static-libgcc -static-libcxa -i-static -unroll -ip -mp -gcc-name=gcc34 -restrict -fno-implicit-templates -fno-exceptions -fno-rtti" LD="xild" AR="xiar" && make &&make test