Bug #12733 BUILD/autorun.sh missing from source release tarball
Submitted: 22 Aug 2005 19:58 Modified: 22 Aug 2005 21:05
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.0.11 OS:unix
Assigned to: Kent Boortz CPU Architecture:Any

[22 Aug 2005 19:58] Hartmut Holzgraefe
Description:
once again a file has been added to the BUILD directory but not to the
EXTRA_DIST list in its Makefile.am :(

How to repeat:
mysql-5.0.11-beta > BUILD/compile-pentium
testing pentium4 ... ok
+++ gmake -k distclean
gmake: *** No rule to make target `distclean'.
+++ true
+++ /bin/rm -rf '*/.deps/*.P' config.cache innobase/config.cache bdb/build_unix/config.cache bdb/dist/autom4te.cache autom4te.cache innobase/autom4te.cache
+++ path=BUILD
+++ . BUILD/autorun.sh
BUILD/FINISH.sh: line 45: BUILD/autorun.sh: No such file or directory

Suggested fix:
add autorun.sh to the EXTRA_DIST file list in BUILD/Makefile.am
[22 Aug 2005 20:14] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/28655
[22 Aug 2005 20:18] MySQL Verification Team
<cut>
utom4te.cache
+++ path=BUILD
+++ . BUILD/autorun.sh
BUILD/FINISH.sh: line 45: BUILD/autorun.sh: No such file or directory
miguel@hegel:~/mysql-5.0.11-beta>
[22 Aug 2005 21:05] Hartmut Holzgraefe
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html