Package Details: zoneminder 1.36.33-2

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://www.zoneminder.com/
Keywords: camera cctv monitor record security surveillance video zoneminder
Licenses: GPL-2.0-only
Conflicts: zoneminder-git
Submitter: None
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 71
Popularity: 0.54
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2024-02-12 12:50 (UTC)

Latest Comments

« First ‹ Previous 1 .. 53 54 55 56 57 58 59 60 61 62 Next › Last »

buhrietoe commented on 2012-05-30 01:20 (UTC)

Update! Added dependancies: perl-net-sftp-foreign, perl-mime-tools, perl-io-tty. steve_v: No where in the source of zoneminder or the AUR packaged is cgi-zm referenced anymore since I took over the package, so not sure why you needed this. tritron: Not sure on your issue, is your system up to date? outdated arch mirror?

tritron commented on 2012-05-23 01:33 (UTC)

I am unable to compile zoneminder I get this errors zm_local_camera.h:101:5: error: 'PixelFormat' does not name a type zm_local_camera.h:102:5: error: 'PixelFormat' does not name a type zm_local_camera.h:103:12: error: 'AVFrame' does not name a type zm_local_camera.cpp:44:8: error: 'PixelFormat' does not name a type zm_local_camera.cpp:259:1: error: 'AVFrame' does not name a type zm_local_camera.cpp: In constructor 'LocalCamera::LocalCamera(int, const string&, int, int, const string&, int, int, int, int, int, int, int, bool)': zm_local_camera.cpp:324:9: error: 'imagePixFormat' was not declared in this scope zm_local_camera.cpp:324:39: error: 'PIX_FMT_GRAY8' was not declared in this scope zm_local_camera.cpp:324:53: error: 'PIX_FMT_RGB24' was not declared in this scope zm_local_camera.cpp:325:9: error: 'capturePixFormat' was not declared in this scope zm_local_camera.cpp:325:79: error: 'getFfPixFormatFromV4lPalette' was not declared in this scope zm_local_camera.cpp: In member function 'void LocalCamera::Initialise()': zm_local_camera.cpp:341:27: error: 'AV_LOG_DEBUG' was not declared in this scope zm_local_camera.cpp:341:40: error: 'av_log_set_level' was not declared in this scope zm_local_camera.cpp:343:27: error: 'AV_LOG_QUIET' was not declared in this scope zm_local_camera.cpp:343:40: error: 'av_log_set_level' was not declared in this scope zm_local_camera.cpp:464:9: error: 'capturePictures' was not declared in this scope zm_local_camera.cpp:464:31: error: expected type-specifier before 'AVFrame' zm_local_camera.cpp:464:31: error: expected ';' before 'AVFrame' zm_local_camera.cpp:488:18: error: 'imagePixFormat' was not declared in this scope zm_local_camera.cpp:488:36: error: 'capturePixFormat' was not declared in this scope zm_local_camera.cpp:490:58: error: 'avcodec_alloc_frame' was not declared in this scope zm_local_camera.cpp:493:34: error: 'AVPicture' was not declared in this scope zm_local_camera.cpp:493:45: error: expected primary-expression before ')' token zm_local_camera.cpp:493:187: error: 'avpicture_fill' was not declared in this scope zm_local_camera.cpp: In static member function 'static bool LocalCamera::GetCurrentSettings(const char*, char*, int, bool)': zm_local_camera.cpp:774:22: error: 'PATH_MAX' was not declared in this scope zm_local_camera.cpp:779:21: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:781:22: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:782:29: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:799:67: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:801:54: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:811:92: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:936:91: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp:961:82: error: 'queryDevice' was not declared in this scope zm_local_camera.cpp: In member function 'virtual int LocalCamera::Capture(Image&)': zm_local_camera.cpp:1643:16: error: 'AVFrame' does not name a type zm_local_camera.cpp:1645:14: error: 'imagePixFormat' was not declared in this scope zm_local_camera.cpp:1645:32: error: 'capturePixFormat' was not declared in this scope zm_local_camera.cpp:1649:146: error: 'SWS_BICUBIC' was not declared in this scope zm_local_camera.cpp:1649:176: error: 'sws_getCachedContext' was not declared in this scope zm_local_camera.cpp:1653:17: error: 'tmpPicture' was not declared in this scope zm_local_camera.cpp:1653:50: error: 'avcodec_alloc_frame' was not declared in this scope zm_local_camera.cpp:1656:85: error: 'avpicture_get_size' was not declared in this scope zm_local_camera.cpp:1657:74: error: 'av_malloc' was not declared in this scope zm_local_camera.cpp:1660:34: error: 'AVPicture' was not declared in this scope zm_local_camera.cpp:1660:45: error: expected primary-expression before ')' token zm_local_camera.cpp:1660:103: error: 'avpicture_fill' was not declared in this scope zm_local_camera.cpp:1662:46: error: 'capturePictures' was not declared in this scope zm_local_camera.cpp:1662:137: error: 'tmpPicture' was not declared in this scope zm_local_camera.cpp:1662:176: error: 'sws_scale' was not declared in this scope make[2]: *** [zm_local_camera.o] Error 1 make[2]: Leaving directory `/home/dev/zoneminder/src/ZoneMinder-1.25.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dev/zoneminder/src/ZoneMinder-1.25.0' make: *** [all] Error 2

<deleted-account> commented on 2012-05-18 09:25 (UTC)

Had to change "ScriptAlias /cgi-bin "/srv/zoneminder/cgi-bin"" to "ScriptAlias /cgi-zm "/srv/zoneminder/cgi-bin"" in /etc/httpd/conf/http-zm.conf Missing deps: perl-net-sftp-foreign, perl-mime-tools, perl-io-tty also, we get bit by something very much like this: https://bbs.archlinux.org/viewtopic.php?id=91981 i.e. "Undefined subroutine &Date::Manip::UnixDate called at /srv/zoneminder/bin/zmfilter.pl line 135, <DATA> line 496" setting up /etc/timezone is a functional workaround - anyone know how to fix this properly? Otherwise all good :-)

buhrietoe commented on 2012-05-16 16:43 (UTC)

Update! Thank you Ganin. I had planned on doing the same but hadn't got to it yet.

Ganin commented on 2012-05-16 15:53 (UTC)

gcc 4.7.x. zoneminder 1.25.0-6 in PKGBUILD after "cd "$srcdir/ZoneMinder-$pkgver" add this sed -i -e '1 s/^/#include <unistd.h>\n/;' src/zm_logger.cpp sed -i -e '1 s/^/#include <unistd.h>\n/;' src/zm_thread.h

buhrietoe commented on 2012-04-19 15:18 (UTC)

Notified upstream here: http://www.zoneminder.com/forums/viewtopic.php?t=19122

buhrietoe commented on 2012-04-17 23:23 (UTC)

@steve_v I used the patch at the site you listed and also compiled successfully w/ gcc 4.7.x. However I am not experiencing the same segmentation fault as you and everything seems normal here. Do you happen to use ccache? You could try disabling it in makepkg.conf or do 'ccache -C'. I've had troubles with it compiling things before.

<deleted-account> commented on 2012-04-16 05:14 (UTC)

Fixed compilation issue, however /var/log/httpd/error_log says: "child pid 23470 exit signal Segmentation fault (11)" when I attempt to load the zm page. Any ideas what's going on here?

<deleted-account> commented on 2012-04-16 03:11 (UTC)

Patch for the compile issue / gcc 4.7 can be found here <http://www.linuxquestions.org/questions/slackware-14/zoneminder-1-25-0-wont-build-in-slackware64-current-939357/> As the man said, this should really be fixed upstream.

buhrietoe commented on 2012-04-13 20:45 (UTC)

UPDATE! Unfortunately I cannot get Zoneminder to compile on the latest gcc-4.7.0 it seems. If anyone has some time to create some patches to the Zoneminder source it will help upstream. Downgrading to gcc-4.6.3 gave me successful builds. Otherwise this revision 6 incorporates fixes for my typo oopses and such pointed out by b_adele and skuda.