View Single Post
  #1   (View Single Post)  
Old 7th May 2008
mahoney mahoney is offline
New User
 
Join Date: May 2008
Posts: 1
Default BitchX build failure

Hi fresh install of fbsd 7 and fresh portsnap, thanks in advance for any help

gmake[1]: Entering directory `/usr/ports/irc/bitchx/work/BitchX/source'
gmake[1]: `scr-bx' is up to date.
gmake[1]: Leaving directory `/usr/ports/irc/bitchx/work/BitchX/source'
cd dll \
&& gmake 'local_dir=/root' 'INSTALL_IRC=/usr/local/bin/BitchX' 'IRCLIB=/usr/local/share/bx' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -Wall' 'HELPDIR=/usr/local/share/bx/help' 'INSTALL_WSERV=/usr/local/share/bx/wserv' 'IRCPATH=~/.BitchX:~/.BitchX/plugins:.:/usr/local/share/bx/plugins:/usr/local/share/bx/script:/usr/local/share/bx' 'TRANSLATION_PATH=/usr/local/share/bx/translation' 'LDFLAGS=' 'LIBS=-lncurses -lssl -lm -lcrypt -L/usr/local/lib -lcrypto' 'LN=ln -s' 'RM=rm -f' 'TCL_SRCS=' 'TCL_OBJS=' 'CD_PLAY=' 'CD_SRCS=' 'CD_OBJS=' 'TCL_LIBS=' 'PLUGINDIR=/usr/local/share/bx/plugins' '_VERSION_=BitchX' 'VERSION=BitchX-1.1-final' 'INSTALL_DATA=install -o root -g wheel -m 444' 'INSTALL_SCRIPT=/usr/local/share/bx/script' 'EXEEXT=' 'SHLIB_CFLAGS=' 'SHLIB_SUFFIX=.so' all
gmake[1]: Entering directory `/usr/ports/irc/bitchx/work/BitchX/dll'
gmake[2]: Entering directory `/usr/ports/irc/bitchx/work/BitchX/dll/abot'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/irc/bitchx/work/BitchX/dll/abot'
gmake[2]: Entering directory `/usr/ports/irc/bitchx/work/BitchX/dll/acro'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/irc/bitchx/work/BitchX/dll/acro'
gmake[2]: Entering directory `/usr/ports/irc/bitchx/work/BitchX/dll/aim'
gmake[3]: Entering directory `/usr/ports/irc/bitchx/work/BitchX/dll/aim/toc'
cc -I. -I/usr/ports/irc/bitchx/work/BitchX/include -I../../../include -I. -I./include -O2 -fno-strict-aliasing -pipe -Wall -c toc.c
toc.c:42: error: static declaration of 'toc_fd' follows non-static declaration
toc.h:153: error: previous declaration of 'toc_fd' was here
toc.c:43: error: static declaration of 'seqno' follows non-static declaration
toc.h:154: error: previous declaration of 'seqno' was here
toc.c:44: error: static declaration of 'peer_ver' follows non-static declaration
toc.h:155: error: previous declaration of 'peer_ver' was here
toc.c: In function 'roast_password':
toc.c:305: warning: pointer targets in return differ in signedness
toc.c: In function 'toc_callback':
toc.c:359: warning: format '%ld' expects type 'long int *', but argument 3 has type 'time_t *'
gmake[3]: *** [toc.o] Error 1
gmake[3]: Leaving directory `/usr/ports/irc/bitchx/work/BitchX/dll/aim/toc'
gmake[2]: *** [toc] Error 2
gmake[2]: Leaving directory `/usr/ports/irc/bitchx/work/BitchX/dll/aim'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/irc/bitchx/work/BitchX/dll'
gmake: *** [dll] Error 2
*** Error code 2

Stop in /usr/ports/irc/bitchx.
*** Error code 1

Stop in /usr/ports/irc/bitchx.
[root@angus /usr/ports/irc/bitchx]#
Reply With Quote