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.018951
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2024-10-22 17:14 (UTC)

Dependencies (45)

Sources (8)

Latest Comments

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

jayray commented on 2017-06-17 00:25 (UTC) (edited on 2017-06-17 00:46 (UTC) by jayray)

Really broke now.. new SSL and this bug from a few months ago: perl -pi -e 's/CHAR_HEIGHT/ZM_CHAR_HEIGHT/' src/zm_image.* perl -pi -e 's/CHAR_WIDTH/ZM_CHAR_WIDTH/' src/zm_image.* Still will not compile.. /ZoneMinder-1.30.0/src/zm_image.cpp:1632:57: error: call of overloaded ‘abs(unsigned int)’ is ambiguous !!deleting the line fixes it sed -i.bak -e '1632d' /src/zm_image.cpp

mesmer commented on 2017-06-14 12:41 (UTC)

Ill update just dont get the time yet, i will try this night

dantob commented on 2017-06-14 12:09 (UTC)

@mesmer I'm trying to build 1.30.4 for 32 bit x86 (i686), I forgot to mention. 1.30.0 builds fine with the CHAR_WIDTH/CHAR_HEIGHT fix mentioned below. you should add it to the pkgbuild if you plan to stay at this version.

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