Package Details: zoneminder 1.36.35-1

Git Clone URL: https://aur.archlinux.org/zoneminder.git (read-only, click to copy)
Package Base: zoneminder
Description: A full-featured, open source, state-of-the-art video surveillance software system
Upstream URL: https://zoneminder.com/
Keywords: camera cctv monitor record security surveillance video zoneminder
Licenses: GPL-2.0-only
Submitter: None
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 72
Popularity: 0.52
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2024-10-22 17:14 (UTC)

Latest Comments

« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 41 42 .. 63 Next › Last »

jstenback commented on 2017-06-09 03:11 (UTC)

Rebuilding perl-sys-mmap locally seems to have resolved the issue for me.

mesmer commented on 2017-06-05 10:51 (UTC)

@dantob strange, i build susseful, can't reproduce your error,i'll ser the error with care tonight

dantob commented on 2017-06-03 10:31 (UTC) (edited on 2017-06-14 12:05 (UTC) by dantob)

Has anybody managed to get any of the current zoneminder releases to compile successfully?; ie 1.30.2, 1.30.3, 1.30.4 -- ZoneMinder configuration generator completed successfully -- Configuring incomplete, errors occurred! See also "/tmp/zoneminder/src/ZoneMinder-1.30.4/CMakeFiles/CMakeOutput.log". [daniel@i686-build zoneminder]$ cat src/ZoneMinder-1.30.4/CMakeFiles -- /CMakeError.log Determining if the include file gnutls/openssl.h exists failed with the following output: Change Dir: /tmp/zoneminder/src/ZoneMinder-1.30.2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_4407c/fast" /usr/bin/make -f CMakeFiles/cmTC_4407c.dir/build.make CMakeFiles/cmTC_4407c.dir/build make[1]: Entering directory '/tmp/zoneminder/src/ZoneMinder-1.30.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4407c.dir/CheckIncludeFile.c.o /usr/lib/hardening-wrapper/bin/cc -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -o CMakeFiles/cmTC_4407c.dir/CheckIncludeFile.c.o -c /tmp/zoneminder/src/ZoneMinder-1.30.2/CMakeFiles/CMakeTmp/CheckIncludeFile.c /tmp/zoneminder/src/ZoneMinder-1.30.2/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:28: fatal error: gnutls/openssl.h: No such file or directory #include <gnutls/openssl.h> ^ compilation terminated. make[1]: *** [CMakeFiles/cmTC_4407c.dir/build.make:66: CMakeFiles/cmTC_4407c.dir/CheckIncludeFile.c.o] Error 1 make[1]: Leaving directory '/tmp/zoneminder/src/ZoneMinder-1.30.2/CMakeFiles/CMakeTmp' make: *** [Makefile:126: cmTC_4407c/fast] Error 2 -- and this error goes away after rebuilding gnutls with '--enable-openssl-compatibility' but the build still fails in the same place

bachler commented on 2017-05-09 08:36 (UTC)

I have made changes to the PKGBUILD to apply the patch that adam900710 suggested, this works for me. I emailed the package maintainer 9 April, and since I got a another problem with this package today, I thought this might save someone some trouble... Get it here: https://github.com/drbachler/aur-zoneminder

adam900710 commented on 2017-03-12 14:14 (UTC)

Fix submitted for the compile error: https://github.com/ZoneMinder/ZoneMinder/pull/1806 Which should be good and small enough as a patch for current stable release.

adam900710 commented on 2017-03-12 11:37 (UTC) (edited on 2017-03-12 12:16 (UTC) by adam900710)

Failed to build, gcc reports error: In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed/limits.h:168:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed/limits.h:34, from /usr/include/zconf.h:418, from /usr/include/zlib.h:34, from /tmp/yaourt-tmp-adam/aur-zoneminder/src/ZoneMinder-1.30.0/src/zm_image.h:38, from /tmp/yaourt-tmp-adam/aur-zoneminder/src/ZoneMinder-1.30.0/src/zm_camera.h:26, from /tmp/yaourt-tmp-adam/aur-zoneminder/src/ZoneMinder-1.30.0/src/zm_camera.cpp:21: /tmp/yaourt-tmp-adam/aur-zoneminder/src/ZoneMinder-1.30.0/src/zm_image.h:125:25: error: expected identifier before numeric constant enum { CHAR_HEIGHT=11, CHAR_WIDTH=6 }; ^ The problem seems to be the public: label just before that line. Although the public: lable seems fine for C++, maybe something wrong makes compiler to thing it as plain C?

francisuk1989 commented on 2017-03-06 11:06 (UTC) (edited on 2017-03-06 11:07 (UTC) by francisuk1989)

Would love to see a Beta release :) https://github.com/ZoneMinder/ZoneMinder/archive/1.30.2-rc.1.tar.gz

Linuts commented on 2017-02-24 04:12 (UTC)

If you want to fix errors in zmtelemetry.pl and zmonvif-probe.pl, just run this: cpan -T IO::Socket::Multicast SOAP::WSDL::Transport::HTTP Data::Dump Class::Std::Fast Data::UUID LWP::Protocol::https Sys::MemInfo Sys::CPU Device::SerialPort also to fix the api, open /etc/httpd/conf/extra/httpd-zoneminder.conf and change: <Directory "/srv/http/zoneminder"> ... AllowOverride None ... </Directory> TO: <Directory "/srv/http/zoneminder"> ... AllowOverride All ... </Directory>

lonaowna commented on 2016-10-10 15:42 (UTC) (edited on 2016-10-10 15:43 (UTC) by lonaowna)

Thanks for updating to 1.30. Please add the following new dependencies: perl-sys-cpu, perl-sys-meminfo. Some of the tools will not run without.