Bug #52026 make_binary_distribution is broken recently
Submitted: 13 Mar 2010 8:21 Modified: 16 Mar 2010 0:47
Reporter: Shane Bester (Platinum Quality Contributor) Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.1.46-bzr, mysql-next-mr-bugfixing OS:Linux
Assigned to: CPU Architecture:Any
Tags: regression

[13 Mar 2010 8:21] Shane Bester
Description:
I used to create a .tar.gz package like this:

./BUILD/compile-pentium-debug-max-no-ndb
./scripts/make_binary_distribution

But now make_binary_distribution breaks like this:

/usr/bin/install: cannot stat `/ukrainian/errmsg.sys': No such file or directory
gmake[4]: *** [install-data-local] Error 1
gmake[4]: Leaving directory `/home/sbester/build/bzr/mysql-next-mr-bugfixing/sql/share'
gmake[3]: *** [install-am] Error 2

This broke recently, in last month or so.

How to repeat:
./BUILD/compile-pentium-debug-max-no-ndb
./scripts/make_binary_distribution
[13 Mar 2010 13:05] Valeriy Kravchuk
Thank you for the bug report. Verified just as described, also with recent 5.1.46 from bzr.
[16 Mar 2010 0:47] Omer Barnir
Duplicate of bug#51740