From owner-freebsd-current@freebsd.org Mon Aug 14 18:36:50 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 48A61DDC595 for ; Mon, 14 Aug 2017 18:36:50 +0000 (UTC) (envelope-from aijazbaig1@gmail.com) Received: from mail-vk0-x22b.google.com (mail-vk0-x22b.google.com [IPv6:2607:f8b0:400c:c05::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 F1EBE689E4; Mon, 14 Aug 2017 18:36:49 +0000 (UTC) (envelope-from aijazbaig1@gmail.com) Received: by mail-vk0-x22b.google.com with SMTP id g189so34202048vke.5; Mon, 14 Aug 2017 11:36:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=dd4fgBCbIAkNODkbKcXUGtGc02itdTJMinvph55NQz0=; b=VjiF1YLwDIzNq1PpMcUoVCUeUJVMIcziu4qIyz80V/XmRMi6ZRBgYIoeXa8lJoS4mg PW21wNy6GIm00ew02LW17F/viinbJiZAlytvarVpacFky52i4TkD0w1dFojwTg8sNhZO bMjjESQK42sBsB2RJIKc/2wb0woC2X1dij2b6ZRVm3CzWNd4PCiD9LKkjU6OcJMB0BoT Ii89gK/j2HTBhodcMlWV1+//lRc9C4XCqBxZiQIRDJRO4fhIjdCO5gqI585h9JDeFJ77 QXrNG2jRb9noaDeRiplTbnFdrgVdJbjuWTUPZa0BUr3SyB6TDFP7DkrUSTBlvP/QNvFa REiA== 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:cc; bh=dd4fgBCbIAkNODkbKcXUGtGc02itdTJMinvph55NQz0=; b=Sjs6RJoZhZKOQNpTwzDiw8aWv2G3mvkpxNt3fHLPxGGs/47XUL9Ob8Hvjcws8eVVh+ pqiPuyyHsgzohbfYBZt9U2hMj8PftCZJA9aJfnsOq/pgVH2R0+d4nebVLfgUmZdwPCSX ZCCrFxyaR8mn7+bjWzZWKQtloV79ejQL+fSVmUq+nQLAXr09RYkWTiJIVq5iUbMHUfjn 8ajoMADMP2MP/5fXOHPMMJC3cVh957sOT56o+chA7vsZXQ+e/XAOIFfET4vpYUd2+67k JgbTvkXBprkT/13AwpQGiRVMZTLKxqYsm0rucyUGyhPANkLOPicX0/NsVaMjVSA6WCM6 tirQ== X-Gm-Message-State: AHYfb5iqTAWwqSStA3YSlh7gwcvGTo+C5G727a+zNY3C+ieO/En58d4U 1KYNLujbphQMh0Zs2Im51PrinvkUig== X-Received: by 10.31.227.6 with SMTP id a6mr14000756vkh.15.1502735808389; Mon, 14 Aug 2017 11:36:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.55.198 with HTTP; Mon, 14 Aug 2017 11:36:47 -0700 (PDT) In-Reply-To: References: <9C14A21D-1C17-44F9-882B-4A01C311E164@FreeBSD.org> <37395FD6-09E5-4C11-A189-7B3050E9A541@FreeBSD.org> From: Aijaz Baig Date: Tue, 15 Aug 2017 00:06:47 +0530 Message-ID: Subject: Re: buildworld fails while building static clang library To: Ed Maste Cc: Dimitry Andric , FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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 18:36:50 -0000 Hi Ed Yes how do I get those logs? I will be checking dmesg from time to time (is there a way to tail it by the way??) but then how do I enable verbose logging while building world? I tried finding out the same by searching on the internet and by reading the manual page for make.conf but couldn't figure it out Is it even possible to have a verbose output? On Mon, Aug 14, 2017 at 7:36 PM, Ed Maste wrote: > 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? > -- Best Regards, Aijaz Baig