From owner-freebsd-questions@FreeBSD.ORG Sat Nov 8 17:41:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42A4A106567A for ; Sat, 8 Nov 2008 17:41:28 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1166F8FC1B for ; Sat, 8 Nov 2008 17:41:27 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id BF759AFC1C7; Sat, 8 Nov 2008 08:41:26 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Sat, 8 Nov 2008 18:32:27 +0100 User-Agent: KMail/1.9.7 References: <927777.56615.qm@web25604.mail.ukl.yahoo.com> In-Reply-To: <927777.56615.qm@web25604.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811081832.28741.fbsd.questions@rachie.is-a-geek.net> Cc: d bena Subject: Re: Compile : Always missing headers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2008 17:41:28 -0000 On Saturday 08 November 2008 14:11:59 d bena wrote: > Hi, > > We have just install our FreeBSD and we try naturally to update our system. > $ uname -a > FreeBSD pinky.e-cac.fr 7.0-RELEASE-p5 FreeBSD > 7.0-RELEASE-p5 #0: Wed Oct 1 10:10:12 UTC 2008 > root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > > But each time we compile softs, ports or world, we have errors with the > headers not found or wrong headers like that : " > /usr/include/sys/param.h:63:23: error: sys/types.h: No such file or > directory " " /usr/src/lib/libmagic/../../contrib/file/file.h:50:23: error: > > We don't understand why it lacks some headers files like > /usr/include/sys/types.h ? Only you can tell that. Is the file present or not? Maybe an fsck couldn't restore it? Or something went wrong during install? Do you have a /usr/src populated with the OS and kernel sources? -- Mel Problem with today's modular software: they start with the modules and never get to the software part.