Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168375 - www-misc/zoneminder ~amd64 keyword
Summary: www-misc/zoneminder ~amd64 keyword
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-25 20:42 UTC by CPUShare
Modified: 2007-04-19 18:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description CPUShare 2007-02-25 20:42:46 UTC
Please add ~amd64 to the zoneminder ebuild, it builds correctly and I'm testing it (the web interface works, I still need to figure out the whole setup though).

Reproducible: Always
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2007-03-05 04:58:30 UTC
please post emerge --info
Comment 2 CPUShare 2007-03-07 22:40:42 UTC
why? this isn't a bugreport.

Portage 2.1.2-r9 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.19-gentoo-r5 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+
Gentoo Base System release 1.12.9
Timestamp of tree: Wed, 07 Mar 2007 01:47:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=athlon64"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -march=athlon64"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.unina.it/pub/linux/distributions/gentoo"
LINGUAS="en it"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC=""
USE="X a52 aac acpi alsa amd64 apache2 ares arts asf berkdb bitmap-fonts bluetooth bzip2 cairo caps ccache cdparanoia cdr cli cracklib crypt cups dbus dga dovecot-sasl dri dts dv dvb dvd dvdr dvdread eds emacs emboss encode esd examples fam ffmpeg filter firefox flac gdbm geoip gif gmp gnome gpgme gpm gs gstreamer gtk gtk2 hal hardened iconv ieee1394 imap ipod iproute2 ipv6 irda isdnlog ivtv jack-tmpfs java jpeg jpeg2k kde lcd ldap libg++ libsamplerate lirc logrotate mad mbox midi mikmod mozilla mp3 mpeg mysql ncurses nls nntp nptl nptlonly nsplugin ogg opengl oss pam pcre pdf perl physfs png pop postgres ppds pppd python qt3 quicktime readline reflection samba sasl sdl session smime snmp speex spell spl sqlite ssl svg tcpd tetex theora tiff tordns truetype truetype-fonts type1-fonts unicode urandom usb v4l v4l2 visualization vorbis vorbis-psy x264 xcomposite xinetd xml xorg xv xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en it" LIRC_DEVICES="mceusb2" USERLAND="GNU" VIDEO_CARDS="nvidia nv"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Zoneminder works fine for me compiled 64bit on amd64, not surprisingly because a big chunk of it is written in an interpreted language. I'm firing up alarms with a max deadline of 1 sec (too bad this api is irq driven but I've to poll, but 1 schedule per sec isn't measurable) with this script that I've written (this is a pain to write if you never used zoneminder or you don't know the zoneminder IPC SHM perl API, which I didn't know until the day after I emerged it).

#!/usr/bin/env perl

use strict;

use ZoneMinder;

my $monitor = { Id=>2 };

while (!zmShmVerify( $monitor )) { sleep(1); };

while (1) {
        my $last_event = zmGetLastEvent($monitor);
        while (!zmHasAlarmed($monitor, $last_event)) { sleep (1); };
        system("/etc/zoneminder-alarm.sh");
        while (zmGetLastEvent($monitor) == $last_event) { sleep (1); };
}
Comment 3 Mike Doty (RETIRED) gentoo-dev 2007-04-19 18:08:35 UTC
I use zoneminder on amd64, asking opfer to commit the change.
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2007-04-19 18:10:10 UTC
I am sure this is a trick to later say "he keyworded without testing.  Break his legs!".  ~amd64 added and closing