Guest User

Untitled

a guest
May 25th, 2018
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. [Users/alex] > install php5 +apache2 +mysql5 +pear +fastcgi
  2. ---> Building mysql5 with target all
  3. Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mysql5/work/mysql-5.0.67" && make all " returned error 2
  4. Command output: Making all in Docs
  5. make[2]: Nothing to be done for `all'.
  6. Making all in cmd-line-utils
  7. Making all in libedit
  8. sh ./makelist -h ./vi.c > vi.h.tmp && \
  9. mv vi.h.tmp vi.h
  10. ./makelist: line 81:
  11. BEGIN {
  12. printf("/* Automatically generated file, do not edit */\n");
  13. printf("#ifndef %s\n#define %s\n", "_h_vi_c", "_h_vi_c");
  14. }
  15. /\(\):/ {
  16. pr = substr($2, 1, 2);
  17. if (pr == "vi" || pr == "em" || pr == "ed") {
  18. name = substr($2, 1, index($2,"(") - 1);
  19. #
  20. # XXX: need a space between name and prototype so that -fc and -fh
  21. # parsing is much easier
  22. #
  23. printf("protected el_action_t\t%s (EditLine *, int);\n", name);
  24. }
  25. }
  26. END {
  27. printf("#endif /* %s */\n", "_h_vi_c");
  28. }: No such file or directory
  29. cat: stdout: Broken pipe
  30. make[3]: *** [vi.h] Error 127
  31. make[2]: *** [all-recursive] Error 1
  32. make[1]: *** [all-recursive] Error 1
  33. make: *** [all] Error 2
  34.  
  35. Error: The following dependencies failed to build: apache2 apr-util mysql5 sqlite3 readline ncurses ncursesw pcre bzip2 curl pkgconfig freetype gd2 autoconf help2man gettext p5-locale-gettext perl5.8 m4 automake fontconfig jpeg libpng libtool libmcrypt libxml2 libxslt mhash tiff
  36. Error: Status 1 encountered during processing.
Add Comment
Please, Sign In to add comment