Have you tried a regular CVS checkout? None of these problems below should have anything to do with the prototypes branch.
-- Nathan ------------------------------------------------------------ Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 > -----Original Message----- > From: Martin MOKREJŠ [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 24, 2002 4:07 PM > To: Neulinger, Nathan > Subject: Re: [OpenAFS-devel] Testers needed for Prototypes > cvs branch ofopenafs > > > Hi, > just a follow-up: > > bontebok$ ln -sf ./src/cf/Makefile.am.common Makefile.am.common > bontebok$ automake > Prototype mismatch: sub Automake::SEEK_SET vs () at > /home/users/mokrejs/bin/automake line 8317 > Prototype mismatch: sub Automake::SEEK_CUR vs () at > /home/users/mokrejs/bin/automake line 8317 > Prototype mismatch: sub Automake::SEEK_END vs () at > /home/users/mokrejs/bin/automake line 8317 > Makefile.am.common:9: AM_CFLAGS must be set with `=' before using `+=' > Makefile.am.common:36: LIB_readline multiply defined in condition TRUE > LIB_readline (User, where = Makefile.am.common:36) = > { > TRUE => @LIB_readline@ > } > Makefile.am.common:169: KRB4 does not appear in AM_CONDITIONAL > Makefile.am.common:173: KRB5 does not appear in AM_CONDITIONAL > src/afs/Makefile.am:5: required directory src/afs/"foo" does not exist > Makefile.am.common:9: AM_CFLAGS must be set with `=' before using `+=' > Makefile.am.common:36: LIB_readline multiply defined in condition TRUE > LIB_readline (User, where = Makefile.am.common:36) = > { > TRUE => @LIB_readline@ > } > Makefile.am.common:169: KRB4 does not appear in AM_CONDITIONAL > Makefile.am.common:173: KRB5 does not appear in AM_CONDITIONAL > Makefile.am.common:9: AM_CFLAGS must be set with `=' before using `+=' > Makefile.am.common:36: LIB_readline multiply defined in condition TRUE > LIB_readline (User, where = Makefile.am.common:36) = > { > TRUE => @LIB_readline@ > } > Makefile.am.common:169: KRB4 does not appear in AM_CONDITIONAL > Makefile.am.common:173: KRB5 does not appear in AM_CONDITIONAL > Makefile.am.common:9: AM_CFLAGS must be set with `=' before using `+=' > Makefile.am.common:36: LIB_readline multiply defined in condition TRUE > LIB_readline (User, where = Makefile.am.common:36) = > { > TRUE => @LIB_readline@ > } > Makefile.am.common:169: KRB4 does not appear in AM_CONDITIONAL > Makefile.am.common:173: KRB5 does not appear in AM_CONDITIONAL > configure.in:3: required file `src/config/afsconfig.h.in' not found > Makefile.am.common:9: AM_CFLAGS must be set with `=' before using `+=' > Makefile.am.common:36: LIB_readline multiply defined in condition TRUE > LIB_readline (User, where = Makefile.am.common:36) = > { > TRUE => @LIB_readline@ > } > Makefile.am.common:169: KRB4 does not appear in AM_CONDITIONAL > Makefile.am.common:173: KRB5 does not appear in AM_CONDITIONAL > Makefile.am.common:9: AM_CFLAGS must be set with `=' before using `+=' > Makefile.am.common:36: LIB_readline multiply defined in condition TRUE > LIB_readline (User, where = Makefile.am.common:36) = > { > TRUE => @LIB_readline@ > } > Makefile.am.common:169: KRB4 does not appear in AM_CONDITIONAL > Makefile.am.common:173: KRB5 does not appear in AM_CONDITIONAL > Makefile.am.common:9: AM_CFLAGS must be set with `=' before using `+=' > Makefile.am.common:36: LIB_readline multiply defined in condition TRUE > LIB_readline (User, where = Makefile.am.common:36) = > { > TRUE => @LIB_readline@ > } > Makefile.am.common:169: KRB4 does not appear in AM_CONDITIONAL > Makefile.am.common:173: KRB5 does not appear in AM_CONDITIONAL > bontebok$ CC=cc ./configure --with-afs-sysname=alpha_dux51 > --enable-transarc-paths --enable-insecure CC=cc > checking for a BSD-compatible install... /usr/local/bin/ginstall -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets ${MAKE}... yes > checking for gcc... cc > 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... no > checking whether cc accepts -g... yes > checking for style of include used by make... GNU > checking dependency style of cc... none > checking build system type... alphaev67-dec-osf5.1 > checking how to run the C preprocessor... cc -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... no > checking for unistd.h... yes > checking for flex... flex > checking for yywrap in -lfl... yes > checking lex output file root... lex.yy > checking whether yytext is a pointer... yes > checking host system type... alphaev67-dec-osf5.1 > checking for AIX... no > checking for library containing strerror... none required > checking minix/config.h usability... no > checking minix/config.h presence... no > checking for minix/config.h... no > checking for pid_t... yes > checking for size_t... yes > checking return type of signal handlers... void > checking for a BSD-compatible install... /usr/local/bin/ginstall -c > checking whether ln -s works... yes > checking for ranlib... ranlib > checking for bison... bison -y > ./configure: OPENAFS_CHECK_BIGENDIAN: command not found > checking your OS... ./configure: line 4041: syntax error near > unexpected token > `LINUX_BUILD_VNODE_FROM_INODE(${srcdir}/src/config,src/afs/LIN > UX,${srcdir}/src/afs/LINUX)' > ./configure: line 4041: ` > LINUX_BUILD_VNODE_FROM_INODE(${srcdir}/src/config,src/afs/LINU > X,${srcdir}/src/afs/LINUX)' > bontebok$ > > I think, it would be good idea to include configure directly > in the CVS. > Those who want to recreate it with newer version of automake/autoconf > can do it, but others can stay with current version. > > Are these problems of openafs or buggy automake/autoconf/configure? > > -- > Martin Mokrejs <[EMAIL PROTECTED]> > PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs > MIPS / Institute for Bioinformatics <http://mips.gsf.de> > GSF - National Research Center for Environment and Health > Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany > tel.: +49-89-3187 3616 , fax: +49-89-3187 3585 > > _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
