[Bro] Cant build Bro current on freebsd 6.1

Christian Kreibich christian at whoop.org
Mon Jul 3 12:36:54 PDT 2006


On Mon, 2006-07-03 at 21:41 +0300, dkalpakis at upnet.gr wrote:
>
> Neither trying "make distclean" nor fetching a fresh copy of the archive
> worked ...:( I m still getting the same error, without seeing any other
> messages before it.
> 
> Is there a possibility that there is something wrong/broken with the
> archive of current Bro 1.1? Has anyone succeeded to build it recently,
> using this specific archive? Any other suggestions?

Could you upload somewhere a complete transcript of your configure run
and build process? (The mailing list will likely complain about them
being too big.) As Robin says, the missing files are generated during
the build. Double-check whether the following appear during the build --
maybe the problem is not visib;e error messages but rather the lack of
them...

source='bif_lex.cc' object='bif_lex.o' libtool=no \
depfile='.deps/bif_lex.Po' tmpdepfile='.deps/bif_lex.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I..  -I. -I../src/binpac -I../src -I. -I.. -Ilibedit  -I../linux-include -O -W -Wall -Wno-unused -I../linux-inclu
de  -g -O2 -c -o bif_lex.o `test -f bif_lex.cc || echo './'`bif_lex.cc
source='bif_parse.cc' object='bif_parse.o' libtool=no \
depfile='.deps/bif_parse.Po' tmpdepfile='.deps/bif_parse.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I..  -I. -I../src/binpac -I../src -I. -I.. -Ilibedit  -I../linux-include -O -W -Wall -Wno-unused -I../linux-inclu
de  -g -O2 -c -o bif_parse.o `test -f bif_parse.cc || echo './'`bif_parse.cc
source='bif_arg.cc' object='bif_arg.o' libtool=no \
depfile='.deps/bif_arg.Po' tmpdepfile='.deps/bif_arg.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I..  -I. -I../src/binpac -I../src -I. -I.. -Ilibedit  -I../linux-include -O -W -Wall -Wno-unused -I../linux-inclu
de  -g -O2 -c -o bif_arg.o `test -f bif_arg.cc || echo './'`bif_arg.cc
g++  -g -O2   -o bifcl  bif_lex.o bif_parse.o bif_arg.o  -Llibedit -ledit  -lpcap -lpcap  -lssl -lcrypto -lpcap /usr/lib/libresolv.a -ltermcap
 -lm
./bifcl ./bro.bif
./bifcl ./event.bif
./bifcl ./const.bif

Is there an executable in the src/build directory called "bifcl" at the
time the build breaks? 

Cheers,
Christian.
-- 
________________________________________________________________________
                                          http://www.cl.cam.ac.uk/~cpk25
                                                    http://www.whoop.org




More information about the Bro mailing list