Bug #13986 Can't compile 5.0 from bk tree
Submitted: 12 Oct 2005 22:25 Modified: 13 Oct 2005 9:18
Reporter: Jorge del Conde Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S1 (Critical)
Version: OS:Linux (Linux)
Assigned to: CPU Architecture:Any

[12 Oct 2005 22:25] Jorge del Conde
Description:
I can't compile 5.0 from bk:

if gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local/mysql-bk-5.0\"" -DDATADIR="\"/usr/local/mysql-bk-5.0/var\"" -DSHAREDIR="\"/usr/local/mysql-bk-5.0/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../include -I../include -I../regex -I.     -O3 -DDBUG_OFF -O3 -DDBUG_OFF -O2 -felide-constructors   -fno-implicit-templates -fno-exceptions -fno-rtti   -fno-implicit-templates -fno-exceptions -fno-rtti -MT ha_example.o -MD -MP -MF ".deps/ha_example.Tpo" -c -o ha_example.o `test -f 'examples/ha_example.cc' || echo './'`examples/ha_example.cc; \
then mv -f ".deps/ha_example.Tpo" ".deps/ha_example.Po"; else rm -f ".deps/ha_example.Tpo"; exit 1; fi
make[4]: *** No rule to make target `examples/ha_archive.cc', needed by `ha_archive.o'.  Stop.
make[4]: Leaving directory `/my/mysql-5.0/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/my/mysql-5.0/sql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/my/mysql-5.0/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/my/mysql-5.0'
make: *** [all] Error 2
jorge-/my/mysql-5.0>  

How to repeat:
read above
[12 Oct 2005 22:26] Jorge del Conde
jorge-/my/mysql-5.0>  bk changes |more
ChangeSet@1.2040.1.1, 2005-10-12 22:49:33+02:00, kent@mysql.com
  make_binary_distribution.sh:
    Copy *.cnf files in mysql-test/std_data/
  Makefile.am:
    Added std_data/*.cnf to copy ndb config
[13 Oct 2005 9:18] Jorge del Conde
Re-cloned and wasn't able to reproduce anymore.