daily pastebin goal
51%
SHARE
TWEET

Untitled

a guest Mar 22nd, 2015 306 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. In file included from /home/jiltanen/php5-5.5.9+dfsg/ext/date/php_date.c:21:0:
  2. /home/jiltanen/php5-5.5.9+dfsg/main/php.h:309:13: note: declared here
  3.  PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
  4.              ^
  5. /home/jiltanen/php5-5.5.9+dfsg/ext/date/php_date.c: In function ‘zim_DateTimeZone___wakeup’:
  6. /home/jiltanen/php5-5.5.9+dfsg/ext/date/php_date.c:3775:3: warning: passing argument 2 of ‘php_erro                                                                                             r_docref0’ makes pointer from integer without a cast [enabled by default]
  7.    php_error_docref(NULL, E_ERROR, "Timezone initialization failed");
  8.    ^
  9. In file included from /home/jiltanen/php5-5.5.9+dfsg/ext/date/php_date.c:21:0:
  10. /home/jiltanen/php5-5.5.9+dfsg/main/php.h:309:13: note: expected ‘void ***’ but argument is of type                                                                                              ‘int’
  11.  PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
  12.              ^
  13. /home/jiltanen/php5-5.5.9+dfsg/ext/date/php_date.c:3775:3: warning: passing argument 3 of ‘php_erro                                                                                             r_docref0’ makes integer from pointer without a cast [enabled by default]
  14.    php_error_docref(NULL, E_ERROR, "Timezone initialization failed");
  15.    ^
  16. In file included from /home/jiltanen/php5-5.5.9+dfsg/ext/date/php_date.c:21:0:
  17. /home/jiltanen/php5-5.5.9+dfsg/main/php.h:309:13: note: expected ‘int’ but argument is of type ‘cha                                                                                             r *’
  18.  PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
  19.              ^
  20. /home/jiltanen/php5-5.5.9+dfsg/ext/date/php_date.c:3775:3: error: too few arguments to function ‘ph                                                                                             p_error_docref0’
  21.    php_error_docref(NULL, E_ERROR, "Timezone initialization failed");
  22.    ^
  23. In file included from /home/jiltanen/php5-5.5.9+dfsg/ext/date/php_date.c:21:0:
  24. /home/jiltanen/php5-5.5.9+dfsg/main/php.h:309:13: note: declared here
  25.  PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
  26.              ^
  27. make[1]: *** [ext/date/php_date.lo] Error 1
  28. make[1]: Leaving directory `/home/jiltanen/php5-5.5.9+dfsg/apache2-build'
  29. make: *** [build-apache2-stamp] Error 2
  30. dpkg-buildpackage: error: debian/rules build gave error exit status 2
  31. debuild: fatal error at line 1364:
  32. dpkg-buildpackage -rfakeroot -D -us -uc failed
RAW Paste Data
Top