Bug #19099 make tests failes
Submitted: 14 Apr 2006 11:21 Modified: 14 May 2006 18:35
Reporter: Rasa Karapandza Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0.20 OS:MacOS (Mac OSX 10.4.6)
Assigned to: CPU Architecture:Any

[14 Apr 2006 11:21] Rasa Karapandza
Description:
I try to build from sources like this:
CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer" CXX=gcc CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-embedded-server --without-bench --with-mysqld-user=mysql --without-docs --enable-thread-safe-client 

Compiling ends like this:
strings/libmystrings.a ../../dbug/libdbug.a -lz -lm
/usr/bin/ld: warning multiple definitions of symbol _qsort
../../mysys/libmysys.a(mf_qsort.o) definition of _qsort in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libm.dylib(qsort.So) definition of _qsort
make[3]: Nothing to be done for `all-am'.

and make test ends like:
ERROR: /Users/rasa/Downloads/tmp/mysql-5.0.20/mysql-test/var/run/master.pid was not created in 400 seconds;  Aborting
make: *** [test] Error 1

How to repeat:
CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer" CXX=gcc CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-embedded-server --without-bench --with-mysqld-user=mysql --without-docs --enable-thread-safe-client 

(I get same thiung with many other configurations)

make

make test
[14 Apr 2006 18:35] Valeriy Kravchuk
Thank you for a problem report. Please, run the test suite explicitly, with:

cd mysql-test; 
./mysql-test-run.pl --script-debug 2>&1 | tee log.txt

and upload log.txt to this report.
[14 Apr 2006 19:27] Rasa Karapandza
output of ./mysql-test-run.pl --script-debug 2>&1 | tee log.txt

Attachment: log.txt (text/plain), 85.72 KiB.

[14 May 2006 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".