From owner-freebsd-current@FreeBSD.ORG Tue Oct 15 05:52:45 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id D9228168 for ; Tue, 15 Oct 2013 05:52:45 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8D5B23BF for ; Tue, 15 Oct 2013 05:52:45 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id wp18so1290060obc.38 for ; Mon, 14 Oct 2013 22:52:45 -0700 (PDT) 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=rDX5w1yZNwBdWPmTTyx8G9iq8ezHS9cbWe8zLHtdNeE=; b=l75H/C+qUeku/HEgGzhv2hkjCEVSGj16gNQppM4MVhoPSFrLHtq2k+2oTNOuYouY10 tiFMsN4ih6HN7oWE/qKwhyExRcPona+3boLBnPBULovVr6mByvvgNfjMmcvMuWwgjryC BebH9slIemq/HZVRzqS/kFGH0eKv7GodbgUITMFQEn8NOrmgs97O4Ix0BCycMUwH3wX5 eP3cSh4GMkB+6FaEvUOKQs5jNwpJgj26Aw5iv4/pnCbCmPuBHkTkSMzFWQ3WG89ArglX gbpy5jInZD9DWE5qeA1r5Fli5nVDh5U9XXJ7PbuLiYBgM11llATjE2khpCRL/0YpQRIU Pm1A== MIME-Version: 1.0 X-Received: by 10.182.16.201 with SMTP id i9mr31582013obd.21.1381816364975; Mon, 14 Oct 2013 22:52:44 -0700 (PDT) Received: by 10.76.156.8 with HTTP; Mon, 14 Oct 2013 22:52:44 -0700 (PDT) Date: Tue, 15 Oct 2013 09:52:44 +0400 Message-ID: Subject: Buildworld with ccache fails From: "Sevan / Venture37" To: freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 05:52:45 -0000 Hi, I noticed that back in April changes had been commited to allow ccache to build -HEAD world so give it a try again on r256380. The build process now fails at building libc.so.7 with error /usr/bin/ld: this linker was not configured to use sysroots cc: error: linker command failed with exit code 1 (use -v to see invocation) Sevan / Venture37