[MDEV-8400] Build on AIX w/IBMs C compiler xtradb c++ build issues Created: 2015-06-30 Updated: 2015-07-22 Resolved: 2015-07-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - XtraDB |
| Affects Version/s: | 10.0.17-galera |
| Fix Version/s: | 10.0.20 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Pete Lancashire | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OS AIX 7100-03-05-1524 |
||
| Attachments: |
|
| Description |
|
|
| Comments |
| Comment by Jan Lindström (Inactive) [ 2015-07-21 ] |
|
Does this happen also with more recent version of MariaDB e.g. 10.0.20 ? |
| Comment by Pete Lancashire [ 2015-07-21 ] |
|
This one seems to fixed, xtradb now fails at [ 43%] Building CXX object storage/xtradb/CMakeFiles/xtradb.dir/log/log0log.cc.o I'll open a new ticket |
| Comment by Jan Lindström (Inactive) [ 2015-07-21 ] |
|
In /home/buildsw/packages/MARIADB/mariadb-10.0.20/storage/xtradb/log/log0log.cc", line 259.53: 1540-0216 (S) An expression of type "char " cannot be converted to type "unsigned char *"., problem is that on that line I see byte tmp_buf = static_cast<byte *>(alloca(OS_FILE_LOG_BLOCK_SIZE)); that looks correct. Can you provide me what is at the line where you get the error and all other errors. |
| Comment by Jan Lindström (Inactive) [ 2015-07-22 ] |
|
Original issue already fixed and new MDEV opened for new one. |