From owner-freebsd-current@freebsd.org Mon Aug 14 14:07:15 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5CE6DCA7EC for ; Mon, 14 Aug 2017 14:07:15 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x234.google.com (mail-it0-x234.google.com [IPv6:2607:f8b0:4001:c0b::234]) (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 ABD8483594; Mon, 14 Aug 2017 14:07:15 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x234.google.com with SMTP id f16so10720259itb.0; Mon, 14 Aug 2017 07:07:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=mjLIT63/TzJLct4IeLfwAsZoLGugGPrbpcs3lcj5iqE=; b=F2l/2eEITEGrk7gDFIsmnKbXuospu6Sd5xICDZQ+u6ILC0AH3+Fz+YC3gYSpYcBRD/ Nv2RKLhvJc7S1bzpp7Dx8Ji8abfqjjY6iJkV12Z9Fg0TxzBA0zYxRRROTXLwLs534set L3IGyPCHxBKhHOwppTHrOr2SytaYakLQaJhAMzZqdnBPxZScPvws5JiGtoScuMEJa/YW E3ga+bWPSIuzTcRyCLxgSO9sSI0Q1nq4CHR0hecuiPHPZ4EUQ40e+NpJJr+Cs/qFGubu hvlG+oLkqFrr4AlFh2RHsVLp3V6+pX2gI0f2Ad84UJG47ChyQPF1DH36tJ+PDxYkTS4a VYnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=mjLIT63/TzJLct4IeLfwAsZoLGugGPrbpcs3lcj5iqE=; b=mmHPCHEd6pDUPfcsRiRAMnkYwRYkm3fm+A3eVogP1F3zEnAuL+qr0vMA1zOERr4R0C aF4Nn6IW2R9GQnOtENKf7euRB+c5s0y0hUKMLas+PrJqUEdWmsKY0mkD5v6FI3JRTGAO Dd0W9qVyRw9/CazFL3alCdg5B6UmP7yfgm2SyjqVXmWu2L43UFDxmFJwT3K+1CINII/v 0soUFD2tYUgg3aND6+eW5TwGoLsNZyb0dcaJNzhDeyC4mJChi5E1WSwsZbNha5PdUYrG 0iA85CkoYJp+Wk2xjvCptIjkHCQVD4LpNkM7hbMS2fv+TwXMPkxFgG0x0uT3y9AyLBei j8pg== X-Gm-Message-State: AHYfb5gi2bzmZkY5MhQKbLqQv8ROZRJCJdVuLV9uya9/gogy0ZF/deFS XTQc5C4kEv7IV/v1rf/1OTU554XD1g== X-Received: by 10.36.189.140 with SMTP id x134mr6274927ite.169.1502719635152; Mon, 14 Aug 2017 07:07:15 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.24.66 with HTTP; Mon, 14 Aug 2017 07:06:54 -0700 (PDT) In-Reply-To: References: <9C14A21D-1C17-44F9-882B-4A01C311E164@FreeBSD.org> <37395FD6-09E5-4C11-A189-7B3050E9A541@FreeBSD.org> From: Ed Maste Date: Mon, 14 Aug 2017 10:06:54 -0400 X-Google-Sender-Auth: kq6Jk8WHgGp4ECda9msLvh_nV7M Message-ID: Subject: Re: buildworld fails while building static clang library To: Aijaz Baig Cc: Dimitry Andric , FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 14 Aug 2017 14:07:16 -0000 On 7 August 2017 at 00:32, Aijaz Baig wrote: > That was some pretty relevant information Ed. Thanks. Even though it's not a direct cause of the problem you encountered I wanted to make sure a there was comprehensive reply to Dimitry's question. > Nonetheless, as I have indicated in my previous email, I hit an error quite > late in the process now (stage 4.3) when it is apparently linking h_raw.o > into h_raw.full ( is this linking by the way? what is the .full file > there??) Yes, this is a link step - the .full file is a binary or library with debug data included, which is then split into a .debug file containing only the debug data and the binary or library with no extension. There's no indication of what the error is in your log excerpt; are there any messages in dmesg from the time of the build?