Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. make
  2. make all-recursive
  3. make[1]: Entering directory `/root/pdns-3.0.1'
  4. Making all in modules
  5. make[2]: Entering directory `/root/pdns-3.0.1/modules'
  6. Making all in mongodbbackend
  7. make[3]: Entering directory `/root/pdns-3.0.1/modules/mongodbbackend'
  8. /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
  9. 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
  10. In file included from /opt/mongo/include/mongo/client/../util/net/../../db/jsobj.h:33,
  11. from /opt/mongo/include/mongo/client/../util/net/../../db/cmdline.h:20,
  12. from /opt/mongo/include/mongo/client/../util/net/sock.h:25,
  13. from /opt/mongo/include/mongo/client/../util/net/message.h:20,
  14. from /opt/mongo/include/mongo/client/dbclient.h:24,
  15. from mongodbbackend.hh:10,
  16. from mongodbbackend.cc:18:
  17. /opt/mongo/include/mongo/client/../util/net/../../db/../util/optime.h: In member function ‘long long unsigned int mongo::OpTime::asDate() const’:
  18. /opt/mongo/include/mongo/client/../util/net/../../db/../util/optime.h:100: warning: dereferencing type-punned pointer will break strict-aliasing rules
  19. /opt/mongo/include/mongo/client/../util/net/../../db/../util/optime.h: In member function ‘long long int mongo::OpTime::asLL() const’:
  20. /opt/mongo/include/mongo/client/../util/net/../../db/../util/optime.h:103: warning: dereferencing type-punned pointer will break strict-aliasing rules
  21. In file included from /opt/mongo/include/mongo/client/../util/net/../../db/jsobj.h:41,
  22. from /opt/mongo/include/mongo/client/../util/net/../../db/cmdline.h:20,
  23. from /opt/mongo/include/mongo/client/../util/net/sock.h:25,
  24. from /opt/mongo/include/mongo/client/../util/net/message.h:20,
  25. from /opt/mongo/include/mongo/client/dbclient.h:24,
  26. from mongodbbackend.hh:10,
  27. from mongodbbackend.cc:18:
  28. /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h: At global scope:
  29. /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h:800: error: expected ‘,’ or ‘...’ before ‘&’ token
  30. /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 (*)())’:
  31. /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h:803: error: expected nested-name-specifier before ‘theL’
  32. /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h:803: error: expected ‘(’ before ‘theL’
  33. /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h:803: error: expected ‘;’ before ‘theL’
  34. /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h:803: error: ‘i’ was not declared in this scope
  35. /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bsonobjbuilder.h:803: error: ‘vals’ was not declared in this scope
  36. In file included from /opt/mongo/include/mongo/client/../util/net/../../db/jsobj.h:43,
  37. from /opt/mongo/include/mongo/client/../util/net/../../db/cmdline.h:20,
  38. from /opt/mongo/include/mongo/client/../util/net/sock.h:25,
  39. from /opt/mongo/include/mongo/client/../util/net/message.h:20,
  40. from /opt/mongo/include/mongo/client/dbclient.h:24,
  41. from mongodbbackend.hh:10,
  42. from mongodbbackend.cc:18:
  43. /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bson-inl.h: In function ‘int mongo::compareElementValues(const mongo::BSONElement&, const mongo::BSONElement&)’:
  44. /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
  45. /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bson-inl.h:69: error: invalid pure specifier (only ‘= 0’ is allowed) before ‘.’ token
  46. /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
  47. /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bson-inl.h:78: warning: declaration of ‘int mongo::theL()’ has ‘extern’ and is initialized
  48. /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bson-inl.h:78: error: invalid pure specifier (only ‘= 0’ is allowed) before ‘.’ token
  49. /opt/mongo/include/mongo/client/../util/net/../../db/../bson/bson-inl.h:78: error: function ‘int mongo::theL()’ is initialized like a variable
  50. In file included from /opt/mongo/include/mongo/client/dbclient.h:24,
  51. from mongodbbackend.hh:10,
  52. from mongodbbackend.cc:18:
  53. /opt/mongo/include/mongo/client/../util/net/message.h: In member function ‘int& mongo::MsgData::dataAsInt()’:
  54. /opt/mongo/include/mongo/client/../util/net/message.h:127: warning: dereferencing type-punned pointer will break strict-aliasing rules
  55. make[3]: *** [mongodbbackend.lo] Error 1
  56. make[3]: Leaving directory `/root/pdns-3.0.1/modules/mongodbbackend'
  57. make[2]: *** [all-recursive] Error 1
  58. make[2]: Leaving directory `/root/pdns-3.0.1/modules'
  59. make[1]: *** [all-recursive] Error 1
  60. make[1]: Leaving directory `/root/pdns-3.0.1'
  61. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement