Guest User

wyrd makepkg -s output

a guest
May 3rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. [ben@arch-X220 wyrd]$ makepkg -s
  2. ==> Making package: wyrd 1.4.6-3 (Thu May 3 20:37:24 CEST 2018)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Found wyrd-1.4.6.tar.gz
  7. ==> Validating source files with md5sums...
  8. wyrd-1.4.6.tar.gz ... Passed
  9. ==> Extracting sources...
  10. -> Extracting wyrd-1.4.6.tar.gz with bsdtar
  11. ==> Removing existing $pkgdir/ directory...
  12. ==> Starting build()...
  13. checking for ocamlc... ocamlc
  14. ocaml version is 4.06.0
  15. ocaml library path is /usr/lib/ocaml
  16. checking for ocamlopt... ocamlopt
  17. checking ocamlopt version... ok
  18. checking for ocamlc.opt... ocamlc.opt
  19. checking ocamlc.opt version... ok
  20. checking for ocamlopt.opt... ocamlopt.opt
  21. checking ocamlc.opt version... ok
  22. checking for ocamldep... ocamldep
  23. checking for ocamllex... ocamllex
  24. checking for ocamllex.opt... ocamllex.opt
  25. checking for ocamlyacc... ocamlyacc
  26. checking platform... not Win32
  27. checking for gcc... gcc
  28. checking whether the C compiler works... yes
  29. checking for C compiler default output file name... a.out
  30. checking for suffix of executables...
  31. checking whether we are cross compiling... no
  32. checking for suffix of object files... o
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether gcc accepts -g... yes
  35. checking for gcc option to accept ISO C89... none needed
  36. checking for remind... /usr/local/bin/remind
  37. checking remind version... 03.01.15
  38. checking for a BSD-compatible install... /usr/bin/install -c
  39. configure: creating ./config.status
  40. config.status: creating Makefile
  41. config.status: creating install.ml
  42. === configuring in curses (/home/ben/builds/wyrd/src/wyrd-1.4.6/curses)
  43. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--sysconfdir=/etc' '--enable-utf8' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' '--enable-widec' --cache-file=/dev/null --srcdir=.
  44. checking for gcc... gcc
  45. checking whether the C compiler works... yes
  46. checking for C compiler default output file name... a.out
  47. checking for suffix of executables...
  48. checking whether we are cross compiling... no
  49. checking for suffix of object files... o
  50. checking whether we are using the GNU C compiler... yes
  51. checking whether gcc accepts -g... yes
  52. checking for gcc option to accept ISO C89... none needed
  53. checking whether gcc and cc understand -c and -o together... yes
  54. checking for ranlib... ranlib
  55. checking how to run the C preprocessor... gcc -E
  56. checking for grep that handles long lines and -e... /usr/bin/grep
  57. checking for egrep... /usr/bin/grep -E
  58. checking for ANSI C header files... yes
  59. checking for sys/types.h... yes
  60. checking for sys/stat.h... yes
  61. checking for stdlib.h... yes
  62. checking for string.h... yes
  63. checking for memory.h... yes
  64. checking for strings.h... yes
  65. checking for inttypes.h... yes
  66. checking for stdint.h... yes
  67. checking for unistd.h... yes
  68. checking termios.h usability... yes
  69. checking termios.h presence... yes
  70. checking for termios.h... yes
  71. checking sys/ioctl.h usability... yes
  72. checking sys/ioctl.h presence... yes
  73. checking for sys/ioctl.h... yes
  74. checking windows.h usability... no
  75. checking windows.h presence... no
  76. checking for windows.h... no
  77. checking for working ncurses library... found in -lncurses
  78. checking for term.h... configure: error: not found
  79. configure: error: ./configure failed for curses
  80. ==> ERROR: A failure occurred in build().
  81. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment