From owner-cvs-all Fri Mar 1 7:58:52 2002 Delivered-To: cvs-all@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 06C7637B41A; Fri, 1 Mar 2002 07:58:37 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g21FwXJ37356; Fri, 1 Mar 2002 17:58:33 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200203011558.g21FwXJ37356@zibbi.icomtek.csir.co.za> Subject: lukemftpd broken To: obrien@FreeBSD.org Date: Fri, 1 Mar 2002 17:58:33 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi David, A make world breaks here in libexec/lukemftpd. It seems that both lukenftpd and ls has an extern.h file and then things break a little when ls-unmain.c is compiled because it expects the ls version and not the lukem version. ######################################################## cc -O -pipe -march=pentiumpro -I/usr/src/libexec/lukemftpd -I/usr/src/libexec/lukemftpd/../../contrib/lukemftpd -I/usr/src/libexec/lukemftpd/../../contrib/lukemftpd/src -I/usr/src/libexec/lukemftpd/../../bin/ls -DUSE_PAM -c ls-unmain.c gzip -cn lukemftpd.8 > lukemftpd.8.gz In file included from ls-unmain.c:75: /usr/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:305: syntax error before `errcatch' /usr/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:305: warning: data definition has no type or storage class /usr/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:311: `MAXHOSTNAMELEN' undeclared here (not in a function) /usr/src/libexec/lukemftpd/../../contrib/lukemftpd/src/extern.h:311: size of array `hostname' has non-integer type ... ######################################################## John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message