From owner-freebsd-embedded@FreeBSD.ORG Sun Aug 12 19:56:46 2012 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B0C3106564A for ; Sun, 12 Aug 2012 19:56:46 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3E9338FC12 for ; Sun, 12 Aug 2012 19:56:45 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so6396680pbb.13 for ; Sun, 12 Aug 2012 12:56:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=gmzffe4QUTsPoeKHnVk1GwUdfJDvRqZcuO2BmRoiI/E=; b=qmLOtlDk+is2HlAcXBlN8u8XFM5bUCKtqNSuSqD3yfLarvhcTyWYf4EQSXxcljscqL vBU+OfBCpwa+J2SR1tI3tCUo2yKmvC+GdiJs/IXh1yTRtFgSbxKnqozfk/ccvCXTvrAu AMPZ3zUDS0gvfSys9Fd82mH12hS/cVftBtmn9ROrx9N6IV2I7jXqUoyBNjgstFVjmPQq ypZYyLKZ9xPvWNWsPcSbPUm3lF010Y2EtYMqdDPwPvMhFg5XK8j+ea5gvVhepIlXnemQ ntoRgdW86tt8szGaPrSCe1u9ReDDBqXLMfhPu6J+zHblfyBUFBoMaNV+bLrnJZVt25dC fjiA== MIME-Version: 1.0 Received: by 10.66.72.130 with SMTP id d2mr13413110pav.59.1344801405693; Sun, 12 Aug 2012 12:56:45 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.68.43.169 with HTTP; Sun, 12 Aug 2012 12:56:45 -0700 (PDT) In-Reply-To: <1344714749.1186.15.camel@revolution.hippie.lan> References: <1344714749.1186.15.camel@revolution.hippie.lan> Date: Sun, 12 Aug 2012 12:56:45 -0700 X-Google-Sender-Auth: jKTJXg1OhpK4f4y2-rbx5--IsWk Message-ID: From: Adrian Chadd To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-embedded@freebsd.org Subject: Re: cross-build failure for kerberos libs during installworld X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 19:56:46 -0000 Would you please file a PR for this? I'll assign it to the committer of r233294 so they can re-test with crossbuilds. Adrian On 11 August 2012 12:52, Ian Lepore wrote: > I just ran into an installworld glitch while doing an arm cross-build: > > ===> kerberos5/lib/libasn1 (install) > install -C -o root -g wheel -m 444 libasn1.a /local/build/staging/freebsd/dp10/nfsroot/usr/lib > install -C -o root -g wheel -m 444 libasn1_p.a /local/build/staging/freebsd/dp10/nfsroot/usr/lib > cmp -s krb5_asn1.hx krb5_asn1.h 2> /dev/null || cp krb5_asn1.hx krb5_asn1.h > cmp: not found > cp: not found > [more of the same errors follow] > > It looks like it's caused by r233294 (import of new Heimdal), which > added rules to the makefile that installs some components by using cmp > and cp to install the file only if its contents changed. > > The attached patch is how I quickly worked around the problem. I'm not > sure if this is the right way to fix it long term -- I'm not sure why > the makefile is using cmp/cp instead of install -C for header files. > > -- Ian > > > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to "freebsd-embedded-unsubscribe@freebsd.org" >