Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 5.5.44
-
Fix Version/s: N/A
-
Component/s: Compiling
-
Labels:None
-
Environment:AIX 7.1, IBM C/C++ Compiler 12.1, cmake version 3.3.0-rc2
CFLAGS='-O2 -qattr -qmaxmem=-1 -qarch=pwr7 -qtune=pwr7 -qcache=auto -I/usr/local/include'
CXXFLAGS='-O2 -qattr -qmaxmem=-1 -qarch=pwr7 -qtune=pwr7 -qcache=auto -I/usr/local/include'
LDFLAGS='-L/usr/local/lib64 -L/usr/local/lib -bmaxdata:0x80000000 -brtl'
make --version GNU Make 4.1 Built for powerpc-ibm-aix7.1.0.0
CC=xlc_r
CXX=xlc++_r
AIX 7.1, IBM C/C++ Compiler 12.1, cmake version 3.3.0-rc2 CFLAGS='-O2 -qattr -qmaxmem=-1 -qarch=pwr7 -qtune=pwr7 -qcache=auto -I/usr/local/include' CXXFLAGS='-O2 -qattr -qmaxmem=-1 -qarch=pwr7 -qtune=pwr7 -qcache=auto -I/usr/local/include' LDFLAGS='-L/usr/local/lib64 -L/usr/local/lib -bmaxdata:0x80000000 -brtl' make --version GNU Make 4.1 Built for powerpc-ibm-aix7.1.0.0 CC=xlc_r CXX=xlc++_r
-
Sprint:5.5.45
Description
while waiting for the bug on 10 will not let me continue I gave 5.5 a try
tar xf mariadb-5.5.44.tar.gz ; mv mariadb-5.5.44 mariadb-5.5.44_O2; cd mariadb-5.5.44_O2 cmake . | tee cmake.out ; make | make.out [ 61%] Building C object sql/CMakeFiles/sql.dir/__/sql-common/mysql_async.c.o "/home/buildsw/packages/mariadb-5.5.44_O2/sql-common/mysql_async.c", line 128.40: 1506-045 (S) Undeclared identifier MSG_DONTWAIT. "/home/buildsw/packages/mariadb-5.5.44_O2/sql-common/mysql_async.c", line 156.40: 1506-045 (S) Undeclared identifier MSG_DONTWAIT. make[2]:sql/CMakeFiles/s *** [sqql.dir/build.makl/CMakeFe:3577: recipe files/sqlor target 'sql/C.dir/__/MakeFiles/sql.disql-commr/__/sql-common/on/mysqlmysql_async.c.o'_async.c failed
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
In searching for MSG_DONTWAIT i found an older version had in mysql_async.c
putting this back in go me to
[ 84%] Linking CXX executable pfs-t, then things exploaded
and many many more