Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 1996 20:26:53 +0100
From:      roberto@keltia.freenix.fr (Ollivier Robert)
To:        hackers@freebsd.org
Subject:   Re: 2.2 build broken?
Message-ID:  <Mutt.19961224202653.roberto@keltia.freenix.fr>
In-Reply-To: <32C01792.41C67EA6@whistle.com>; from Julian Elischer on Dec 24, 1996 09:49:07 -0800
References:  <32C01792.41C67EA6@whistle.com>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Julian Elischer:
> ===> usr.bin/fetch
> cc -O -Wall   -c /usr/src/usr.bin/fetch/main.c
> /usr/src/usr.bin/fetch/main.c: In function `ftpget':
> /usr/src/usr.bin/fetch/main.c:304: too few arguments to function
> `ftpLogin'

I'm surprised:

452 [20:17] roberto@keltia:/tmp> cvs -d /spare/FreeBSD-current co -r RELENG_2_2 fetch
cvs checkout: Updating fetch
U fetch/Makefile
U fetch/fetch.1
U fetch/main.c
...
456 [20:17] roberto@keltia:/tmp/fetch> ll
total 22
drwxr-xr-x  2 roberto  wheel    512 Dec 24 20:17 CVS/
-rw-r--r--  1 roberto  wheel    104 Jun 26 22:49 Makefile
-rw-r--r--  1 roberto  wheel   3065 Sep 24 00:24 fetch.1
-rw-r--r--  1 roberto  wheel  16681 Nov 28 09:26 main.c
457 [20:17] roberto@keltia:/tmp/fetch> make
Warning: Object directory not changed from original /tmp/fetch
cc -O -m486 -pipe -Wall   -c main.c
cc -O -m486 -pipe -Wall    -o fetch main.o  -lftpio
gzip -c fetch.1 > fetch.1.gz
...
460 [20:20] roberto@keltia:/tmp/fetch> cvs status -v main.c
===================================================================
File: main.c            Status: Up-to-date

   Working revision:    1.26.2.2        Thu Nov 28 08:26:14 1996
   Repository revision: 1.26.2.2        /spare/FreeBSD-current/src/usr.bin/fetch/main.c,v
   Sticky Tag:          RELENG_2_2 (branch: 1.26.2)
   Sticky Date:         (none)
   Sticky Options:      (none)

You may have a pre-1.8.2.1 version of ftpio.h (before Andrey's changes that
added the 6th parameter).
-- 
Ollivier ROBERT    -=- The daemon is FREE! -=-    roberto@keltia.freenix.fr
  FreeBSD keltia.freenix.fr 3.0-CURRENT #33: Sat Dec 21 12:57:17 CET 1996





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Mutt.19961224202653.roberto>