From owner-freebsd-stable Wed Nov 27 13:29: 3 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42D1137B401 for ; Wed, 27 Nov 2002 13:29:01 -0800 (PST) Received: from coloradosurf.com (12-253-160-7.client.attbi.com [12.253.160.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F89443EAF for ; Wed, 27 Nov 2002 13:28:50 -0800 (PST) (envelope-from mike@coloradosurf.com) Received: (from mike@localhost) by coloradosurf.com (8.11.6/8.11.6) id gARLSdn56974 for freebsd-stable@freebsd.org; Wed, 27 Nov 2002 14:28:39 -0700 (MST) (envelope-from mike) Date: Wed, 27 Nov 2002 14:28:39 -0700 From: Mike To: freebsd-stable@freebsd.org Subject: buildworld error (/usr/src/lib/libfetch) Message-ID: <20021127142839.A56915@coloradosurf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, # uname -a FreeBSD my.domain.com 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Wed Aug 14 21:23:26 GMT 2002 murray@builder.freebsdmall.com: /usr/src/sys/compile/GENERIC i386 I'm getting a buildworld error: mkdep -f .depend -a -I. -DINET6 /usr/src/lib/libfetch/fetch.c /usr/src/lib/libfetch/common.c /usr/src/lib/libfetch/ftp.c /usr/src/lib/libfetch/http.c /usr/src/lib/libfetch/file.c /usr/src/lib/libfetch/ftp.c:69: stdint.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/lib/libfetch. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. :-) Yes, it's true, stdint.h is nowhere to be found. I couldn't locate(1) it on other systems either. I checked another systems ftp.c file and it did not have the stdint.h include line. Does anyone know if just deleting it will be ok (the include)? Background? Insight? Is there more to it that this? Please Cc: me as I'm not subscribed to -stable. TIA, mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message