Bug #10696 BUILD/compile-... not working with 4.1.12 source tarball
Submitted: 17 May 2005 22:01 Modified: 13 Jul 2005 18:27
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:4.1.12 OS:*nix
Assigned to: Paul DuBois CPU Architecture:Any

[17 May 2005 22:01] Hartmut Holzgraefe
Description:
The BUILD/compile-... scripts do not work in 4.1.12 source as they now rely on check-cpu which was not bundled with the source distribution

How to repeat:
run e.g. BUILD/compile-pentium in untared 4.1.12 source

Suggested fix:
make sure check-cpu is added to source package file list
[20 May 2005 17:21] Hartmut Holzgraefe
--- 1.5/BUILD/Makefile.am	2004-07-24 08:02:55 +02:00
+++ 1.6/BUILD/Makefile.am	2005-05-18 05:14:03 +02:00
@@ -19,6 +19,7 @@
 
 EXTRA_DIST =		FINISH.sh \
 			SETUP.sh \
+			check_cpu \
 			compile-alpha \
 			compile-alpha-ccc \
 			compile-alpha-cxx \
[3 Jun 2005 8:28] 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/25557
[3 Jun 2005 8:31] Hartmut Holzgraefe
sorry, the patch above was wrong, the actual script name is check-cpu, not check_cpu
[13 Jul 2005 18:27] Paul DuBois
No change note needed.