info-cvs
[Top][All Lists]
Advanced

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

RE: Latest core CVS source


From: Ross Smith
Subject: RE: Latest core CVS source
Date: Fri, 6 Apr 2001 10:49:37 -0700

> From: Larry Jones
>
> It looks like it's rebuilding a bunch of automake/autoconf
> files that shouldn't need to be rebuilt

Right.  On a pristine ccvs, I ran ./configure.  Then I ran make and it 
complains and wants to rerun ./configure (see Listing 1).  Go
figure.

BTW, the same thing happens on another Debian 2.2r0 box as well, so it's not 
the box being mis-configured.

> -- perhaps your installed versions of the
> tools don't handle things the way we expect.

Well, I've successfullly built apache, doxygen, graphviz, kerberos, lyx, 
mod_perl, mod_ssl, mysql, php, ssl, ssh, tcl, tk, & wine on
this box without any problems.  I've also built several packages (apache, 
mysql, ssl, ssh, etc.) using 'apt-get --compile source'.
Again, no problems.

> Could you do a ``cvs diff -u'' on the source tree
> and send the results to info-cvs so we can
> figure out what's going wrong?

At what point?

After ./configure, 'cvs diff -u' reports no changes.

After running make, which reruns aclocal, autoconf, (automake?) and 
./configure, I tried running 'cvs diff -u', but I get
"connection reset by peer".

> I strongly suspect that if you overwrite your
> locally-generated copies of the files with the
> copies from the repository it will build just fine.

Huh?  I started with a pristine checkout.  So you want me to...

$ cvs co ccvs
$ ./configure
$ cvs up
$ make

?

Thanks for your help,

Ross

Listing 1
---------
cd . && /bin/sh /usr/local/src/ccvs/missing --run aclocal
cd . && \
  /bin/sh /usr/local/src/ccvs/missing --run automake --gnu  Makefile
Makefile.am:15: require version 1.4a, only have 1.4
WARNING: `automake' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd . && /bin/sh /usr/local/src/ccvs/missing --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --no-create --no-recursion
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for prefix by checking for cvs... (cached) /usr/bin/cvs
checking for mawk... (cached) gawk
checking for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking for bison... (cached) bison -y
checking whether ln -s works... (cached) yes
checking for perl... (cached) /usr/bin/perl
checking for csh... (cached) no
checking for pr... (cached) /usr/bin/pr
checking for groff... (cached) /usr/bin/groff
checking for ps2pdf... (cached) /usr/bin/ps2pdf
checking for texi2dvi... (cached) /usr/bin/texi2dvi
checking whether #! works in shell scripts... (cached) yes
checking for BSD VPATH bug in make... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking for POSIXized ISC... no
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for errno.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for utime.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for ndbm.h... (cached) no
checking for limits.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/timeb.h... (cached) yes
checking for io.h... (cached) no
checking for direct.h... (cached) no
checking for sys/bsdtypes.h... (cached) no
checking for sys/resource.h... (cached) yes
checking for syslog.h... (cached) yes
checking whether stat file-mode macros are broken... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for working const... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for st_blksize in struct stat... (cached) yes
checking for st_rdev in struct stat... (cached) yes
checking for mkdir... (cached) yes
checking for rename... (cached) yes
checking for strstr... (cached) yes
checking for dup2... (cached) yes
checking for strerror... (cached) yes
checking for valloc... (cached) yes
checking for waitpid... (cached) yes
checking for memmove... (cached) yes
checking for strtoul... (cached) yes
checking for fchdir... (cached) yes
checking for fchmod... (cached) yes
checking for fsync... (cached) yes
checking for ftime... (cached) yes
checking for ftruncate... (cached) yes
checking for getgroups... (cached) yes
checking for getpagesize... (cached) yes
checking for getpassphrase... (cached) no
checking for gettimeofday... (cached) yes
checking for initgroups... (cached) yes
checking for mknod... (cached) yes
checking for mkstemp... (cached) yes
checking for mktemp... (cached) yes
checking for putenv... (cached) yes
checking for readlink... (cached) yes
checking for sigaction... (cached) yes
checking for sigblock... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigsetmask... (cached) yes
checking for sigvec... (cached) yes
checking for tempnam... (cached) yes
checking for timezone... (cached) yes
checking for tzset... (cached) yes
checking for vprintf... (cached) yes
checking for wait3... (cached) yes
checking for nanosleep... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking whether closedir returns void... (cached) no
checking for library containing getspnam... (cached) none required
checking whether utime accepts a null argument... (cached) yes
checking for long file names... (cached) yes
checking for working fnmatch... (cached) yes
checking for main in -lnsl... (cached) yes
checking for library containing connect... (cached) none required
checking for library containing gethostbyname... (cached) none required
default place for krb4 is /usr/kerberos
checking for krb.h...
checking for krb_get_err_text... (cached) no
checking for GSSAPI... (cached) yes
checking for gssapi.h... (cached) no
checking for gssapi/gssapi.h... (cached) yes
checking for gssapi/gssapi_generic.h... (cached) yes
checking for krb5.h... (cached) yes
checking for GSS_C_NT_HOSTBASED_SERVICE... (cached) gss_nt_service_name
checking for library containing des_set_odd_parity... (cached) no
checking for library containing com_err... (cached) -lcom_err
checking for library containing initialize_asn1_error_table_r... (cached) no
checking for library containing __dn_expand... (cached) no
checking for library containing roken_gethostbyaddr... (cached) no
checking for library containing valid_enctype... (cached) -lk5crypto
checking for library containing compile... (cached) no
checking for library containing krb5_free_context... (cached) -lkrb5
checking for library containing gss_import_name... (cached) no
checking for gethostname... (cached) yes
checking for library containing crypt... (cached) -lcrypt
checking for cygwin32... (cached) no
configure: warning: saving ./src/options.h in ./src/options.h-SAVED
configure: warning: You may wish to check that local options have not been lost.

configure: warning: Do not re-run ./configure or ./config.status until you have.
...
creating ./config.status
cd . && \
  CONFIG_HEADERS= CONFIG_LINKS= \
  CONFIG_FILES=Makefile /bin/sh ./config.status
creating Makefile
cd . && autoheader
cd . \
  && CONFIG_FILES= CONFIG_HEADERS=config.h \
     /bin/sh ./config.status
creating config.h
config.h is unchanged
make  all-recursive
make[1]: Entering directory `/usr/local/src/ccvs'
Making all in lib
make[2]: Entering directory `/usr/local/src/ccvs/lib'
cd .. && \
  CONFIG_HEADERS= CONFIG_LINKS= \
  CONFIG_FILES=lib/Makefile /bin/sh ./config.status
creating lib/Makefile
make[2]: Leaving directory `/usr/local/src/ccvs/lib'
make[2]: Entering directory `/usr/local/src/ccvs/lib'
Makefile:272: *** missing separator.  Stop.
make[2]: Leaving directory `/usr/local/src/ccvs/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/ccvs'
make: *** [all] Error 2





reply via email to

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