From owner-freebsd-toolchain@freebsd.org Sat Sep 22 05:30:52 2018 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D38FC10B1DD3; Sat, 22 Sep 2018 05:30:51 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it1-f177.google.com (mail-it1-f177.google.com [209.85.166.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 644A882421; Sat, 22 Sep 2018 05:30:51 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it1-f177.google.com with SMTP id d10-v6so4561211itj.5; Fri, 21 Sep 2018 22:30:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=SGD3fdiYIIHqQsooR/sg9s/Fj7zJinG34pDzwoce/vI=; b=grzFrZ/wIb2r67seNT7VOSkK0ldPOMdPaIFd1BZXobGFLtATUreCx/VHVUL1bzo6Vi R0wRjHL4IBzd2wmAiTU4/0DHP5gFJZcHzl5LwzeaBzluDTeEYabyMxry+cXb2NPb/sAd nw/Y5N8fSYrFRm8GDk7GfpsY5xgCGsHuAcVhgh8ach8Zf5GeqOkb3AnA/H17uG9P1xn2 yHRagnmKTXoHfKVv9FR/hCZMLhCfwWzMUdJkbjeUcvfl0xCydUb+is6Doi9KTcxETYEW /Anp26QSDnWyKU9pC2RZ0TXKZUpUKuHQVVW7LjT9cewcvKndCZPlEfaYS2KEkzEuBwFR rawQ== X-Gm-Message-State: ABuFfoiO1sK4nIVZ5b7+uzrx1ywl3oUpGmRUm1rd/EzyI8sbNr92oklN /3wLCELVtkDNK1zzLDia8uoRBbs5 X-Google-Smtp-Source: ACcGV60g7G+QXucH19wgwX47+J5+oWUbpjM5zIQZVUAtrlBrEzrW2ZX82MjLdWD3DpHH71GJuMD8Gg== X-Received: by 2002:a24:a388:: with SMTP id p130-v6mr559079ite.146.1537593818677; Fri, 21 Sep 2018 22:23:38 -0700 (PDT) Received: from mail-it1-f172.google.com (mail-it1-f172.google.com. [209.85.166.172]) by smtp.gmail.com with ESMTPSA id y189-v6sm3041782itd.26.2018.09.21.22.23.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Sep 2018 22:23:38 -0700 (PDT) Received: by mail-it1-f172.google.com with SMTP id h23-v6so4502079ita.5; Fri, 21 Sep 2018 22:23:37 -0700 (PDT) X-Received: by 2002:a02:10c6:: with SMTP id 189-v6mr747328jay.54.1537593817810; Fri, 21 Sep 2018 22:23:37 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:7049:0:0:0:0:0 with HTTP; Fri, 21 Sep 2018 22:23:37 -0700 (PDT) In-Reply-To: References: <2E7136DD-9C25-44C1-8C9A-310C2D1D7189@yahoo.com> <20180921193139.GB5120@raichu> <20180921220639.GF5120@raichu> <83c3a1bd-6922-20d1-4559-26bca1995229@bluestop.org> <33ea78c3-7954-d30e-4f40-dcada55e7367@bluestop.org> <74775769-6810-63ab-d776-013bc72c8488@bluestop.org> <11385a3d-f6ec-453d-8a21-a29c34c94b0f@bluestop.org> From: Conrad Meyer Date: Fri, 21 Sep 2018 22:23:37 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: building head -r338675 with devel/amd64-gcc: /usr/local/x86_64-unknown-freebsd12.0/bin/ld: warning: -z ifunc-noplt ignored To: Rebecca Cran Cc: Warner Losh , FreeBSD Current , "freebsd-toolchain@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2018 05:30:52 -0000 One thing that may allow progress is explicitly passing the path to a new enough linker to make. In the past when some I encountered a similar problem (I use amd64-xtoolchain-gcc, amd64-gcc, and binutils for toolchain, and due to some miscommunication the wrong linker was selected automatically), I had good results passing an explicit linker LD like: LD=/usr/local/bin/ld make -sj4 buildkernel KERNCONF=foo CROSS_TOOLCHAIN=amd64-gcc Best, Conrad On Fri, Sep 21, 2018 at 9:10 PM, Rebecca Cran wrote: > On 9/21/18 10:00 PM, Warner Losh wrote: > >> That may be the issue... Does the patch I included help? I'm building now >> on my stable system, but it's slow... > > > It does seem to have got further this time, so a cautious yes. > > > -- > Rebecca > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"