From owner-freebsd-current Tue Sep 17 2:40:45 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA24C37B401 for ; Tue, 17 Sep 2002 02:40:44 -0700 (PDT) Received: from mpehp1.mpe-garching.mpg.de (mpehp1.mpe-garching.mpg.de [130.183.70.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7116D43E72 for ; Tue, 17 Sep 2002 02:40:43 -0700 (PDT) (envelope-from sutter@robert3.mpe-garching.mpg.de) Received: from robert3.mpe-garching.mpg.de (robert3.mpe-garching.mpg.de [130.183.136.84]) by mpehp1.mpe-garching.mpg.de (8.8.6 (PHNE_17135)/8.8.6) with ESMTP id LAA25945 for ; Tue, 17 Sep 2002 11:40:42 +0200 (METDST) Received: from robert3.mpe-garching.mpg.de (localhost.mpe-garching.mpg.de [127.0.0.1]) by robert3.mpe-garching.mpg.de (8.12.5/8.12.5) with ESMTP id g8H9doGn052812 for ; Tue, 17 Sep 2002 11:39:50 +0200 (CEST) (envelope-from sutter@robert3.mpe-garching.mpg.de) Received: (from sutter@localhost) by robert3.mpe-garching.mpg.de (8.12.5/8.12.5/Submit) id g8H9do2F052811 for freebsd-current@freebsd.org; Tue, 17 Sep 2002 11:39:50 +0200 (CEST) Date: Tue, 17 Sep 2002 11:39:50 +0200 From: Robert Suetterlin To: freebsd-current@freebsd.org Subject: stage 2 build of contrib/file breaks upgrade from 4.7PRE to CURRENT. Message-ID: <20020917113950.A52787@robert3.mpe-garching.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! I currently upgraded my 4.4 to 4.7-PRE and now tried to get from there to -CURRENT. Unfortunately ``make buildworld'' fails during stage 2 when building ``usr.bin/file'': usr/src/usr.bin/file/../../contrib/file/file.h:45: stdint.h: No such file or directory There is exactly one ``stdint.h'' on my machine (in /usr/src/sys/sys). I was already told by Mike Barcroft that there should be copy in /usr/include/sys and a link to it in /usr/include. Of course this pulls is sys/_types.h and machine/_stdint.h, etc. . These will then conflict with defines in old include files also sucked in by ``usr.bin/file''. I do not see how I can get around this problem. Why is the build for ``usr.bin/file'' using old system include files at all? Regards, Robert S. -- Robert Suetterlin (robert@mpe.mpg.de) phone: (+49)89 / 30000-3546 fax: (+49)89 / 30000-3950 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message