From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 11:20:44 2014 Return-Path: Delivered-To: questions@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 9082D234 for ; Tue, 10 Jun 2014 11:20:44 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (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 2C42D2854 for ; Tue, 10 Jun 2014 11:20:44 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id hi2so3464257wib.0 for ; Tue, 10 Jun 2014 04:20:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gRBYlVCJQ2htAfFButSMMpw4LDdp+EXjEwfG6Da3a8w=; b=yKJYxkVX6vL91Abld1tEyMbYxkLrk13hWbLcv/pzoUUpkJ4MM4ELSnDQyCJvISQTmc ZxJyAfEmE4VHESiV4z+ZChD49VBaaAHAqXDiRUSJ/JqRePiJ19AANQHrFY4NRpWfM/qc JC8Fmn5RCHXqwaBac6A9Ft1c5o+EpdIzzAoCxxUP2rM0+6W5Wc02r8p82PlZ7jIsO1Tm kdzbdGSp/y6O3AXquG/0tzP+oj1LDEythR5xRuJ4fvhtrrNRETr02tLCVG6qucvUyAsI fqnIIocN5xiQI0VYxtlSorD1eUlpPJhSIdbXZZwkY8x5og7wYy3Lkz2SWrwbRv6litqO YA5A== MIME-Version: 1.0 X-Received: by 10.194.76.212 with SMTP id m20mr29121105wjw.30.1402399241982; Tue, 10 Jun 2014 04:20:41 -0700 (PDT) Received: by 10.194.45.67 with HTTP; Tue, 10 Jun 2014 04:20:41 -0700 (PDT) In-Reply-To: <5396E88E.1040604@rcn.com> References: <5396E88E.1040604@rcn.com> Date: Tue, 10 Jun 2014 01:20:41 -1000 Message-ID: Subject: Re: issue building clang From: Kent Kuriyama To: Robert Huff Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 11:20:44 -0000 What version of FreeBSD are you running? I am running RELENG 10 and have seen where 'clang' either dumps core or has a segmentation fault while compiling large programs. The compilation succeeds when I shutdown my qbittorrent server. You might try performing the 'buildworld' / 'buildkernel' while in single user mode. Kent On Tue, Jun 10, 2014 at 1:14 AM, Robert Huff wrote: > Is there someone out there familiar with building clang available for > a little off-list help? My "make buildworld" suddenly broke. > > Respectfully, > > > > Robert Huff > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" >