pandamasta

Untitled

Oct 23rd, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. root@rpi:/usr/ports/lang/php55 # uname -a
  2. FreeBSD rpi 10.0-CURRENT FreeBSD 10.0-CURRENT #84 r252209M: Thu Jun 27 09:09:14 EDT 2013 root@odyssey:/home/db/FreeBSD/obj/arm.armv6/home/db/svn/system/head/sys/RPI-B arm
  3.  
  4. ---------------------------------
  5.  
  6. root@rpi:/usr/ports/lang/php55 # make MAKE_JOBS_UNSAFE=yes BATCH=yes
  7. ===> Building for php55-5.5.5
  8. /bin/sh /usr/ports/lang/php55/work/php-5.5.5/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/ports/lang/php55/work/php-5.5.5/sapi/fpm -Isapi/fpm/ -I/usr/ports/lang/php55/work/php-5.5.5/sapi/fpm/ -DPHP_ATOM_INC -I/usr/ports/lang/php55/work/php-5.5.5/include -I/usr/ports/lang/php55/work/php-5.5.5/main -I/usr/ports/lang/php55/work/php-5.5.5 -I/usr/ports/lang/php55/work/php-5.5.5/ext/date/lib -I/usr/ports/lang/php55/work/php-5.5.5/ext/ereg/regex -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/ports/lang/php55/work/php-5.5.5/TSRM -I/usr/ports/lang/php55/work/php-5.5.5/Zend -O -pipe -fvisibility=hidden -c /usr/ports/lang/php55/work/php-5.5.5/sapi/fpm/fpm/fpm.c -o sapi/fpm/fpm/fpm.lo
  9. In file included from /usr/ports/lang/php55/work/php-5.5.5/sapi/fpm/fpm/fpm_scoreboard.h:15,
  10. from /usr/ports/lang/php55/work/php-5.5.5/sapi/fpm/fpm/fpm.c:21:
  11. /usr/ports/lang/php55/work/php-5.5.5/sapi/fpm/fpm/fpm_atomic.h:142:2: error: #error Unsupported processor. Please open a bug report (bugs.php.net).
  12. In file included from /usr/ports/lang/php55/work/php-5.5.5/sapi/fpm/fpm/fpm_scoreboard.h:15,
  13. from /usr/ports/lang/php55/work/php-5.5.5/sapi/fpm/fpm/fpm.c:21:
  14. /usr/ports/lang/php55/work/php-5.5.5/sapi/fpm/fpm/fpm_atomic.h:146: error: expected ')' before '*' token
  15. In file included from /usr/ports/lang/php55/work/php-5.5.5/sapi/fpm/fpm/fpm.c:21:
  16. /usr/ports/lang/php55/work/php-5.5.5/sapi/fpm/fpm/fpm_scoreboard.h:22: error: expected specifier-qualifier-list before 'atomic_t'
  17. /usr/ports/lang/php55/work/php-5.5.5/sapi/fpm/fpm/fpm_scoreboard.h:51: error: expected specifier-qualifier-list before 'atomic_t'
  18. *** [sapi/fpm/fpm/fpm.lo] Error code 1
  19.  
  20. Stop in /usr/ports/lang/php55/work/php-5.5.5.
  21. *** [do-build] Error code 1
  22.  
  23. Stop in /usr/ports/lang/php55.
  24.  
  25.  
  26. ------------------------------
  27.  
  28. root@rpi:/usr/ports/lang/php55 # cat /etc/make.conf
  29. #GCC compilation
  30. #CC=gcc
  31. #CXX=g++
  32. #CPP=cpp
  33.  
  34. #CLANG compilation
  35. CC=clang
  36. CXX=clang++
  37. CPP=clang-cpp
Advertisement
Add Comment
Please, Sign In to add comment