From owner-freebsd-questions@freebsd.org Thu Mar 8 01:39:47 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8544AF470A0 for ; Thu, 8 Mar 2018 01:39:47 +0000 (UTC) (envelope-from brian@brianwhalen.net) Received: from mail-qk0-x22b.google.com (mail-qk0-x22b.google.com [IPv6:2607:f8b0:400d:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03BD87BE4F for ; Thu, 8 Mar 2018 01:39:46 +0000 (UTC) (envelope-from brian@brianwhalen.net) Received: by mail-qk0-x22b.google.com with SMTP id b130so5054044qkg.9 for ; Wed, 07 Mar 2018 17:39:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brianwhalen-net.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=5KPcF3xbiaxhycEYNAEm4dv1yHVQhEBD4NGkR0gN4WU=; b=Aet97ikAUwoeFYPcblES62CVfOjqTWx3pXWGN7DR0QvvxgingI2heNaz6Kr79ErUwo OTolzTEJseJsWNMP8yAKxVAj6i5eAbXALDhkkJBMT3Yl5Yv6B209u/UT9MgMSy7MCu7+ tveXmqM9kzI0Ce1HPpcprTGdjVOCcq8RihCcIaghbWQ3q/knY/8GwcnR5X3u18ZjwALN 3uvvp7yKderQx3j66TD2KBg6qFu93vWj6ELIK5EuKzQ9dWEjgYiiqVgj1uZ6LQoPLr01 6XrWmbQl/o863mFP3bJCOYvmCoIfa/xgB5g+z6sR0hExsBKvnnqCZjGtguNZ5nyJFqN5 5/0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=5KPcF3xbiaxhycEYNAEm4dv1yHVQhEBD4NGkR0gN4WU=; b=aesa0Fcs2L/Jb6vc3E1LuPs89i7hc2nLJMk20RP4WbI6gU7TOf5qBZJOTNwPUmNAi/ FIq/VEZ+1qhbXMr+ACyCF31PbNsY6sHBmTvaa4ZGYqPf5JaAtzVMMZf2GML/pGdJ6Mc6 gBABBRvK/C/U5vS0XBozn1n5fxH0DKwWybHsTFVTrEneI39EFuVvhthwmlFU3bIHreiS BMZE43JkOIJ2QszHXQyGDssy6Xza+8t30YSkF2WWB8ApuxTMUgSo3A36KRBeafnKdobA Fc+Fpx03tRlqsQW5WPU8kRxP+xTOKHAfJh/Wu2KmNshf7gq8PIxpx8iT5J7a8nr4Mo07 TnZA== X-Gm-Message-State: AElRT7EgHY3FO0VG3i/8i8PsYkMgMvyjTj1WmmnWA3XtcHZCbLTOru50 6dGUrXZGix38kk/dqix+B8ibosa5+tbeZ73LeYXaS0/J X-Google-Smtp-Source: AG47ELtGFVAwjc9a5EQjy35SNn+pL1OJc3bw4lFR94IKhAVbQ3+0sOXIAccNicgEy9Ti0rPJcKoR4LkV0vDHDvpl0D0= X-Received: by 10.55.239.26 with SMTP id j26mr36964279qkk.315.1520473186083; Wed, 07 Mar 2018 17:39:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.16.198 with HTTP; Wed, 7 Mar 2018 17:39:45 -0800 (PST) X-Originating-IP: [2606:6000:cd02:9600:99d8:8942:55ec:6bbb] Received: by 10.140.16.198 with HTTP; Wed, 7 Mar 2018 17:39:45 -0800 (PST) In-Reply-To: References: From: "Brian W." Date: Wed, 7 Mar 2018 17:39:45 -0800 Message-ID: Subject: Instantiation errors with ccache and 11.1 To: FreeBSD Mailing List Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2018 01:39:47 -0000 Anyone else seeing instantiation errors while building an 11-stable kernel with ccache? I already disabled ccache and saw it work, so I know that is the cause. I installed 11.1, did freebsd-update, and then used svnlite to grab src, configured ccache per the text doc, and then tried to build, using a freebad vm on an esxi host. Brian