Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
10.0.20
-
None
-
AIX 7.1, xlc 12 any optimization level
Description
CFLAGS='-O2 -qstrict -qmaxmem=-1 -qarch=pwr7 -qtune=pwr7 -qcache=auto -I/usr/local/include -I/opt/freeware/include'
|
CXXFLAGS='-O2 -qstrict -qmaxmem=-1 -qarch=pwr7 -qtune=pwr7 -qcache=auto -I/usr/local/include -I/opt/freeware/include'
|
CC=xlc_r
|
CXX=xlc++_r
|
"/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 *".
|
storage/xtradb/CMakeFiles/xtradb.dir/build.make:1262: recipe for target 'storage/xtradb/CMakeFiles/xtradb.dir/log/log0log.cc.o' failed
|
make[2]: *** [storage/xtradb/CMakeFiles/xtradb.dir/log/log0log.cc.o] Error 1
|
|
Attachments
Issue Links
- duplicates
-
MDEV-8721 AIX: Compile error xtradb:log0log.cc
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
CFLAGS='-O2 -qstrict -qmaxmem=-1 -qarch=pwr7 -qtune=pwr7 -qcache=auto -I/usr/local/include -I/opt/freeware/include' CXXFLAGS='-O2 -qstrict -qmaxmem=-1 -qarch=pwr7 -qtune=pwr7 -qcache=auto -I/usr/local/include -I/opt/freeware/include' CC=xlc_r CXX=xlc++_r "/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 *". storage/xtradb/CMakeFiles/xtradb.dir/build.make:1262: recipe for target 'storage/xtradb/CMakeFiles/xtradb.dir/log/log0log.cc.o' failed make[2]: *** [storage/xtradb/CMakeFiles/xtradb.dir/log/log0log.cc.o] Error 1 |
{noformat} CFLAGS='-O2 -qstrict -qmaxmem=-1 -qarch=pwr7 -qtune=pwr7 -qcache=auto -I/usr/local/include -I/opt/freeware/include' CXXFLAGS='-O2 -qstrict -qmaxmem=-1 -qarch=pwr7 -qtune=pwr7 -qcache=auto -I/usr/local/include -I/opt/freeware/include' CC=xlc_r CXX=xlc++_r {noformat} {noformat} "/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 *". storage/xtradb/CMakeFiles/xtradb.dir/build.make:1262: recipe for target 'storage/xtradb/CMakeFiles/xtradb.dir/log/log0log.cc.o' failed make[2]: *** [storage/xtradb/CMakeFiles/xtradb.dir/log/log0log.cc.o] Error 1 {noformat} |
Fix Version/s | 10.0 [ 16000 ] | |
Assignee | Jan Lindström [ jplindst ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Fix Version/s | 10.0.23 [ 20401 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 70736 ] | MariaDB v4 [ 149405 ] |
Hi,
Please provide the patch that fixes this, and we'll apply it, or wait till we get a builder (if ever), at the moment we do not have AIX machine.
R: Jan