All pastes #1950770 Raw Edit

configure and make output when t

public text v1 · immutable
#1950770 ·published 2010-09-29 00:54 UTC
rendered paste body
[arch06:~/Download/dircproxy-1.1.0]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output... 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 style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... gcc -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 crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for uid_t in sys/types.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for mkdir... yes
checking for rmdir... yes
checking for seteuid... yes
checking for strcspn... yes
checking for strerror... yes
checking for strspn... yes
checking for strstr... yes
checking for strtoul... yes
checking for socket... yes
checking for gethostbyname... yes
checking for crypt... no
checking for crypt in -lcrypt... yes
checking for strdup... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for poll... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for select... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating conf/Makefile
config.status: creating contrib/Makefile
config.status: creating getopt/Makefile
config.status: creating crypt/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
[arch06:~/Download/dircproxy-1.1.0]$ make
make  all-recursive
make[1]: Entering directory `/home/swettt/Download/dircproxy-1.1.0'
Making all in conf
make[2]: Entering directory `/home/swettt/Download/dircproxy-1.1.0/conf'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/swettt/Download/dircproxy-1.1.0/conf'
Making all in contrib
make[2]: Entering directory `/home/swettt/Download/dircproxy-1.1.0/contrib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/swettt/Download/dircproxy-1.1.0/contrib'
Making all in getopt
make[2]: Entering directory `/home/swettt/Download/dircproxy-1.1.0/getopt'
source='getopt.c' object='getopt.o' libtool=no \
	depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo' \
	depmode=gcc3 /bin/sh ../depcomp \
	gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c `test -f 'getopt.c' || echo './'`getopt.c
source='getopt1.c' object='getopt1.o' libtool=no \
	depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo' \
	depmode=gcc3 /bin/sh ../depcomp \
	gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c `test -f 'getopt1.c' || echo './'`getopt1.c
rm -f libgetopt.a
ar cru libgetopt.a getopt.o getopt1.o 
ranlib libgetopt.a
make[2]: Leaving directory `/home/swettt/Download/dircproxy-1.1.0/getopt'
Making all in crypt
make[2]: Entering directory `/home/swettt/Download/dircproxy-1.1.0/crypt'
source='main.c' object='main.o' libtool=no \
	depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
	depmode=gcc3 /bin/sh ../depcomp \
	gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c `test -f 'main.c' || echo './'`main.c
gcc  -g -O2   -o dircproxy-crypt  main.o ../getopt/libgetopt.a -lcrypt 
make[2]: Leaving directory `/home/swettt/Download/dircproxy-1.1.0/crypt'
Making all in doc
make[2]: Entering directory `/home/swettt/Download/dircproxy-1.1.0/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/swettt/Download/dircproxy-1.1.0/doc'
Making all in src
make[2]: Entering directory `/home/swettt/Download/dircproxy-1.1.0/src'
source='main.c' object='main.o' libtool=no \
	depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
	depmode=gcc3 /bin/sh ../depcomp \
	gcc -DHAVE_CONFIG_H -I. -I. -I.. -DSYSCONFDIR="\"/usr/local/etc\""    -g -O2 -c `test -f 'main.c' || echo './'`main.c
source='irc_net.c' object='irc_net.o' libtool=no \
	depfile='.deps/irc_net.Po' tmpdepfile='.deps/irc_net.TPo' \
	depmode=gcc3 /bin/sh ../depcomp \
	gcc -DHAVE_CONFIG_H -I. -I. -I.. -DSYSCONFDIR="\"/usr/local/etc\""    -g -O2 -c `test -f 'irc_net.c' || echo './'`irc_net.c
source='irc_client.c' object='irc_client.o' libtool=no \
	depfile='.deps/irc_client.Po' tmpdepfile='.deps/irc_client.TPo' \
	depmode=gcc3 /bin/sh ../depcomp \
	gcc -DHAVE_CONFIG_H -I. -I. -I.. -DSYSCONFDIR="\"/usr/local/etc\""    -g -O2 -c `test -f 'irc_client.c' || echo './'`irc_client.c
irc_client.c: In function ‘_ircclient_timedout’:
irc_client.c:1953: warning: cast from pointer to integer of different size
source='irc_server.c' object='irc_server.o' libtool=no \
	depfile='.deps/irc_server.Po' tmpdepfile='.deps/irc_server.TPo' \
	depmode=gcc3 /bin/sh ../depcomp \
	gcc -DHAVE_CONFIG_H -I. -I. -I.. -DSYSCONFDIR="\"/usr/local/etc\""    -g -O2 -c `test -f 'irc_server.c' || echo './'`irc_server.c
irc_server.c: In function ‘_ircserver_gotmsg’:
irc_server.c:702: error: lvalue required as left operand of assignment
irc_server.c:743: error: lvalue required as left operand of assignment
make[2]: *** [irc_server.o] Error 1
make[2]: Leaving directory `/home/swettt/Download/dircproxy-1.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/swettt/Download/dircproxy-1.1.0'
make: *** [all] Error 2