Advertisement
Guest User

Untitled

a guest
Feb 19th, 2011
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. make[3]: Entering directory `/r/slug/slugos/tmp/work/armv5te-oe-linux-gnueabi/squid-3.1.9-r10.0/squid-3.1.9/helpers/external_acl/session'
  2. arm-oe-linux-gnueabi-gcc -march=armv5te -mtune=xscale -mthumb-interwork -mthumb -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I. -isystem/r/slug/slugos/tmp/sysroots/armv5te-oe-linux-gnueabi/usr/include -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Werror -D_REENTRANT -isystem/r/slug/slugos/tmp/sysroots/armv5te-oe-linux-gnueabi/usr/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -MT squid_session.o -MD -MP -MF .deps/squid_session.Tpo -c -o squid_session.o squid_session.c
  3. cc1: warnings being treated as errors
  4. squid_session.c: In function 'init_db':
  5. squid_session.c:61:5: error: implicit declaration of function 'dbopen'
  6. squid_session.c:61:8: error: assignment makes pointer from integer without a cast
  7. squid_session.c: In function 'shutdown_db':
  8. squid_session.c:70:5: error: too few arguments to function 'db->close'
  9. squid_session.c: In function 'session_active':
  10. squid_session.c:80:5: error: passing argument 2 of 'db->get' from incompatible pointer type
  11. squid_session.c:80:5: note: expected 'struct DB_TXN *' but argument is of type 'struct DBT *'
  12. squid_session.c:80:5: error: too few arguments to function 'db->get'
  13. squid_session.c:84:13: error: passing argument 2 of 'db->del' from incompatible pointer type
  14. squid_session.c:84:13: note: expected 'struct DB_TXN *' but argument is of type 'struct DBT *'
  15. squid_session.c:84:13: error: too few arguments to function 'db->del'
  16. squid_session.c: In function 'session_login':
  17. squid_session.c:102:5: error: passing argument 2 of 'db->put' from incompatible pointer type
  18. squid_session.c:102:5: note: expected 'struct DB_TXN *' but argument is of type 'struct DBT *'
  19. squid_session.c:102:5: error: too few arguments to function 'db->put'
  20. squid_session.c: In function 'session_logout':
  21. squid_session.c:110:5: error: passing argument 2 of 'db->del' from incompatible pointer type
  22. squid_session.c:110:5: note: expected 'struct DB_TXN *' but argument is of type 'struct DBT *'
  23. squid_session.c:110:5: error: too few arguments to function 'db->del'
  24. make[3]: *** [squid_session.o] Error 1
  25. make[3]: Leaving directory `/r/slug/slugos/tmp/work/armv5te-oe-linux-gnueabi/squid-3.1.9-r10.0/squid-3.1.9/helpers/external_acl/session'
  26. make[2]: *** [all-recursive] Error 1
  27. make[2]: Leaving directory `/r/slug/slugos/tmp/work/armv5te-oe-linux-gnueabi/squid-3.1.9-r10.0/squid-3.1.9/helpers/external_acl'
  28. make[1]: *** [all-recursive] Error 1
  29. make[1]: Leaving directory `/r/slug/slugos/tmp/work/armv5te-oe-linux-gnueabi/squid-3.1.9-r10.0/squid-3.1.9/helpers'
  30. make: *** [all-recursive] Error 1
  31. FATAL: oe_runmake failed
  32. ERROR: Function do_compile failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement