Bug #43247 suite/<suite name>/include: No such file or directory
Submitted: 27 Feb 2009 3:01 Modified: 12 May 2011 16:15
Reporter: Jonathan Miller Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Installing Severity:S3 (Non-critical)
Version:mysql-6.0-telco-6.4, 6.0 bzr OS:Any
Assigned to: Bjørn Munch CPU Architecture:Any

[27 Feb 2009 3:01] Jonathan Miller
Description:
make    INSTALL_TO_DIR="/data0/cr_autotest/mysql-test" install_test_files
make[4]: Entering directory `/data0/ACRT_CLONES/builds/clone-mysql-6.0-telco-6.4-2009-02-27.15704/mysql-test'
/bin/sh: line 0: cd: ./suite/backup/include: No such file or directory
/bin/sh: line 0: cd: ./suite/rpl/data: No such file or directory

How to repeat:
build clone

Suggested fix:
remove ref to these include if not part of install anymore.
[2 Mar 2009 7:55] Sveta Smirnova
Thank you for the report.

Verified as described:

make[3]: Nothing to be done for `install-exec-am'.
make    INSTALL_TO_DIR="/users/ssmirnova/build/mysql-6.0-telco-6.4/mysql-test" install_test_files
make[4]: Entering directory `/users/ssmirnova/src/mysql-6.0-telco-6.4/mysql-test'
/bin/sh: line 0: cd: ./suite/backup/include: No such file or directory
/bin/sh: line 0: cd: ./suite/rpl/data: No such file or directory
[12 May 2011 16:15] Paul DuBois
Noted in 5.6.3 changelog.

An attempt to install nonexistent files during installation was corrected.

CHANGESET - http://lists.mysql.com/commits/136576
[13 May 2011 13:45] Paul DuBois
Noted in 5.1.58, 5.5.14 changelogs.