Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make
- make all-recursive
- make[1]: Entering directory `/root/pdns-3.0.1'
- Making all in modules
- make[2]: Entering directory `/root/pdns-3.0.1/modules'
- Making all in mongodbbackend
- make[3]: Entering directory `/root/pdns-3.0.1/modules/mongodbbackend'
- /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/opt/mongo/include/mongo/ -pthread -D_GNU_SOURCE -Wall -O2 -MT mongodbbackend.lo -MD -MP -MF .deps/mongodbbackend.Tpo -c -o mongodbbackend.lo mongodbbackend.cc
- libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/opt/mongo/include/mongo/ -pthread -D_GNU_SOURCE -Wall -O2 -MT mongodbbackend.lo -MD -MP -MF .deps/mongodbbackend.Tpo -c mongodbbackend.cc -fPIC -DPIC -o .libs/mongodbbackend.o
- In file included from /opt/mongo/include/mongo/client/../util/net/../../db/jsobj.h:33,
- from /opt/mongo/include/mongo/client/../util/net/../../db/cmdline.h:20,
- from /opt/mongo/include/mongo/client/../util/net/sock.h:25,
- from /opt/mongo/include/mongo/client/../util/net/message.h:20,
- from /opt/mongo/include/mongo/client/dbclient.h:24,
- from mongodbbackend.hh:10,
- from mongodbbackend.cc:18:
- /opt/mongo/include/mongo/client/../util/net/../../db/../util/optime.h: In member function ‘long long unsigned int mongo::OpTime::asDate() const’:
- /opt/mongo/include/mongo/client/../util/net/../../db/../util/optime.h:100: warning: dereferencing type-punned pointer will break strict-aliasing rules
- /opt/mongo/include/mongo/client/../util/net/../../db/../util/optime.h: In member function ‘long long int mongo::OpTime::asLL() const’:
- /opt/mongo/include/mongo/client/../util/net/../../db/../util/optime.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules
- In file included from /opt/mongo/include/mongo/client/../util/net/../../db/jsobj.h:41,
- from /opt/mongo/include/mongo/client/../util/net/../../db/cmdline.h:20,
- from /opt/mongo/include/mongo/client/../util/net/sock.h:25,
- from /opt/mongo/include/mongo/client/../util/net/message.h:20,
- from /opt/mongo/include/mongo/client/dbclient.h:24,
- from mongodbbackend.hh:10,
- from mongodbbackend.cc:18:
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h: At global scope:
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h:800: error: expected ‘,’ or ‘...’ before ‘&’ token
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h: In function ‘mongo::BSONObjBuilder& mongo::_appendIt(mongo::BSONObjBuilder&, const mongo::StringData&, const mongo::theL (*)())’:
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h:803: error: expected nested-name-specifier before ‘theL’
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h:803: error: expected ‘(’ before ‘theL’
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h:803: error: expected ‘;’ before ‘theL’
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h:803: error: ‘i’ was not declared in this scope
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h:803: error: ‘vals’ was not declared in this scope
- In file included from /opt/mongo/include/mongo/client/../util/net/../../db/jsobj.h:43,
- from /opt/mongo/include/mongo/client/../util/net/../../db/cmdline.h:20,
- from /opt/mongo/include/mongo/client/../util/net/sock.h:25,
- from /opt/mongo/include/mongo/client/../util/net/message.h:20,
- from /opt/mongo/include/mongo/client/dbclient.h:24,
- from mongodbbackend.hh:10,
- from mongodbbackend.cc:18:
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bson-inl.h: In function ‘int mongo::compareElementValues(const mongo::BSONElement&, const mongo::BSONElement&)’:
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bson-inl.h:69: warning: declaration of ‘long long int mongo::theL()’ has ‘extern’ and is initialized
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bson-inl.h:69: error: invalid pure specifier (only ‘= 0’ is allowed) before ‘.’ token
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bson-inl.h:69: error: function ‘long long int mongo::theL()’ is initialized like a variable
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bson-inl.h:78: warning: declaration of ‘int mongo::theL()’ has ‘extern’ and is initialized
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bson-inl.h:78: error: invalid pure specifier (only ‘= 0’ is allowed) before ‘.’ token
- /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bson-inl.h:78: error: function ‘int mongo::theL()’ is initialized like a variable
- In file included from /opt/mongo/include/mongo/client/dbclient.h:24,
- from mongodbbackend.hh:10,
- from mongodbbackend.cc:18:
- /opt/mongo/include/mongo/client/../util/net/message.h: In member function ‘int& mongo::MsgData::dataAsInt()’:
- /opt/mongo/include/mongo/client/../util/net/message.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules
- make[3]: *** [mongodbbackend.lo] Error 1
- make[3]: Leaving directory `/root/pdns-3.0.1/modules/mongodbbackend'
- make[2]: *** [all-recursive] Error 1
- make[2]: Leaving directory `/root/pdns-3.0.1/modules'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/root/pdns-3.0.1'
- make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement