| Summary: | www-misc/zoneminder-1.23.1 fails: cannot convert ‘ByteIOContext**’ to ‘ByteIOContext*’ | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Dennis Schridde <dschridde+gentoobugs> |
| Component: | Current packages | Assignee: | Gentoo Web Application Packages Maintainers <web-apps> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | byron |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Dennis Schridde
2008-02-24 00:40:48 UTC
Created attachment 144466 [details]
build.log
zm_mpeg_ofc.patch is to blame. Probably it should be applied depending on the ffmpeg version. do you know by chance which ffmpeg versions are affected? At least 0.4.9_p20080206 I did not try any below that, but I guess since I am the only one complaining, it probably works with 0.4.9_p20070616-r2 and below. /etc/init.d/zoneminder start
* Starting zoneminder ...
Can't open log file '/var/log/zoneminder/zmdc.log': Permission denied at line 279.
Can't connect: No such file or directory at /usr/lib/perl5/site_perl/5.8.8/ZoneMinder/Debug.pm line 349
ZoneMinder::Debug::Fatal('Can\'t connect: No such file or directory') called at /usr/bin/zmdc.pl line 167
solution:
chown apache:apache /var/run/zm
chmod 755 /var/run/zm
Does anyone know if modification to /etc/sudoers is required for proper operation? If so it should probably be mentioned or done automatically.
(In reply to comment #5) meant to file a new bug, sorry (In reply to comment #5) > solution: > chown apache:apache /var/run/zm this is what we already do in the ebuild I can confirm that it does not seem to work... I have a /var/run/zm/ folder with root:root and got the exact same message in the syslog / when running zmpkg.pl manually. That's not our problem; go nag portage maintainers to do something about Bug 141619. Looks like the original bug report has been solved and the second report was a duplicate anyway. Please reopen if I misunderstood the comments. |