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

Re: [leafnode-list] leafnode-1.9.5b4



On Tue, Nov 30, 1999 at 11:02:26AM +0100, Cornelius Krasel wrote:
> I would appreciate if people with BSD-based systems, Linux on Alphas
> and other people who can have file sizes > 2 GB could test-drive
> this version, especially newsq. It has a workaround for the bug in
> autoconf-2.13 (thanks to Akim Demaille <akim@xxxxxxxx> for providing it)
> which prevented configure from properly detecting the size of off_t.
> 
> The beta is available at the usual place, i.e.
> 	ftp://wpxx02.toxi.uni-wuerzburg.de/pub/leafnode-1.9.5b4.tar.gz
> 
> If newsq runs fine and there are no other problems, I'll release this
> version as 1.9.5 final.

Attached is the output of 

% (./configure ; make ) 2>1 >/tmp/log

Under my 

% uname -a
OpenBSD isildur 2.6 GENERIC#637 i386

Everything is smooth

Strangely the warning were lost...

configutil.c: In function `readconfig':
configutil.c:138: warning: too many arguments for format
configutil.c:340: warning: int format, different type arg (arg 3)

/nntpd.c: In function `dopost':
/nntpd.c:863: warning: too many arguments for format

/fetchnews.c: In function `getgroup':
/fetchnews.c:1041: warning: int format, long int arg (arg 5)
/fetchnews.c: In function `nntpactive':
/fetchnews.c:1062: warning: `%y' yields only last 2 digits of year

(the last one is normal)

/texpire.c: In function `dogroup':
/texpire.c:337: warning: long unsigned int format, unsigned int arg (arg 4)
/texpire.c:469: warning: int format, long int arg (arg 4)
/texpire.c:475: warning: int format, long int arg (arg 4)

Did not have time to test it yet...

-- 
UNIX was half a billion (500000000) seconds old on
Tue Nov  5 00:53:20 1985 GMT (measuring since the time(2) epoch).
		-- Andy Tannenbaum



creating cache ./config.cache
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
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 for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for ar... ar 
checking for rpm... no
checking how to run the C preprocessor... gcc -E
checking for pcre.h... no
checking for gmtoff in struct tm... yes
checking for sizeof(off_t)... long long
checking for crypt in -lcrypt... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for sys/time.h... yes
checking for syslog.h... yes
checking for unistd.h... yes
checking for ap_config.h... no
checking for working const... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working fnmatch... yes
checking return type of signal handlers... void
checking for strftime... yes
checking whether utime accepts a null argument... yes
checking for getcwd... yes
checking for gethostname... yes
checking for mkdir... yes
checking for mktime... yes
checking for rmdir... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for gethostent... yes
checking for setsockopt... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating pcre/Makefile
creating config.h
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g  -c nntputil.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g  -c configutil.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g  -c xoverutil.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g  -c activutil.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g  -c miscutil.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g  -c artutil.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g  -c filterutil.c
ar rc liblnutil.a nntputil.o configutil.o xoverutil.o activutil.o miscutil.o  artutil.o filterutil.o
ranlib liblnutil.a
Building Philip Hazel's Perl regular expressions library...
gcc -I. -g -O2 -c ./maketables.c
gcc -I. -g -O2 -c ./get.c
gcc -I. -g -O2 -c ./study.c
gcc -I. -g -O2 -c ./pcre.c
rm -f libpcre.a
ar cq libpcre.a maketables.o  get.o  study.o  pcre.o
ranlib libpcre.a
gcc -c -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g ./nntpd.c
gcc -c -DSPOOLDIR=\"/var/spool/news\"  -DLIBDIR=\"/etc/leafnode\"  -DBINDIR=\"/usr/local/sbin\"  -DLOCKFILE=\""/var/lock/news/fetchnews.lck"\"  -DVERSION=\"1.9.5b4\" config.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g -o nntpd nntpd.o config.o -L. -llnutil 
fetchnews: please disregard warning about the year having only two digits
gcc -c -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g ./fetchnews.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g -o fetchnews fetchnews.o config.o -L. -llnutil -lpcre 
gcc -c -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g ./texpire.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g -o texpire texpire.o config.o -L. -llnutil 
gcc -c -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g ./checkgroups.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g -o checkgroups checkgroups.o config.o -L. -llnutil 
gcc -c -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g ./applyfilter.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g -o applyfilter applyfilter.o config.o -L. -llnutil -lpcre 
gcc -c -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g ./newsq.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g -o newsq newsq.o config.o -L. -llnutil 
gcc -c -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g ./lsort.c
gcc -I. -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -g -o lsort lsort.o config.o -L. -llnutil