help-gnunet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gnunet] trouble with cvs


From: Benjamin Kay
Subject: [Help-gnunet] trouble with cvs
Date: Sun, 2 Nov 2003 01:41:05 +0000
User-agent: KMail/1.5.4

I'm compiling GNUnet from the cvs sources for the first time, and things 
aren't quit working out. I'm using:

libtool 1.4.3
automake 1.7.5
autoconf 2.57

After downloading the sources from cvs:
cvs -d :pserver:address@hidden:/var/cvs/GNUnet login
[ENTER]
cvs -d :pserver:address@hidden:/var/cvs/GNUnet checkout GNUnet

Running ./bootstrap.sh yields the following output:

configure.ac:54: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.ac:79: warning: do not use m4_regexp: use regexp or m4_bregexp
You should update your `aclocal.m4' by running aclocal.
configure.ac:54: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.ac:79: warning: do not use m4_regexp: use regexp or m4_bregexp
configure.ac:54: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.ac:79: warning: do not use m4_regexp: use regexp or m4_bregexp
automake-1.5: configure.ac: installing `./install-sh'
automake-1.5: configure.ac: installing `./mkinstalldirs'
automake-1.5: configure.ac: installing `./missing'
configure.ac:29: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.ac:601: warning: do not use m4_regexp: use regexp or m4_bregexp
configure.ac:54: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.ac:79: warning: do not use m4_regexp: use regexp or m4_bregexp
You should update your `aclocal.m4' by running aclocal.
configure.ac:54: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.ac:79: warning: do not use m4_regexp: use regexp or m4_bregexp
configure.ac:54: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.ac:79: warning: do not use m4_regexp: use regexp or m4_bregexp
You should update your `aclocal.m4' by running aclocal.
configure.ac:29: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.ac:601: warning: do not use m4_regexp: use regexp or m4_bregexp
configure.ac:29: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.ac:601: warning: do not use m4_regexp: use regexp or m4_bregexp
automake-1.5: configure.ac: installing `./install-sh'
automake-1.5: configure.ac: installing `./mkinstalldirs'
automake-1.5: configure.ac: installing `./missing'
automake-1.5: configure.ac: installing `./depcomp'
src/transports/Makefile.am:10: invalid unused variable name: `AM_LDFLAGS'
src/util/Makefile.am:51: libgnunetutil_la_DEPENDENCIES was already defined in 
condition TRUE, which implies condition USE_GCRYPT_FALSE USE_OPENSSL_TRUE

  libgnunetutil_la_DEPENDENCIES (User, where = 51) =
  {
    TRUE => \
 $(LIBLTDL)

  }
src/util/Makefile.am:51: libgnunetutil_la_DEPENDENCIES was already defined in 
condition TRUE, which implies condition USE_GCRYPT_FALSE USE_OPENSSL_FALSE

  libgnunetutil_la_DEPENDENCIES (User, where = 51) =
  {
    TRUE => \
 $(LIBLTDL)

    USE_GCRYPT_FALSE USE_OPENSSL_TRUE =>
  }
src/util/Makefile.am:51: libgnunetutil_la_DEPENDENCIES was already defined in 
condition TRUE, which implies condition USE_GCRYPT_TRUE USE_OPENSSL_TRUE

  libgnunetutil_la_DEPENDENCIES (User, where = 51) =
  {
    USE_GCRYPT_FALSE USE_OPENSSL_TRUE =>
    TRUE => \
 $(LIBLTDL)

    USE_GCRYPT_FALSE USE_OPENSSL_FALSE => 
$(top_builddir)/src/util/gcry/libcipher.la
  }
src/util/Makefile.am:51: libgnunetutil_la_DEPENDENCIES was already defined in 
condition TRUE, which implies condition USE_GCRYPT_TRUE USE_OPENSSL_FALSE

  libgnunetutil_la_DEPENDENCIES (User, where = 51) =
  {
    TRUE => \
 $(LIBLTDL)

    USE_GCRYPT_FALSE USE_OPENSSL_TRUE =>
    USE_GCRYPT_FALSE USE_OPENSSL_FALSE => 
$(top_builddir)/src/util/gcry/libcipher.la
    USE_GCRYPT_TRUE USE_OPENSSL_TRUE =>
  }
src/util/Makefile.am:13: invalid unused variable name: `AM_LDFLAGS'
autoreconf-2.57: automake failed with exit status: 1

Ignoring this error and running ./configure followed by make yields the 
following error from make (most of the output has been omitted):

gcc -DHAVE_CONFIG_H -I. -I. -I../../../../src/include     -fno-strict-aliasing 
-Wall -g -O2 -c `test -f gnunet-check.c || echo './'`gnunet-check.c
/bin/sh ../../../../libtool --mode=link gcc  -fno-strict-aliasing -Wall -g -O2  
 
-o gnunet-check  gnunet-check.o 
../../../../src/applications/afs/esed2/libgnunet_afs_esed2.la 
../../../../src/util/libgnunetutil.la -lm -lnsl -lpthread
gcc -fno-strict-aliasing -Wall -g -O2 -o .libs/gnunet-check gnunet-check.o  
../../../../src/applications/afs/esed2/.libs/libgnunet_afs_esed2.so 
/root/GNUnet/src/util/.libs/libgnunetutil.so /usr/lib/libextractor.so 
../../../../src/util/.libs/libgnunetutil.so /usr/lib/libltdl.so -ldl -lm 
-lnsl -lpthread -Wl,--rpath -Wl,/usr/local/lib
/root/GNUnet/src/util/.libs/libgnunetutil.so: undefined reference to 
`rndlinux_gather_random'
collect2: ld returned 1 exit status
make[4]: *** [gnunet-check] Error 1
make[4]: Leaving directory `/root/GNUnet/src/applications/afs/module'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/GNUnet/src/applications/afs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/GNUnet/src/applications'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/GNUnet/src'
make: *** [all-recursive] Error 1

Does anyone familiar with cvs, autoconf, or automake know what is going on?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]