Bug #41237 Makefile: do_abi_check target uses diff -w parameter, not available on QNX
Submitted: 4 Dec 2008 18:38 Modified: 3 Jul 2009 14:48
Reporter: Dimitri Tarassenko Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Compiling Severity:S2 (Serious)
Version:5.1.30 OS:Other (QNX 6.2.1)
Assigned to: CPU Architecture:Any
Tags: QNX, regression

[4 Dec 2008 18:38] Dimitri Tarassenko
Description:
Makefile goal do_abi_check passes -w parameter to diff (ignore whitespace). -w is not available for diff under QNX 6.2.1.

Passing -b instead does not fix the problem since there are a couple of places where whitespace differences are in the line itself, not trailing/leading.

How to repeat:
On QNX 6.2.1, unpack tarball, run ./configure, then make

Suggested fix:
Clean out whitespace in compared file using sed statement that goes immediately before the call to diff.
[5 Dec 2008 7:01] Sveta Smirnova
Thank you for the report.

Verified as described.
[3 Jul 2009 14:48] Daniel Fischer
QNX is not supported.