From owner-freebsd-current@freebsd.org Tue May 31 14:26:15 2016 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 14558B54F7F for ; Tue, 31 May 2016 14:26:15 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (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 D38B218A6; Tue, 31 May 2016 14:26:14 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x233.google.com with SMTP id p64so94278169ioi.2; Tue, 31 May 2016 07:26:14 -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:from:date:message-id :subject:to:cc; bh=Sa1BCyNHh+vctcq5pVx4QcPPXq+T4+868ESPImbHzAg=; b=j4Npkm8m1d0kYl0kw+/2uZKEEBfQKAQdHEjFJBbc8innETEGL/HnfGwaLjok1zTNsN 0LdkA82qV7t0MIXtVGmls2cb1F/+uFsZ7rFBlTorDiNlCPcguowJPB1a13/U3zaWX+rY wQPmP6/buXQ54CH0+2r2FhO4D31s2TR8Jaz3MyrjLm6bJLVWfC0yA6doBD2wLuSdaoa9 Wi61J+T2V4XavlYOn2yWqemS0CEK9YRSpkeeuMhMth51dYhLl2sgbIB2qHhEvRIKZ1cU uNkTt0VRKx0bBxHheY16jbahrgmHxd334nITVcbTTPm5JGvRPtWuXIRZTRAPagO+XVWU NYaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Sa1BCyNHh+vctcq5pVx4QcPPXq+T4+868ESPImbHzAg=; b=BIro9sBxHhmBbKgYjC+pPCFtTqXcNfv1Cfint4+EoVVuTyhyzZNbqpkfmuTCWXiz3d AhtERBuM2H4biw77kuYVMjhZHnc6cf+4Js0II/IWguc/B+VbT6GgnnSZU6wmfMwWwyD4 IebZH+UkPikOJaVs+R6k4Nf2HKaVThnmY5F1h22Ms2rcx8Zy4APwgzO3BlQZek62aUJA S4qtcF4g9y2hcGtdB++hZpl6fUvz9+2wvFzAZoGOmKtSg8fK9vB0zXAJ0wgx0bLVz74x U58sOiGBRnf+jAZvoF68t0LP1+k9MIBGhcijOdah7vnTFCd++n/L+d5qFN1VnmVxZGKj ms8w== X-Gm-Message-State: ALyK8tLueGDRZlqaUr4liDjcSP9pKNThIjA0eybidIlEFMcrPTjAtKVdLE+5bl7bASKbjJoZivdUThs318geaw== X-Received: by 10.107.159.84 with SMTP id i81mr26346539ioe.29.1464704774148; Tue, 31 May 2016 07:26:14 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.27.197 with HTTP; Tue, 31 May 2016 07:25:54 -0700 (PDT) In-Reply-To: <20160530195116.GA93546@troutmask.apl.washington.edu> References: <20160529022702.GA57282@troutmask.apl.washington.edu> <1EF864CF-12E8-4A48-B6E9-317D438B7B7C@FreeBSD.org> <20160530195116.GA93546@troutmask.apl.washington.edu> From: Ed Maste Date: Tue, 31 May 2016 10:25:54 -0400 X-Google-Sender-Auth: VIcTsDPSbB001Vk_mybhC9HTCEY Message-ID: Subject: Re: Recent seems to have broken toolchain To: Steve Kargl Cc: Dimitry Andric , FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Tue, 31 May 2016 14:26:15 -0000 On 30 May 2016 at 15:51, Steve Kargl wrote: > > It happens with both /usr/bin/ld and /usr/local/bin/ld. I remove the > binutils port and still had the issue. I tried reverting recent changes > to elftoolchain/libelftc, the resulting tree would not build. The elftoolchain changes are a good candidate to check, although they should have no impact at all on the linker. What error did you encounter when trying to build with them reverted?