Bug #24296 make_binary_distribution add libtool wrappers to the binary distribution
Submitted: 14 Nov 2006 13:47 Modified: 4 Dec 2007 20:41
Reporter: Magnus Blåudd Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Kent Boortz CPU Architecture:Any

[14 Nov 2006 13:47] Magnus Blåudd
Description:
make_binary_distribution add libtool wrappers to "bin dist"

Also there are too many files that need to be edited for a new file to show up in all packages we build.

BK tree  ->  bk export  ->  BUILD/compile-dist, make dist  ->  "source.tar.gz"  ->  copy to platforms, configure, make  ->  "make_binary_distribution" (binary.tar.gz)  ->  untar, run tests.   So we need to fix both "Makefile.am" (for "make dist") and the "make_binary_distribution.sh" script.

It should be necessary just to get the Makefile.am right and the rest should be automatic(as much as possible).

There are also some special files for NetWare that should not need be there.

How to repeat:
BUILD/compile-pentium-debug
scripts/make_binary_distribution.sh

Unpack the tar on another computer and it will fail to run.
[4 Dec 2007 20:41] Paul DuBois
No changelog entry needed.