Bug #40297 falcon checks for compatibility with wrong cpu architecture
Submitted: 24 Oct 2008 9:26 Modified: 26 Nov 2008 11:24
Reporter: Daniel Fischer Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Compiling Severity:S2 (Serious)
Version:6.0 OS:MacOS
Assigned to: CPU Architecture:Any

[24 Oct 2008 9:26] Daniel Fischer
Description:
Falcon checks the wrong cpu architecture for support.

From config.log:
[..]
configure:2497: checking target system type
configure:2512: result: powerpc-apple-darwin
[..]
configure:47577: checking if Falcon Storage Engine is supported on i386
configure:47669: result: yes
[..]

How to repeat:
Build 6.0 --with-falcon on any Mac OS X on x86 or x86_64.

Suggested fix:
Use $target_cpu instead of $MACHINE_TYPE.
[24 Oct 2008 9:27] Daniel Fischer
Correction:

Forgot to mention that you need to build for PPC on x86/x86_64 with -arch ppc.

This is a common situation because PPC Macs were taken off the market two years ago.
[26 Oct 2008 11:24] Sveta Smirnova
Thank you for the report.

Please indicate host I can try it and how you run configure.
[27 Nov 2008 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".