Guest User

Untitled

a guest
Jul 17th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.75 KB | None | 0 0
  1. Last login: Mon Nov 16 10:28:34 on ttys000
  2. You have mail.
  3. iMac:~ mihailartuhov$ cd /Users/mihailartuhov/Downloads/Downloads/Programs/APC/acupsd/apcupsd-3.14.4
  4. iMac:apcupsd-3.14.4 mihailartuhov$ ./configure --enable-cgi
  5. checking for true... /usr/bin/true
  6. checking for false... /usr/bin/false
  7. checking build system type... i386-apple-darwin10.2.0
  8. checking host system type... i386-apple-darwin10.2.0
  9. checking for gcc... gcc
  10. checking for C compiler default output file name... a.out
  11. checking whether the C compiler works... yes
  12. checking whether we are cross compiling... no
  13. checking for suffix of executables...
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ANSI C... none needed
  18. checking how to run the C preprocessor... gcc -E
  19. checking for g++... g++
  20. checking whether we are using the GNU C++ compiler... yes
  21. checking whether g++ accepts -g... yes
  22. checking whether gcc and cc understand -c and -o together... yes
  23. checking for egrep... grep -E
  24. checking whether gcc needs -traditional... no
  25. checking for a BSD-compatible install... /usr/bin/install -c
  26. checking for gawk... gawk
  27. checking for library containing strerror... none required
  28. checking for shutdown... /sbin/shutdown
  29. checking for mail... /usr/bin/mail
  30. checking for wall... /usr/bin/wall
  31. checking for sh... /bin/sh
  32. checking for GNU make... make
  33. checking for ranlib... /usr/bin/ranlib
  34. checking for rm... /bin/rm
  35. checking for cp... /bin/cp
  36. checking for echo... /bin/echo
  37. checking for ln... /bin/ln
  38. checking for sed... /usr/bin/sed
  39. checking for ar... /usr/bin/ar
  40. checking for mv... /bin/mv
  41. checking for abort... yes
  42. checking for fork... yes
  43. checking for calloc... yes
  44. checking for getpid... yes
  45. checking for ioctl... yes
  46. checking for kill... yes
  47. checking for rewind... yes
  48. checking for select... yes
  49. checking for setsid... yes
  50. checking for signal... yes
  51. checking for strerror... yes
  52. checking for strncmp... yes
  53. checking for strncpy... yes
  54. checking for tcgetattr... yes
  55. checking for vfprintf... yes
  56. checking for setpgrp... yes
  57. checking for snprintf... yes
  58. checking for vsnprintf... yes
  59. checking for library containing nanosleep... none required
  60. checking for syslog... yes
  61. checking for strftime... yes
  62. checking whether setpgrp takes no argument... yes
  63. checking for library containing socket... none required
  64. checking for library containing gethostname... none required
  65. checking for library containing gethostbyname... none required
  66. checking for library containing gethostbyname_r... no
  67. checking for socklen_t... yes
  68. checking for library containing inet_addr... none required
  69. checking for strchr... yes
  70. using libc's strchr
  71. checking for strstr... yes
  72. checking for strcasecmp... yes
  73. checking for memmove... yes
  74. checking for getopt_long... yes
  75. checking for inet_pton... yes
  76. checking for localtime_r... yes
  77. checking for ANSI C header files... rm: conftest.dSYM: is a directory
  78. rm: conftest.dSYM: is a directory
  79. yes
  80. checking for sys/types.h... yes
  81. checking for sys/stat.h... yes
  82. checking for stdlib.h... yes
  83. checking for string.h... yes
  84. checking for memory.h... yes
  85. checking for strings.h... yes
  86. checking for inttypes.h... yes
  87. checking for stdint.h... yes
  88. checking for unistd.h... yes
  89. checking arpa/inet.h usability... yes
  90. checking arpa/inet.h presence... yes
  91. checking for arpa/inet.h... yes
  92. checking ctype.h usability... yes
  93. checking ctype.h presence... yes
  94. checking for ctype.h... yes
  95. checking errno.h usability... yes
  96. checking errno.h presence... yes
  97. checking for errno.h... yes
  98. checking fcntl.h usability... yes
  99. checking fcntl.h presence... yes
  100. checking for fcntl.h... yes
  101. checking limits.h usability... yes
  102. checking limits.h presence... yes
  103. checking for limits.h... yes
  104. checking netdb.h usability... yes
  105. checking netdb.h presence... yes
  106. checking for netdb.h... yes
  107. checking netinet/in.h usability... yes
  108. checking netinet/in.h presence... yes
  109. checking for netinet/in.h... yes
  110. checking pwd.h usability... yes
  111. checking pwd.h presence... yes
  112. checking for pwd.h... yes
  113. checking signal.h usability... yes
  114. checking signal.h presence... yes
  115. checking for signal.h... yes
  116. checking stdarg.h usability... yes
  117. checking stdarg.h presence... yes
  118. checking for stdarg.h... yes
  119. checking stdio.h usability... yes
  120. checking stdio.h presence... yes
  121. checking for stdio.h... yes
  122. checking for stdlib.h... (cached) yes
  123. checking for string.h... (cached) yes
  124. checking for strings.h... (cached) yes
  125. checking sys/ioctl.h usability... yes
  126. checking sys/ioctl.h presence... yes
  127. checking for sys/ioctl.h... yes
  128. checking sys/socket.h usability... yes
  129. checking sys/socket.h presence... yes
  130. checking for sys/socket.h... yes
  131. checking for sys/types.h... (cached) yes
  132. checking syslog.h usability... yes
  133. checking syslog.h presence... yes
  134. checking for syslog.h... yes
  135. checking termios.h usability... yes
  136. checking termios.h presence... yes
  137. checking for termios.h... yes
  138. checking for unistd.h... (cached) yes
  139. checking arpa/nameser.h usability... yes
  140. checking arpa/nameser.h presence... yes
  141. checking for arpa/nameser.h... yes
  142. checking whether stat file-mode macros are broken... rm: conftest.dSYM: is a directory
  143. no
  144. checking whether time.h and sys/time.h may both be included... yes
  145. checking for sys/wait.h that is POSIX.1 compatible... yes
  146. checking whether struct tm is in sys/time.h or time.h... time.h
  147. checking for struct tm.tm_zone... yes
  148. checking for uid_t in sys/types.h... rm: conftest.dSYM: is a directory
  149. yes
  150. checking type of array argument to getgroups... gid_t
  151. checking for mode_t... yes
  152. checking for off_t... yes
  153. checking for pid_t... yes
  154. checking return type of signal handlers... void
  155. checking for size_t... yes
  156. checking for uid_t in sys/types.h... (cached) yes
  157. checking for socklen_t... yes
  158. checking for int32_t... yes
  159. checking for X... no
  160. checking whether #! works in shell scripts... yes
  161. Will not install HAL policy file
  162. checking for gdImagePng in -lgd... no
  163. checking for gdImageGif in -lgd... no
  164. checking for gdImagePng in -lgd... yes
  165. using PNG file format (/usr/local/lib).
  166. checking gd.h usability... yes
  167. checking gd.h presence... yes
  168. checking for gd.h... yes
  169. checking for pkg-config... /opt/local/bin/pkg-config
  170. checking pkg-config is at least version 0.9.0... yes
  171. checking if libsupc++ is required... yes
  172. checking if GCC supports -fno-exceptions... yes
  173. checking if GCC supports -fno-rtti... yes
  174. checking for wait... yes
  175. checking for waitpid... yes
  176. checking for wait3... yes
  177. checking for union wait... yes
  178. checking for snprintf... (cached) yes
  179. Enabling cgi program support...
  180. gcc private include directory found.
  181. configure: creating ./config.status
  182. config.status: creating autoconf/variables.mak
  183. config.status: creating platforms/apccontrol
  184. config.status: creating platforms/etc/changeme
  185. config.status: creating platforms/etc/commfailure
  186. config.status: creating platforms/etc/commok
  187. config.status: creating platforms/etc/offbattery
  188. config.status: creating platforms/etc/onbattery
  189. config.status: creating platforms/etc/apcupsd.conf
  190. config.status: creating examples/safe.apccontrol
  191. config.status: creating src/win32/Makefile
  192. config.status: creating platforms/darwin/apcupsd
  193. config.status: creating platforms/darwin/apccontrol
  194. config.status: creating platforms/darwin/ApcupsdDaemon.Info.plist
  195. config.status: creating platforms/darwin/ApcupsdPkg.Info.plist
  196. config.status: creating platforms/darwin/ApcupsdUsbShim.Info.plist
  197. config.status: creating src/cgi/cgiconfig.h
  198. config.status: creating include/config.h
  199.  
  200.  
  201. Configuration on Mon Nov 16 10:32:02 IRKT 2009:
  202.  
  203. Host: i386-apple-darwin10.2.0 -- darwin 10.2.0
  204. Apcupsd version: 3.14.4 (18 May 2008)
  205. Source code location: .
  206. Install binaries: /sbin
  207. Install config files: /etc/apcupsd
  208. Install man files: /usr/share/man
  209. Nologin file in: /etc
  210. PID directory: /var/run
  211. LOG dir (events, status) /var/log
  212. LOCK dir (for serial port) /var/tmp
  213. Power Fail dir /etc/apcupsd
  214. Compiler: g++ 4.2.1
  215. Compiler flags: -g -O2 -Wall
  216. Linker: gcc
  217. Linker flags: -g -O -L/opt/local/lib
  218. Host and version: darwin 10.2.0
  219. Shutdown Program: /sbin/shutdown
  220. Port/Device:
  221. Network Info Port (CGI): 3551
  222. UPSTYPE usb
  223. UPSCABLE usb
  224.  
  225. drivers (no-* are disabled): apcsmart dumb net no-usb no-snmp pcnet no-test
  226.  
  227. enable-nis: yes
  228. with-nisip: 0.0.0.0
  229. enable-cgi: yes
  230. with-cgi-bin: /etc/apcupsd
  231. with-libwrap:
  232. enable-powerflute: no
  233. enable-pthreads: yes
  234. enable-dist-install: yes
  235. enable-gapcmon: no
  236.  
  237. Configuration complete: Run 'make' to build apcuspd.
  238.  
  239. iMac:apcupsd-3.14.4 mihailartuhov$ sudo make
  240. Password:
  241. src
  242. src/lib
  243. CXX src/lib/apcconfig.c
  244. CXX src/lib/apcerror.c
  245. CXX src/lib/apcevents.c
  246. CXX src/lib/apcexec.c
  247. CXX src/lib/apcfile.c
  248. CXX src/lib/apclibnis.c
  249. CXX src/lib/apclock.c
  250. CXX src/lib/apclog.c
  251. CXX src/lib/apcsignal.c
  252. CXX src/lib/apcstatus.c
  253. CXX src/lib/asys.c
  254. CXX src/lib/newups.c
  255. CXX src/lib/md5.c
  256. AR src/lib/libapc.a
  257. src/drivers
  258. src/drivers/apcsmart
  259. CXX src/drivers/apcsmart/smart.c
  260. CXX src/drivers/apcsmart/smarteeprom.c
  261. CXX src/drivers/apcsmart/smartoper.c
  262. CXX src/drivers/apcsmart/smartsetup.c
  263. CXX src/drivers/apcsmart/smartsetup2.c
  264. src/drivers/dumb
  265. CXX src/drivers/dumb/dumboper.c
  266. CXX src/drivers/dumb/dumbsetup.c
  267. src/drivers/net
  268. CXX src/drivers/net/net.c
  269. src/drivers/pcnet
  270. CXX src/drivers/pcnet/pcnet.c
  271. CXX src/drivers/drivers.c
  272. AR src/drivers/libdrivers.a
  273. src/cgi
  274. CXX src/cgi/upsfetch.c
  275. CXX src/cgi/cgilib.c
  276. CXX src/cgi/multimon.c
  277. LD src/cgi/multimon.cgi
  278. CXX src/cgi/upsstats.c
  279. LD src/cgi/upsstats.cgi
  280. CXX src/cgi/upsfstats.c
  281. LD src/cgi/upsfstats.cgi
  282. CXX src/cgi/upsimage.c
  283. LD src/cgi/upsimage.cgi
  284. CXX src/options.c
  285. options.c:29: warning: deprecated conversion from string constant to 'char*'
  286. CXX src/device.c
  287. CXX src/reports.c
  288. CXX src/action.c
  289. CXX src/apcupsd.c
  290. CXX src/apcnis.c
  291. LD src/apcupsd
  292. CXX src/apcaccess.c
  293. LD src/apcaccess
  294. CXX src/apctest.c
  295. LD src/apctest
  296. CXX src/smtp.c
  297. LD src/smtp
  298. platforms
  299. platforms/etc
  300. platforms/darwin
  301. doc
  302. iMac:apcupsd-3.14.4 mihailartuhov$ sudo make install
  303. src
  304. .deps/options.P:1: *** missing separator. Stop.
  305. make: *** [src_DIR] Error 2
  306. iMac:apcupsd-3.14.4 mihailartuhov$
Add Comment
Please, Sign In to add comment