Bug #10776 | Failure to compile ndb ReadNodesConf.cpp on AIX 5.2 | ||
---|---|---|---|
Submitted: | 20 May 2005 19:54 | Modified: | 20 Aug 2007 9:57 |
Reporter: | Kent Boortz | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | 4.1.16, 5.0.6-pre, 5.0 BK | OS: | IBM AIX (AIX 5.2) |
Assigned to: | Tatiana Azundris Nuernberg | CPU Architecture: | Any |
[20 May 2005 19:54]
Kent Boortz
[8 Nov 2005 15:02]
Alan Burlison
This bug also exists with 5.0.15 on Solaris
[8 Nov 2005 15:03]
Alan Burlison
Rats - please ignore - I mean to add the above comment to #13571
[10 Mar 2006 14:24]
Kent Boortz
The same build settings was used in 4.1, and users report large file support is broken in 4.1.16. So this should be handled with higher priority.
[14 Mar 2006 8:53]
Kent Boortz
Problem is gone in 5.0.19
[14 Mar 2006 9:00]
Kent Boortz
More correct, the 5.0.19 source shows no problem with detecting large file support without the work around (that in fact didn't work, at least not for 4.1). For 5.0.20 and 4.1.19 AIX the MySQL binaries will be compiled with large file support again.
[14 Mar 2006 18:07]
Paul DuBois
Noted in 4.1.19, 5.0.20 changelogs. Large file support did not work in AIX server binaries. (Bug #10776)
[27 Jun 2007 19:03]
Sveta Smirnova
Bug reoccured in current version. So I changed status of the report to "Verified". See also bug #29298
[30 Jul 2007 7:15]
Tatiana Azundris Nuernberg
incantations used: mysql 5.0, AIX 5.2, IBM compiler suite, with cluster (no docs: no doxygen) time gmake clean && time autoreconf; CC=xlc_r CFLAGS="-ma -O2 -qstrict -qoptimize=2 -qmaxmem=8192" CXX=xlC_r CXXFLAGS="-ma -O2 -qstrict -qoptimize=2 -qmaxmem=8192" LDFLAGS=-Wl,-brtl time ./configure --without-ndb-docs --with-ndb-test --with-ndbcluster --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --libexecdir=/usr/local/mysql/bin --with-server-suffix="" --enable-thread-safe-client --enable-local-infile --with-named-z-libs=no --with-pic --with-client-ldflags="-static" --with-mysqld-ldflags="-static" --with-zlib-dir=bundled --with-big-tables --with-readline --with-embedded-server --with-archive-storage-engine --with-blackhole-storage-engine --with-csv-storage-engine --with-example-storage-engine --with-federated-storage-engine --with-partition --with-innodb --with-extra-charsets=complex && time gmake (44 minutes) mysql 5.0, AIX 5.2, GNU compiler collection, with cluster (no docs: no doxygen) time gmake clean && time autoreconf; CC="gcc -pipe -mcpu=power -Wa,-many" CXX="gcc -pipe -mcpu=power -Wa,-many" CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti" time ./configure --without-ndb-docs --with-ndb-test --with-ndbcluster --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --libexecdir=/usr/local/mysql/bin --with-server-suffix="" --enable-thread-safe-client --enable-local-infile --with-named-z-libs=no --with-pic --with-client-ldflags="-static" --with-mysqld-ldflags="-static" --with-zlib-dir=bundled --with-big-tables --with-readline --with-embedded-server --with-archive-storage-engine --with-blackhole-storage-engine --with-csv-storage-engine --with-example-storage-engine --with-federated-storage-engine --with-partition --with-innodb --with-extra-charsets=complex && time gmake (56 minutes)
[1 Aug 2007 2:42]
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/commits/31930 ChangeSet@1.2504, 2007-08-01 04:45:02+02:00, tnurnberg@sin.intern.azundris.com +16 -0 Bug #10776: Failure to compile ndb ReadNodesConf.cpp on AIX 5.2 mysqld hasn't been built on AIX with ndb-everything in quite a while. this allowed a variety of changes to be added that broke the AIX build for both the GNU and IBM compilers (but the IBM suite in particular). Changeset lets build to complete on AIX 5.2 for users of the GNU and the IBM suite both. Tudo bem?
[1 Aug 2007 7:21]
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/commits/31936 ChangeSet@1.2578, 2007-08-01 09:24:01+02:00, tnurnberg@sin.intern.azundris.com +7 -0 Bug #10776: Failure to compile ndb ReadNodesConf.cpp on AIX 5.2 5.1 specific fixes so cluster will build on AIX (with IBM compiler)
[1 Aug 2007 18:59]
Timothy Smith
Queued to 5.1-maint
[1 Aug 2007 18:59]
Timothy Smith
Queued to 5.1-maint
[2 Aug 2007 19:14]
Bugs System
Pushed into 5.1.21-beta
[2 Aug 2007 19:16]
Bugs System
Pushed into 5.0.48
[2 Aug 2007 20:21]
Paul DuBois
No changelog entry needed.
[20 Aug 2007 5:10]
Stewart Smith
I disagree with no changelog entry. Anyone trying NDB with AIX will hit this and they should be able to realistically find out when this was fixed.
[20 Aug 2007 9:57]
Jon Stephens
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 bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html Documented fix in 5.0.48 and 5.1.21 changelogs.