From owner-freebsd-questions@FreeBSD.ORG Sun Mar 4 04:36:22 2012 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 DD20B106564A for ; Sun, 4 Mar 2012 04:36:22 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 631398FC14 for ; Sun, 4 Mar 2012 04:36:22 +0000 (UTC) Received: by wibhn6 with SMTP id hn6so1734471wib.13 for ; Sat, 03 Mar 2012 20:36:21 -0800 (PST) Received-SPF: pass (google.com: domain of illoai@gmail.com designates 10.180.100.33 as permitted sender) client-ip=10.180.100.33; Authentication-Results: mr.google.com; spf=pass (google.com: domain of illoai@gmail.com designates 10.180.100.33 as permitted sender) smtp.mail=illoai@gmail.com; dkim=pass header.i=illoai@gmail.com Received: from mr.google.com ([10.180.100.33]) by 10.180.100.33 with SMTP id ev1mr8995006wib.3.1330835781549 (num_hops = 1); Sat, 03 Mar 2012 20:36:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ucebLlX7Ubp5g2wx/93Be391jaT9z8q5bkV5Wgrhs1A=; b=TYAy+VkdiqIxa4XWU8KUjjZkUXDOpM+qd7VJKkf6NccOEPN3xzku3oo2MJizInA5fx 4sYRjB+Kk1FGJzSB3xWZZVurVnTbiV2KgdEALl316ptQ+5EENyOWKqSoferxd0WEs4IM RQ0TetZmX/gQ0cft0ZP05+N753hsdtsliEnijacYDw76Xu+0BJKRCJTvjZx3AZieM3Vk jMLduJtynWMHSSZEnqD137aTBhfhAWnZi7mntp5CRqVQjciGGkplGrgHORP7z0UtkgCR CwsQ4gn0IEF0P+cIkkZ44igs/+pakIPDIfMUN85caCDbt2q+lCBJg04txVuTjFSCPIRc 9AGg== MIME-Version: 1.0 Received: by 10.180.100.33 with SMTP id ev1mr7229394wib.3.1330835781425; Sat, 03 Mar 2012 20:36:21 -0800 (PST) Received: by 10.217.5.142 with HTTP; Sat, 3 Mar 2012 20:36:21 -0800 (PST) In-Reply-To: <4F52744D.8060904@growveg.net> References: <4F51232F.8090105@growveg.net> <4F52744D.8060904@growveg.net> Date: Sat, 3 Mar 2012 23:36:21 -0500 Message-ID: From: "illoai@gmail.com" To: FreeBSD Mailing Lists Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: make install fails for /usr/ports/security/sudo after downgrade from 9.0-R to 8-STABLE 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: Sun, 04 Mar 2012 04:36:22 -0000 On 3 March 2012 14:43, FreeBSD Mailing Lists wrote: > On 03/03/12 12:31, illoai@gmail.com wrote: >> >> Stale header files in /usr/include maybe? > > > Hi, > > Yes that's it. It seems got changed to between 8.2 and > 9.0. Fixed by csup of 9.0-R and doing the buildworld buildkernel etc. > Hmm, I would think that merely removing the offending file and copying the correct one from /usr/obj/usr/src/tmp/usr/include/ would suffice. -- --