Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119226 - zoneminder 1.21.4 build error
Summary: zoneminder 1.21.4 build error
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
: 119673 138556 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-16 12:49 UTC by James
Modified: 2006-07-02 14:14 UTC (History)
6 users (show)

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 James 2006-01-16 12:49:24 UTC
Attempting to build zoneminder on gentoo fully complied with gcc 3.4 fails. I attempted without distcc, same result.  Other than zoneminder, the system was fully built on the stable tree.


if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/include -I/usr/include   -O3 -march=pentium2 -pipe -MT zm_image.o -MD -MP -MF ".deps/zm_image.Tpo" -c -o zm_image.o zm_image.cpp; \
then mv -f ".deps/zm_image.Tpo" ".deps/zm_image.Po"; else rm -f ".deps/zm_image.Tpo"; exit 1; fi
In file included from zm.cpp:20:
zm.h:28:23: zm_config.h: No such file or directory
In file included from zm_coord.cpp:20:
zm.h:28:23: zm_config.h: No such file or directory
In file included from zm_db.cpp:22:
zm.h:28:23: zm_config.h: No such file or directory
In file included from zm_config.cpp:24:
zm.h:28:23: zm_config.h: No such file or directory
zm_config.cpp: In function `void zmLoadConfig()':
zm_config.cpp:35: error: `ZM_CONFIG' undeclared (first use this function)
zm_config.cpp:35: error: (Each undeclared identifier is reported only once for each function it appears in.)
zm_db.cpp: In function `void zmDbConnect()':
zm_db.cpp:34: error: `ZM_DB_SERVER' undeclared (first use this function)
zm_db.cpp:34: error: (Each undeclared identifier is reported only once for each function it appears in.)
zm_db.cpp:34: error: `ZM_DB_USER' undeclared (first use this function)
zm_db.cpp:34: error: `ZM_DB_PASS' undeclared (first use this function)
zm_db.cpp:39: error: `ZM_DB_NAME' undeclared (first use this function)
zm_config.cpp:101: error: `config' undeclared (first use this function)
zm_config.cpp: At global scope:
zm_config.cpp:105: error: `ConfigItem' has not been declared
zm_config.cpp:106: error: ISO C++ forbids declaration of `ConfigItem' with no type
zm_config.cpp: In function `int ConfigItem(const char*, const char*, const char*)':
zm_config.cpp:107: error: `name' undeclared (first use this function)
zm_config.cpp:109: error: `value' undeclared (first use this function)
zm_config.cpp:111: error: `type' undeclared (first use this function)
zm_config.cpp:116: error: `accessed' undeclared (first use this function)
zm_config.cpp: At global scope:
zm_config.cpp:119: error: expected constructor, destructor, or type conversion before '::' token
zm_config.cpp:119: error: expected `,' or `;' before '::' token
zm_config.cpp:126: error: `ConfigItem' is not a class or namespace
zm_config.cpp:127: error: non-member function `void ConvertValue()' cannot have `const' method qualifier
zm_config.cpp: In function `void ConvertValue()':
zm_config.cpp:128: error: `type' undeclared (first use this function)
zm_config.cpp:130: error: `cfg_type' undeclared (first use this function)
zm_config.cpp:130: error: `CFG_BOOLEAN' undeclared (first use this function)
zm_config.cpp:131: error: `cfg_value' undeclared (first use this function)
zm_config.cpp:131: error: `value' undeclared (first use this function)
zm_config.cpp:135: error: `CFG_INTEGER' undeclared (first use this function)
zm_config.cpp:145: error: `CFG_DECIMAL' undeclared (first use this function)
zm_config.cpp:150: error: `CFG_STRING' undeclared (first use this function)
zm_config.cpp:153: error: `accessed' undeclared (first use this function)
zm_config.cpp: At global scope:
zm_config.cpp:156: error: `ConfigItem' is not a class or namespace
zm_config.cpp:157: error: non-member function `bool BooleanValue()' cannot have `const' method qualifier
zm_config.cpp: In function `bool BooleanValue()':
zm_config.cpp:158: error: `accessed' undeclared (first use this function)
zm_config.cpp:161: error: `cfg_type' undeclared (first use this function)
zm_config.cpp:161: error: `CFG_BOOLEAN' undeclared (first use this function)
zm_config.cpp:162: error: `name' undeclared (first use this function)
zm_config.cpp:162: error: `type' undeclared (first use this function)
zm_config.cpp:164: error: `cfg_value' undeclared (first use this function)
zm_config.cpp: At global scope:
zm_config.cpp:167: error: `ConfigItem' is not a class or namespace
zm_config.cpp:168: error: non-member function `int IntegerValue()' cannot have `const' method qualifier
zm_config.cpp: In function `int IntegerValue()':
zm_config.cpp:169: error: `accessed' undeclared (first use this function)
zm_config.cpp:172: error: `cfg_type' undeclared (first use this function)
zm_config.cpp:172: error: `CFG_INTEGER' undeclared (first use this function)
zm_config.cpp:173: error: `name' undeclared (first use this function)
zm_config.cpp:173: error: `type' undeclared (first use this function)
zm_config.cpp:175: error: `cfg_value' undeclared (first use this function)
zm_config.cpp: At global scope:
zm_config.cpp:178: error: `ConfigItem' is not a class or namespace
zm_config.cpp:179: error: non-member function `double DecimalValue()' cannot have `const' method qualifier
zm_config.cpp: In function `double DecimalValue()':
zm_config.cpp:180: error: `accessed' undeclared (first use this function)
zm_config.cpp:183: error: `cfg_type' undeclared (first use this function)
zm_config.cpp:183: error: `CFG_DECIMAL' undeclared (first use this function)
zm_config.cpp:184: error: `name' undeclared (first use this function)
zm_config.cpp:184: error: `type' undeclared (first use this function)
zm_config.cpp:186: error: `cfg_value' undeclared (first use this function)
zm_config.cpp: At global scope:
zm_config.cpp:189: error: `ConfigItem' is not a class or namespace
zm_config.cpp:190: error: non-member function `const char* StringValue()' cannot have `const' method qualifier
zm_config.cpp: In function `const char* StringValue()':
zm_config.cpp:191: error: `accessed' undeclared (first use this function)
zm_config.cpp:194: error: `cfg_type' undeclared (first use this function)
zm_config.cpp:194: error: `CFG_STRING' undeclared (first use this function)
zm_config.cpp:195: error: `name' undeclared (first use this function)
zm_config.cpp:195: error: `type' undeclared (first use this function)
zm_config.cpp:197: error: `cfg_value' undeclared (first use this function)
zm_config.cpp: At global scope:
zm_config.cpp:200: error: `Config' has not been declared
zm_config.cpp:201: error: ISO C++ forbids declaration of `Config' with no type
zm_config.cpp: In function `int Config()':
zm_config.cpp:202: error: `n_items' undeclared (first use this function)
zm_config.cpp:203: error: `items' undeclared (first use this function)
zm_config.cpp: At global scope:
zm_config.cpp:206: error: expected constructor, destructor, or type conversion before '::' token
zm_config.cpp:206: error: expected `,' or `;' before '::' token
zm_config.cpp:216: error: `Config' is not a class or namespace
zm_config.cpp: In function `void Load()':
zm_config.cpp:233: error: `n_items' undeclared (first use this function)
zm_config.cpp:234: error: `items' undeclared (first use this function)
zm_config.cpp:234: error: `ConfigItem' is not a type
zm_config.cpp:237: error: `ConfigItem' is not a type
zm_config.cpp: At global scope:
zm_config.cpp:241: error: `Config' is not a class or namespace
zm_config.cpp: In function `void Assign()':
zm_config.cpp:245: error: `ZM_CFG_ASSIGN_LIST' undeclared (first use this function)
zm_config.cpp:245: error: expected `;' before "if"
zm_config.cpp: At global scope:
zm_config.cpp:266: error: expected init-declarator before '&' token
zm_config.cpp:266: error: expected `,' or `;' before '&' token
zm_config.cpp:291: error: `Config' does not name a type
make[2]: *** [zm.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [zm_config.o] Error 1
make[2]: *** [zm_box.o] Error 1
make[2]: *** [zm_db.o] Error 1
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/zoneminder-1.21.4/work/zm-1.21.4'
make: *** [all] Error 2

!!! ERROR: www-misc/zoneminder-1.21.4 failed.
!!! Function src_compile, Line 43, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.

  ...done!
>>> emerge (1 of 1) www-misc/zoneminder-1.21.4 to /
>>> md5 files   ;-) zoneminder-0.9.12.ebuild
>>> md5 files   ;-) zoneminder-1.21.2.ebuild
>>> md5 files   ;-) zoneminder-1.21.4.ebuild
>>> md5 files   ;-) zoneminder-1.21.3.ebuild
>>> md5 files   ;-) files/digest-zoneminder-0.9.12
>>> md5 files   ;-) files/digest-zoneminder-1.21.2
>>> md5 files   ;-) files/digest-zoneminder-1.21.3
>>> md5 files   ;-) files/digest-zoneminder-1.21.4
>>> md5 files   ;-) files/zmconfig-gentoo.txt
>>> md5 files   ;-) files/postinstall.txt
>>> md5 src_uri ;-) zm-1.21.4.tar.gz
In file included from zm_image.cpp:19:
zm.h:28:23: zm_config.h: No such file or directory
In file included from /usr/include/math.h:70,
                 from zm_image.h:29,
                 from zm_image.cpp:21:
/usr/include/bits/mathcalls.h:310: error: declaration of `double round(double) throw ()' throws different exceptions
zm.h:33: error: than previous declaration `double round(double)'
zm_image.cpp: In member function `bool Image::WriteJpeg(const char*) const':
zm_image.cpp:173: error: `config' undeclared (first use this function)
zm_image.cpp:173: error: (Each undeclared identifier is reported only once for each function it appears in.)
zm_image.cpp: In member function `bool Image::EncodeJpeg(JOCTET*, int*) const':
zm_image.cpp:274: error: `config' undeclared (first use this function)
zm_image.cpp: In member function `void Image::Blend(const Image&, int) const':
zm_image.cpp:392: error: `config' undeclared (first use this function)
zm_image.cpp: In member function `Image* Image::Delta(const Image&) const':
zm_image.cpp:561: error: `config' undeclared (first use this function)
zm_image.cpp: In member function `void Image::Rotate(int)':
zm_image.cpp:858: error: `ZM_MAX_IMAGE_SIZE' undeclared (first use this function)
zm_image.cpp:875: error: `rotate_buffer' undeclared (first use this function)
zm_image.cpp: In member function `void Image::Flip(bool)':
zm_image.cpp:971: error: `ZM_MAX_IMAGE_SIZE' undeclared (first use this function)
zm_image.cpp:978: error: `flip_buffer' undeclared (first use this function)
zm_image.cpp: In member function `void Image::Scale(unsigned int)':
zm_image.cpp:1031: error: `ZM_SCALE_SCALE' undeclared (first use this function)
zm_image.cpp:1036: error: `ZM_MAX_IMAGE_SIZE' undeclared (first use this function)
zm_image.cpp:1041: error: `scale_buffer' undeclared (first use this function)
In file included from zmc.cpp:24:
zm.h:28:23: zm_config.h: No such file or directory
In file included from /usr/include/math.h:70,
                 from zm_image.h:29,
                 from zm_monitor.h:28,
                 from zmc.cpp:26:
/usr/include/bits/mathcalls.h:310: error: declaration of `double round(double) throw ()' throws different exceptions
zm.h:33: error: than previous declaration `double round(double)'
In file included from zm_zone.h:27,
                 from zm_monitor.h:29,
                 from zmc.cpp:26:
zm_event.h: In static member function `static void Event::Initialise()':
zm_event.h:86: error: `config' undeclared (first use this function)
zm_event.h:86: error: (Each undeclared identifier is reported only once for each function it appears in.)
In file included from zmc.cpp:26:
zm_monitor.h: In member function `int Monitor::PostCapture()':
zm_monitor.h:287: error: `config' undeclared (first use this function)
zmc.cpp: In function `int main(int, char**)':
zmc.cpp:155: error: `zmLoadConfig' undeclared (first use this function)
zmc.cpp:225: error: `config' undeclared (first use this function)


Gentoo Base System version 1.6.13
Portage 2.0.53 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 Celeron (Mendocino)
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j7"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm audiofile avi berkdb bitmap-fonts bzip2 cdr crypt encode expat ffmpeg fortran gdbm gif gpm gstreamer imlib ipv6 jpeg lcms libg++ libwww mad mhash mmx mng motif mozilla mp3 mpeg mysql ncurses nls ogg oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts udev usb v4l v4l2 vorbis xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Renat Lumpau (RETIRED) gentoo-dev 2006-01-18 18:47:38 UTC
I'm waiting for 1.22.0, perhaps this is already fixed upstream.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-01-20 04:10:27 UTC
*** Bug 119673 has been marked as a duplicate of this bug. ***
Comment 3 James Horton 2006-03-08 07:36:17 UTC

config.status: creating config.h
config.status: executing depfiles commands
checking for zmconfig.txt... no
configure: WARNING: Now run 'perl zmconfig.pl' to create your ZoneMinder configuration
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/zoneminder-1.21.4/work/zm-1.21.4'
Making all in src
make[2]: Entering directory `/var/tmp/portage/zoneminder-1.21.4/work/zm-1.21.4/src'
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/include -I/usr/include   -O3 -march=pentium4 -fomit-frame-pointer -pipe -g -MT zmc.o -MD -MP -MF ".deps/zmc.Tpo" -c -o zmc.o zmc.cpp; \
then mv -f ".deps/zmc.Tpo" ".deps/zmc.Po"; else rm -f ".deps/zmc.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/include -I/usr/include   -O3 -march=pentium4 -fomit-frame-pointer -pipe -g -MT zm.o -MD -MP -MF ".deps/zm.Tpo" -c -o zm.o zm.cpp; \
then mv -f ".deps/zm.Tpo" ".deps/zm.Po"; else rm -f ".deps/zm.Tpo"; exit 1; fi
In file included from zm.cpp:20:
zm.h:28:23: zm_config.h: No such file or directory
In file included from zmc.cpp:24:
zm.h:28:23: zm_config.h: No such file or directory
make[2]: *** [zm.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /usr/include/math.h:70,
                 from zm_image.h:29,
                 from zm_monitor.h:28,
                 from zmc.cpp:26:
/usr/include/bits/mathcalls.h:310: error: declaration of `double round(double)
   throw ()' throws different exceptions
zm.h:33: error: than previous declaration `double round(double)'
In file included from zm_zone.h:27,
                 from zm_monitor.h:29,
                 from zmc.cpp:26:
zm_event.h: In static member function `static void Event::Initialise()':
zm_event.h:86: error: `config' undeclared (first use this function)
zm_event.h:86: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
zmc.cpp: In function `int main(int, char**)':
zmc.cpp:155: error: `zmLoadConfig' undeclared (first use this function)
make[2]: *** [zmc.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/zoneminder-1.21.4/work/zm-1.21.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/zoneminder-1.21.4/work/zm-1.21.4'
make: *** [all] Error 2

!!! ERROR: www-misc/zoneminder-1.21.4 failed.
Comment 4 p cooper 2006-04-17 12:19:11 UTC
same error here
zm_event.h: In static member function `static void Event::Initialise()':
zm_event.h:86: error: `config' undeclared (first use this function)
zm_event.h:86: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
zmc.cpp: In function `int main(int, char**)':
zmc.cpp:155: error: `zmLoadConfig' undeclared (first use this function)
make[2]: *** [zmc.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/zoneminder-1.21.4/work/zm-1.21.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/zoneminder-1.21.4/work/zm-1.21.4'
make: *** [all] Error 2

!!! ERROR: www-misc/zoneminder-1.21.4 failed.


grenada ~ # emerge info
Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r3, 2.6.11-hardened-r15 i686)
=================================================================
System uname: 2.6.11-hardened-r15 i686 Pentium III (Katmai)
Gentoo Base System version 1.6.14
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig fixpackages sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ "
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 apache2 apm audiofile avi berkdb bitmap-fonts bzip2 calendar crypt cups dri eds emboss exif expat fam ffmpeg foomaticdb fortran ftp gd gdbm gif gstreamer hardened idn imagemagick imlib isdnlog java jpeg libg++ libwww mad mhash mikmod motif mp3 mpeg mysql ncurses nls nptl nptlonly ogg oggvorbis opengl pam pcre pdflib perl php png pppd python quicktime readline samba sdl spell sse ssl tcpd tiff truetype truetype-fonts type1-fonts udev vhosts vorbis xml2 xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY

grenada ~ #
Comment 5 dany 2006-06-09 20:30:15 UTC
In file included from zmc.cpp:24:
zm.h:28:23: zm_config.h: No such file or directory
In file included from /usr/include/math.h:70,
                 from zm_image.h:29,
                 from zm_monitor.h:28,
                 from zmc.cpp:26:
/usr/include/bits/mathcalls.h:310: error: declaration of `double round(double) throw ()' throws different exceptions
zm.h:33: error: than previous declaration `double round(double)'
In file included from zm_zone.h:27,
                 from zm_monitor.h:29,
                 from zmc.cpp:26:
zm_event.h: In static member function `static void Event::Initialise()':
zm_event.h:86: error: `config' was not declared in this scope
In file included from zmc.cpp:26:
zm_monitor.h: In member function `int Monitor::PostCapture()':
zm_monitor.h:287: error: `config' was not declared in this scope
zmc.cpp: In function `int main(int, char**)':
zmc.cpp:155: error: `zmLoadConfig' was not declared in this scope
zmc.cpp:225: error: `config' was not declared in this scope
make[2]: *** [zmc.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/zoneminder-1.21.4/work/zm-1.21.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/zoneminder-1.21.4/work/zm-1.21.4'
make: *** [all] Error 2

!!! ERROR: www-misc/zoneminder-1.21.4 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  zoneminder-1.21.4.ebuild, line 43:   Called die

Portage 2.1 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.5-r2, 2.6.13-gentoo-r1 i686)
=================================================================
System uname: 2.6.13-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1.60GHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/gcc-config: 1.3.12-r6
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe -mmmx -msse2"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe -mmmx -msse2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1"
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"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apm arts avi berkdb bitmap-fonts cairo cli crypt cups dri dv eds emboss encode foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 isdnlog jpeg kde libg++ libwww mad mikmod mmx motif mp3 mpeg ncurses nls nobsh nvidia ogg oggvorbis opengl oss pam pcre pdflib perl png pppd python qt quicktime readline reflection sdl session spell spl sse ssl tcpd truetype truetype-fonts type1-fonts unicode vorbis wifi win32codecs xml2 xmms xorg xv zlib elibc_glibc kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-06-30 00:47:23 UTC
*** Bug 138556 has been marked as a duplicate of this bug. ***
Comment 7 Renat Lumpau (RETIRED) gentoo-dev 2006-06-30 22:48:32 UTC
Please try with zoneminder-1.22.2
Comment 8 Renat Lumpau (RETIRED) gentoo-dev 2006-07-02 14:14:50 UTC
please reopen if necessary