From owner-freebsd-toolchain@FreeBSD.ORG Tue Mar 31 20:06:10 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 1AE71B31; Tue, 31 Mar 2015 20:06:10 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (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 8A023E6D; Tue, 31 Mar 2015 20:06:09 +0000 (UTC) Received: by lagg8 with SMTP id g8so21345300lag.1; Tue, 31 Mar 2015 13:06:07 -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=UWtsFIuY4sNHZlNVEtoSkn11sC+LhbgaAjj1iiHX8QY=; b=SDIS+9/AwOnT6imrel38rbIt2krPD1+og7gljtxJPGfBF/JRXpmV3STV2UTNAQTY6M giOq4weFQMK01m4y6NrBnCpRZJ9KZr2dEDGJrwFIvM//pDT27IAPV6Ah1Yvrc8dlj9eh I/Z9UOB33qpdsH33PFrX1sACM+s0dG1xUmMR8ubsphQ8EisiWvw9JovsBqmHftj4kTAS S8+7ZHJ5huBAmMZ60Awhx36wEJV1PO9OIPalyu5lzQby9CDfHrwqzExnNlrHCXLhUM2t Or6XMhCAZu5P8lcBTWZG6nxIxz+yMo62rUQ5ztYNk926dOAMq9voZr/7IUyoVJk01wj7 //mA== MIME-Version: 1.0 X-Received: by 10.152.120.163 with SMTP id ld3mr15872649lab.59.1427832367756; Tue, 31 Mar 2015 13:06:07 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.108.168 with HTTP; Tue, 31 Mar 2015 13:06:07 -0700 (PDT) In-Reply-To: <5B103C77-EA63-4C04-95FE-B138CF46F01C@FreeBSD.org> References: <5F90BE99-E82C-4444-9E4C-5963B40AA3B0@FreeBSD.org> <5B103C77-EA63-4C04-95FE-B138CF46F01C@FreeBSD.org> Date: Tue, 31 Mar 2015 13:06:07 -0700 X-Google-Sender-Auth: X3OijqC1bDxXGZD6q0Rg7bTWrn4 Message-ID: Subject: Re: CROSS_TOOLCHAIN=amd64-gcc fails to build after clang 3.6.0 import 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-testing@freebsd.org" , 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: Tue, 31 Mar 2015 20:06:10 -0000 On Tue, Mar 31, 2015 at 12:48 PM, Dimitry Andric wrote: > On 31 Mar 2015, at 21:38, Craig Rodrigues wrote: > > > > On Tue, Mar 31, 2015 at 11:20 AM, Dimitry Andric > wrote: > > > >> On 31 Mar 2015, at 20:13, Dimitry Andric wrote: > >> ... > >>> but then: > >>> > >>> + patch > >>> Hmm... Looks like a unified diff to me... > >>> The text leading up to this was: > >>> -------------------------- > >>> |Index: contrib/libc++/include/type_traits > >>> |=================================================================== > >>> |--- contrib/libc++/include/type_traits (revision 280762) > >>> |+++ contrib/libc++/include/type_traits (working copy) > >>> -------------------------- > >>> Patching file contrib/libc++/include/type_traits using Plan A... > >>> Reversed (or previously applied) patch detected! Assume -R? [y] > >>> Hunk #1 succeeded at 842. > >>> Hunk #2 succeeded at 877. > >>> Hmm... Ignoring the trailing garbage. > >>> done > >>> > >>> E.g., it undoes the change to type_traits that was merged in the > >> subversion update. > >> > >> > > OK, I undid the patch. Now the clang and libc++ parts build, but I'm > > still getting problems building rescue: > > > > > https://jenkins.freebsd.org/job/FreeBSD_HEAD_external_toolchain_gcc/29/console > > Hm, that is strange. I have just completed a build with > amd64-xtoolchain-gcc, and apart from boot2, everything worked... > > What does readelf say when you run it on the cat.lo file which is > complained about in the log? And what happens if you delete it, and > restart the build? > See: https://lists.freebsd.org/pipermail/freebsd-toolchain/2015-March/001545.html