Advertisement
Guest User

problem installing screen

a guest
Jan 10th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 26.80 KB | None | 0 0
  1. ~ src[master●] ⚡./configure --prefix=/opt/Cellar/screen/3.6.0  --enable-colors256 --with-sys-screenrc=/opt/etc/screenrc
  2. this is screen version 4.1.0
  3. checking for gcc... gcc
  4. checking for C compiler default output file name... a.out
  5. checking whether the C compiler works... yes
  6. checking whether we are cross compiling... no
  7. checking for suffix of executables...
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether gcc accepts -g... yes
  11. checking for gcc option to accept ISO C89... none needed
  12. checking how to run the C preprocessor... gcc -E
  13. checking for grep that handles long lines and -e... /usr/bin/grep
  14. checking for egrep... /usr/bin/grep -E
  15. checking whether gcc needs -traditional... no
  16. checking for library containing strerror... none required
  17. checking for AIX... no
  18. checking for ANSI C header files... yes
  19. checking for sys/types.h... yes
  20. checking for sys/stat.h... yes
  21. checking for stdlib.h... yes
  22. checking for string.h... yes
  23. checking for memory.h... yes
  24. checking for strings.h... yes
  25. checking for inttypes.h... yes
  26. checking for stdint.h... yes
  27. checking for unistd.h... yes
  28. checking minix/config.h usability... no
  29. checking minix/config.h presence... no
  30. checking for minix/config.h... no
  31. checking whether it is safe to define __EXTENSIONS__... yes
  32. checking for gawk... no
  33. checking for mawk... no
  34. checking for nawk... no
  35. checking for awk... awk
  36. checking for a BSD-compatible install... /usr/bin/install -c
  37. configure: checking for buggy tools...
  38. - sh  is 'GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11)'.
  39. checking if a system-wide socket dir should be used... yes
  40. checking for the socket dir... (eff_uid ? "/tmp/uscreens" : "/tmp/screens")
  41. configure: checking for MIPS...
  42. configure: checking for Ultrix...
  43. configure: checking for butterfly...
  44. configure: checking for POSIX.1...
  45. - you have a POSIX system
  46. configure: checking for System V...
  47. configure: checking for sequent/ptx...
  48. configure: checking SVR4...
  49. checking stropts.h usability... no
  50. checking stropts.h presence... no
  51. checking for stropts.h... no
  52. checking for string.h... (cached) yes
  53. checking for strings.h... (cached) yes
  54. configure: checking for Solaris 2.x...
  55. configure: checking BSD job jontrol...
  56. - you have jobcontrol
  57. configure: checking setresuid...
  58. configure: checking setreuid...
  59. configure: checking seteuid...
  60. configure: checking execvpe...
  61. configure: checking select...
  62. configure: checking fifos...
  63. - your fifos are usable
  64. configure: checking for broken fifo implementation...
  65. - your implementation is ok
  66. configure: checking sockets...
  67. - your sockets are usable
  68. configure: checking socket implementation...
  69. - you are normal
  70. - both sockets and fifos usable. let's take sockets.
  71. configure: checking select return value...
  72. - select is ok
  73. configure: checking for tgetent...
  74. configure: checking libcurses...
  75. - you use the terminfo database
  76. configure: checking ospeed...
  77. configure: checking for /dev/ptc...
  78. configure: checking for SVR4 ptys...
  79. checking for getpt... no
  80. configure: checking for ptyranges...
  81. configure: checking default tty permissions/group...
  82. checking for write... /usr/bin/write
  83. checking for xterm... /usr/X11/bin/xterm
  84. - pty mode: 0620, group: 4
  85. configure: checking getutent...
  86. configure: checking getutent with -lgen...
  87. configure: checking ut_host...
  88. checking utempter.h usability... no
  89. checking utempter.h presence... no
  90. checking for utempter.h... no
  91. configure: checking for libutil(s)...
  92. configure: checking getloadavg...
  93. rm: conftest.dSYM: is a directory
  94. assuming posix signal definition
  95. configure: checking for crypt and sec libraries...
  96. configure: checking crypt...
  97. configure: checking IRIX sun library...
  98. configure: checking syslog...
  99. configure: checking wait union...
  100. configure: checking for termio or termios...
  101. configure: checking getspnam...
  102. configure: checking getttyent...
  103. configure: checking fdwalk...
  104. configure: checking whether memcpy/memmove/bcopy handles overlapping arguments...
  105. checking for long file names... yes
  106. checking for vsprintf... yes
  107. checking for dirent.h that defines DIR... yes
  108. checking for library containing opendir... none required
  109. checking for setenv... checking for nl_langinfo(CODESET)... yes
  110. checking for library containing gethostname... none required
  111. checking for rename... yes
  112. checking for fchmod... yes
  113. checking for fchown... yes
  114. checking for strerror... yes
  115. checking for lstat... yes
  116. checking for _exit... yes
  117. checking for utimes... yes
  118. checking for vsnprintf... yes
  119. checking for getcwd... yes
  120. checking for setlocale... yes
  121. checking for strftime... yes
  122. checking for the global screenrc file... configure: creating ./config.status
  123. config.status: creating Makefile
  124. config.status: creating doc/Makefile
  125. config.status: creating config.h
  126. config.status: executing default commands
  127.  
  128. Now please check the pathnames in the Makefile and in the user
  129. configuration section in config.h.
  130. Then type 'make' to make screen. Good luck.
  131.  
  132. ~ src[master●] ⚡make;make install;brew link screen
  133. CPP="gcc -E -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"'" srcdir=. sh ./osdef.sh
  134. AWK=awk CC="gcc -g -O2" srcdir=. sh ./comm.sh
  135. AWK=awk srcdir=. sh ./term.sh
  136. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  137.          -g -O2 screen.c
  138. In file included from screen.h:150,
  139.                 from screen.c:89:
  140. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  141. In file included from screen.h:151,
  142.                 from screen.c:89:
  143. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  144. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  145.          -g -O2 ansi.c
  146. In file included from screen.h:150,
  147.                 from ansi.c:36:
  148. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  149. In file included from screen.h:151,
  150.                 from ansi.c:36:
  151. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  152. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  153.          -g -O2 fileio.c
  154. In file included from screen.h:150,
  155.                 from fileio.c:39:
  156. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  157. In file included from screen.h:151,
  158.                 from fileio.c:39:
  159. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  160. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  161.          -g -O2 mark.c
  162. In file included from screen.h:150,
  163.                 from mark.c:33:
  164. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  165. In file included from screen.h:151,
  166.                 from mark.c:33:
  167. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  168. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  169.          -g -O2 misc.c
  170. In file included from screen.h:150,
  171.                 from misc.c:34:
  172. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  173. In file included from screen.h:151,
  174.                 from misc.c:34:
  175. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  176. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  177.          -g -O2 resize.c
  178. In file included from screen.h:150,
  179.                 from resize.c:42:
  180. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  181. In file included from screen.h:151,
  182.                 from resize.c:42:
  183. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  184. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  185.          -g -O2 socket.c
  186. In file included from screen.h:150,
  187.                 from socket.c:42:
  188. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  189. In file included from screen.h:151,
  190.                 from socket.c:42:
  191. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  192. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  193.          -g -O2 search.c
  194. In file included from screen.h:150,
  195.                 from search.c:32:
  196. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  197. In file included from screen.h:151,
  198.                 from search.c:32:
  199. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  200. sh ./tty.sh tty.c
  201. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  202.          -g -O2 tty.c
  203. In file included from screen.h:150,
  204.                 from tty.c:62:
  205. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  206. In file included from screen.h:151,
  207.                 from tty.c:62:
  208. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  209. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  210.          -g -O2 term.c
  211. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  212.          -g -O2 window.c
  213. In file included from screen.h:150,
  214.                 from window.c:42:
  215. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  216. In file included from screen.h:151,
  217.                 from window.c:42:
  218. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  219. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  220.          -g -O2 utmp.c
  221. In file included from screen.h:150,
  222.                 from utmp.c:34:
  223. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  224. In file included from screen.h:151,
  225.                 from utmp.c:34:
  226. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  227. utmp.c:87: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  228. utmp.c:88: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  229. utmp.c:89: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  230. utmp.c:90: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  231. utmp.c:92: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  232. utmp.c: In function ‘RemoveLoginSlot’:
  233. utmp.c:314: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  234. utmp.c:314: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  235. utmp.c: In function ‘SetUtmp’:
  236. utmp.c:410: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  237. utmp.c: In function ‘RemoveUtmp’:
  238. utmp.c:504: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  239. utmp.c:504: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  240. utmp.c: At top level:
  241. utmp.c:652: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  242. utmp.c:681: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  243. utmp.c:691: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  244. utmp.c: In function ‘getutslot’:
  245. utmp.c:695: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  246. utmp.c: In function ‘pututslot’:
  247. utmp.c:704: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  248. utmp.c: In function ‘makedead’:
  249. utmp.c:723: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  250. utmp.c: In function ‘makeuser’:
  251. utmp.c:738: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  252. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  253.          -g -O2 loadav.c
  254. In file included from screen.h:150,
  255.                 from loadav.c:46:
  256. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  257. In file included from screen.h:151,
  258.                 from loadav.c:46:
  259. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  260. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  261.          -g -O2 putenv.c
  262. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  263.          -g -O2 help.c
  264. In file included from screen.h:150,
  265.                 from help.c:36:
  266. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  267. In file included from screen.h:151,
  268.                 from help.c:36:
  269. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  270. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  271.          -g -O2 termcap.c
  272. In file included from screen.h:150,
  273.                 from termcap.c:31:
  274. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  275. In file included from screen.h:151,
  276.                 from termcap.c:31:
  277. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  278. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  279.          -g -O2 input.c
  280. In file included from screen.h:150,
  281.                 from input.c:31:
  282. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  283. In file included from screen.h:151,
  284.                 from input.c:31:
  285. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  286. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  287.          -g -O2 attacher.c
  288. In file included from screen.h:150,
  289.                 from attacher.c:35:
  290. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  291. In file included from screen.h:151,
  292.                 from attacher.c:35:
  293. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  294. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  295.          -g -O2 pty.c
  296. In file included from screen.h:150,
  297.                 from pty.c:35:
  298. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  299. In file included from screen.h:151,
  300.                 from pty.c:35:
  301. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  302. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  303.          -g -O2 process.c
  304. In file included from screen.h:150,
  305.                 from process.c:52:
  306. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  307. In file included from screen.h:151,
  308.                 from process.c:52:
  309. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  310. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  311.          -g -O2 display.c
  312. In file included from screen.h:150,
  313.                 from display.c:37:
  314. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  315. In file included from screen.h:151,
  316.                 from display.c:37:
  317. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  318. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  319.          -g -O2 comm.c
  320. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  321.          -g -O2 kmapdef.c
  322. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  323.          -g -O2 acls.c
  324. In file included from screen.h:150,
  325.                 from acls.c:49:
  326. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  327. In file included from screen.h:151,
  328.                 from acls.c:49:
  329. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  330. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  331.          -g -O2 braille.c
  332. In file included from screen.h:150,
  333.                 from braille.c:33:
  334. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  335. In file included from screen.h:151,
  336.                 from braille.c:33:
  337. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  338. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  339.          -g -O2 braille_tsi.c
  340. In file included from screen.h:150,
  341.                 from braille_tsi.c:30:
  342. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  343. In file included from screen.h:151,
  344.                 from braille_tsi.c:30:
  345. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  346. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  347.          -g -O2 logfile.c
  348. In file included from screen.h:150,
  349.                 from logfile.c:35:
  350. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  351. In file included from screen.h:151,
  352.                 from logfile.c:35:
  353. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  354. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  355.          -g -O2 layer.c
  356. In file included from screen.h:150,
  357.                 from layer.c:32:
  358. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  359. In file included from screen.h:151,
  360.                 from layer.c:32:
  361. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  362. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  363.          -g -O2 list_generic.c
  364. In file included from screen.h:150,
  365.                 from list_generic.c:24:
  366. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  367. In file included from screen.h:151,
  368.                 from list_generic.c:24:
  369. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  370. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  371.          -g -O2 list_display.c
  372. In file included from screen.h:150,
  373.                 from list_display.c:36:
  374. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  375. In file included from screen.h:151,
  376.                 from list_display.c:36:
  377. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  378. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  379.          -g -O2 list_window.c
  380. In file included from screen.h:150,
  381.                 from list_window.c:31:
  382. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  383. In file included from screen.h:151,
  384.                 from list_window.c:31:
  385. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  386. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  387.          -g -O2 sched.c
  388. In file included from screen.h:150,
  389.                 from sched.c:36:
  390. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  391. In file included from screen.h:151,
  392.                 from sched.c:36:
  393. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  394. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  395.          -g -O2 teln.c
  396. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  397.          -g -O2 nethack.c
  398. In file included from screen.h:150,
  399.                 from nethack.c:30:
  400. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  401. In file included from screen.h:151,
  402.                 from nethack.c:30:
  403. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  404. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  405.          -g -O2 encoding.c
  406. In file included from screen.h:150,
  407.                 from encoding.c:27:
  408. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  409. In file included from screen.h:151,
  410.                 from encoding.c:27:
  411. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  412. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  413.          -g -O2 canvas.c
  414. In file included from screen.h:150,
  415.                 from canvas.c:30:
  416. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  417. In file included from screen.h:151,
  418.                 from canvas.c:30:
  419. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  420. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  421.          -g -O2 layout.c
  422. In file included from screen.h:150,
  423.                 from layout.c:30:
  424. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  425. In file included from screen.h:151,
  426.                 from layout.c:30:
  427. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  428. gcc -c -I. -I.  -DETCSCREENRC='"/opt/etc/screenrc"' -DSCREENENCODINGS='"/opt/Cellar/screen/3.6.0/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  429.          -g -O2 viewport.c
  430. In file included from screen.h:150,
  431.                 from viewport.c:30:
  432. display.h:168: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  433. In file included from screen.h:151,
  434.                 from viewport.c:30:
  435. window.h:261: warning: ‘utmp’ is deprecated (declared at /usr/include/utmp.h:96)
  436. gcc  -o screen screen.o ansi.o fileio.o mark.o misc.o resize.o socket.o search.o tty.o term.o window.o utmp.o loadav.o putenv.o help.o termcap.o input.o attacher.o pty.o process.o display.o comm.o kmapdef.o acls.o braille.o braille_tsi.o logfile.o layer.o list_generic.o list_display.o list_window.o sched.o teln.o nethack.o encoding.o canvas.o layout.o viewport.o -lcurses
  437. ./etc/mkinstalldirs /opt/Cellar/screen/3.6.0/bin /opt/Cellar/screen/3.6.0/share/screen/utf8encodings
  438. mkdir /opt/Cellar
  439. mkdir: /opt/Cellar: Permission denied
  440. mkdir /opt/Cellar/screen
  441. mkdir: /opt/Cellar: No such file or directory
  442. mkdir /opt/Cellar/screen/3.6.0
  443. mkdir: /opt/Cellar/screen: No such file or directory
  444. mkdir /opt/Cellar/screen/3.6.0/bin
  445. mkdir: /opt/Cellar/screen/3.6.0: No such file or directory
  446. mkdir /opt/Cellar
  447. mkdir: /opt/Cellar: Permission denied
  448. mkdir /opt/Cellar/screen
  449. mkdir: /opt/Cellar: No such file or directory
  450. mkdir /opt/Cellar/screen/3.6.0
  451. mkdir: /opt/Cellar/screen: No such file or directory
  452. mkdir /opt/Cellar/screen/3.6.0/share
  453. mkdir: /opt/Cellar/screen/3.6.0: No such file or directory
  454. mkdir /opt/Cellar/screen/3.6.0/share/screen
  455. mkdir: /opt/Cellar/screen/3.6.0/share: No such file or directory
  456. mkdir /opt/Cellar/screen/3.6.0/share/screen/utf8encodings
  457. mkdir: /opt/Cellar/screen/3.6.0/share/screen: No such file or directory
  458. make: *** [installdirs] Error 1
  459. Error: No such keg: /usr/local/Cellar/screen
  460. ~ src[master●] ⚡
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement