From owner-freebsd-stable@FreeBSD.ORG Fri Dec 27 07:26:59 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3338B707 for ; Fri, 27 Dec 2013 07:26:59 +0000 (UTC) Received: from mail-ve0-x22f.google.com (mail-ve0-x22f.google.com [IPv6:2607:f8b0:400c:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5BC617C2 for ; Fri, 27 Dec 2013 07:26:58 +0000 (UTC) Received: by mail-ve0-f175.google.com with SMTP id jx11so4639346veb.20 for ; Thu, 26 Dec 2013 23:26:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=EQC7KO55Gy58Nw/r/n9kQWTr3B1KTK9GlY+8sTa1Gw4=; b=zMOW5QicZ+atXz0yIySRA5g8t6XCh/1ZPSBizogF3a63qJOrn2mt8rSScEneIbSXlS 6u/a1aD/qNHckS6FF62784fg4VLYWwYRhrxQwEVo0y/k1AiZkp9BZG6atkTD7SBjSwOI UoMgufXd+2WMQPzssMyFNGjvVaFLQEYcyNwss0Y2/YRcaHu3Kdv2Mu3LIjY23pVBb2WE rMBVJRQof0E3pK/l25ZWWvYBZpmKcSbtzd/YeNvsx97Q1GZJ5XM76/hCo5/CeQHIYuZh bjlhA4Wzj4W2AZAdVcAq+8ndjyNS1I0bSCcZObegCuvfYYSEJw4aViAoCMYEy7O+/1fb nakg== MIME-Version: 1.0 X-Received: by 10.220.139.136 with SMTP id e8mr3828537vcu.34.1388129218107; Thu, 26 Dec 2013 23:26:58 -0800 (PST) Received: by 10.58.57.231 with HTTP; Thu, 26 Dec 2013 23:26:58 -0800 (PST) Received: by 10.58.57.231 with HTTP; Thu, 26 Dec 2013 23:26:58 -0800 (PST) Date: Thu, 26 Dec 2013 23:26:58 -0800 Message-ID: Subject: Odd problem w/ install world on 9.2 to 10.0rc3 upgrade From: Yvonne Oberman To: "freebsd-stable@freebsd.org Stable" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 07:26:59 -0000 I am trying to upgrade my laptop from 9 - stable to 10.0rc3. Install world fail in kerberos5/lib/libasn1. I get: cmp -s krb5_asn1.hx krb5_asn1.h 2> / dev/null || Co krb5_asn1.hx krb5_asn1.h cp: not found But, if I cd kerberos5 and make install, it installs fine. Both files are certainly present in /usr/obj. Any clue for me? Thanks!