From owner-freebsd-questions@FreeBSD.ORG Tue Dec 23 14:50:02 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97FC6825 for ; Tue, 23 Dec 2014 14:50:02 +0000 (UTC) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56D23669F1 for ; Tue, 23 Dec 2014 14:50:02 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id c41so3195186yho.17 for ; Tue, 23 Dec 2014 06:50:01 -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=BORGAht+JJpc0A7mEnYSsP+Yfx+mb76WtcpwrUmmNjI=; b=DpD3K6idizghfVGmVbVbyESU8/0tAqft1IfwgruU/Tc9sX//0E6Le9yrUoOXEvIklZ nOls4l5uBOKBMDuLbU5EAbWdJHedmQnX91u88cSA4rKWFNtQJnCKr/LTLgwfR5q3g9n5 hypy4pfsRbuTVd1NfV6YLMElSqZb7j+M1AWY3WH2+o4rJNkk2EB97/Z80RQeALioxLyD CGeALBSph2IyWoJYGtTMjT2Col2CVHX6iJwLYE9ag1Y5coY2mbS+uVUAU8PElNEI4Wv7 IEMdic7jYbv0Vr4BdYvJeBTU2BInt72rn21gGc7zf+IIuLUYox4zTKHDpBo7Ofui1nIr 5dpA== MIME-Version: 1.0 X-Received: by 10.170.212.10 with SMTP id d10mr25106799ykf.49.1419346201576; Tue, 23 Dec 2014 06:50:01 -0800 (PST) Received: by 10.170.188.144 with HTTP; Tue, 23 Dec 2014 06:50:01 -0800 (PST) Date: Tue, 23 Dec 2014 14:50:01 +0000 Message-ID: Subject: Freebsd build errors From: krad To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2014 14:50:02 -0000 Hi, Over the past few months I have been getting frequent build issues when doing a build world. My src.conf and make.conf are pretty simple. Are any others having such issues? Yes I use ccache but turning it on and off seams to make little difference. # cat /etc/src.conf WITHOUT_LIB32="YES" WITHOUT_IPX="yes" WITHOUT_PORTSNAP="YES" WITHOUT_GAMES="YES" WITHOUT_HTML="YES" WITHOUT_FREEBSD_UPDATE="YES" # cat /etc/make.conf KERNCONF=me KERNCONFDIR=/etc/kernel BOOT_COMCONSOLE_SPEED="115200" LOADER_TFTP_SUPPORT=YES" LOADER_ZFS_SUPPORT=yes FTP_PASSIVE_MODE=1 WITH_CTF=1 #CC=/usr/local/libexec/ccache/world/cc #CXX=/usr/local/libexec/ccache/world/c++ WITH_PKGNG= yes PF_ENABLE_FILTER_RULES=yes