From owner-freebsd-toolchain@FreeBSD.ORG Mon Mar 30 16:08:05 2015 Return-Path: Delivered-To: freebsd-toolchain@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 31693B27; Mon, 30 Mar 2015 16:08:05 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (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 A5371883; Mon, 30 Mar 2015 16:08:04 +0000 (UTC) Received: by lajy8 with SMTP id y8so6918419laj.0; Mon, 30 Mar 2015 09:08:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=aFdpCm5X89FcLNw6her0/26SjRBHPSycF4amyEohwjw=; b=kDqxAne6GPsQxdeblTCgkl0P8cH7vx5rWxMiGBV4enGvdiKHSbklsJSXd5W+lISpuv jQ1JaWpPlmNNOI4qCP7ooT1PkP15b+5uMTqlfPWnYU8n/ZjgmicJqFUMsBw6ENLLZepf PH+DzrZtFcQfR+V84MYB4eQ0AeCoEUumU8BMDFbcRxX5Li7h6GJeVtOttJNqzWzv4kTv NNh6aBwiuQTDbZrgagLfBFPNBwjMwGLK4vlETbM4XndPDu+0OhavsCZrT6sEuj7wnCHA 7rlpOAj9cqZFdxZHKXDq+2Vr0PieyXJugCGOSGPacKwTPVVe39GgQRt3z1mvY7iNMC8W hUdQ== MIME-Version: 1.0 X-Received: by 10.112.26.209 with SMTP id n17mr27042106lbg.84.1427731682836; Mon, 30 Mar 2015 09:08:02 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.108.168 with HTTP; Mon, 30 Mar 2015 09:08:02 -0700 (PDT) In-Reply-To: <09AB8734-8EE3-4772-84C6-49D9D4B6105B@FreeBSD.org> References: <09AB8734-8EE3-4772-84C6-49D9D4B6105B@FreeBSD.org> Date: Mon, 30 Mar 2015 09:08:02 -0700 X-Google-Sender-Auth: 24RZnbdNDgl239dEXF4kJ_L6odw Message-ID: Subject: Re: Failed to build usr.bin/clang/clang with gcc 4.9 From: Craig Rodrigues To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Toolchain X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 16:08:05 -0000 On Sun, Mar 29, 2015 at 1:52 PM, Dimitry Andric wrote: > > > And none of these prints any compilation command lines? Are you running > with make -s, by any chance? If so, try removing it so we can see how > the various source files are being compiled. I am not using make -s. If you look at the log file, the full make invocation I used is captured at the top of the log file. I used NO_CLEAN and NO_KERNELCLEAN. I wiped out the object tree, and tried again. I managed to successfully buildworld, as long as I skipped building all the boot directories. Here is the new log file: https://people.freebsd.org/~rodrigc/gcc/buildworld.2015_03_29_2.log.txt There are many warnings which need to be cleaned up over time. I saw this one which looked a bit weird: /usr/local/bin/x86_64-freebsd-ld: error in /usr/obj/opt2/branches/head/lib32/usr/lib32/crt1.o(.eh_frame); no .eh_frame_hdr table will be created. -- Craig