Advertisement
Guest User

Untitled

a guest
May 8th, 2013
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 103.41 KB | None | 0 0
  1. patching file src/zm_local_camera.cpp
  2. Hunk #1 succeeded at 739 (offset -1 lines).
  3. Hunk #2 succeeded at 1519 (offset -1 lines).
  4. patching file src/zm_local_camera.cpp
  5. patching file src/zm_logger.cpp
  6. patching file src/zm_thread.h
  7. patching file configure.ac
  8. patching file src/zm_ffmpeg.h
  9. patching file src/zm_ffmpeg_camera.cpp
  10. patching file src/zm_mpeg.cpp
  11. patching file src/zm_remote_camera_rtsp.cpp
  12. patching file src/zm_sdp.h
  13. patching file src/zm_stream.cpp
  14. patching file src/zm_image.cpp
  15. Hunk #1 succeeded at 774 (offset -2 lines).
  16. patching file configure.ac
  17. Hunk #4 succeeded at 318 (offset -1 lines).
  18. patching file src/zm_user.cpp
  19. patching file src/zm_user.h
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking whether build environment is sane... yes
  22. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  23. checking for gawk... gawk
  24. checking whether make sets $(MAKE)... yes
  25. checking for g++... g++
  26. checking whether the C++ compiler works... yes
  27. checking for C++ compiler default output file name... a.out
  28. checking for suffix of executables...
  29. checking whether we are cross compiling... no
  30. checking for suffix of object files... o
  31. checking whether we are using the GNU C++ compiler... yes
  32. checking whether g++ accepts -g... yes
  33. checking for style of include used by make... GNU
  34. checking dependency style of g++... gcc3
  35. checking for gcc... gcc
  36. checking whether we are using the GNU C compiler... yes
  37. checking whether gcc accepts -g... yes
  38. checking for gcc option to accept ISO C89... none needed
  39. checking dependency style of gcc... gcc3
  40. checking whether ln -s works... yes
  41. checking for ranlib... ranlib
  42. checking whether make sets $(MAKE)... (cached) yes
  43. checking how to run the C++ preprocessor... g++ -E
  44. checking for grep that handles long lines and -e... /usr/bin/grep
  45. checking for egrep... /usr/bin/grep -E
  46. checking for ANSI C header files... yes
  47. checking for sys/types.h... yes
  48. checking for sys/stat.h... yes
  49. checking for stdlib.h... yes
  50. checking for string.h... yes
  51. checking for memory.h... yes
  52. checking for strings.h... yes
  53. checking for inttypes.h... yes
  54. checking for stdint.h... yes
  55. checking for unistd.h... yes
  56. checking for stdbool.h that conforms to C99... yes
  57. checking for _Bool... no
  58. checking for an ANSI C-conforming const... yes
  59. checking for uid_t in sys/types.h... yes
  60. checking for inline... inline
  61. checking for mode_t... yes
  62. checking for size_t... yes
  63. checking whether time.h and sys/time.h may both be included... yes
  64. checking whether struct tm is in sys/time.h or time.h... time.h
  65. checking return type of signal handlers... void
  66. checking for siginfo_t... yes
  67. checking for struct sigcontext... yes
  68. checking for struct sigcontext.eip... no
  69. checking for ucontext_t... yes
  70. checking whether gcc needs -traditional... no
  71. checking for stdlib.h... (cached) yes
  72. checking for GNU libc compatible malloc... yes
  73. checking for stdlib.h... (cached) yes
  74. checking for unistd.h... (cached) yes
  75. checking for sys/param.h... yes
  76. checking for getpagesize... yes
  77. checking for working mmap... yes
  78. checking sys/select.h usability... yes
  79. checking sys/select.h presence... yes
  80. checking for sys/select.h... yes
  81. checking sys/socket.h usability... yes
  82. checking sys/socket.h presence... yes
  83. checking for sys/socket.h... yes
  84. checking types of arguments for select... int,fd_set *,struct timeval *
  85. checking whether lstat correctly handles trailing slash... yes
  86. checking whether stat accepts an empty string... no
  87. checking for strftime... yes
  88. checking for working strtod... yes
  89. checking for vprintf... yes
  90. checking for _doprnt... no
  91. checking for gethostbyname... yes
  92. checking for gethostname... yes
  93. checking for gettimeofday... yes
  94. checking for memmove... yes
  95. checking for memset... yes
  96. checking for mkdir... yes
  97. checking for munmap... yes
  98. checking for putenv... yes
  99. checking for select... yes
  100. checking for socket... yes
  101. checking for sqrt... yes
  102. checking for strcasecmp... yes
  103. checking for strchr... yes
  104. checking for strcspn... yes
  105. checking for strerror... yes
  106. checking for strncasecmp... yes
  107. checking for strrchr... yes
  108. checking for strsignal... yes
  109. checking for strspn... yes
  110. checking for strstr... yes
  111. checking for strtol... yes
  112. checking for strtoull... yes
  113. checking for syscall... yes
  114. checking for sleep... yes
  115. checking for usleep... yes
  116. checking for ioctl... yes
  117. checking for ioctlsocket... no
  118. checking for sigaction... yes
  119. checking for ffmpeg... yes
  120. checking for ffmpeg... /usr/bin/ffmpeg
  121. checking for pnmscale... yes
  122. checking for pnmscale... /usr/bin/pnmscale
  123. checking for mysql_init in -lmysqlclient... yes
  124. checking for jpeg_start_compress in -ljpeg... yes
  125. checking for pthread_create in -lpthread... yes
  126. checking for dlsym in -ldl... yes
  127. checking gcrypt.h usability... yes
  128. checking gcrypt.h presence... yes
  129. checking for gcrypt.h... yes
  130. checking for gcry_check_version in -lgcrypt... yes
  131. checking for MD5 in -lgnutls-openssl... yes
  132. checking for pcre_compile in -lpcre... yes
  133. checking for zlibVersion in -lz... yes
  134. checking for x264_predict_16x16_init in -lx264... yes
  135. checking for av_malloc in -lavutil... yes
  136. checking for av_image_copy in -lavcore... no
  137. checking for avcodec_init in -lavcodec... no
  138. configure: WARNING: libavcodec.a is required for MPEG streaming
  139. checking for av_new_stream in -lavformat... yes
  140. checking for avdevice_register_all in -lavdevice... yes
  141. checking for sws_scale in -lswscale... yes
  142. checking for BZ2_bzCompress in -lbz2... yes
  143. checking for compress in -lz... yes
  144. checking for working alloca.h... yes
  145. checking for alloca... yes
  146. checking for ANSI C header files... (cached) yes
  147. checking fcntl.h usability... yes
  148. checking fcntl.h presence... yes
  149. checking for fcntl.h... yes
  150. checking limits.h usability... yes
  151. checking limits.h presence... yes
  152. checking for limits.h... yes
  153. checking for memory.h... (cached) yes
  154. checking stddef.h usability... yes
  155. checking stddef.h presence... yes
  156. checking for stddef.h... yes
  157. checking for stdlib.h... (cached) yes
  158. checking for string.h... (cached) yes
  159. checking for strings.h... (cached) yes
  160. checking for sys/param.h... (cached) yes
  161. checking sys/time.h usability... yes
  162. checking sys/time.h presence... yes
  163. checking for sys/time.h... yes
  164. checking syslog.h usability... yes
  165. checking syslog.h presence... yes
  166. checking for syslog.h... yes
  167. checking for unistd.h... (cached) yes
  168. checking values.h usability... yes
  169. checking values.h presence... yes
  170. checking for values.h... yes
  171. checking netdb.h usability... yes
  172. checking netdb.h presence... yes
  173. checking for netdb.h... yes
  174. checking netinet/in.h usability... yes
  175. checking netinet/in.h presence... yes
  176. checking for netinet/in.h... yes
  177. checking arpa/inet.h usability... yes
  178. checking arpa/inet.h presence... yes
  179. checking for arpa/inet.h... yes
  180. checking sys/ioctl.h usability... yes
  181. checking sys/ioctl.h presence... yes
  182. checking for sys/ioctl.h... yes
  183. checking for sys/socket.h... (cached) yes
  184. checking sys/un.h usability... yes
  185. checking sys/un.h presence... yes
  186. checking for sys/un.h... yes
  187. checking glob.h usability... yes
  188. checking glob.h presence... yes
  189. checking for glob.h... yes
  190. checking execinfo.h usability... yes
  191. checking execinfo.h presence... yes
  192. checking for execinfo.h... yes
  193. checking syscall.h usability... yes
  194. checking syscall.h presence... yes
  195. checking for syscall.h... yes
  196. checking pthread.h usability... yes
  197. checking pthread.h presence... yes
  198. checking for pthread.h... yes
  199. checking linux/videodev.h usability... no
  200. checking linux/videodev.h presence... no
  201. checking for linux/videodev.h... no
  202. checking linux/videodev2.h usability... yes
  203. checking linux/videodev2.h presence... yes
  204. checking for linux/videodev2.h... yes
  205. checking jpeglib.h usability... yes
  206. checking jpeglib.h presence... yes
  207. checking for jpeglib.h... yes
  208. checking mysql/mysql.h usability... yes
  209. checking mysql/mysql.h presence... yes
  210. checking for mysql/mysql.h... yes
  211. checking libavutil/avutil.h usability... yes
  212. checking libavutil/avutil.h presence... yes
  213. checking for libavutil/avutil.h... yes
  214. checking libavcodec/avcodec.h usability... yes
  215. checking libavcodec/avcodec.h presence... yes
  216. checking for libavcodec/avcodec.h... yes
  217. checking libavformat/avformat.h usability... yes
  218. checking libavformat/avformat.h presence... yes
  219. checking for libavformat/avformat.h... yes
  220. checking libswscale/swscale.h usability... yes
  221. checking libswscale/swscale.h presence... yes
  222. checking for libswscale/swscale.h... yes
  223. checking pcre/pcre.h usability... no
  224. checking pcre/pcre.h presence... no
  225. checking for pcre/pcre.h... no
  226. checking pcre.h usability... yes
  227. checking pcre.h presence... yes
  228. checking for pcre.h... yes
  229. checking sys/mman.h usability... yes
  230. checking sys/mman.h presence... yes
  231. checking for sys/mman.h... yes
  232. checking for fcntl.h... (cached) yes
  233. checking zlib.h usability... yes
  234. checking zlib.h presence... yes
  235. checking for zlib.h... yes
  236. checking whether round is declared... yes
  237. checking whether MD5 is declared... yes
  238. checking whether backtrace is declared... yes
  239. checking for perl... perl
  240. checking for perl version greater than or equal to 5.6.0... ok
  241. checking for perl module Sys::Syslog... ok
  242. checking for perl module DBI... ok
  243. checking for perl module DBD::mysql... ok
  244. checking for perl module Getopt::Long... ok
  245. checking for perl module Time::HiRes... ok
  246. checking for perl module Date::Manip... ok
  247. checking for perl module LWP::UserAgent... ok
  248. checking for perl module ExtUtils::MakeMaker... ok
  249. checking for perl module Sys::Mmap... ok
  250. checking for perl module Module::Load... ok
  251. checking for perl module Device::SerialPort... ok
  252. checking for perl module Net::FTP... ok
  253. checking for perl module Net::SFTP::Foreign... ok
  254. checking for perl module Expect... ok
  255. checking for perl module Archive::Tar... ok
  256. checking for perl module Archive::Zip... ok
  257. checking for perl module Net::SMTP... ok
  258. checking for perl module MIME::Lite... ok
  259. checking for perl module MIME::Entity... ok
  260. checking for perl module X10::ActiveHome... ok
  261. configure: creating ./config.status
  262. config.status: creating Makefile
  263. config.status: creating zm.conf
  264. config.status: creating zmconfgen.pl
  265. config.status: creating db/Makefile
  266. config.status: creating db/zm_create.sql
  267. config.status: creating misc/Makefile
  268. config.status: creating misc/apache.conf
  269. config.status: creating misc/logrotate.conf
  270. config.status: creating misc/syslog.conf
  271. config.status: creating scripts/Makefile
  272. config.status: creating scripts/zm
  273. config.status: creating scripts/zmaudit.pl
  274. config.status: creating scripts/zmcontrol.pl
  275. config.status: creating scripts/zmdc.pl
  276. config.status: creating scripts/zmfilter.pl
  277. config.status: creating scripts/zmpkg.pl
  278. config.status: creating scripts/zmtrack.pl
  279. config.status: creating scripts/zmtrigger.pl
  280. config.status: creating scripts/zmupdate.pl
  281. config.status: creating scripts/zmvideo.pl
  282. config.status: creating scripts/zmwatch.pl
  283. config.status: creating scripts/zmx10.pl
  284. config.status: creating scripts/zmdbbackup
  285. config.status: creating scripts/zmdbrestore
  286. config.status: creating scripts/zmeventdump
  287. config.status: creating scripts/zmlogrotate.conf
  288. config.status: creating scripts/ZoneMinder/lib/ZoneMinder/Base.pm
  289. config.status: creating scripts/ZoneMinder/lib/ZoneMinder/Config.pm
  290. config.status: creating scripts/ZoneMinder/lib/ZoneMinder/Memory.pm
  291. config.status: creating scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm
  292. config.status: creating src/Makefile
  293. config.status: creating src/zm_config.h
  294. config.status: creating web/Makefile
  295. config.status: creating web/ajax/Makefile
  296. config.status: creating web/css/Makefile
  297. config.status: creating web/graphics/Makefile
  298. config.status: creating web/includes/Makefile
  299. config.status: creating web/includes/config.php
  300. config.status: creating web/js/Makefile
  301. config.status: creating web/lang/Makefile
  302. config.status: creating web/skins/Makefile
  303. config.status: creating web/skins/classic/Makefile
  304. config.status: creating web/skins/classic/ajax/Makefile
  305. config.status: creating web/skins/classic/css/Makefile
  306. config.status: creating web/skins/classic/graphics/Makefile
  307. config.status: creating web/skins/classic/includes/Makefile
  308. config.status: creating web/skins/classic/js/Makefile
  309. config.status: creating web/skins/classic/lang/Makefile
  310. config.status: creating web/skins/classic/views/Makefile
  311. config.status: creating web/skins/classic/views/css/Makefile
  312. config.status: creating web/skins/classic/views/js/Makefile
  313. config.status: creating web/skins/mobile/Makefile
  314. config.status: creating web/skins/mobile/ajax/Makefile
  315. config.status: creating web/skins/mobile/css/Makefile
  316. config.status: creating web/skins/mobile/graphics/Makefile
  317. config.status: creating web/skins/mobile/includes/Makefile
  318. config.status: creating web/skins/mobile/lang/Makefile
  319. config.status: creating web/skins/mobile/views/Makefile
  320. config.status: creating web/skins/mobile/views/css/Makefile
  321. config.status: creating web/tools/Makefile
  322. config.status: creating web/tools/mootools/Makefile
  323. config.status: creating web/views/Makefile
  324. config.status: creating web/skins/xml/Makefile
  325. config.status: creating web/skins/xml/views/Makefile
  326. config.status: creating web/skins/xml/includes/Makefile
  327. config.status: creating config.h
  328. config.status: executing depfiles commands
  329. config.status: executing src/zm_config_defines.h commands
  330. Generating 'src/zm_config_defines.h'
  331. Updating 'db/zm_create.sql'
  332. config.status: executing scripts/ZoneMinder/Makefile commands
  333. perl Makefile.PL PREFIX=/usr
  334. Writing Makefile for ZoneMinder
  335. Writing MYMETA.yml and MYMETA.json
  336. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/missing --run aclocal-1.13.1
  337. /home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/missing: line 46: aclocal-1.13.1: command not found
  338. WARNING: `aclocal-1.13.1' is missing on your system.  You should only need it if
  339.         you modified `acinclude.m4' or `configure.ac'.  You might want
  340.         to install the `Automake' and `Perl' packages.  Grab them from
  341.         any GNU archive site.
  342. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/missing --run autoconf
  343. cd . && /bin/sh /home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/missing --run automake-1.13.1 --gnu
  344. /home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/missing: line 46: automake-1.13.1: command not found
  345. WARNING: `automake-1.13.1' is missing on your system.  You should only need it if
  346.          you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
  347.         You might want to install the `Automake' and `Perl' packages.
  348.         Grab them from any GNU archive site.
  349. aclocal.m4:16: warning: this file was generated for autoconf 2.65.
  350. You have another version of autoconf.  It may work, but is not guaranteed to.
  351. If you have problems, you may need to regenerate the build system entirely.
  352. To do so, use the procedure documented by the package, typically `autoreconf'.
  353. /bin/sh ./config.status --recheck
  354. running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr --enable-crashtrace=no --enable-debug=no --enable-mmap=yes --sysconfdir=/etc --with-cgidir=/srv/http/cgi-bin --with-extralibs=-L/usr/lib -L/usr/lib/mysql --with-libarch=lib --with-ffmpeg=/usr --with-mysql=/usr --with-webdir=/srv/http/zoneminder --with-webgroup=http --with-webhost=localhost --with-webuser=http CXXFLAGS=-D__STDC_CONSTANT_MACROS LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 --no-create --no-recursion
  355. checking for a BSD-compatible install... /usr/bin/install -c
  356. checking whether build environment is sane... yes
  357. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  358. checking for gawk... gawk
  359. checking whether make sets $(MAKE)... yes
  360. checking for g++... g++
  361. checking whether the C++ compiler works... yes
  362. checking for C++ compiler default output file name... a.out
  363. checking for suffix of executables...
  364. checking whether we are cross compiling... no
  365. checking for suffix of object files... o
  366. checking whether we are using the GNU C++ compiler... yes
  367. checking whether g++ accepts -g... yes
  368. checking for style of include used by make... GNU
  369. checking dependency style of g++... gcc3
  370. checking for gcc... gcc
  371. checking whether we are using the GNU C compiler... yes
  372. checking whether gcc accepts -g... yes
  373. checking for gcc option to accept ISO C89... none needed
  374. checking dependency style of gcc... gcc3
  375. checking whether ln -s works... yes
  376. checking for ranlib... ranlib
  377. checking whether make sets $(MAKE)... (cached) yes
  378. checking how to run the C++ preprocessor... g++ -E
  379. checking for grep that handles long lines and -e... /usr/bin/grep
  380. checking for egrep... /usr/bin/grep -E
  381. checking for ANSI C header files... yes
  382. checking for sys/types.h... yes
  383. checking for sys/stat.h... yes
  384. checking for stdlib.h... yes
  385. checking for string.h... yes
  386. checking for memory.h... yes
  387. checking for strings.h... yes
  388. checking for inttypes.h... yes
  389. checking for stdint.h... yes
  390. checking for unistd.h... yes
  391. checking for stdbool.h that conforms to C99... yes
  392. checking for _Bool... no
  393. checking for an ANSI C-conforming const... yes
  394. checking for uid_t in sys/types.h... yes
  395. checking for inline... inline
  396. checking for mode_t... yes
  397. checking for size_t... yes
  398. checking whether time.h and sys/time.h may both be included... yes
  399. checking whether struct tm is in sys/time.h or time.h... time.h
  400. checking return type of signal handlers... void
  401. checking for siginfo_t... yes
  402. checking for struct sigcontext... yes
  403. checking for struct sigcontext.eip... no
  404. checking for ucontext_t... yes
  405. checking whether gcc needs -traditional... no
  406. checking for stdlib.h... (cached) yes
  407. checking for GNU libc compatible malloc... yes
  408. checking for stdlib.h... (cached) yes
  409. checking for unistd.h... (cached) yes
  410. checking for sys/param.h... yes
  411. checking for getpagesize... yes
  412. checking for working mmap... yes
  413. checking sys/select.h usability... yes
  414. checking sys/select.h presence... yes
  415. checking for sys/select.h... yes
  416. checking sys/socket.h usability... yes
  417. checking sys/socket.h presence... yes
  418. checking for sys/socket.h... yes
  419. checking types of arguments for select... int,fd_set *,struct timeval *
  420. checking whether lstat correctly handles trailing slash... yes
  421. checking whether stat accepts an empty string... no
  422. checking for strftime... yes
  423. checking for working strtod... yes
  424. checking for vprintf... yes
  425. checking for _doprnt... no
  426. checking for gethostbyname... yes
  427. checking for gethostname... yes
  428. checking for gettimeofday... yes
  429. checking for memmove... yes
  430. checking for memset... yes
  431. checking for mkdir... yes
  432. checking for munmap... yes
  433. checking for putenv... yes
  434. checking for select... yes
  435. checking for socket... yes
  436. checking for sqrt... yes
  437. checking for strcasecmp... yes
  438. checking for strchr... yes
  439. checking for strcspn... yes
  440. checking for strerror... yes
  441. checking for strncasecmp... yes
  442. checking for strrchr... yes
  443. checking for strsignal... yes
  444. checking for strspn... yes
  445. checking for strstr... yes
  446. checking for strtol... yes
  447. checking for strtoull... yes
  448. checking for syscall... yes
  449. checking for sleep... yes
  450. checking for usleep... yes
  451. checking for ioctl... yes
  452. checking for ioctlsocket... no
  453. checking for sigaction... yes
  454. checking for ffmpeg... yes
  455. checking for ffmpeg... /usr/bin/ffmpeg
  456. checking for pnmscale... yes
  457. checking for pnmscale... /usr/bin/pnmscale
  458. checking for mysql_init in -lmysqlclient... yes
  459. checking for jpeg_start_compress in -ljpeg... yes
  460. checking for pthread_create in -lpthread... yes
  461. checking for dlsym in -ldl... yes
  462. checking gcrypt.h usability... yes
  463. checking gcrypt.h presence... yes
  464. checking for gcrypt.h... yes
  465. checking for gcry_check_version in -lgcrypt... yes
  466. checking for pcre_compile in -lpcre... yes
  467. checking for zlibVersion in -lz... yes
  468. checking for x264_predict_16x16_init in -lx264... yes
  469. checking for av_malloc in -lavutil... yes
  470. checking for avcodec_register_all in -lavcodec... yes
  471. checking for av_new_stream in -lavformat... yes
  472. checking for avdevice_register_all in -lavdevice... yes
  473. checking for sws_scale in -lswscale... yes
  474. checking for BZ2_bzCompress in -lbz2... yes
  475. checking for compress in -lz... yes
  476. checking for working alloca.h... yes
  477. checking for alloca... yes
  478. checking for ANSI C header files... (cached) yes
  479. checking fcntl.h usability... yes
  480. checking fcntl.h presence... yes
  481. checking for fcntl.h... yes
  482. checking limits.h usability... yes
  483. checking limits.h presence... yes
  484. checking for limits.h... yes
  485. checking for memory.h... (cached) yes
  486. checking stddef.h usability... yes
  487. checking stddef.h presence... yes
  488. checking for stddef.h... yes
  489. checking for stdlib.h... (cached) yes
  490. checking for string.h... (cached) yes
  491. checking for strings.h... (cached) yes
  492. checking for sys/param.h... (cached) yes
  493. checking sys/time.h usability... yes
  494. checking sys/time.h presence... yes
  495. checking for sys/time.h... yes
  496. checking syslog.h usability... yes
  497. checking syslog.h presence... yes
  498. checking for syslog.h... yes
  499. checking for unistd.h... (cached) yes
  500. checking values.h usability... yes
  501. checking values.h presence... yes
  502. checking for values.h... yes
  503. checking netdb.h usability... yes
  504. checking netdb.h presence... yes
  505. checking for netdb.h... yes
  506. checking netinet/in.h usability... yes
  507. checking netinet/in.h presence... yes
  508. checking for netinet/in.h... yes
  509. checking arpa/inet.h usability... yes
  510. checking arpa/inet.h presence... yes
  511. checking for arpa/inet.h... yes
  512. checking sys/ioctl.h usability... yes
  513. checking sys/ioctl.h presence... yes
  514. checking for sys/ioctl.h... yes
  515. checking for sys/socket.h... (cached) yes
  516. checking sys/un.h usability... yes
  517. checking sys/un.h presence... yes
  518. checking for sys/un.h... yes
  519. checking glob.h usability... yes
  520. checking glob.h presence... yes
  521. checking for glob.h... yes
  522. checking execinfo.h usability... yes
  523. checking execinfo.h presence... yes
  524. checking for execinfo.h... yes
  525. checking syscall.h usability... yes
  526. checking syscall.h presence... yes
  527. checking for syscall.h... yes
  528. checking pthread.h usability... yes
  529. checking pthread.h presence... yes
  530. checking for pthread.h... yes
  531. checking linux/videodev.h usability... no
  532. checking linux/videodev.h presence... no
  533. checking for linux/videodev.h... no
  534. checking linux/videodev2.h usability... yes
  535. checking linux/videodev2.h presence... yes
  536. checking for linux/videodev2.h... yes
  537. checking jpeglib.h usability... yes
  538. checking jpeglib.h presence... yes
  539. checking for jpeglib.h... yes
  540. checking mysql/mysql.h usability... yes
  541. checking mysql/mysql.h presence... yes
  542. checking for mysql/mysql.h... yes
  543. checking libavutil/avutil.h usability... yes
  544. checking libavutil/avutil.h presence... yes
  545. checking for libavutil/avutil.h... yes
  546. checking libavcodec/avcodec.h usability... yes
  547. checking libavcodec/avcodec.h presence... yes
  548. checking for libavcodec/avcodec.h... yes
  549. checking libavformat/avformat.h usability... yes
  550. checking libavformat/avformat.h presence... yes
  551. checking for libavformat/avformat.h... yes
  552. checking libswscale/swscale.h usability... yes
  553. checking libswscale/swscale.h presence... yes
  554. checking for libswscale/swscale.h... yes
  555. checking pcre/pcre.h usability... no
  556. checking pcre/pcre.h presence... no
  557. checking for pcre/pcre.h... no
  558. checking pcre.h usability... yes
  559. checking pcre.h presence... yes
  560. checking for pcre.h... yes
  561. checking sys/mman.h usability... yes
  562. checking sys/mman.h presence... yes
  563. checking for sys/mman.h... yes
  564. checking for fcntl.h... (cached) yes
  565. checking zlib.h usability... yes
  566. checking zlib.h presence... yes
  567. checking for zlib.h... yes
  568. checking whether round is declared... yes
  569. checking whether backtrace is declared... yes
  570. checking for perl... perl
  571. checking for perl version greater than or equal to 5.6.0... ok
  572. checking for perl module Sys::Syslog... ok
  573. checking for perl module DBI... ok
  574. checking for perl module DBD::mysql... ok
  575. checking for perl module Getopt::Long... ok
  576. checking for perl module Time::HiRes... ok
  577. checking for perl module Date::Manip... ok
  578. checking for perl module LWP::UserAgent... ok
  579. checking for perl module ExtUtils::MakeMaker... ok
  580. checking for perl module Sys::Mmap... ok
  581. checking for perl module Module::Load... ok
  582. checking for perl module Device::SerialPort... ok
  583. checking for perl module Net::FTP... ok
  584. checking for perl module Net::SFTP::Foreign... ok
  585. checking for perl module Expect... ok
  586. checking for perl module Archive::Tar... ok
  587. checking for perl module Archive::Zip... ok
  588. checking for perl module Net::SMTP... ok
  589. checking for perl module MIME::Lite... ok
  590. checking for perl module MIME::Entity... ok
  591. checking for perl module X10::ActiveHome... ok
  592. configure: creating ./config.status
  593.  /bin/sh ./config.status
  594. config.status: creating Makefile
  595. config.status: creating zm.conf
  596. config.status: creating zmconfgen.pl
  597. config.status: creating db/Makefile
  598. config.status: creating db/zm_create.sql
  599. config.status: creating misc/Makefile
  600. config.status: creating misc/apache.conf
  601. config.status: creating misc/logrotate.conf
  602. config.status: creating misc/syslog.conf
  603. config.status: creating scripts/Makefile
  604. config.status: creating scripts/zm
  605. config.status: creating scripts/zmaudit.pl
  606. config.status: creating scripts/zmcontrol.pl
  607. config.status: creating scripts/zmdc.pl
  608. config.status: creating scripts/zmfilter.pl
  609. config.status: creating scripts/zmpkg.pl
  610. config.status: creating scripts/zmtrack.pl
  611. config.status: creating scripts/zmtrigger.pl
  612. config.status: creating scripts/zmupdate.pl
  613. config.status: creating scripts/zmvideo.pl
  614. config.status: creating scripts/zmwatch.pl
  615. config.status: creating scripts/zmx10.pl
  616. config.status: creating scripts/zmdbbackup
  617. config.status: creating scripts/zmdbrestore
  618. config.status: creating scripts/zmeventdump
  619. config.status: creating scripts/zmlogrotate.conf
  620. config.status: creating scripts/ZoneMinder/lib/ZoneMinder/Base.pm
  621. config.status: creating scripts/ZoneMinder/lib/ZoneMinder/Config.pm
  622. config.status: creating scripts/ZoneMinder/lib/ZoneMinder/Memory.pm
  623. config.status: creating scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm
  624. config.status: creating src/Makefile
  625. config.status: creating src/zm_config.h
  626. config.status: creating web/Makefile
  627. config.status: creating web/ajax/Makefile
  628. config.status: creating web/css/Makefile
  629. config.status: creating web/graphics/Makefile
  630. config.status: creating web/includes/Makefile
  631. config.status: creating web/includes/config.php
  632. config.status: creating web/js/Makefile
  633. config.status: creating web/lang/Makefile
  634. config.status: creating web/skins/Makefile
  635. config.status: creating web/skins/classic/Makefile
  636. config.status: creating web/skins/classic/ajax/Makefile
  637. config.status: creating web/skins/classic/css/Makefile
  638. config.status: creating web/skins/classic/graphics/Makefile
  639. config.status: creating web/skins/classic/includes/Makefile
  640. config.status: creating web/skins/classic/js/Makefile
  641. config.status: creating web/skins/classic/lang/Makefile
  642. config.status: creating web/skins/classic/views/Makefile
  643. config.status: creating web/skins/classic/views/css/Makefile
  644. config.status: creating web/skins/classic/views/js/Makefile
  645. config.status: creating web/skins/mobile/Makefile
  646. config.status: creating web/skins/mobile/ajax/Makefile
  647. config.status: creating web/skins/mobile/css/Makefile
  648. config.status: creating web/skins/mobile/graphics/Makefile
  649. config.status: creating web/skins/mobile/includes/Makefile
  650. config.status: creating web/skins/mobile/lang/Makefile
  651. config.status: creating web/skins/mobile/views/Makefile
  652. config.status: creating web/skins/mobile/views/css/Makefile
  653. config.status: creating web/tools/Makefile
  654. config.status: creating web/tools/mootools/Makefile
  655. config.status: creating web/views/Makefile
  656. config.status: creating web/skins/xml/Makefile
  657. config.status: creating web/skins/xml/views/Makefile
  658. config.status: creating web/skins/xml/includes/Makefile
  659. config.status: creating config.h
  660. config.status: executing depfiles commands
  661. config.status: executing src/zm_config_defines.h commands
  662. Generating 'src/zm_config_defines.h'
  663. Updating 'db/zm_create.sql'
  664. config.status: executing scripts/ZoneMinder/Makefile commands
  665. perl Makefile.PL PREFIX=/usr
  666. Writing Makefile for ZoneMinder
  667. Writing MYMETA.yml and MYMETA.json
  668. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/missing --run autoheader)
  669. rm -f stamp-h1
  670. touch config.h.in
  671. cd . && /bin/sh ./config.status config.h
  672. config.status: creating config.h
  673. make  all-recursive
  674. make[1]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0'
  675. Making all in src
  676. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/src'
  677. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zmc.o -MD -MP -MF .deps/zmc.Tpo -c -o zmc.o zmc.cpp
  678. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_box.o -MD -MP -MF .deps/zm_box.Tpo -c -o zm_box.o zm_box.cpp
  679. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_buffer.o -MD -MP -MF .deps/zm_buffer.Tpo -c -o zm_buffer.o zm_buffer.cpp
  680. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_camera.o -MD -MP -MF .deps/zm_camera.Tpo -c -o zm_camera.o zm_camera.cpp
  681. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_comms.o -MD -MP -MF .deps/zm_comms.Tpo -c -o zm_comms.o zm_comms.cpp
  682. mv -f .deps/zm_box.Tpo .deps/zm_box.Po
  683. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_config.o -MD -MP -MF .deps/zm_config.Tpo -c -o zm_config.o zm_config.cpp
  684. mv -f .deps/zm_buffer.Tpo .deps/zm_buffer.Po
  685. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_coord.o -MD -MP -MF .deps/zm_coord.Tpo -c -o zm_coord.o zm_coord.cpp
  686. mv -f .deps/zm_camera.Tpo .deps/zm_camera.Po
  687. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm.o -MD -MP -MF .deps/zm.Tpo -c -o zm.o zm.cpp
  688. mv -f .deps/zmc.Tpo .deps/zmc.Po
  689. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_db.o -MD -MP -MF .deps/zm_db.Tpo -c -o zm_db.o zm_db.cpp
  690. mv -f .deps/zm_coord.Tpo .deps/zm_coord.Po
  691. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_logger.o -MD -MP -MF .deps/zm_logger.Tpo -c -o zm_logger.o zm_logger.cpp
  692. mv -f .deps/zm_config.Tpo .deps/zm_config.Po
  693. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_event.o -MD -MP -MF .deps/zm_event.Tpo -c -o zm_event.o zm_event.cpp
  694. mv -f .deps/zm.Tpo .deps/zm.Po
  695. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_exception.o -MD -MP -MF .deps/zm_exception.Tpo -c -o zm_exception.o zm_exception.cpp
  696. mv -f .deps/zm_db.Tpo .deps/zm_db.Po
  697. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_file_camera.o -MD -MP -MF .deps/zm_file_camera.Tpo -c -o zm_file_camera.o zm_file_camera.cpp
  698. mv -f .deps/zm_comms.Tpo .deps/zm_comms.Po
  699. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_ffmpeg_camera.o -MD -MP -MF .deps/zm_ffmpeg_camera.Tpo -c -o zm_ffmpeg_camera.o zm_ffmpeg_camera.cpp
  700. mv -f .deps/zm_exception.Tpo .deps/zm_exception.Po
  701. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_image.o -MD -MP -MF .deps/zm_image.Tpo -c -o zm_image.o zm_image.cpp
  702. mv -f .deps/zm_file_camera.Tpo .deps/zm_file_camera.Po
  703. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_local_camera.o -MD -MP -MF .deps/zm_local_camera.Tpo -c -o zm_local_camera.o zm_local_camera.cpp
  704. zm_logger.cpp:44:13: warning: ‘void subtractTime(timeval*, timeval*)’ defined but not used [-Wunused-function]
  705.  static void subtractTime( struct timeval * const tp1, struct timeval * const tp2 )
  706.              ^
  707. mv -f .deps/zm_logger.Tpo .deps/zm_logger.Po
  708. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_monitor.o -MD -MP -MF .deps/zm_monitor.Tpo -c -o zm_monitor.o zm_monitor.cpp
  709. zm_ffmpeg_camera.cpp: In destructor ‘virtual FfmpegCamera::~FfmpegCamera()’:
  710. zm_ffmpeg_camera.cpp:61:9: warning: ‘void av_close_input_file(AVFormatContext*)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1689) [-Wdeprecated-declarations]
  711.          av_close_input_file( mFormatContext );
  712.          ^
  713. zm_ffmpeg_camera.cpp:61:45: warning: ‘void av_close_input_file(AVFormatContext*)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1689) [-Wdeprecated-declarations]
  714.          av_close_input_file( mFormatContext );
  715.                                              ^
  716. zm_ffmpeg_camera.cpp: In member function ‘virtual int FfmpegCamera::PrimeCapture()’:
  717. zm_ffmpeg_camera.cpp:98:10: warning: ‘int av_find_stream_info(AVFormatContext*)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1513) [-Wdeprecated-declarations]
  718.      if ( av_find_stream_info( mFormatContext ) < 0 )
  719.           ^
  720. zm_ffmpeg_camera.cpp:98:46: warning: ‘int av_find_stream_info(AVFormatContext*)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1513) [-Wdeprecated-declarations]
  721.      if ( av_find_stream_info( mFormatContext ) < 0 )
  722.                                               ^
  723. mv -f .deps/zm_ffmpeg_camera.Tpo .deps/zm_ffmpeg_camera.Po
  724. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_mpeg.o -MD -MP -MF .deps/zm_mpeg.Tpo -c -o zm_mpeg.o zm_mpeg.cpp
  725. mv -f .deps/zm_event.Tpo .deps/zm_event.Po
  726. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_poly.o -MD -MP -MF .deps/zm_poly.Tpo -c -o zm_poly.o zm_poly.cpp
  727. mv -f .deps/zm_image.Tpo .deps/zm_image.Po
  728. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_regexp.o -MD -MP -MF .deps/zm_regexp.Tpo -c -o zm_regexp.o zm_regexp.cpp
  729. mv -f .deps/zm_local_camera.Tpo .deps/zm_local_camera.Po
  730. In file included from zm_rtsp.h:26:0,
  731.                  from zm_remote_camera_rtsp.h:27,
  732.                  from zm_monitor.cpp:37:
  733. zm_thread.h: In member function ‘void Thread::exit(int)’:
  734. zm_thread.h:209:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  735.          pthread_exit( (void *)status );
  736.                                ^
  737. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_remote_camera.o -MD -MP -MF .deps/zm_remote_camera.Tpo -c -o zm_remote_camera.o zm_remote_camera.cpp
  738. zm_mpeg.cpp: In member function ‘void VideoStream::SetupCodec(int, int, int, int, double)’:
  739. zm_mpeg.cpp:80:9: warning: ‘AVStream* av_new_stream(AVFormatContext*, int)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1713) [-Wdeprecated-declarations]
  740.    ost = av_new_stream(ofc, 0);
  741.          ^
  742. zm_mpeg.cpp:80:29: warning: ‘AVStream* av_new_stream(AVFormatContext*, int)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1713) [-Wdeprecated-declarations]
  743.    ost = av_new_stream(ofc, 0);
  744.                              ^
  745. zm_mpeg.cpp: In member function ‘double VideoStream::EncodeFrame(uint8_t*, int, bool, unsigned int)’:
  746. zm_mpeg.cpp:374:18: warning: ‘int avcodec_encode_video(AVCodecContext*, uint8_t*, int, const AVFrame*)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4418) [-Wdeprecated-declarations]
  747.    int out_size = avcodec_encode_video(c, video_outbuf, video_outbuf_size, opicture_ptr);
  748.                   ^
  749. zm_mpeg.cpp:374:87: warning: ‘int avcodec_encode_video(AVCodecContext*, uint8_t*, int, const AVFrame*)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4418) [-Wdeprecated-declarations]
  750.    int out_size = avcodec_encode_video(c, video_outbuf, video_outbuf_size, opicture_ptr);
  751.                                                                                        ^
  752. mv -f .deps/zm_mpeg.Tpo .deps/zm_mpeg.Po
  753. mv -f .deps/zm_poly.Tpo .deps/zm_poly.Po
  754. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_remote_camera_http.o -MD -MP -MF .deps/zm_remote_camera_http.Tpo -c -o zm_remote_camera_http.o zm_remote_camera_http.cpp
  755. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_remote_camera_rtsp.o -MD -MP -MF .deps/zm_remote_camera_rtsp.Tpo -c -o zm_remote_camera_rtsp.o zm_remote_camera_rtsp.cpp
  756. mv -f .deps/zm_regexp.Tpo .deps/zm_regexp.Po
  757. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_rtp.o -MD -MP -MF .deps/zm_rtp.Tpo -c -o zm_rtp.o zm_rtp.cpp
  758. zm_monitor.cpp: In member function ‘virtual void MonitorStream::runStream()’:
  759. zm_monitor.cpp:3479:14: warning: variable ‘frame_sent’ set but not used [-Wunused-but-set-variable]
  760.          bool frame_sent = false;
  761.               ^
  762. mv -f .deps/zm_rtp.Tpo .deps/zm_rtp.Po
  763. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_rtp_ctrl.o -MD -MP -MF .deps/zm_rtp_ctrl.Tpo -c -o zm_rtp_ctrl.o zm_rtp_ctrl.cpp
  764. mv -f .deps/zm_remote_camera.Tpo .deps/zm_remote_camera.Po
  765. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_rtp_data.o -MD -MP -MF .deps/zm_rtp_data.Tpo -c -o zm_rtp_data.o zm_rtp_data.cpp
  766. zm_remote_camera_http.cpp: In member function ‘int RemoteCameraHttp::GetResponse()’:
  767. zm_remote_camera_http.cpp:553:22: warning: variable ‘headers’ set but not used [-Wunused-but-set-variable]
  768.          static char *headers[32];
  769.                       ^
  770. zm_remote_camera_http.cpp:556:22: warning: variable ‘subheaders’ set but not used [-Wunused-but-set-variable]
  771.          static char *subheaders[32];
  772.                       ^
  773. zm_remote_camera_http.cpp:568:20: warning: variable ‘status’ set but not used [-Wunused-but-set-variable]
  774.          static int status;
  775.                     ^
  776. In file included from zm_rtp_ctrl.h:25:0,
  777.                  from zm_rtp_ctrl.cpp:24:
  778. zm_thread.h: In member function ‘void Thread::exit(int)’:
  779. zm_thread.h:209:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  780.          pthread_exit( (void *)status );
  781.                                ^
  782. In file included from zm_rtp_data.h:23:0,
  783.                  from zm_rtp_data.cpp:24:
  784. zm_thread.h: In member function ‘void Thread::exit(int)’:
  785. zm_thread.h:209:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  786.          pthread_exit( (void *)status );
  787.                                ^
  788. In file included from zm_rtsp.h:26:0,
  789.                  from zm_remote_camera_rtsp.h:27,
  790.                  from zm_remote_camera_rtsp.cpp:24:
  791. zm_thread.h: In member function ‘void Thread::exit(int)’:
  792. zm_thread.h:209:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  793.          pthread_exit( (void *)status );
  794.                                ^
  795. mv -f .deps/zm_remote_camera_rtsp.Tpo .deps/zm_remote_camera_rtsp.Po
  796. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_rtp_source.o -MD -MP -MF .deps/zm_rtp_source.Tpo -c -o zm_rtp_source.o zm_rtp_source.cpp
  797. mv -f .deps/zm_remote_camera_http.Tpo .deps/zm_remote_camera_http.Po
  798. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_rtsp.o -MD -MP -MF .deps/zm_rtsp.Tpo -c -o zm_rtsp.o zm_rtsp.cpp
  799. mv -f .deps/zm_rtp_ctrl.Tpo .deps/zm_rtp_ctrl.Po
  800. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_sdp.o -MD -MP -MF .deps/zm_sdp.Tpo -c -o zm_sdp.o zm_sdp.cpp
  801. mv -f .deps/zm_rtp_data.Tpo .deps/zm_rtp_data.Po
  802. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_signal.o -MD -MP -MF .deps/zm_signal.Tpo -c -o zm_signal.o zm_signal.cpp
  803. In file included from zm_rtp_source.h:24:0,
  804.                  from zm_rtp_source.cpp:20:
  805. zm_thread.h: In member function ‘void Thread::exit(int)’:
  806. zm_thread.h:209:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  807.          pthread_exit( (void *)status );
  808.                                ^
  809. mv -f .deps/zm_signal.Tpo .deps/zm_signal.Po
  810. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_stream.o -MD -MP -MF .deps/zm_stream.Tpo -c -o zm_stream.o zm_stream.cpp
  811. zm_sdp.cpp: In member function ‘AVFormatContext* SessionDescriptor::generateFormatContext() const’:
  812. zm_sdp.cpp:337:28: warning: ‘AVStream* av_new_stream(AVFormatContext*, int)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1713) [-Wdeprecated-declarations]
  813.          AVStream *stream = av_new_stream( formatContext, i );
  814.                             ^
  815. zm_sdp.cpp:337:60: warning: ‘AVStream* av_new_stream(AVFormatContext*, int)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1713) [-Wdeprecated-declarations]
  816.          AVStream *stream = av_new_stream( formatContext, i );
  817.                                                             ^
  818. mv -f .deps/zm_rtp_source.Tpo .deps/zm_rtp_source.Po
  819. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_thread.o -MD -MP -MF .deps/zm_thread.Tpo -c -o zm_thread.o zm_thread.cpp
  820. In file included from zm_rtsp.h:26:0,
  821.                  from zm_rtsp.cpp:24:
  822. zm_thread.h: In member function ‘void Thread::exit(int)’:
  823. zm_thread.h:209:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  824.          pthread_exit( (void *)status );
  825.                                ^
  826. mv -f .deps/zm_monitor.Tpo .deps/zm_monitor.Po
  827. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_time.o -MD -MP -MF .deps/zm_time.Tpo -c -o zm_time.o zm_time.cpp
  828. In file included from zm_thread.cpp:20:0:
  829. zm_thread.h: In member function ‘void Thread::exit(int)’:
  830. zm_thread.h:209:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  831.          pthread_exit( (void *)status );
  832.                                ^
  833. zm_thread.cpp: In static member function ‘static void* Thread::mThreadFunc(void*)’:
  834. zm_thread.cpp:264:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  835.          status = (void *)(thisPtr->run());
  836.                                          ^
  837. mv -f .deps/zm_time.Tpo .deps/zm_time.Po
  838. mv -f .deps/zm_sdp.Tpo .deps/zm_sdp.Po
  839. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_timer.o -MD -MP -MF .deps/zm_timer.Tpo -c -o zm_timer.o zm_timer.cpp
  840. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_user.o -MD -MP -MF .deps/zm_user.Tpo -c -o zm_user.o zm_user.cpp
  841. mv -f .deps/zm_thread.Tpo .deps/zm_thread.Po
  842. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zm_zone.o -MD -MP -MF .deps/zm_zone.Tpo -c -o zm_zone.o zm_zone.cpp
  843. mv -f .deps/zm_stream.Tpo .deps/zm_stream.Po
  844. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zma.o -MD -MP -MF .deps/zma.Tpo -c -o zma.o zma.cpp
  845. In file included from zm_timer.h:23:0,
  846.                  from zm_timer.cpp:20:
  847. zm_thread.h: In member function ‘void Thread::exit(int)’:
  848. zm_thread.h:209:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  849.          pthread_exit( (void *)status );
  850.                                ^
  851. zm_zone.cpp: In member function ‘bool Zone::CheckAlarms(const Image*)’:
  852. zm_zone.cpp:118:7: warning: variable ‘alarm’ set but not used [-Wunused-but-set-variable]
  853.   bool alarm = false;
  854.        ^
  855. mv -f .deps/zm_user.Tpo .deps/zm_user.Po
  856. mv -f .deps/zm_timer.Tpo .deps/zm_timer.Po
  857. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zmu.o -MD -MP -MF .deps/zmu.Tpo -c -o zmu.o zmu.cpp
  858. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zms.o -MD -MP -MF .deps/zms.Tpo -c -o zms.o zms.cpp
  859. mv -f .deps/zma.Tpo .deps/zma.Po
  860. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zmf.o -MD -MP -MF .deps/zmf.Tpo -c -o zmf.o zmf.cpp
  861. mv -f .deps/zm_rtsp.Tpo .deps/zm_rtsp.Po
  862. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zmstreamer.o -MD -MP -MF .deps/zmstreamer.Tpo -c -o zmstreamer.o zmstreamer.cpp
  863. mv -f .deps/zm_zone.Tpo .deps/zm_zone.Po
  864. g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -D__STDC_CONSTANT_MACROS  -D__STDC_CONSTANT_MACROS -MT zmfix.o -MD -MP -MF .deps/zmfix.Tpo -c -o zmfix.o zmfix.cpp
  865. mv -f .deps/zms.Tpo .deps/zms.Po
  866. g++  -D__STDC_CONSTANT_MACROS  -L/usr/lib -L/usr/lib/mysql -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/lib -L/usr/lib/mysql -o zmc zmc.o zm_box.o zm_buffer.o zm_camera.o zm_comms.o zm_config.o zm_coord.o zm.o zm_db.o zm_logger.o zm_event.o zm_exception.o zm_file_camera.o zm_ffmpeg_camera.o zm_image.o zm_jpeg.o zm_local_camera.o zm_monitor.o zm_ffmpeg.o zm_mpeg.o zm_poly.o zm_regexp.o zm_remote_camera.o zm_remote_camera_http.o zm_remote_camera_rtsp.o zm_rtp.o zm_rtp_ctrl.o zm_rtp_data.o zm_rtp_source.o zm_rtsp.o zm_sdp.o zm_signal.o zm_stream.o zm_thread.o zm_time.o zm_timer.o zm_user.o zm_utils.o zm_zone.o  -lz -lbz2 -lswscale -lavdevice -lavformat -lavcodec -lavutil -lx264 -lz -lpcre -lgcrypt -ldl -lpthread -ljpeg -lmysqlclient
  867. mv -f .deps/zmf.Tpo .deps/zmf.Po
  868. g++  -D__STDC_CONSTANT_MACROS  -L/usr/lib -L/usr/lib/mysql -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/lib -L/usr/lib/mysql -o zma zma.o zm_box.o zm_buffer.o zm_camera.o zm_comms.o zm_config.o zm_coord.o zm.o zm_db.o zm_logger.o zm_event.o zm_exception.o zm_file_camera.o zm_ffmpeg_camera.o zm_image.o zm_jpeg.o zm_local_camera.o zm_monitor.o zm_ffmpeg.o zm_mpeg.o zm_poly.o zm_regexp.o zm_remote_camera.o zm_remote_camera_http.o zm_remote_camera_rtsp.o zm_rtp.o zm_rtp_ctrl.o zm_rtp_data.o zm_rtp_source.o zm_rtsp.o zm_sdp.o zm_signal.o zm_stream.o zm_thread.o zm_time.o zm_timer.o zm_user.o zm_utils.o zm_zone.o  -lz -lbz2 -lswscale -lavdevice -lavformat -lavcodec -lavutil -lx264 -lz -lpcre -lgcrypt -ldl -lpthread -ljpeg -lmysqlclient
  869. mv -f .deps/zmu.Tpo .deps/zmu.Po
  870. g++  -D__STDC_CONSTANT_MACROS  -L/usr/lib -L/usr/lib/mysql -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/lib -L/usr/lib/mysql -o zms zms.o zm_box.o zm_buffer.o zm_camera.o zm_comms.o zm_config.o zm_coord.o zm.o zm_db.o zm_logger.o zm_event.o zm_exception.o zm_file_camera.o zm_ffmpeg_camera.o zm_image.o zm_jpeg.o zm_local_camera.o zm_monitor.o zm_ffmpeg.o zm_mpeg.o zm_poly.o zm_regexp.o zm_remote_camera.o zm_remote_camera_http.o zm_remote_camera_rtsp.o zm_rtp.o zm_rtp_ctrl.o zm_rtp_data.o zm_rtp_source.o zm_rtsp.o zm_sdp.o zm_signal.o zm_stream.o zm_thread.o zm_time.o zm_timer.o zm_user.o zm_utils.o zm_zone.o  -lz -lbz2 -lswscale -lavdevice -lavformat -lavcodec -lavutil -lx264 -lz -lpcre -lgcrypt -ldl -lpthread -ljpeg -lmysqlclient
  871. mv -f .deps/zmstreamer.Tpo .deps/zmstreamer.Po
  872. mv -f .deps/zmfix.Tpo .deps/zmfix.Po
  873. g++  -D__STDC_CONSTANT_MACROS  -L/usr/lib -L/usr/lib/mysql -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/lib -L/usr/lib/mysql -o zmf zmf.o zm_box.o zm_buffer.o zm_camera.o zm_comms.o zm_config.o zm_coord.o zm.o zm_db.o zm_logger.o zm_event.o zm_exception.o zm_file_camera.o zm_ffmpeg_camera.o zm_image.o zm_jpeg.o zm_local_camera.o zm_monitor.o zm_ffmpeg.o zm_mpeg.o zm_poly.o zm_regexp.o zm_remote_camera.o zm_remote_camera_http.o zm_remote_camera_rtsp.o zm_rtp.o zm_rtp_ctrl.o zm_rtp_data.o zm_rtp_source.o zm_rtsp.o zm_sdp.o zm_signal.o zm_stream.o zm_thread.o zm_time.o zm_timer.o zm_user.o zm_utils.o zm_zone.o  -lz -lbz2 -lswscale -lavdevice -lavformat -lavcodec -lavutil -lx264 -lz -lpcre -lgcrypt -ldl -lpthread -ljpeg -lmysqlclient
  874. g++  -D__STDC_CONSTANT_MACROS  -L/usr/lib -L/usr/lib/mysql -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/lib -L/usr/lib/mysql -o zmstreamer zmstreamer.o zm_box.o zm_buffer.o zm_camera.o zm_comms.o zm_config.o zm_coord.o zm.o zm_db.o zm_logger.o zm_event.o zm_exception.o zm_file_camera.o zm_ffmpeg_camera.o zm_image.o zm_jpeg.o zm_local_camera.o zm_monitor.o zm_ffmpeg.o zm_mpeg.o zm_poly.o zm_regexp.o zm_remote_camera.o zm_remote_camera_http.o zm_remote_camera_rtsp.o zm_rtp.o zm_rtp_ctrl.o zm_rtp_data.o zm_rtp_source.o zm_rtsp.o zm_sdp.o zm_signal.o zm_stream.o zm_thread.o zm_time.o zm_timer.o zm_user.o zm_utils.o zm_zone.o  -lz -lbz2 -lswscale -lavdevice -lavformat -lavcodec -lavutil -lx264 -lz -lpcre -lgcrypt -ldl -lpthread -ljpeg -lmysqlclient
  875. g++  -D__STDC_CONSTANT_MACROS  -L/usr/lib -L/usr/lib/mysql -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/lib -L/usr/lib/mysql -o zmfix zmfix.o zm_config.o zm_regexp.o zm_logger.o zm_utils.o zm_db.o zm.o  -lz -lbz2 -lswscale -lavdevice -lavformat -lavcodec -lavutil -lx264 -lz -lpcre -lgcrypt -ldl -lpthread -ljpeg -lmysqlclient
  876. g++  -D__STDC_CONSTANT_MACROS  -L/usr/lib -L/usr/lib/mysql -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/lib -L/usr/lib/mysql -o zmu zmu.o zm_box.o zm_buffer.o zm_camera.o zm_comms.o zm_config.o zm_coord.o zm.o zm_db.o zm_logger.o zm_event.o zm_exception.o zm_file_camera.o zm_ffmpeg_camera.o zm_image.o zm_jpeg.o zm_local_camera.o zm_monitor.o zm_ffmpeg.o zm_mpeg.o zm_poly.o zm_regexp.o zm_remote_camera.o zm_remote_camera_http.o zm_remote_camera_rtsp.o zm_rtp.o zm_rtp_ctrl.o zm_rtp_data.o zm_rtp_source.o zm_rtsp.o zm_sdp.o zm_signal.o zm_stream.o zm_thread.o zm_time.o zm_timer.o zm_user.o zm_utils.o zm_zone.o  -lz -lbz2 -lswscale -lavdevice -lavformat -lavcodec -lavutil -lx264 -lz -lpcre -lgcrypt -ldl -lpthread -ljpeg -lmysqlclient
  877. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/src'
  878. Making all in web
  879. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web'
  880. Making all in ajax
  881. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/ajax'
  882. make[3]: Nothing to be done for `all'.
  883. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/ajax'
  884. Making all in css
  885. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/css'
  886. make[3]: Nothing to be done for `all'.
  887. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/css'
  888. Making all in graphics
  889. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/graphics'
  890. make[3]: Nothing to be done for `all'.
  891. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/graphics'
  892. Making all in includes
  893. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/includes'
  894. make[3]: Nothing to be done for `all'.
  895. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/includes'
  896. Making all in js
  897. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/js'
  898. make[3]: Nothing to be done for `all'.
  899. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/js'
  900. Making all in lang
  901. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/lang'
  902. make[3]: Nothing to be done for `all'.
  903. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/lang'
  904. Making all in skins
  905. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins'
  906. Making all in classic
  907. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic'
  908. Making all in ajax
  909. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/ajax'
  910. make[5]: Nothing to be done for `all'.
  911. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/ajax'
  912. Making all in css
  913. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/css'
  914. make[5]: Nothing to be done for `all'.
  915. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/css'
  916. Making all in graphics
  917. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/graphics'
  918. make[5]: Nothing to be done for `all'.
  919. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/graphics'
  920. Making all in includes
  921. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/includes'
  922. make[5]: Nothing to be done for `all'.
  923. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/includes'
  924. Making all in js
  925. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/js'
  926. make[5]: Nothing to be done for `all'.
  927. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/js'
  928. Making all in lang
  929. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/lang'
  930. make[5]: Nothing to be done for `all'.
  931. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/lang'
  932. Making all in views
  933. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views'
  934. Making all in css
  935. make[6]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views/css'
  936. make[6]: Nothing to be done for `all'.
  937. make[6]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views/css'
  938. Making all in js
  939. make[6]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views/js'
  940. make[6]: Nothing to be done for `all'.
  941. make[6]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views/js'
  942. make[6]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views'
  943. make[6]: Nothing to be done for `all-am'.
  944. make[6]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views'
  945. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views'
  946. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic'
  947. make[5]: Nothing to be done for `all-am'.
  948. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic'
  949. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic'
  950. Making all in mobile
  951. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile'
  952. Making all in ajax
  953. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/ajax'
  954. make[5]: Nothing to be done for `all'.
  955. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/ajax'
  956. Making all in css
  957. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/css'
  958. make[5]: Nothing to be done for `all'.
  959. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/css'
  960. Making all in graphics
  961. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/graphics'
  962. make[5]: Nothing to be done for `all'.
  963. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/graphics'
  964. Making all in includes
  965. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/includes'
  966. make[5]: Nothing to be done for `all'.
  967. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/includes'
  968. Making all in lang
  969. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/lang'
  970. make[5]: Nothing to be done for `all'.
  971. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/lang'
  972. Making all in views
  973. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views'
  974. Making all in css
  975. make[6]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views/css'
  976. make[6]: Nothing to be done for `all'.
  977. make[6]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views/css'
  978. make[6]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views'
  979. make[6]: Nothing to be done for `all-am'.
  980. make[6]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views'
  981. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views'
  982. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile'
  983. make[5]: Nothing to be done for `all-am'.
  984. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile'
  985. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile'
  986. Making all in xml
  987. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml'
  988. Making all in includes
  989. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/includes'
  990. make[5]: Nothing to be done for `all'.
  991. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/includes'
  992. Making all in views
  993. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/views'
  994. make[6]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/views'
  995. make[6]: Nothing to be done for `all-am'.
  996. make[6]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/views'
  997. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/views'
  998. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml'
  999. make[5]: Nothing to be done for `all-am'.
  1000. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml'
  1001. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml'
  1002. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins'
  1003. make[4]: Nothing to be done for `all-am'.
  1004. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins'
  1005. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins'
  1006. Making all in tools
  1007. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools'
  1008. Making all in mootools
  1009. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools/mootools'
  1010. make[4]: Nothing to be done for `all'.
  1011. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools/mootools'
  1012. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools'
  1013. make[4]: Nothing to be done for `all-am'.
  1014. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools'
  1015. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools'
  1016. Making all in views
  1017. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/views'
  1018. make[3]: Nothing to be done for `all'.
  1019. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/views'
  1020. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web'
  1021. make[3]: Nothing to be done for `all-am'.
  1022. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web'
  1023. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web'
  1024. Making all in scripts
  1025. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts'
  1026. Making all in .
  1027. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts'
  1028. make[3]: Nothing to be done for `all-am'.
  1029. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts'
  1030. Making all in ZoneMinder
  1031. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts/ZoneMinder'
  1032. Skip blib/lib/ZoneMinder/Control/Ncs370.pm (unchanged)
  1033. Skip blib/lib/ZoneMinder/Trigger/Connection.pm (unchanged)
  1034. Skip blib/lib/ZoneMinder/Memory/Shared.pm (unchanged)
  1035. Skip blib/lib/ZoneMinder/Trigger/Channel/Serial.pm (unchanged)
  1036. Skip blib/lib/ZoneMinder.pm (unchanged)
  1037. Skip blib/lib/ZoneMinder/Config.pm (unchanged)
  1038. Skip blib/lib/ZoneMinder/Control/mjpgStreamer.pm (unchanged)
  1039. Skip blib/lib/ZoneMinder/Base.pm (unchanged)
  1040. Skip blib/lib/ZoneMinder/Control/PanasonicIP.pm (unchanged)
  1041. Skip blib/lib/ZoneMinder/Trigger/Channel/Unix.pm (unchanged)
  1042. Skip blib/lib/ZoneMinder/Control/AxisV2.pm (unchanged)
  1043. Skip blib/lib/ZoneMinder/Memory/Mapped.pm (unchanged)
  1044. Skip blib/lib/ZoneMinder/Trigger/Channel.pm (unchanged)
  1045. Skip blib/lib/ZoneMinder/Memory.pm (unchanged)
  1046. Skip blib/lib/ZoneMinder/Trigger/Channel/File.pm (unchanged)
  1047. Skip blib/lib/ZoneMinder/ConfigData.pm (unchanged)
  1048. Skip blib/lib/ZoneMinder/Database.pm (unchanged)
  1049. Skip blib/lib/ZoneMinder/Control/Visca.pm (unchanged)
  1050. Skip blib/lib/ZoneMinder/Control/PelcoD.pm (unchanged)
  1051. Skip blib/lib/ZoneMinder/Logger.pm (unchanged)
  1052. Skip blib/lib/ZoneMinder/Trigger/Channel/Inet.pm (unchanged)
  1053. Skip blib/lib/ZoneMinder/Trigger/Channel/Spawning.pm (unchanged)
  1054. Skip blib/lib/ZoneMinder/Trigger/Connection/Example.pm (unchanged)
  1055. Skip blib/lib/ZoneMinder/Control.pm (unchanged)
  1056. Skip blib/lib/ZoneMinder/General.pm (unchanged)
  1057. Skip blib/lib/ZoneMinder/Trigger/Channel/Handle.pm (unchanged)
  1058. Skip blib/lib/ZoneMinder/ConfigAdmin.pm (unchanged)
  1059. Manifying blib/man3/ZoneMinder::Trigger::Connection.3pm
  1060. Manifying blib/man3/ZoneMinder::Control::Ncs370.3pm
  1061. Manifying blib/man3/ZoneMinder::Trigger::Channel::Serial.3pm
  1062. Manifying blib/man3/ZoneMinder.3pm
  1063. Manifying blib/man3/ZoneMinder::Config.3pm
  1064. Manifying blib/man3/ZoneMinder::Control::mjpgStreamer.3pm
  1065. Manifying blib/man3/ZoneMinder::Control::PanasonicIP.3pm
  1066. Manifying blib/man3/ZoneMinder::Base.3pm
  1067. Manifying blib/man3/ZoneMinder::Trigger::Channel::Unix.3pm
  1068. Manifying blib/man3/ZoneMinder::Control::AxisV2.3pm
  1069. Manifying blib/man3/ZoneMinder::Trigger::Channel.3pm
  1070. Manifying blib/man3/ZoneMinder::Memory.3pm
  1071. Manifying blib/man3/ZoneMinder::Trigger::Channel::File.3pm
  1072. Manifying blib/man3/ZoneMinder::Database.3pm
  1073. Manifying blib/man3/ZoneMinder::ConfigData.3pm
  1074. Manifying blib/man3/ZoneMinder::Control::PelcoD.3pm
  1075. Manifying blib/man3/ZoneMinder::Control::Visca.3pm
  1076. Manifying blib/man3/ZoneMinder::Trigger::Channel::Inet.3pm
  1077. Manifying blib/man3/ZoneMinder::Logger.3pm
  1078. Manifying blib/man3/ZoneMinder::Trigger::Connection::Example.3pm
  1079. Manifying blib/man3/ZoneMinder::Trigger::Channel::Spawning.3pm
  1080. Manifying blib/man3/ZoneMinder::Control.3pm
  1081. Manifying blib/man3/ZoneMinder::General.3pm
  1082. Manifying blib/man3/ZoneMinder::Trigger::Channel::Handle.3pm
  1083. Manifying blib/man3/ZoneMinder::ConfigAdmin.3pm
  1084. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts/ZoneMinder'
  1085. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts'
  1086. Making all in db
  1087. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/db'
  1088. make[2]: Nothing to be done for `all'.
  1089. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/db'
  1090. Making all in misc
  1091. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/misc'
  1092. make[2]: Nothing to be done for `all'.
  1093. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/misc'
  1094. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0'
  1095. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0'
  1096. make[1]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0'
  1097. Making install in src
  1098. make[1]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/src'
  1099. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/src'
  1100. test -z "/usr/bin" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/usr/bin"
  1101. make[2]: Nothing to be done for `install-data-am'.
  1102.   /usr/bin/install -c zmc zma zmu zms zmf zmstreamer zmfix '/home/svine/aur/zoneminder/pkg/zoneminder/usr/bin'
  1103. make  install-exec-hook
  1104. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/src'
  1105. ( cd /home/svine/aur/zoneminder/pkg/zoneminder/usr/bin; mkdir -p /home/svine/aur/zoneminder/pkg/zoneminder/srv/http/cgi-bin; mv zms /home/svine/aur/zoneminder/pkg/zoneminder/srv/http/cgi-bin )
  1106. ( cd /home/svine/aur/zoneminder/pkg/zoneminder/srv/http/cgi-bin; chown http:http zms; ln -f zms nph-zms )
  1107. ( cd /home/svine/aur/zoneminder/pkg/zoneminder/usr/bin; chmod u+s zmfix )
  1108. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/src'
  1109. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/src'
  1110. make[1]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/src'
  1111. Making install in web
  1112. make[1]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web'
  1113. Making install in ajax
  1114. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/ajax'
  1115. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/ajax'
  1116. make[3]: Nothing to be done for `install-exec-am'.
  1117. test -z "/srv/http/zoneminder/ajax" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/ajax"
  1118.  /usr/bin/install -c -m 644 alarm.php control.php event.php log.php status.php stream.php zone.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/ajax'
  1119. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/ajax'
  1120. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/ajax'
  1121. Making install in css
  1122. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/css'
  1123. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/css'
  1124. make[3]: Nothing to be done for `install-exec-am'.
  1125. test -z "/srv/http/zoneminder/css" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/css"
  1126. /usr/bin/install -c -m 644 reset.css spinner.css overlay.css '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/css'
  1127. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/css'
  1128. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/css'
  1129. Making install in graphics
  1130. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/graphics'
  1131. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/graphics'
  1132. make[3]: Nothing to be done for `install-exec-am'.
  1133. test -z "/srv/http/zoneminder/graphics" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/graphics"
  1134.  /usr/bin/install -c -m 644 favicon.ico spinner.gif transparent.gif '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/graphics'
  1135. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/graphics'
  1136. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/graphics'
  1137. Making install in includes
  1138. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/includes'
  1139. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/includes'
  1140. make[3]: Nothing to be done for `install-exec-am'.
  1141. test -z "/srv/http/zoneminder/includes" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/includes"
  1142. test -z "/srv/http/zoneminder/includes" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/includes"
  1143. /usr/bin/install -c -m 644 actions.php database.php functions.php control_functions.php lang.php logger.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/includes'
  1144. /usr/bin/install -c -m 644 config.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/includes'
  1145. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/includes'
  1146. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/includes'
  1147. Making install in js
  1148. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/js'
  1149. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/js'
  1150. make[3]: Nothing to be done for `install-exec-am'.
  1151. test -z "/srv/http/zoneminder/js" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/js"
  1152.  /usr/bin/install -c -m 644 logger.js overlay.js mootools.ext.js '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/js'
  1153. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/js'
  1154. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/js'
  1155. Making install in lang
  1156. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/lang'
  1157. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/lang'
  1158. make[3]: Nothing to be done for `install-exec-am'.
  1159. test -z "/srv/http/zoneminder/lang" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/lang"
  1160. /usr/bin/install -c -m 644 big5_big5.php cn_zh.php cs_cz.php de_de.php dk_dk.php et_ee.php en_gb.php en_us.php es_ar.php fr_fr.php he_il.php hu_hu.php it_it.php ja_jp.php nl_nl.php pl_pl.php pt_br.php ro_ro.php ru_ru.php se_se.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/lang'
  1161. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/lang'
  1162. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/lang'
  1163. Making install in skins
  1164. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins'
  1165. Making install in classic
  1166. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic'
  1167. Making install in ajax
  1168. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/ajax'
  1169. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/ajax'
  1170. make[5]: Nothing to be done for `install-exec-am'.
  1171. test -z "/srv/http/zoneminder/skins/classic/ajax" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/ajax"
  1172. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/ajax'
  1173. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/ajax'
  1174. Making install in css
  1175. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/css'
  1176. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/css'
  1177. make[5]: Nothing to be done for `install-exec-am'.
  1178. test -z "/srv/http/zoneminder/skins/classic/css" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/css"
  1179. /usr/bin/install -c -m 644 skin.css control.css export.css '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/css'
  1180. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/css'
  1181. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/css'
  1182. Making install in graphics
  1183. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/graphics'
  1184. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/graphics'
  1185. make[5]: Nothing to be done for `install-exec-am'.
  1186. test -z "/srv/http/zoneminder/skins/classic/graphics" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/graphics"
  1187.  /usr/bin/install -c -m 644 arrow-d.gif arrow-dl.gif arrow-dr.gif arrow-l-d.gif arrow-l.gif arrow-l-u.gif arrow-r.gif arrow-s-d.gif arrow-s-u.gif arrow-u.gif arrow-ul.gif arrow-ur.gif center.gif point-g.gif point-o.gif point-r.gif seq-d.gif seq-u.gif '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/graphics'
  1188. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/graphics'
  1189. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/graphics'
  1190. Making install in includes
  1191. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/includes'
  1192. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/includes'
  1193. make[5]: Nothing to be done for `install-exec-am'.
  1194. test -z "/srv/http/zoneminder/skins/classic/includes" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/includes"
  1195. /usr/bin/install -c -m 644 init.php config.php functions.php control_functions.php export_functions.php timeline_functions.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/includes'
  1196. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/includes'
  1197. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/includes'
  1198. Making install in js
  1199. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/js'
  1200. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/js'
  1201. make[5]: Nothing to be done for `install-exec-am'.
  1202. test -z "/srv/http/zoneminder/skins/classic/js" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/js"
  1203.  /usr/bin/install -c -m 644 skin.js skin.js.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/js'
  1204. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/js'
  1205. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/js'
  1206. Making install in lang
  1207. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/lang'
  1208. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/lang'
  1209. make[5]: Nothing to be done for `install-exec-am'.
  1210. test -z "/srv/http/zoneminder/skins/classic/lang" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/lang"
  1211. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/lang'
  1212. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/lang'
  1213. Making install in views
  1214. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views'
  1215. Making install in css
  1216. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views/css'
  1217. make[6]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views/css'
  1218. make[6]: Nothing to be done for `install-exec-am'.
  1219. test -z "/srv/http/zoneminder/skins/classic/views/css" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/views/css"
  1220. /usr/bin/install -c -m 644 console.css controlcaps.css control.css devices.css event.css events.css export.css filter.css frame.css frames.css groups.css log.css monitor.css montage_2wide.css montage_3wide50enlarge.css montage_3wide.css montage_4wide.css montage.css montage_freeform.css options.css stats.css timeline.css timeline.css.php video.css watch.css zone.css '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/views/css'
  1221. make[6]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views/css'
  1222. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views/css'
  1223. Making install in js
  1224. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views/js'
  1225. make[6]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views/js'
  1226. make[6]: Nothing to be done for `install-exec-am'.
  1227. test -z "/srv/http/zoneminder/skins/classic/views/js" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/views/js"
  1228.  /usr/bin/install -c -m 644 console.js console.js.php control.js controlpreset.js controlpreset.js.php cycle.js cycle.js.php devices.js donate.js donate.js.php event.js event.js.php events.js events.js.php export.js export.js.php filter.js filter.js.php group.js groups.js log.js login.js Makefile.am monitor.js monitor.js.php monitorpreset.js monitorprobe.js montage.js montage.js.php options.js.php postlogin.js state.js state.js.php timeline.js timeline.js.php user.js version.js version.js.php video.js video.js.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/views/js'
  1229.  /usr/bin/install -c -m 644 watch.js watch.js.php zone.js zone.js.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/views/js'
  1230. make[6]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views/js'
  1231. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views/js'
  1232. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views'
  1233. make[6]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views'
  1234. make[6]: Nothing to be done for `install-exec-am'.
  1235. test -z "/srv/http/zoneminder/skins/classic/views" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/views"
  1236. /usr/bin/install -c -m 644 bandwidth.php blank.php console.php controlcap.php controlcaps.php control.php controlpreset.php cycle.php device.php devices.php donate.php error.php eventdetail.php event.php events.php export.php filter.php filtersave.php frame.php frames.php function.php group.php groups.php log.php login.php logout.php Makefile.am monitor.php monitorpreset.php monitorprobe.php montage.php none.php optionhelp.php options.php postlogin.php settings.php state.php stats.php status.php timeline.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/views'
  1237. /usr/bin/install -c -m 644 user.php version.php video.php watch.php zone.php zones.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic/views'
  1238. make[6]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views'
  1239. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views'
  1240. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic/views'
  1241. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic'
  1242. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic'
  1243. make[5]: Nothing to be done for `install-exec-am'.
  1244. test -z "/srv/http/zoneminder/skins/classic" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic"
  1245. /usr/bin/install -c -m 644 skin.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/classic'
  1246. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic'
  1247. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic'
  1248. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/classic'
  1249. Making install in mobile
  1250. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile'
  1251. Making install in ajax
  1252. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/ajax'
  1253. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/ajax'
  1254. make[5]: Nothing to be done for `install-exec-am'.
  1255. test -z "/srv/http/zoneminder/skins/mobile/ajax" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile/ajax"
  1256. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/ajax'
  1257. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/ajax'
  1258. Making install in css
  1259. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/css'
  1260. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/css'
  1261. make[5]: Nothing to be done for `install-exec-am'.
  1262. test -z "/srv/http/zoneminder/skins/mobile/css" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile/css"
  1263. /usr/bin/install -c -m 644 skin.css '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile/css'
  1264. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/css'
  1265. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/css'
  1266. Making install in graphics
  1267. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/graphics'
  1268. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/graphics'
  1269. make[5]: Nothing to be done for `install-exec-am'.
  1270. test -z "/srv/http/zoneminder/skins/mobile/graphics" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile/graphics"
  1271. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/graphics'
  1272. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/graphics'
  1273. Making install in includes
  1274. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/includes'
  1275. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/includes'
  1276. make[5]: Nothing to be done for `install-exec-am'.
  1277. test -z "/srv/http/zoneminder/skins/mobile/includes" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile/includes"
  1278. /usr/bin/install -c -m 644 init.php config.php functions.php control_functions.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile/includes'
  1279. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/includes'
  1280. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/includes'
  1281. Making install in lang
  1282. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/lang'
  1283. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/lang'
  1284. make[5]: Nothing to be done for `install-exec-am'.
  1285. test -z "/srv/http/zoneminder/skins/mobile/lang" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile/lang"
  1286. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/lang'
  1287. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/lang'
  1288. Making install in views
  1289. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views'
  1290. Making install in css
  1291. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views/css'
  1292. make[6]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views/css'
  1293. make[6]: Nothing to be done for `install-exec-am'.
  1294. test -z "/srv/http/zoneminder/skins/mobile/views/css" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile/views/css"
  1295.  /usr/bin/install -c -m 644 console.css '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile/views/css'
  1296. make[6]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views/css'
  1297. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views/css'
  1298. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views'
  1299. make[6]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views'
  1300. make[6]: Nothing to be done for `install-exec-am'.
  1301. test -z "/srv/http/zoneminder/skins/mobile/views" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile/views"
  1302. /usr/bin/install -c -m 644 console.php devices.php error.php eventdetails.php event.php events.php filter.php frame.php function.php login.php montage.php state.php video.php watch.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile/views'
  1303. make[6]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views'
  1304. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views'
  1305. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile/views'
  1306. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile'
  1307. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile'
  1308. make[5]: Nothing to be done for `install-exec-am'.
  1309. test -z "/srv/http/zoneminder/skins/mobile" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile"
  1310. /usr/bin/install -c -m 644 skin.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/mobile'
  1311. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile'
  1312. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile'
  1313. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/mobile'
  1314. Making install in xml
  1315. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml'
  1316. Making install in includes
  1317. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/includes'
  1318. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/includes'
  1319. make[5]: Nothing to be done for `install-exec-am'.
  1320. test -z "/srv/http/zoneminder/skins/xml/includes" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/xml/includes"
  1321.  /usr/bin/install -c -m 644 init.php config.php functions.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/xml/includes'
  1322. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/includes'
  1323. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/includes'
  1324. Making install in views
  1325. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/views'
  1326. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/views'
  1327. make[6]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/views'
  1328. make[6]: Nothing to be done for `install-exec-am'.
  1329. test -z "/srv/http/zoneminder/skins/xml/views" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/xml/views"
  1330.  /usr/bin/install -c -m 644 console.php actions.php none.php notfound.png '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/xml/views'
  1331. make[6]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/views'
  1332. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/views'
  1333. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml/views'
  1334. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml'
  1335. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml'
  1336. make[5]: Nothing to be done for `install-exec-am'.
  1337. test -z "/srv/http/zoneminder/skins/xml" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/xml"
  1338.  /usr/bin/install -c -m 644 skin.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/skins/xml'
  1339. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml'
  1340. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml'
  1341. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins/xml'
  1342. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins'
  1343. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins'
  1344. make[4]: Nothing to be done for `install-exec-am'.
  1345. make[4]: Nothing to be done for `install-data-am'.
  1346. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins'
  1347. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins'
  1348. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/skins'
  1349. Making install in tools
  1350. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools'
  1351. Making install in mootools
  1352. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools/mootools'
  1353. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools/mootools'
  1354. make[4]: Nothing to be done for `install-exec-am'.
  1355. test -z "/srv/http/zoneminder/tools/mootools" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/tools/mootools"
  1356.  /usr/bin/install -c -m 644 mootools-core-1.3.2-nc.js mootools-core-1.3.2-yc.js mootools-more-1.3.2.1-nc.js mootools-more-1.3.2.1-yc.js '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/tools/mootools'
  1357. make  install-data-hook
  1358. make[5]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools/mootools'
  1359. ( cd /home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/tools/mootools; rm -f mootools-core.js mootools-more.js )
  1360. ( cd /home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/tools/mootools; ln -s mootools-core-1.3.2-yc.js mootools-core.js )
  1361. ( cd /home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/tools/mootools; ln -s mootools-more-1.3.2.1-yc.js mootools-more.js )
  1362. make[5]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools/mootools'
  1363. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools/mootools'
  1364. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools/mootools'
  1365. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools'
  1366. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools'
  1367. make[4]: Nothing to be done for `install-exec-am'.
  1368. make[4]: Nothing to be done for `install-data-am'.
  1369. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools'
  1370. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools'
  1371. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/tools'
  1372. Making install in views
  1373. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/views'
  1374. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/views'
  1375. make[3]: Nothing to be done for `install-exec-am'.
  1376. test -z "/srv/http/zoneminder/views" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/views"
  1377.  /usr/bin/install -c -m 644 file.php image.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder/views'
  1378. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/views'
  1379. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web/views'
  1380. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web'
  1381. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web'
  1382. make[3]: Nothing to be done for `install-exec-am'.
  1383. test -z "/srv/http/zoneminder" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder"
  1384. /usr/bin/install -c -m 644 index.php '/home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder'
  1385. make  install-data-hook
  1386. make[4]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web'
  1387. ( cd /home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder; chown http:http index.php )
  1388. ( cd /home/svine/aur/zoneminder/pkg/zoneminder/srv/http/zoneminder; chown -R http:http ajax css graphics includes js lang skins tools views )
  1389. make[4]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web'
  1390. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web'
  1391. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web'
  1392. make[1]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/web'
  1393. Making install in scripts
  1394. make[1]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts'
  1395. Making install in .
  1396. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts'
  1397. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts'
  1398. test -z "/usr/bin" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/usr/bin"
  1399. make[3]: Nothing to be done for `install-data-am'.
  1400.  /usr/bin/install -c zmdc.pl zmaudit.pl zmfilter.pl zmtrigger.pl zmx10.pl zmwatch.pl zmpkg.pl zmupdate.pl zmvideo.pl zmcontrol.pl zmtrack.pl '/home/svine/aur/zoneminder/pkg/zoneminder/usr/bin'
  1401. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts'
  1402. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts'
  1403. Making install in ZoneMinder
  1404. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts/ZoneMinder'
  1405. Appending installation info to /home/svine/aur/zoneminder/pkg/zoneminder/usr/lib/perl5/core_perl/perllocal.pod
  1406. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder.pm
  1407. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Control.pm
  1408. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Memory.pm
  1409. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Database.pm
  1410. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/ConfigData.pm
  1411. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/General.pm
  1412. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Base.pm
  1413. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/ConfigAdmin.pm
  1414. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Logger.pm
  1415. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Config.pm
  1416. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Trigger/Connection.pm
  1417. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Trigger/Channel.pm
  1418. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Trigger/Connection/Example.pm
  1419. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Trigger/Channel/Handle.pm
  1420. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Trigger/Channel/Serial.pm
  1421. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Trigger/Channel/Unix.pm
  1422. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Trigger/Channel/Inet.pm
  1423. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Trigger/Channel/File.pm
  1424. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Trigger/Channel/Spawning.pm
  1425. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Control/mjpgStreamer.pm
  1426. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Control/PanasonicIP.pm
  1427. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Control/AxisV2.pm
  1428. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Control/PelcoD.pm
  1429. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Control/Visca.pm
  1430. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Control/Ncs370.pm
  1431. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Memory/Shared.pm
  1432. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/perl5/site_perl/ZoneMinder/Memory/Mapped.pm
  1433. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Trigger::Channel::Serial.3pm
  1434. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Trigger::Connection.3pm
  1435. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Logger.3pm
  1436. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Control::PelcoD.3pm
  1437. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Trigger::Connection::Example.3pm
  1438. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder.3pm
  1439. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Trigger::Channel::Spawning.3pm
  1440. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Trigger::Channel.3pm
  1441. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Memory.3pm
  1442. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Control::PanasonicIP.3pm
  1443. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::ConfigData.3pm
  1444. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Control::Ncs370.3pm
  1445. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Base.3pm
  1446. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Trigger::Channel::File.3pm
  1447. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::General.3pm
  1448. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Trigger::Channel::Unix.3pm
  1449. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Control::mjpgStreamer.3pm
  1450. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Trigger::Channel::Inet.3pm
  1451. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Control.3pm
  1452. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Config.3pm
  1453. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Control::Visca.3pm
  1454. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::ConfigAdmin.3pm
  1455. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Database.3pm
  1456. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Trigger::Channel::Handle.3pm
  1457. Installing /home/svine/aur/zoneminder/pkg/zoneminder/usr/share/man/man3/ZoneMinder::Control::AxisV2.3pm
  1458. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts/ZoneMinder'
  1459. make[1]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/scripts'
  1460. Making install in db
  1461. make[1]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/db'
  1462. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/db'
  1463. make[2]: Nothing to be done for `install-exec-am'.
  1464. make[2]: Nothing to be done for `install-data-am'.
  1465. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/db'
  1466. make[1]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/db'
  1467. Making install in misc
  1468. make[1]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/misc'
  1469. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/misc'
  1470. make[2]: Nothing to be done for `install-exec-am'.
  1471. make[2]: Nothing to be done for `install-data-am'.
  1472. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/misc'
  1473. make[1]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0/misc'
  1474. make[1]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0'
  1475. make[2]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0'
  1476. test -z "/etc" || /usr/bin/mkdir -p "/home/svine/aur/zoneminder/pkg/zoneminder/etc"
  1477. make  install-data-hook
  1478. make[3]: Entering directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0'
  1479. ( cd /home/svine/aur/zoneminder/pkg/zoneminder/etc; chown http:http zm.conf; chmod 600 zm.conf )
  1480. chown: cannot access ‘zm.conf’: No such file or directory
  1481. chmod: cannot access ‘zm.conf’: No such file or directory
  1482. make[3]: *** [install-data-hook] Error 1
  1483. make[3]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0'
  1484. make[2]: *** [install-data-am] Error 2
  1485. make[2]: *** Waiting for unfinished jobs....
  1486. /usr/bin/install -c -m 644 zm.conf '/home/svine/aur/zoneminder/pkg/zoneminder/etc'
  1487. make[2]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0'
  1488. make[1]: *** [install-am] Error 2
  1489. make[1]: Leaving directory `/home/svine/aur/zoneminder/src/ZoneMinder-1.25.0'
  1490. make: *** [install-recursive] Error 1
  1491. ==> ERROR:(B A failure occurred in package().(B
  1492.     Aborting...(B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement