[MDEV-4940] cmake on AIX fails for 5.5.32 (but works for 5.5.31) Created: 2013-08-23 Updated: 2013-10-29 Resolved: 2013-10-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.32 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Michael Felt | Assignee: | Sergei Golubchik |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
AIX 5.3 TL07 (5300-07-01-0748) - old to be more backwards compatible; |
||
| Description |
|
cannot run cmake because of error - does not do a successful compiler test from 5.5.31:
from 5.5.32:
It fails with the following output:
|
| Comments |
| Comment by Sergei Golubchik [ 2013-08-30 ] |
|
how do you invoke cmake? |
| Comment by Michael Felt [ 2013-08-31 ] |
|
in both cases, in the 'current' directory, and as root,
|
| Comment by Sergei Golubchik [ 2013-09-09 ] |
|
Sorry, we don't have AIX in our build farm and we don't support MariaDB on AIX. Hint: look at the CMakeFiles/CMakeTmp/ directory, there you'll find the sources of this test program and a makefile. You can try to compile it manually and see what fails. |
| Comment by Michael Felt [ 2013-09-09 ] |
|
bah tablets. in short, i would like to rely on mariadb because oracle has dropped support on AIX. I shall look into setting up a system as a build farm, if that helps. Just not this week. Vacation this week. |
| Comment by Michael Felt [ 2013-10-24 ] |
|
I am still here, but been side-tracked by work. |
| Comment by Michael Felt [ 2013-10-25 ] |
|
since cmake is "completing" with version 5.5.33 and 5.5.33a - whatever was not working for me is working now, so this can be closed. Either it never was an error - and I have stopped making a mistake, or it is fixed. note: I am using the following command sequence: gzip -dc mariadb-5.5.33a.tar.gz | tar xf - |