Bug #23393 failed to compile 5.0.26
Submitted: 17 Oct 2006 20:42 Modified: 29 Mar 2007 7:08
Reporter: Tan Nguyen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.0.26 OS:Linux (CentOS v4.3)
Assigned to: Alexander Barkov CPU Architecture:Any

[17 Oct 2006 20:42] Tan Nguyen
Description:
I have similar compiling problem as bug #20755

- dual intel intel xeon 2.4 Ghz with 1 Gb of memory
- gcc (GCC) 3.4.5 20051201 (Red Hat 3.4.5-2)
- CentOS 4.3
- CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/home/cyber/inst/mysql --enable-assembler --with-mysqld-ldflags=-all-static

* compiled w/o any problems

[cyber@stage1 mysql-5.0.26]$ make test
cd mysql-test ; \
./mysql-test-run && \
./mysql-test-run --ps-protocol
Logging: ./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-ndbcluster --skip-bdb     --language=../sql/share/english/ --character-sets-dir=../sql/share/charsets/
Installing Slave Databases
running  ../sql/mysqld --no-defaults --bootstrap --skip-grant-tables     --basedir=. --datadir=./var/slave-data --skip-innodb --skip-ndbcluster --skip-bdb     --language=../sql/share/english/ --character-sets-dir=../sql/share/charsets/
Manager disabled, skipping manager start.
Loading Standard Test Databases
Starting Tests

..... all tests ok until this .....

ctype_ucs                      [ skipped ]
ERROR: /home/cyber/workspace/mysql-5.0.26/mysql-test/var/run/master.pid was not created in 400 seconds;  Aborting
make: *** [test] Error 1

How to repeat:
$prompt>CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/home/cyber/inst/mysql --enable-assembler --with-mysqld-ldflags=-all-static

$prompt>make test
[17 Oct 2006 20:49] Tan Nguyen
This is built on the local file system.
[18 Oct 2006 9:01] Sveta Smirnova
Thank you for the report.

Verified as described on Linux using last BK sources.
[29 Mar 2007 7:08] Alexander Barkov
This bug was fixed by one of the recent change.
Please upgrade.