[Spread-users] Call for testing of CVS

Jeremy Hylton jeremy at zope.com
Fri Sep 27 14:03:21 EDT 2002


>>>>> "JS" == Jonathan Stanton <jonathan at cnds.jhu.edu> writes:

  JS> Have you updated recently? I fixed this on my machines a few
  JS> days ago and committed it. The execute bit problem I just
  JS> "hopefully" fixed now by changing the mode bits directly in the
  JS> repositary as 'commit' won't commit file mode changes.

  JS> Do you still have problems if you update to HEAD?

I just did a CVS update using the HEAD.  I've got rev 1.3 of
Makefile.in.  I am building in a subdirectory of the source directory.
I've attached a log that shows exactly what I've done.

Jeremy

slothrop:~/src/spread/daemon> cd build
slothrop:~/src/spread/daemon/build> ../configure
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether byte ordering is bigendian... no
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for bison... bison -y
checking for flex... /usr/bin/flex
checking for ar... /usr/bin/ar
checking for perl5... /usr/bin/perl5
checking for inline... inline
checking if we need -pthread for threads... yes
checking for pthread_create in -lpthread... yes
checking for thr_create in -lthread... no
checking for sem_wait in -lposix4... no
checking for gethostbyaddr in -lnsl... yes
checking for socket in -lsocket... no
checking for strftime... yes
checking for arpa/inet.h... yes
checking for assert.h... yes
checking for errno.h... yes
checking for grp.h... yes
checking for limits.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking for process.h... no
checking for pthread.h... yes
checking for pwd.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdint.h... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/inttypes.h... no
checking for sys/ioctl.h... yes
checking for sys/param.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... yes
checking for sys/time.h... yes
checking for sys/timeb.h... yes
checking for sys/types.h... yes
checking for sys/uio.h... yes
checking for sys/un.h... yes
checking for sys/filio.h... no
checking for time.h... yes
checking for unistd.h... yes
checking for windows.h... no
checking for winsock.h... no
checking for bcopy... yes
checking for inet_aton... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for memmove... yes
checking for setsid... yes
checking for snprintf... yes
checking for strerror... yes
checking for lrand48... yes
checking for gettimeofday... yes
checking for time... yes
checking whether snprintf correctly terminates long strings... yes
checking size of char... 1
checking size of short int... 2
checking size of int... 4
checking size of long int... 4
checking size of long long int... 8
checking for windows arch... no
checking for struct timezone type... no
checking for struct sockopt_len_t type... no
checking for struct msghdr type... yes
checking for struct msghdr accrights... no
checking for struct msghdr control... yes
checking for u_int type... yes
checking for intXX_t types... yes
checking for int64_t type... yes
checking for u_intXX_t types... yes
checking for u_int64_t types... yes
checking for socklen_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for clock_t... yes
checking for sa_family_t... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking for struct in6_addr... yes
checking for struct addrinfo... yes
checking for struct timeval... yes
checking for sun_len field in struct sockaddr_un... no
checking for ss_family field in struct sockaddr_storage... no
checking for __ss_family field in struct sockaddr_storage... yes
checking for pid_t... yes
checking if libc defines __progname... yes
checking if libc defines sys_errlist... yes
checking if libc defines sys_nerr... yes
checking Check Spread's major version... 3
checking Check Spread's minor version... 17
checking Check Spread's patch version... 0
checking for nroff... /usr/bin/nroff
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h

Spread has been configured with the following options:
                    User binaries: /usr/local/bin
                  System binaries: /usr/local/sbin
              Configuration files: /usr/local/etc
                   User libraries: /usr/local/lib
            Shared Spread LIbrary: libspread.so
Shared Thread-safe Spread LIbrary: libtspread.so
                     Manual pages: /usr/local/man/manX
                         PID file: /var/run
                   Manpage format: doc

              Host: i686-pc-linux-gnu
          Compiler: gcc
    Compiler flags: -g -O2 -Wall
Preprocessor flags: 
      Linker flags: 
         Libraries: -lnsl 

slothrop:~/src/spread/daemon/build> make
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../spread.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../protocol.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../session.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../groups.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../alarm.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../events.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../memory.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../membership.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../data_link.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../network.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../status.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../log.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../flow_control.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../message.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../lex.yy.c
config_gram.l: In function `yylex':
config_gram.l:191: warning: statement with no effect
config_gram.l: At top level:
lex.yy.c:1572: warning: `yyunput' defined but not used
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../y.tab.c
y.tab.c: In function `yyparse':
y.tab.c:522: warning: suggest parentheses around assignment used as truth value
y.tab.c:571: warning: label `yyerrlab' defined but not used
y.tab.c:566: warning: label `yynewerror' defined but not used
y.tab.c: At top level:
../y.tab.c:2: warning: `yysccsid' defined but not used
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../configuration.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../skiplist.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../acm.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../acp-permit.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../auth-null.c
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../auth-ip.c
gcc -o spread spread.o protocol.o session.o groups.o alarm.o events.o memory.o membership.o data_link.o network.o status.o log.o flow_control.o message.o lex.yy.o y.tab.o configuration.o skiplist.o acm.o acp-permit.o auth-null.o auth-ip.o  -lnsl 
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../sp.c
/usr/bin/ar rv libspread.a alarm.o events.o memory.o sp.o
a - alarm.o
a - events.o
a - memory.o
a - sp.o
ranlib libspread.a
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../user.c
../user.c:101: warning: `ip_authenticate' defined but not used
gcc -o spuser user.o  libspread.a -lnsl 
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../flooder.c
gcc -o spflooder flooder.o  libspread.a -lnsl 
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -c ../monitor.c
gcc -o spmonitor monitor.o  alarm.o events.o memory.o data_link.o lex.yy.o y.tab.o configuration.o skiplist.o acm.o  -lnsl  
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -D_REENTRANT -c ../user.c -o user.to
../user.c:101: warning: `ip_authenticate' defined but not used
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -D_REENTRANT -c ../alarm.c -o alarm.to
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -D_REENTRANT -c ../events.c -o events.to
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -D_REENTRANT -c ../memory.c -o memory.to
gcc -g -O2 -Wall -I. -I..   -DHAVE_CONFIG_H -D_REENTRANT -c ../sp.c -o sp.to
/usr/bin/ar rv libtspread.a alarm.to events.to memory.to sp.to
a - alarm.to
a - events.to
a - memory.to
a - sp.to
ranlib libtspread.a
gcc -pthread  -o sptuser user.to libtspread.a  -lnsl  -lpthread 
gcc -g -O2 -Wall -fPIC -I. -I..  -c ../alarm.c -o alarm.lo
gcc -g -O2 -Wall -fPIC -I. -I..  -c ../events.c -o events.lo
gcc -g -O2 -Wall -fPIC -I. -I..  -c ../memory.c -o memory.lo
gcc -g -O2 -Wall -fPIC -I. -I..  -c ../sp.c -o sp.lo
gcc -shared -o libspread.so alarm.lo events.lo memory.lo sp.lo  -lnsl 
gcc -g -O2 -Wall -fPIC -I. -I..  -D_REENTRANT -c ../alarm.c -o alarm.tlo
gcc -g -O2 -Wall -fPIC -I. -I..  -D_REENTRANT -c ../events.c -o events.tlo
gcc -g -O2 -Wall -fPIC -I. -I..  -D_REENTRANT -c ../memory.c -o memory.tlo
gcc -g -O2 -Wall -fPIC -I. -I..  -D_REENTRANT -c ../sp.c -o sp.tlo
gcc -shared -o libtspread.so alarm.tlo events.tlo memory.tlo sp.tlo  -lnsl  -lpthread 
slothrop:~/src/spread/daemon/build> su
Password: 
[root at slothrop build]# make install
../buildtools/mkinstalldirs /usr/local/bin
../buildtools/mkinstalldirs /usr/local/sbin
../buildtools/mkinstalldirs /usr/local/man
../buildtools/mkinstalldirs /usr/local/man/man1
../buildtools/mkinstalldirs /usr/local/man/man3
../buildtools/mkinstalldirs /usr/local/lib
/usr/bin/install -c -m 0755 -s spmonitor /usr/local/bin/spmonitor
/usr/bin/install -c -m 0755 -s spuser /usr/local/bin/spuser
/usr/bin/install -c -m 0755 -s sptuser /usr/local/bin/sptuser
/usr/bin/install -c -m 0755 -s spflooder /usr/local/bin/spflooder
/usr/bin/install -c -m 0755 -s spread /usr/local/sbin/spread
/usr/bin/install -c -m 644 -s libspread.a /usr/local/lib/libspread.a
/usr/bin/install -c -m 644 -s libtspread.a /usr/local/lib/libtspread.a
/usr/bin/install -c -m 644 docs/spread.1.out /usr/local/man/man1/spread.1
/usr/bin/install: docs/spread.1.out: No such file or directory
make: *** [install-files] Error 1
[root at slothrop build]# 





More information about the Spread-users mailing list