Description:
compiling 5.1 with gcc4.1 fails in storage/ndb/src/kernel/blocks/pgman.cpp with
pgman.cpp:313: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:343: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:388: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:406: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:441: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:486: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:536: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:571: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:804: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:839: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << clean_ptr’
pgman.cpp:846: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << clean_ptr’
pgman.cpp:889: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:932: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:968: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:988: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << req_ptr’
pgman.cpp:1064: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:1073: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:1187: error: no match for ‘operator<<’ in ‘ndbout << ptr’
pgman.cpp:1292: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:1307: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:1329: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:1374: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:1393: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:1519: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:1520: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << tmp’
pgman.cpp:1645: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << req_ptr’
pgman.cpp:1657: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:1676: error: no match for ‘operator<<’ in ‘((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)"PGMAN: ")) << ptr’
pgman.cpp:2027: error: no match for ‘operator<<’ in ‘((NdbOut*)((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)((char*)(& buf))))
)->NdbOut::operator<<(((const char*)" ")) << iter.DLHashTableImpl<ArrayPool<Pgman::Page_entry>, Pgman::Page_entry, Pgman::Page_entry>::Iterator::cu
rr’
pgman.cpp:2036: error: no match for ‘operator<<’ in ‘((NdbOut*)((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)((char*)(& buf))))
)->NdbOut::operator<<(((const char*)" ")) << ptr’
pgman.cpp:2044: error: no match for ‘operator<<’ in ‘((NdbOut*)((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)((char*)(& buf))))
)->NdbOut::operator<<(((const char*)" ")) << ptr’
pgman.cpp:2055: error: no match for ‘operator<<’ in ‘((NdbOut*)((Pgman*)this)->Pgman::debugOut. NdbOut::operator<<(((const char*)((char*)(& buf))))
)->NdbOut::operator<<(((const char*)" ")) << ptr’
How to repeat:
compile 5.1 with cluster ndbcluster using gcc 4.1.0