Sorry I forgot to post the final make part of it in the last mail :-(
here is it

==========================================================================
$ make
event_rpcgen.py spybye.rpc || echo "No Python installed"
Reading "spybye.rpc"
  Created struct: dangerousload
    Added entry: time_in_seconds
    Added entry: parent_url
    Added entry: dangerous_url
    Added entry: virus_result
    Added entry: digest
  Created struct: dangerous_report
    Added entry: time_in_seconds
    Added entry: remote_ip
    Added entry: report
  Created struct: virusscan
    Added entry: buffer
    Added entry: context
  Created struct: virusresult
    Added entry: result
    Added entry: context
... creating "spybye.gen.h"
... creating "spybye.gen.c"
make  all-am
 cd . && /bin/sh /var/Software/spybye-0.3/missing --run automake-1.9
--foreign  Makefile
Use of uninitialized value in string eq at /usr/local/bin/automake-1.9
line 4673, <GEN0> line 1.
Use of uninitialized value in exists at /usr/local/bin/automake-1.9
line 4675, <GEN0> line 1.
Use of uninitialized value in concatenation (.) or string at
/usr/local/bin/automake-1.9 line 4675, <GEN0> line 1.
automake-1.9: ####################
automake-1.9: ## Internal Error ##
automake-1.9: ####################
automake-1.9: unrequested trace `'
automake-1.9: Please contact <[EMAIL PROTECTED]>.
 at /usr/local/share/automake-1.9/Automake/Channels.pm line 562
        Automake::Channels::msg('automake', '', 'unrequested trace
`\'') called at /usr/local/share/automake-1.9/Automake/ChannelDefs.pm
line 191
        Automake::ChannelDefs::prog_error('unrequested trace `\'')
called at /usr/local/bin/automake-1.9 line 4675
        Automake::scan_autoconf_traces('configure.in') called at
/usr/local/bin/automake-1.9 line 4877
        Automake::scan_autoconf_files() called at
/usr/local/bin/automake-1.9 line 7493
*** Error code 1

Stop in /var/Software/spybye-0.3 (line 245 of Makefile).
*** Error code 1

Stop in /var/Software/spybye-0.3 (line 227 of Makefile).
===============================================================

On Nov 15, 2007 5:17 AM, Siju George <[EMAIL PROTECTED]> wrote:
> On Nov 15, 2007 4:30 AM, Raja Subramanian <[EMAIL PROTECTED]> wrote:
> > On 11/15/07, Siju George <[EMAIL PROTECTED]> wrote:
> > > I came across an autoconf bug after trying to install Spy Bye on OpenBSD 
> > > 4.2
> >
> > Tried building it on my i386 box, and it works after some minor tweaking.
> >
>
> Thanks a million Raja :-)
>
> which version of OpenBSD are you using? mine is 4.2/amd64
>
> I tried the same with "libevent-1.4.0-beta" because it was alredy
> installed on my system.
> it didn't work.
>
> So i tried with "libevent-1.3e" as you did but it gives the same
> "autoconf bug" error :-(
> The details are posted below.
>
> Thanks for the help. I hope you will be able to pin point the problem :-)
>
> Thanks again :--))))))))))
>
> kind Regards
>
> Siju
>
> =============================================================================
> $ wget http://www.monkey.org/~provos/libevent-1.3e.tar.gz
> --05:06:20--  http://www.monkey.org/~provos/libevent-1.3e.tar.gz
>            => `libevent-1.3e.tar.gz'
> Resolving www.monkey.org... 152.160.49.201
> Connecting to www.monkey.org|152.160.49.201|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 452,077 (441K) [application/x-gzip]
>
> 100%[====================================>] 452,077       36.58K/s    ETA 
> 00:00
>
> 05:06:43 (21.31 KB/s) - `libevent-1.3e.tar.gz' saved [452077/452077]
>
> $ tar -xzvf libevent-1.3e.tar.gz
>
>    $ cd libevent-1.3e
> $ ./configure  && make
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... ./install-sh -c -d
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... none
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking whether gcc needs -traditional... no
> checking build system type... x86_64-unknown-openbsd4.2
> checking host system type... x86_64-unknown-openbsd4.2
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking how to recognise dependent libraries... match_pattern 
> /lib[^/]+(\.so\.[
> 0-9]+\.[0-9]+|\.so|_pic\.a)$
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... none
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... g77
> checking whether we are using the GNU Fortran 77 compiler... yes
> checking whether g77 accepts -g... yes
> checking the maximum length of command line arguments... 196608
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
> checking whether -lc should be explicitly linked in... yes
> checking dynamic linker characteristics... openbsd4.2 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ static flag -static works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... openbsd4.2 ld.so
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for g77 option to produce PIC... -fPIC
> checking if g77 PIC flag -fPIC works... yes
> checking if g77 static flag -static works... no
> checking if g77 supports -c -o file.o... yes
> checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... openbsd4.2 ld.so
> checking how to hardcode library paths into programs... immediate
> checking for socket in -lsocket... no
> checking for inet_aton in -lresolv... no
> checking for clock_gettime in -lrt... no
> checking for inet_ntoa in -lnsl... no
> checking for ANSI C header files... (cached) yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking poll.h usability... yes
> checking poll.h presence... yes
> checking for poll.h... yes
> checking signal.h usability... yes
> checking signal.h presence... yes
> checking for signal.h... yes
> checking for unistd.h... (cached) yes
> checking sys/epoll.h usability... no
> checking sys/epoll.h presence... no
> checking for sys/epoll.h... no
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/queue.h usability... yes
> checking sys/queue.h presence... yes
> checking for sys/queue.h... yes
> checking sys/event.h usability... yes
> checking sys/event.h presence... yes
> checking for sys/event.h... yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking sys/devpoll.h usability... no
> checking sys/devpoll.h presence... no
> checking for sys/devpoll.h... no
> checking port.h usability... no
> checking port.h presence... no
> checking for port.h... no
> checking netinet/in6.h usability... no
> checking netinet/in6.h presence... no
> checking for netinet/in6.h... no
> checking for TAILQ_FOREACH in sys/queue.h... yes
> checking for timeradd in sys/time.h... yes
> checking for timercmp in sys/time.h... yes
> checking for timerclear in sys/time.h... yes
> checking for timerisset in sys/time.h... yes
> checking for WIN32... no
> checking for an ANSI C-conforming const... yes
> checking for inline... inline
> checking whether time.h and sys/time.h may both be included... yes
> checking for gettimeofday... yes
> checking for vasprintf... yes
> checking for fcntl... yes
> checking for clock_gettime... yes
> checking for strtok_r... yes
> checking for strsep... yes
> checking for getaddrinfo... yes
> checking for getnameinfo... yes
> checking for strlcpy... yes
> checking for inet_ntop... yes
> checking for F_SETFD in fcntl.h... yes
> checking for select... yes
> checking for poll... yes
> checking for epoll_ctl... no
> checking for kqueue... yes
> checking for working kqueue... yes
> checking for port_create... no
> checking for pid_t... yes
> checking for size_t... yes
> checking for uint64_t... yes
> checking for uint32_t... yes
> checking for uint16_t... yes
> checking for uint8_t... yes
> checking for struct in6_addr... yes
> checking for socklen_t... yes
> checking whether our compiler supports __func__... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating test/Makefile
> config.status: creating sample/Makefile
> config.status: creating config.h
> config.status: executing depfiles commands
> make  all-recursive
> Making all in .
> /bin/sh ./libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -Icompat
>    -g -O2 -Wall -c -o event.lo event.c
> mkdir .libs
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c event.c  -fPIC -DPIC -o 
> .libs/
> event.o
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c event.c -o event.o 
> >/dev/null
> 2>&1
> /bin/sh ./libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -Icompat
>    -g -O2 -Wall -c -o buffer.lo buffer.c
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c buffer.c  -fPIC -DPIC -o 
> .libs
> /buffer.o
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c buffer.c -o buffer.o 
> >/dev/nul
> l 2>&1
> /bin/sh ./libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -Icompat
>    -g -O2 -Wall -c -o evbuffer.lo evbuffer.c
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c evbuffer.c  -fPIC -DPIC -o 
> .li
> bs/evbuffer.o
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c evbuffer.c -o evbuffer.o 
> >/dev
> /null 2>&1
> /bin/sh ./libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -Icompat
>    -g -O2 -Wall -c -o log.lo log.c
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c log.c  -fPIC -DPIC -o 
> .libs/lo
> g.o
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c log.c -o log.o >/dev/null 
> 2>&1
> /bin/sh ./libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -Icompat
>    -g -O2 -Wall -c -o event_tagging.lo event_tagging.c
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c event_tagging.c  -fPIC 
> -DPIC -
> o .libs/event_tagging.o
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c event_tagging.c -o 
> event_taggi
> ng.o >/dev/null 2>&1
> /bin/sh ./libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -Icompat
>    -g -O2 -Wall -c -o http.lo http.c
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c http.c  -fPIC -DPIC -o 
> .libs/h
> ttp.o
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c http.c -o http.o >/dev/null 
> 2>
> &1
> /bin/sh ./libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -Icompat
>    -g -O2 -Wall -c -o evdns.lo evdns.c
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c evdns.c  -fPIC -DPIC -o 
> .libs/
> evdns.o
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c evdns.c -o evdns.o 
> >/dev/null
> 2>&1
> /bin/sh ./libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -Icompat
>    -g -O2 -Wall -c -o strlcpy.lo strlcpy.c
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c strlcpy.c  -fPIC -DPIC -o 
> .lib
> s/strlcpy.o
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c strlcpy.c -o strlcpy.o 
> >/dev/n
> ull 2>&1
> /bin/sh ./libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -Icompat
>    -g -O2 -Wall -c -o select.lo select.c
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c select.c  -fPIC -DPIC -o 
> .libs
> /select.o
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c select.c -o select.o 
> >/dev/nul
> l 2>&1
> /bin/sh ./libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -Icompat
>    -g -O2 -Wall -c -o poll.lo poll.c
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c poll.c  -fPIC -DPIC -o 
> .libs/p
> oll.o
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c poll.c -o poll.o >/dev/null 
> 2>
> &1
> /bin/sh ./libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -Icompat
>    -g -O2 -Wall -c -o kqueue.lo kqueue.c
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c kqueue.c  -fPIC -DPIC -o 
> .libs
> /kqueue.o
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c kqueue.c -o kqueue.o 
> >/dev/nul
> l 2>&1
> /bin/sh ./libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -Icompat
>    -g -O2 -Wall -c -o signal.lo signal.c
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c signal.c  -fPIC -DPIC -o 
> .libs
> /signal.o
>  gcc -DHAVE_CONFIG_H -I. -Icompat -g -O2 -Wall -c signal.c -o signal.o 
> >/dev/nul
> l 2>&1
> /bin/sh ./libtool --tag=CC    --mode=link gcc  -g -O2 -Wall  -release 1.3e 
> -vers
> ion-info 1:3:0  -o libevent.la -rpath /usr/local/lib event.lo buffer.lo 
> evbuffer
> .lo log.lo  event_tagging.lo http.lo evdns.lo strlcpy.lo  select.lo poll.lo 
> kque
> ue.lo signal.lo
> gcc -shared  -fPIC -DPIC -o .libs/libevent-1.3e.so.1.3  .libs/event.o 
> .libs/buff
> er.o .libs/evbuffer.o .libs/log.o .libs/event_tagging.o .libs/http.o 
> .libs/evdns
> .o .libs/strlcpy.o .libs/select.o .libs/poll.o .libs/kqueue.o .libs/signal.o
> (cd .libs && rm -f libevent.so.1.3 && ln -s libevent-1.3e.so.1.3 
> libevent.so.1.3
> )
> ar cru .libs/libevent.a  event.o buffer.o evbuffer.o log.o event_tagging.o 
> http.
> o evdns.o strlcpy.o select.o poll.o kqueue.o signal.o
> ranlib .libs/libevent.a
> creating libevent.la
> (cd .libs && rm -f libevent.la && ln -s ../libevent.la libevent.la)
> Making all in sample
> gcc -DHAVE_CONFIG_H -I. -I..     -I../compat -g -O2 -Wall -c event-test.c
> /bin/sh ../libtool --tag=CC    --mode=link gcc -I../compat -g -O2 -Wall    -o 
> ev
> ent-test event-test.o ../libevent.la
> mkdir .libs
> gcc -I../compat -g -O2 -Wall -o .libs/event-test event-test.o  -L../.libs 
> -leven
> t -Wl,-rpath,/usr/local/lib
> ../.libs/libevent.so.1.3: warning: strcpy() is almost always misused, please 
> use
>  strlcpy()
> creating event-test
> gcc -DHAVE_CONFIG_H -I. -I..     -I../compat -g -O2 -Wall -c time-test.c
> /bin/sh ../libtool --tag=CC    --mode=link gcc -I../compat -g -O2 -Wall    -o 
> ti
> me-test time-test.o ../libevent.la
> gcc -I../compat -g -O2 -Wall -o .libs/time-test time-test.o  -L../.libs 
> -levent
> -Wl,-rpath,/usr/local/lib
> ../.libs/libevent.so.1.3: warning: strcpy() is almost always misused, please 
> use
>  strlcpy()
> creating time-test
> gcc -DHAVE_CONFIG_H -I. -I..     -I../compat -g -O2 -Wall -c signal-test.c
> /bin/sh ../libtool --tag=CC    --mode=link gcc -I../compat -g -O2 -Wall    -o 
> si
> gnal-test signal-test.o ../libevent.la
> gcc -I../compat -g -O2 -Wall -o .libs/signal-test signal-test.o  -L../.libs 
> -lev
> ent -Wl,-rpath,/usr/local/lib
> ../.libs/libevent.so.1.3: warning: strcpy() is almost always misused, please 
> use
>  strlcpy()
> creating signal-test
> Making all in test
> make  all-am
> gcc -DHAVE_CONFIG_H -I. -I..    -I.. -I../compat  -g -O2 -Wall -c test-init.c
> /bin/sh ../libtool --tag=CC    --mode=link gcc  -g -O2 -Wall    -o test-init 
> tes
> t-init.o ../libevent.la
> mkdir .libs
> gcc -g -O2 -Wall -o .libs/test-init test-init.o  -L../.libs -levent 
> -Wl,-rpath,/
> usr/local/lib
> ../.libs/libevent.so.1.3: warning: strcpy() is almost always misused, please 
> use
>  strlcpy()
> creating test-init
> gcc -DHAVE_CONFIG_H -I. -I..    -I.. -I../compat  -g -O2 -Wall -c test-eof.c
> /bin/sh ../libtool --tag=CC    --mode=link gcc  -g -O2 -Wall    -o test-eof 
> test
> -eof.o ../libevent.la
> gcc -g -O2 -Wall -o .libs/test-eof test-eof.o  -L../.libs -levent 
> -Wl,-rpath,/us
> r/local/lib
> ../.libs/libevent.so.1.3: warning: strcpy() is almost always misused, please 
> use
>  strlcpy()
> creating test-eof
> gcc -DHAVE_CONFIG_H -I. -I..    -I.. -I../compat  -g -O2 -Wall -c test-weof.c
> /bin/sh ../libtool --tag=CC    --mode=link gcc  -g -O2 -Wall    -o test-weof 
> tes
> t-weof.o ../libevent.la
> gcc -g -O2 -Wall -o .libs/test-weof test-weof.o  -L../.libs -levent 
> -Wl,-rpath,/
> usr/local/lib
> ../.libs/libevent.so.1.3: warning: strcpy() is almost always misused, please 
> use
>  strlcpy()
> creating test-weof
> gcc -DHAVE_CONFIG_H -I. -I..    -I.. -I../compat  -g -O2 -Wall -c test-time.c
> /bin/sh ../libtool --tag=CC    --mode=link gcc  -g -O2 -Wall    -o test-time 
> tes
> t-time.o ../libevent.la
> gcc -g -O2 -Wall -o .libs/test-time test-time.o  -L../.libs -levent 
> -Wl,-rpath,/
> usr/local/lib
> ../.libs/libevent.so.1.3: warning: strcpy() is almost always misused, please 
> use
>  strlcpy()
> creating test-time
> gcc -DHAVE_CONFIG_H -I. -I..    -I.. -I../compat  -g -O2 -Wall -c regress.c
> gcc -DHAVE_CONFIG_H -I. -I..    -I.. -I../compat  -g -O2 -Wall -c 
> regress_http.c
> gcc -DHAVE_CONFIG_H -I. -I..    -I.. -I../compat  -g -O2 -Wall -c 
> regress_dns.c
> gcc -DHAVE_CONFIG_H -I. -I..    -I.. -I../compat  -g -O2 -Wall -c 
> regress.gen.c
> /bin/sh ../libtool --tag=CC    --mode=link gcc  -g -O2 -Wall    -o regress 
> regre
> ss.o regress_http.o  regress_dns.o regress.gen.o ../libevent.la
> gcc -g -O2 -Wall -o .libs/regress regress.o regress_http.o regress_dns.o 
> regress
> .gen.o  -L../.libs -levent -Wl,-rpath,/usr/local/lib
> ../.libs/libevent.so.1.3: warning: strcpy() is almost always misused, please 
> use
>  strlcpy()
> creating regress
> gcc -DHAVE_CONFIG_H -I. -I..    -I.. -I../compat  -g -O2 -Wall -c bench.c
> bench.c: In function `read_cb':
> bench.c:66: warning: cast from pointer to integer of different size
> bench.c: In function `run_once':
> bench.c:87: warning: cast to pointer from integer of different size
> /bin/sh ../libtool --tag=CC    --mode=link gcc  -g -O2 -Wall    -o bench 
> bench.o
>  ../libevent.la
> gcc -g -O2 -Wall -o .libs/bench bench.o  -L../.libs -levent 
> -Wl,-rpath,/usr/loca
> l/lib
> ../.libs/libevent.so.1.3: warning: strcpy() is almost always misused, please 
> use
>  strlcpy()
> creating bench
> $ cp .libs/libevent.a .
> $ cd ../spybye-0.3
> spybye-0.3.tar.gz    spybye-0.3/
> $ cd ../spybye-0.3
> $ make clean
> test -z "spybye spybye2html" || rm -f spybye spybye2html
> test -z "spybye.gen.c spybye.gen.h" || rm -f spybye.gen.c spybye.gen.h
> rm -f *.o
> $ ./configure --with-libevent=/var/Software/libevent-1.3e
> checking build system type... x86_64-unknown-openbsd4.2
> checking host system type... x86_64-unknown-openbsd4.2
> checking target system type... x86_64-unknown-openbsd4.2
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for a BSD-compatible install... /usr/bin/install -c
> checking if we may use "-I/usr/include"... yes
> checking for libevent... /var/Software/libevent-1.3e
> checking for clamav-config... /usr/local/bin/clamav-config
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking libgen.h usability... yes
> checking libgen.h presence... yes
> checking for libgen.h... yes
> checking for unistd.h... (cached) yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/queue.h usability... yes
> checking sys/queue.h presence... yes
> checking for sys/queue.h... yes
> checking for TAILQ_FOREACH in sys/queue.h... yes
> checking for LIST_FIRST in sys/queue.h... yes
> checking for an ANSI C-conforming const... yes
> checking for size_t... yes
> checking for u_int64_t... yes
> checking for u_int32_t... yes
> checking for u_int16_t... yes
> checking for u_int8_t... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for socket in -lsocket... no
> checking for gettimeofday... yes
> checking for memmove... yes
> checking for memset... yes
> checking for strcasecmp... yes
> checking for strchr... yes
> checking for strdup... yes
> checking for strncasecmp... yes
> checking for strlcat... yes
> checking for strlcpy... yes
> checking for strsep... yes
> checking for strnstr... no
> checking for strncasestr... no
> checking for md5 in libc... yes
> checking for warnx... yes
> checking for timeradd in sys/time.h... yes
> checking for struct cl_limits.maxmailrec... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> config.status: executing depfiles commands
>
> $ make
> event_rpcgen.py spybye.rpc || echo "No Python installed"
> Reading "spybye.rpc"
>   Created struct: dangerousload
>     Added entry: time_in_seconds
>     Added entry: parent_url
>     Added entry: dangerous_url
>     Added entry: virus_result
>     Added entry: digest
>   Created struct: dangerous_report
>     Added entry: time_in_seconds
>     Added entry: remote_ip
>     Added entry: report
>   Created struct: virusscan
>     Added entry: buffer
>     Added entry: context
>   Created struct: virusresult
>     Added entry: result
>     Added entry: context
> ... creating "spybye.gen.h"
> ... creating "spybye.gen.c"
> make  all-am
>  cd . && /bin/sh /var/Software/spybye-0.3/missing --run automake-1.9
> --foreign  Makefile
> Use of uninitialized value in string eq at /usr/local/bin/automake-1.9
> line 4673, <GEN0> line 1.
> Use of uninitialized value in exists at /usr/local/bin/automake-1.9
> line 4675, <GEN0> line 1.
> Use of uninitialized value in concatenation (.) or string at
> /usr/local/bin/automake-1.9 line 4675, <GEN0> line 1.
> automake-1.9: ####################
> automake-1.9: ## Internal Error ##
> automake-1.9: ####################
> automake-1.9: unrequested trace `'
> automake-1.9: Please contact <[EMAIL PROTECTED]>.
>  at /usr/local/share/automake-1.9/Automake/Channels.pm line 562
>         Automake::Channels::msg('automake', '', 'unrequested trace
> `\'') called at /usr/local/share/automake-1.9/Automake/ChannelDefs.pm
> line 191
>         Automake::ChannelDefs::prog_error('unrequested trace `\'')
> called at /usr/local/bin/automake-1.9 line 4675
>         Automake::scan_autoconf_traces('configure.in') called at
> /usr/local/bin/automake-1.9 line 4877
>         Automake::scan_autoconf_files() called at
> /usr/local/bin/automake-1.9 line 7493
> *** Error code 1
>
> Stop in /var/Software/spybye-0.3 (line 245 of Makefile).
> *** Error code 1
>
> Stop in /var/Software/spybye-0.3 (line 227 of Makefile).
> $
> ====================================================================
>
_______________________________________________
bsd-india mailing list
[email protected]
http://www.bsd-india.org/mailman/listinfo/bsd-india

Reply via email to