Bug #25202 Error in "make install" for 5.1-new-rpl tree
Submitted: 20 Dec 2006 8:43 Modified: 28 Dec 2006 18:29
Reporter: Rafal Somla Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Installing Severity:S3 (Non-critical)
Version:5.1-new-rpl OS:Linux (Linux)
Assigned to: Magnus BlÄudd CPU Architecture:Any

[20 Dec 2006 8:43] Rafal Somla
Description:
When doing "make install" on a freshly compiled 5.1-new-rpl tree, make stops on the following error:

/usr/bin/install -c -m 644 ./std_data/*.MY* /std_data
/usr/bin/install: installing multiple files, but last argument, `/std_data' is not a directory
Try `/usr/bin/install --help' for more information.
make[4]: *** [install-data-local] Error 1
make[4]: Leaving directory `/ext/mysql/bkroot/mysql-5.1-new-rpl/mysql-test'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/ext/mysql/bkroot/mysql-5.1-new-rpl/mysql-test'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/ext/mysql/bkroot/mysql-5.1-new-rpl/mysql-test'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/ext/mysql/bkroot/mysql-5.1-new-rpl'
make: *** [install] Error 2

Apparently a prefix path for /std_data is missing: something wrong with automake input files?

I've checked that this issue does not occur in the main 5.1 tree.

How to repeat:
Fetch mysql-5.1-new-rpl tree, build it and do "make install".
[21 Dec 2006 11:15] Sveta Smirnova
Thank you for the report.

Verified as described.
[21 Dec 2006 12:06] Sveta Smirnova
5.1-rpl tree is affected too